Skip to content
Failed

Console Output

Started by user unknown or anonymous
Running as SYSTEM
Building in workspace /var/jenkins_home/jobs/geckoJAXB/workspace
The recommended git tool is: NONE
using credential Gitlab-Builder
Cloning the remote Git repository
Cloning repository https://gitlab.com/gecko.io/gecko-jaxb.git
 > git init /var/jenkins_home/jobs/geckoJAXB/workspace # timeout=10
Fetching upstream changes from https://gitlab.com/gecko.io/gecko-jaxb.git
 > git --version # timeout=10
 > git --version # 'git version 2.11.0'
using GIT_ASKPASS to set credentials Gitlab user for Jenkins
 > git fetch --tags --progress -- https://gitlab.com/gecko.io/gecko-jaxb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.com/gecko.io/gecko-jaxb.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision fb1e80ca4badf80e804cf7cb4d637c4fdb9bd824 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb1e80ca4badf80e804cf7cb4d637c4fdb9bd824 # timeout=10
Commit message: "add digest"
 > git rev-list --no-walk fb1e80ca4badf80e804cf7cb4d637c4fdb9bd824 # timeout=10
[Checks API] No suitable checks publisher found.
[Gradle] - Launching build.
[workspace] $ /var/jenkins_home/jobs/geckoJAXB/workspace/gradlew clean test build release
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :org.gecko.jaxb.moxy:clean
> Task :org.gecko.jaxb.sun:clean
> Task :org.gecko.jaxb.moxy:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':org.gecko.jaxb.moxy:compileJava'.
> Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 11s
3 actionable tasks: 3 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
[Checks API] No suitable checks publisher found.
An attempt to send an e-mail to empty list of recipients, ignored.
[Checks API] No suitable checks publisher found.
Finished: FAILURE