ChaizOFF3123123

Untitled

Sep 2nd, 2022
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 6.44 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ---------------------< com.epam:java.syntax.task1 >---------------------
  4. [INFO] Building java.syntax.task1 1.0-SNAPSHOT
  5. [INFO] --------------------------------[ jar ]---------------------------------
  6. [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
  7. [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)
  8. [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom
  9. [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)
  10. [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/apache/maven/maven-parent/26/maven-parent-26.pom
  11. [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)
  12. [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/apache/apache/16/apache-16.pom
  13. [INFO] Downloaded from nexus: http://autocode-nexus/repository/maven-central/org/apache/apache/16/apache-16.pom (15 kB at 642 kB/s)
  14. [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
  15. [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)
  16. [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
  17. [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
  18. [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
  19. [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
  20. [INFO] Downloading from nexus: http://autocode-nexus/repository/maven-central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
  21. [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)
  22. [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
  23. [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)
  24. [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)
  25. [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)
  26. [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)
  27. [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)
  28. [INFO]
  29. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java.syntax.task1 ---
  30. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  31. [INFO] skip non existing resourceDirectory /tmp/builds/autocode_334437/src/main/resources
  32. [INFO]
  33. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ java.syntax.task1 ---
  34. [INFO] Nothing to compile - all classes are up to date
  35. [INFO]
  36. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ java.syntax.task1 ---
  37. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  38. [INFO] skip non existing resourceDirectory /tmp/builds/autocode_334437/src/test/resources
  39. [INFO]
  40. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ java.syntax.task1 ---
  41. [INFO] Changes detected - recompiling the module!
  42. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  43. [INFO] Compiling 6 source files to /tmp/builds/autocode_334437/target/test-classes
  44. [INFO] -------------------------------------------------------------
  45. [ERROR] COMPILATION ERROR :
  46. [INFO] -------------------------------------------------------------
  47. [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;
  48.   required: no arguments
  49.   found:    <nulltype>
  50.   reason: actual and formal argument lists differ in length
  51. [INFO] 1 error
  52. [INFO] -------------------------------------------------------------
  53. [INFO] ------------------------------------------------------------------------
  54. [INFO] BUILD FAILURE
  55. [INFO] ------------------------------------------------------------------------
  56. [INFO] Total time:  4.990 s
  57. [INFO] Finished at: 2022-09-01T22:11:11Z
  58. [INFO] ------------------------------------------------------------------------
  59. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project java.syntax.task1: Compilation failure
  60. [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;
  61. [ERROR]   required: no arguments
  62. [ERROR]   found:    <nulltype>
  63. [ERROR]   reason: actual and formal argument lists differ in length
  64. [ERROR] -> [Help 1]
  65. [ERROR]
  66. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  67. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  68. [ERROR]
  69. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  70. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  71.  
Advertisement
Add Comment
Please, Sign In to add comment