See <https://builds.apache.org/job/brooklyn-dist/job/master/17/display/redirect>
Changes: ------------------------------------------ Push event to branch master Connecting to https://api.github.com using /****** (Read access to Brooklyn repo on GitHub) Obtained Jenkinsfile from be19e98376d62d89187095ccf1178fa958816dfb Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu’ Running on H24 in /home/jenkins/jenkins-slave/workspace/brooklyn-dist_master [Pipeline] { [Pipeline] catchError [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Clone repository) [Pipeline] checkout using credential brooklyn-jenkins Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/apache/brooklyn-dist.git > git init /home/jenkins/jenkins-slave/workspace/brooklyn-dist_master # > timeout=10 Fetching upstream changes from https://github.com/apache/brooklyn-dist.git > git --version # timeout=10 using GIT_ASKPASS to set credentials Read access to Brooklyn repo on GitHub > git fetch --no-tags --progress -- > https://github.com/apache/brooklyn-dist.git > +refs/heads/master:refs/remotes/origin/master Fetching without tags > git config remote.origin.url https://github.com/apache/brooklyn-dist.git # > timeout=10 > git config --add remote.origin.fetch > +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/apache/brooklyn-dist.git # > timeout=10 Fetching upstream changes from https://github.com/apache/brooklyn-dist.git using GIT_ASKPASS to set credentials Read access to Brooklyn repo on GitHub > git fetch --no-tags --progress -- > https://github.com/apache/brooklyn-dist.git > +refs/heads/master:refs/remotes/origin/master Checking out Revision be19e98376d62d89187095ccf1178fa958816dfb (master) Commit message: "Set version to 1.1.0-SNAPSHOT" > git config core.sparsecheckout # timeout=10 > git checkout -f be19e98376d62d89187095ccf1178fa958816dfb > git rev-list --no-walk 35580c069264e183b13c6f8e231b67e50a0ba7df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare environment) [Pipeline] echo Creating maven cache ... [Pipeline] sh + mkdir -p /home/jenkins/jenkins-slave/workspace/brooklyn-dist_master/.m2 [Pipeline] echo Building docker image for test environment ... [Pipeline] sh + docker build -t brooklyn:jenkins-brooklyn-dist-master-17 . Sending build context to Docker daemon 2.837MB Step 1/5 : FROM maven:3.5.2-jdk-8-alpine 3.5.2-jdk-8-alpine: Pulling from library/maven cfc728c1c558: Pulling fs layer 5b12b87f0a0e: Pulling fs layer b7d6497a92f9: Pulling fs layer 399bf9752347: Pulling fs layer 9e41e7b89fb8: Pulling fs layer 1017f315d511: Pulling fs layer 22bc7fb81913: Pulling fs layer 9e41e7b89fb8: Waiting 1017f315d511: Waiting 22bc7fb81913: Waiting 399bf9752347: Waiting 5b12b87f0a0e: Verifying Checksum 5b12b87f0a0e: Download complete cfc728c1c558: Verifying Checksum cfc728c1c558: Download complete cfc728c1c558: Pull complete 399bf9752347: Verifying Checksum 399bf9752347: Download complete 5b12b87f0a0e: Pull complete 9e41e7b89fb8: Verifying Checksum 9e41e7b89fb8: Download complete 1017f315d511: Verifying Checksum 1017f315d511: Download complete 22bc7fb81913: Download complete b7d6497a92f9: Verifying Checksum b7d6497a92f9: Download complete b7d6497a92f9: Pull complete 399bf9752347: Pull complete 9e41e7b89fb8: Pull complete 1017f315d511: Pull complete 22bc7fb81913: Pull complete Digest: sha256:7cebda60f8a541e1bf2330306d22f9786f989187f4ec96539d398a0d4dbfdadb Status: Downloaded newer image for maven:3.5.2-jdk-8-alpine ---> 293423a981a7 Step 2/5 : RUN apk add --no-cache git rpm dpkg ---> Running in 6597d5eb8f21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz (1/16) Installing xz-libs (5.2.2-r1) (2/16) Installing xz (5.2.2-r1) (3/16) Installing dpkg (1.18.10-r0) (4/16) Installing expat (2.2.0-r1) (5/16) Installing pcre (8.39-r0) (6/16) Installing git (2.11.3-r2) (7/16) Installing libattr (2.4.47-r4) (8/16) Installing libacl (2.2.52-r2) (9/16) Installing libarchive (3.2.2-r2) (10/16) Installing libcap (2.25-r1) (11/16) Installing db (5.3.28-r0) (12/16) Installing libintl (0.19.8.1-r0) (13/16) Installing lua5.1-libs (5.1.5-r2) (14/16) Installing libmagic (5.28-r0) (15/16) Installing popt (1.16-r6) (16/16) Installing rpm (4.12.0.1-r0) Executing busybox-1.25.1-r0.trigger OK: 136 MiB in 75 packages Removing intermediate container 6597d5eb8f21 ---> 4c651dd64fd2 Step 3/5 : RUN mkdir -p /var/tmp/ && chmod -R 777 /var/tmp/ ---> Running in 14de5fd57bc6 Removing intermediate container 14de5fd57bc6 ---> 3f792aabeed2 Step 4/5 : RUN mkdir -p /var/maven/.m2/ && chmod -R 777 /var/maven/ ---> Running in bcda0647bfda Removing intermediate container bcda0647bfda ---> f5af83e2e676 Step 5/5 : ENV MAVEN_CONFIG=/var/maven/.m2 ---> Running in ba287ce7812a Removing intermediate container ba287ce7812a ---> e42da423c788 Successfully built e42da423c788 Successfully tagged brooklyn:jenkins-brooklyn-dist-master-17 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh + docker inspect -f . brooklyn:jenkins-brooklyn-dist-master-17 . [Pipeline] withDockerContainer H24 does not seem to be running inside a container $ docker run -t -d -u 910:910 -i --name brooklyn-${DOCKER_TAG} -v ${WORKSPACE}/.m2:/var/maven/.m2 --mount type=bind,source=${HOME}/.m2/settings.xml,target=/var/maven/.m2/settings.xml,readonly -v ${WORKSPACE}:/usr/build -w /usr/build -w /home/jenkins/jenkins-slave/workspace/brooklyn-dist_master -v /home/jenkins/jenkins-slave/workspace/brooklyn-dist_master:/home/jenkins/jenkins-slave/workspace/brooklyn-dist_master:rw,z -v /home/jenkins/jenkins-slave/workspace/brooklyn-dist_master@tmp:/home/jenkins/jenkins-slave/workspace/brooklyn-dist_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** brooklyn:${DOCKER_TAG} cat $ docker top 802ea1de8dc4670cc5e9400a638ab3e0c00d712e71c442e46e72ba8132062940 -eo pid,comm [Pipeline] { [Pipeline] sh + mvn clean install -Prpm -Pdeb -Duser.home=/var/maven -Duser.name=jenkins [INFO] Scanning for projects... Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/brooklyn/brooklyn-parent/1.1.0-SNAPSHOT/maven-metadata.xml Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/brooklyn/brooklyn-parent/1.1.0-SNAPSHOT/brooklyn-parent-1.1.0-SNAPSHOT.pom [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for org.apache.brooklyn:brooklyn-dist-root:[unknown-version]: Could not find artifact org.apache.brooklyn:brooklyn-parent:pom:1.1.0-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) and 'parent.relativePath' points at wrong local POM @ line 24, column 13 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.brooklyn:brooklyn-dist-root:[unknown-version] (/home/jenkins/jenkins-slave/workspace/brooklyn-dist_master/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.apache.brooklyn:brooklyn-dist-root:[unknown-version]: Could not find artifact org.apache.brooklyn:brooklyn-parent:pom:1.1.0-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) and 'parent.relativePath' points at wrong local POM @ line 24, column 13 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException [Pipeline] } $ docker stop --time=1 802ea1de8dc4670cc5e9400a638ab3e0c00d712e71c442e46e72ba8132062940 $ docker rm -f 802ea1de8dc4670cc5e9400a638ab3e0c00d712e71c442e46e72ba8132062940 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } ERROR: script returned exit code 1 [Pipeline] // catchError [Pipeline] stage [Pipeline] { (Publish test results) [Pipeline] junit Recording test results [Pipeline] step TestNG Reports Processing: START Looking for TestNG results report in workspace using pattern: **/testng-results.xml Did not find any matching files. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Send notifications) [Pipeline] step
