Started by user DIM Build
Building in workspace /var/jenkins_home/workspace/DIM-TrafficOS-TIM
using credential jenkins_gitlab
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://gitlab.com/datainmotion/trafficos/tim.git # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/trafficos/tim.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials The Gitlab user for the jenkins
> git fetch --tags --progress https://gitlab.com/datainmotion/trafficos/tim.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision 2a9fb8d9d7bc092609861faee45700217881970d (refs/remotes/origin/develop)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2a9fb8d9d7bc092609861faee45700217881970d
Commit message: "- Working REST prototype"
> git rev-list --no-walk 2a9fb8d9d7bc092609861faee45700217881970d # timeout=10
[Gradle] - Launching build.
[DIM-TrafficOS-TIM] $ /var/jenkins_home/workspace/DIM-TrafficOS-TIM/gradlew clean build geckoExport
Starting a Gradle Daemon (subsequent builds will be faster)
:de.dim.trafficos.tim.rest:clean
:de.dim.trafficos.tim.runtime:clean
:de.dim.trafficos.tim.web.ui:clean
:de.dim.traffics.tim.rest.model:clean
:de.dim.trafficos.tim.runtime:compileJava
:de.dim.trafficos.tim.runtime:processResources NO-SOURCE
:de.dim.trafficos.tim.runtime:classes
:de.dim.trafficos.tim.runtime:jar
:de.dim.traffics.tim.rest.model:compileJava
:de.dim.traffics.tim.rest.model:processResources NO-SOURCE
:de.dim.traffics.tim.rest.model:classes
:de.dim.traffics.tim.rest.model:jar
:de.dim.trafficos.tim.rest:compileJavaerror : Cannot find /error/org.gecko.influxdb.api;version=0 Not found in [bnd-cache [/var/jenkins_home/workspace/DIM-TrafficOS-TIM/cnf/cache/4.1.0/bnd-cache r/w=false], MavenBndRepository [localRepo=/var/jenkins_home/.m2/repository, storage=Maven Central, inited=true, redeploy=false], Local, Release, Temp, DIM BNDtemplates [/var/jenkins_home/workspace/DIM-TrafficOS-TIM/cnf/cache/bndtemplates r/w=false], MavenBndRepository [localRepo=/var/jenkins_home/.m2/repository, storage=DIM_Nexus, inited=true, redeploy=false], MavenBndRepository [localRepo=/var/jenkins_home/.m2/repository, storage=Project Specific Maven Central, inited=true, redeploy=false]]
error : org.gecko.influxdb.api;version=0 Not found in [bnd-cache [/var/jenkins_home/workspace/DIM-TrafficOS-TIM/cnf/cache/4.1.0/bnd-cache r/w=false], MavenBndRepository [localRepo=/var/jenkins_home/.m2/repository, storage=Maven Central, inited=true, redeploy=false], Local, Release, Temp, DIM BNDtemplates [/var/jenkins_home/workspace/DIM-TrafficOS-TIM/cnf/cache/bndtemplates r/w=false], MavenBndRepository [localRepo=/var/jenkins_home/.m2/repository, storage=DIM_Nexus, inited=true, redeploy=false], MavenBndRepository [localRepo=/var/jenkins_home/.m2/repository, storage=Project Specific Maven Central, inited=true, redeploy=false]]
FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':de.dim.trafficos.tim.rest:compileJava'.
> de.dim.trafficos.tim.rest has errors, 2 errors were reported
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
BUILD FAILED in 8s
9 actionable tasks: 9 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Skipped archiving because build is not successful
Finished: FAILURE