Skip to content
Failed

Console Output

Started by user GitLab Jenkins
Running as SYSTEM
Building in workspace /var/jenkins_home/jobs/geckoAnnotations/workspace
The recommended git tool is: NONE
using credential Gitlab-Builder
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitlab.com/gecko.io/geckoAnnotations.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitlab.com/gecko.io/geckoAnnotations.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials Gitlab user for Jenkins
 > git fetch --tags --force --progress -- https://gitlab.com/gecko.io/geckoAnnotations.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision 055f5ffbeb6a79242b17305aa88ab7539668bab5 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 055f5ffbeb6a79242b17305aa88ab7539668bab5 # timeout=10
Commit message: "GsonExporter"
 > git rev-list --no-walk 055f5ffbeb6a79242b17305aa88ab7539668bab5 # timeout=10
[Gradle] - Launching build.
[workspace] $ /var/jenkins_home/jobs/geckoAnnotations/workspace/gradlew -x testOSGi clean org.gecko.gson.exporter:build org.gecko.gson.exporter:release
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :org.gecko.artifact:clean
> Task :org.gecko.artifact.converter:clean
> Task :org.gecko.artifact.converter.tests:clean
> Task :org.gecko.artifact.model:clean
> Task :org.gecko.artifact.p2:clean
> Task :org.gecko.artifact.p2.exporter:clean
> Task :org.gecko.artifact.runtime:clean
> Task :org.gecko.bnd.target.converter:clean
> Task :org.gecko.eclipse.annogen:clean
> Task :org.gecko.eclipse.feature:clean
> Task :org.gecko.eclipse.model:clean
> Task :org.gecko.gson.exporter:clean
> Task :org.gecko.gson.exporter:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':org.gecko.gson.exporter: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 7s
13 actionable tasks: 13 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: FAILURE