ChaizOFF3123123

Untitled

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