Started by GitLab push by Ilenia Salvadori
Building in workspace /var/jenkins_home/workspace/DIM-Diamant-Decoders
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/diamant/decoders.git # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/diamant/decoders.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/diamant/decoders.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit 378bf977f91295bee07e4744a4c12cd46a243b55, since it originates from another repository
> git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision 378bf977f91295bee07e4744a4c12cd46a243b55 (refs/remotes/origin/develop)
> git config core.sparsecheckout # timeout=10
> git checkout -f 378bf977f91295bee07e4744a4c12cd46a243b55
Commit message: "- lambda"
> git rev-list --no-walk d16c12c5de3a38ddb05d2daf0b40e715a5bf86b0 # timeout=10
[Gradle] - Launching build.
[DIM-Diamant-Decoders] $ /var/jenkins_home/workspace/DIM-Diamant-Decoders/gradlew clean build release
Starting a Gradle Daemon (subsequent builds will be faster)
Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/apache/aries/rsa/org.apache.aries.rsa.core/1.13.0/org.apache.aries.rsa.core-1.13.0.jar
Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/apache/aries/rsa/org.apache.aries.rsa.topology-manager/1.13.0/org.apache.aries.rsa.topology-manager-1.13.0.jar
Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/apache/aries/rsa/org.apache.aries.rsa.spi/1.13.0/org.apache.aries.rsa.spi-1.13.0.jar
Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/gecko/emf/mongo/org.gecko.emf.pushstreams/1.0.7/org.gecko.emf.pushstreams-1.0.7.jar
:de.dim.diamant.decoders:clean
:de.dim.diamant.decoders.model:clean
:de.dim.diamant.decoders.model:compileJava
:de.dim.diamant.decoders.model:processResources NO-SOURCE
:de.dim.diamant.decoders.model:classes
:de.dim.diamant.decoders.model:jar
:de.dim.diamant.decoders:compileJava
:de.dim.diamant.decoders:processResources NO-SOURCE
:de.dim.diamant.decoders:classes
:de.dim.diamant.decoders:jar
:de.dim.diamant.decoders:assemble
:de.dim.diamant.decoders:compileTestJava
:de.dim.diamant.decoders:processTestResources NO-SOURCE
:de.dim.diamant.decoders:testClasses
:de.dim.diamant.decoders:test
de.dim.diamant.decoders.DecoderTest > DIOnly_HIBCCdecode FAILED
java.lang.AssertionError at DecoderTest.java:422
de.dim.diamant.decoders.DecoderTest > DIPI_HIBCCdecode FAILED
java.lang.AssertionError at DecoderTest.java:463
de.dim.diamant.decoders.DecoderTest > HIBCCdecode FAILED
java.lang.AssertionError at DecoderTest.java:367
17 tests completed, 3 failed
:de.dim.diamant.decoders:test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':de.dim.diamant.decoders:test'.
> There were failing tests. See the report at: file:///var/jenkins_home/workspace/DIM-Diamant-Decoders/de.dim.diamant.decoders/generated/reports/tests/test/index.html
* 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 10s
8 actionable tasks: 8 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
Sending e-mails to: i.salvadori@data-in-motion.biz
ERROR: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 https://support.google.com/mail/?p=BadCredentials f7sm75713854wrv.38 - gsmtp
javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 https://support.google.com/mail/?p=BadCredentials f7sm75713854wrv.38 - gsmtp
at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:809)
at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:752)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:669)
at javax.mail.Service.connect(Service.java:317)
at javax.mail.Service.connect(Service.java:176)
at javax.mail.Service.connect(Service.java:125)
at javax.mail.Transport.send0(Transport.java:194)
at javax.mail.Transport.send(Transport.java:124)
at hudson.tasks.MailSender.run(MailSender.java:131)
at hudson.tasks.Mailer.perform(Mailer.java:173)
at hudson.tasks.Mailer.perform(Mailer.java:136)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1841)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE