Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Build failed in Jenkins: Hono CI Pipeline #1381

See <https://ci.eclipse.org/hono/job/Hono%20CI%20Pipeline/1381/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Obtained jenkins/Hono-CI-Pipeline.groovy from git https://github.com/eclipse/hono.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on Jenkins in /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace@2
[Pipeline] {
[Pipeline] readTrusted
Obtained jenkins/Hono-PipelineUtils.groovy from git https://github.com/eclipse/hono.git
[Pipeline] properties
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
Check out branch: master
[Pipeline] git
No credentials specified
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 48b991999559bb9fdd2f3bd787c68c19d22c9732 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 48b991999559bb9fdd2f3bd787c68c19d22c9732 # timeout=10
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git branch -D master # timeout=10
 > /usr/local/bin/git checkout -b master 48b991999559bb9fdd2f3bd787c68c19d22c9732 # timeout=10
Commit message: "Improve MQTT adapter unit tests"
 > /usr/local/bin/git rev-list --no-walk 1d03e37c576b68af91253a9b551e2cbe2e22de04 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withMaven
[withMaven] Options: [org.jenkinsci.plugins.pipeline.maven.publishers.JacocoReportPublisher[disabled=true]]
[withMaven] Available options: 
[withMaven] using JDK installation jdk11-latest
[withMaven] using Maven installation 'apache-maven-latest'
[Pipeline] {
[Pipeline] sh
+ mvn -B clean install
----- withMaven Wrapper script -----
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.hono -DforkCount=1 -Dmaven.ext.class.path="/home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace@2@tmp/withMavene9af175f/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace@2@tmp/withMavene9af175f" 
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /shared/common/apache-maven-latest
Java version: 11.0.4, vendor: Oracle Corporation, runtime: /opt/public/common/java/openjdk/jdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.12.51-52.39-default", arch: "amd64", family: "unix"
Sending interrupt signal to process
script returned exit code 143
[Pipeline] }
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top