Skip to content

task_2_1_2

task_2_1_2 #115

Triggered via pull request June 5, 2024 16:07
@vlasivalvlasival
synchronize #22
task_2_1_2
Status Failure
Total duration 56s
Artifacts

oop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
checkstyle
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.hscsec.cnmunity/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
checkstyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
checkstyle: task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java#L3
[reviewdog] reported by reviewdog 🐶 Using the '.*' form of import should be avoided - org.junit.jupiter.api.*. Raw Output: /github/workspace/./task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java:3:29: warning: Using the '.*' form of import should be avoided - org.junit.jupiter.api.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
checkstyle: task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java#L5
[reviewdog] reported by reviewdog 🐶 Extra separation in import group before 'java.io.IOException' Raw Output: /github/workspace/./task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java:5:1: warning: Extra separation in import group before 'java.io.IOException' (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
checkstyle: task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java#L5
[reviewdog] reported by reviewdog 🐶 Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.junit.jupiter.api.*'. Raw Output: /github/workspace/./task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java:5:1: warning: Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.junit.jupiter.api.*'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
checkstyle: task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java#L6
[reviewdog] reported by reviewdog 🐶 Wrong lexicographical order for 'java.util.concurrent.ExecutorService' import. Should be before 'org.junit.jupiter.api.*'. Raw Output: /github/workspace/./task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java:6:1: warning: Wrong lexicographical order for 'java.util.concurrent.ExecutorService' import. Should be before 'org.junit.jupiter.api.*'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
checkstyle: task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java#L7
[reviewdog] reported by reviewdog 🐶 Wrong lexicographical order for 'java.util.concurrent.Executors' import. Should be before 'org.junit.jupiter.api.*'. Raw Output: /github/workspace/./task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java:7:1: warning: Wrong lexicographical order for 'java.util.concurrent.Executors' import. Should be before 'org.junit.jupiter.api.*'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
checkstyle: task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java#L8
[reviewdog] reported by reviewdog 🐶 Wrong lexicographical order for 'java.util.concurrent.TimeUnit' import. Should be before 'org.junit.jupiter.api.*'. Raw Output: /github/workspace/./task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java:8:1: warning: Wrong lexicographical order for 'java.util.concurrent.TimeUnit' import. Should be before 'org.junit.jupiter.api.*'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
checkstyle: task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java#L10
[reviewdog] reported by reviewdog 🐶 Import statement for 'org.junit.jupiter.api.Assertions.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. Raw Output: /github/workspace/./task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java:10:1: warning: Import statement for 'org.junit.jupiter.api.Assertions.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
checkstyle: task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java#L10
[reviewdog] reported by reviewdog 🐶 Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. Raw Output: /github/workspace/./task_2_1_2/app/src/test/java/org/prime/PrimeServerTest.java:10:47: warning: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
checkstyle: task_2_1_2/app/src/test/java/org/prime/PrimeUtilsTest.java#L5
[reviewdog] reported by reviewdog 🐶 Extra separation in import group before 'java.io.IOException' Raw Output: /github/workspace/./task_2_1_2/app/src/test/java/org/prime/PrimeUtilsTest.java:5:1: warning: Extra separation in import group before 'java.io.IOException' (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
checkstyle: task_2_1_2/app/src/test/java/org/prime/PrimeUtilsTest.java#L5
[reviewdog] reported by reviewdog 🐶 Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.junit.jupiter.api.Test'. Raw Output: /github/workspace/./task_2_1_2/app/src/test/java/org/prime/PrimeUtilsTest.java:5:1: warning: Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.junit.jupiter.api.Test'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, gradle/gradle-build-action@v2, madrapps/jacoco-report@v1.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: madrapps/jacoco-report@v1.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/