rultor icon indicating copy to clipboard operation
rultor copied to clipboard

Shippable CI build failing

Open filfreire opened this issue 6 years ago • 3 comments

Shippable fails:

(can't find the download button to download the log files, so don't know for sure the error that is being returned on the log)

Language setup on shippable is java openjdk7

example: https://app.shippable.com/github/yegor256/rultor/runs/1980/1/console

filfreire avatar Dec 21 '17 14:12 filfreire

@yegor256 fyi

filfreire avatar Dec 21 '17 14:12 filfreire

@yegor256 please, pay attention to this issue

0crat avatar Dec 21 '17 21:12 0crat

Shippable fails:

(can't find the download button to download the log files, so don't know for sure the error that is being returned on the log)

Language setup on shippable is java openjdk7

example: https://app.shippable.com/github/yegor256/rultor/runs/1980/1/console

@filfreire I've experienced the same issue. It looks like you have to sign-up with Shippable first in order to have access to the logs. Here is the error message from the build you've linked:

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:17 min
[INFO] Finished at: 2017-12-19T00:37:34+00:00
[INFO] Final Memory: 56M/253M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project rultor: Fatal error compiling: invalid target release: 1.8 -> [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/MojoExecutionException

Glusk avatar Oct 26 '19 16:10 Glusk