Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kristianpaul/b75e49def2f791ff27388cd437ba31af to your computer and use it in GitHub Desktop.
Save kristianpaul/b75e49def2f791ff27388cd437ba31af to your computer and use it in GitHub Desktop.
INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.500 s
[INFO] Finished at: 2020-05-17T21:58:28Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project fargate-load-balanced-service: There are test failures.
[ERROR]
[ERROR] Please refer to /home/runner/work/aws-cdk-examples/aws-cdk-examples/java/ecs/fargate-load-balanced-service/target/surefire-reports for the individual test results.
[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
##[error]Process completed with exit code 1.
----
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.593 s
[INFO] Finished at: 2020-05-16T14:44:16Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project fargate-load-balanced-service: There are test failures.
[ERROR]
[ERROR] Please refer to /home/runner/work/aws-cdk-examples/aws-cdk-examples/java/ecs/fargate-load-balanced-service/target/surefire-reports for the individual test results.
[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
##[error]Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment