Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ---------------------< com.epam:java.syntax.task1 >---------------------
- [INFO] Building java.syntax.task1 1.0-SNAPSHOT
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (5.6 kB at 18 kB/s)
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 683 kB/s)
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/apache/maven/maven-parent/26/maven-parent-26.pom
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 884 kB/s)
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/apache/apache/16/apache-16.pom
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/apache/apache/16/apache-16.pom (15 kB at 642 kB/s)
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 kB at 1.1 MB/s)
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 262 kB/s)
- [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 121 kB/s)
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar (100 kB at 1.1 MB/s)
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar (194 kB at 1.5 MB/s)
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar (186 kB at 1.3 MB/s)
- [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar (230 kB at 1.5 MB/s)
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java.syntax.task1 ---
- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] skip non existing resourceDirectory /tmp/builds/autocode_334437/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ java.syntax.task1 ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ java.syntax.task1 ---
- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] skip non existing resourceDirectory /tmp/builds/autocode_334437/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ java.syntax.task1 ---
- [INFO] Changes detected - recompiling the module!
- [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
- [INFO] Compiling 6 source files to /tmp/builds/autocode_334437/target/test-classes
- [INFO] -------------------------------------------------------------
- [ERROR] COMPILATION ERROR :
- [INFO] -------------------------------------------------------------
- [ERROR] /tmp/builds/autocode_334437/src/test/java/lang/print/gaps/task1/BrokenAppTest.java:[11,18] method main in class lang.print.gaps.task1.BrokenApp cannot be applied to given types;
- required: no arguments
- found: <nulltype>
- reason: actual and formal argument lists differ in length
- [INFO] 1 error
- [INFO] -------------------------------------------------------------
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 4.990 s
- [INFO] Finished at: 2022-09-01T22:11:11Z
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project java.syntax.task1: Compilation failure
- [ERROR] /tmp/builds/autocode_334437/src/test/java/lang/print/gaps/task1/BrokenAppTest.java:[11,18] method main in class lang.print.gaps.task1.BrokenApp cannot be applied to given types;
- [ERROR] required: no arguments
- [ERROR] found: <nulltype>
- [ERROR] reason: actual and formal argument lists differ in length
- [ERROR] -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment