push failing commit

Build failed

16:18, 13 February 2023

6a85808461462cb3331469cadbf718abe8b0803d

[INFO] Scanning for projects...

[INFO]

[INFO] ------------------------< com.group1:ci-server >------------------------

[INFO] Building ci-server 0

[INFO] --------------------------------[ jar ]---------------------------------

[INFO]

[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ci-server ---

[INFO]

[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ ci-server ---

[INFO] Using UTF-8 encoding to copy filtered resources.

[INFO] skip non existing resourceDirectory /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/src/main/resources

[INFO]

[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ci-server ---

[INFO] Changes detected - recompiling the module!

[INFO] Compiling 7 source files to /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/target/classes

[INFO]

[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ ci-server ---

[INFO] Using UTF-8 encoding to copy filtered resources.

[INFO] skip non existing resourceDirectory /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/src/test/resources

[INFO]

[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ci-server ---

[INFO] Changes detected - recompiling the module!

[INFO] Compiling 3 source files to /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/target/test-classes

[INFO]

[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ ci-server ---

[INFO]

[INFO] -------------------------------------------------------

[INFO] T E S T S

[INFO] -------------------------------------------------------

[INFO] Running com.group1.ContinuousIntegrationServerTest

running tests

running tests

[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.515 s - in com.group1.ContinuousIntegrationServerTest

[INFO] Running com.group1.RequestExtractionTest

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.285 s - in com.group1.RequestExtractionTest

[INFO] Running com.group1.Output_parserTest

[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.029 s <<< FAILURE! - in com.group1.Output_parserTest

[ERROR] testSuccess(com.group1.Output_parserTest) Time elapsed: 0.013 s <<< FAILURE!

java.lang.AssertionError

at com.group1.Output_parserTest.testSuccess(Output_parserTest.java:47)

[INFO]

[INFO] Results:

[INFO]

[ERROR] Failures:

[ERROR] Output_parserTest.testSuccess:47

[INFO]

[ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 0

[INFO]

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 42.087 s

[INFO] Finished at: 2023-02-13T17:19:15+01:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project ci-server: There are test failures.

[ERROR]

[ERROR] Please refer to /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/target/surefire-reports for the individual test results.

[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.

[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