See <https://builds.apache.org/job/brooklyn-library/job/master/21/display/redirect>
Changes: ------------------------------------------ Branch indexing Connecting to https://api.github.com using /****** (Read access to Brooklyn repo on GitHub) Obtained Jenkinsfile from 7fa2f20e65a1a84c69b65d20e952cf679193aae8 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 H26 in /home/jenkins/jenkins-slave/workspace/brooklyn-library_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-library.git > git init /home/jenkins/jenkins-slave/workspace/brooklyn-library_master # > timeout=10 Fetching upstream changes from https://github.com/apache/brooklyn-library.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-library.git > +refs/heads/master:refs/remotes/origin/master Fetching without tags Checking out Revision 7fa2f20e65a1a84c69b65d20e952cf679193aae8 (master) > git config remote.origin.url https://github.com/apache/brooklyn-library.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-library.git > # timeout=10 Fetching upstream changes from https://github.com/apache/brooklyn-library.git using GIT_ASKPASS to set credentials Read access to Brooklyn repo on GitHub > git fetch --no-tags --progress -- > https://github.com/apache/brooklyn-library.git > +refs/heads/master:refs/remotes/origin/master Commit message: "Set version to 1.1.0-SNAPSHOT" > git config core.sparsecheckout # timeout=10 > git checkout -f 7fa2f20e65a1a84c69b65d20e952cf679193aae8 > git rev-list --no-walk f6e05129e3ea05b87e01689ee59846d95fd08cab # 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-library_master/.m2 [Pipeline] echo Building docker image for test environment ... [Pipeline] sh + docker build -t brooklyn:jenkins-brooklyn-library-master-21 . Sending build context to Docker daemon 25.28MB Step 1/4 : FROM maven:3.5.4-jdk-8-alpine 3.5.4-jdk-8-alpine: Pulling from library/maven 4fe2ade4980c: Pulling fs layer 6fc58a8d4ae4: Pulling fs layer ef87ded15917: Pulling fs layer 7f88801c955d: Pulling fs layer 610acd6c8983: Pulling fs layer e2814e90e330: Pulling fs layer 6b24ea8a8cda: Pulling fs layer 7f88801c955d: Waiting 6b24ea8a8cda: Waiting e2814e90e330: Waiting 6fc58a8d4ae4: Download complete 4fe2ade4980c: Download complete 4fe2ade4980c: Pull complete 7f88801c955d: Verifying Checksum 7f88801c955d: Download complete 610acd6c8983: Verifying Checksum 610acd6c8983: Download complete 6fc58a8d4ae4: Pull complete e2814e90e330: Download complete 6b24ea8a8cda: Verifying Checksum 6b24ea8a8cda: Download complete ef87ded15917: Verifying Checksum ef87ded15917: Download complete ef87ded15917: Pull complete 7f88801c955d: Pull complete 610acd6c8983: Pull complete e2814e90e330: Pull complete 6b24ea8a8cda: Pull complete Digest: sha256:72922abc95d38e02f750b34800239dc0e2c298e74bfdd970018367f0d9281d5c Status: Downloaded newer image for maven:3.5.4-jdk-8-alpine ---> fb4bb0d89941 Step 2/4 : RUN apk add --no-cache git procps ---> Running in 59fc86fcf9b7 fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz (1/3) Installing expat (2.2.8-r0) (2/3) Installing pcre2 (10.31-r0) (3/3) Installing git (2.18.2-r0) Executing busybox-1.28.4-r1.trigger OK: 125 MiB in 69 packages Removing intermediate container 59fc86fcf9b7 ---> 2ec64f1d56bd Step 3/4 : RUN mkdir -p /var/maven/.m2/ && chmod -R 777 /var/maven/ ---> Running in 618b93920902 Removing intermediate container 618b93920902 ---> 76b42777734a Step 4/4 : ENV MAVEN_CONFIG=/var/maven/.m2 ---> Running in 57f381fce5ae Removing intermediate container 57f381fce5ae ---> 6ea5f78327cb Successfully built 6ea5f78327cb Successfully tagged brooklyn:jenkins-brooklyn-library-master-21 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh + docker inspect -f . brooklyn:jenkins-brooklyn-library-master-21 . [Pipeline] withDockerContainer H26 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-library_master -v /home/jenkins/jenkins-slave/workspace/brooklyn-library_master:/home/jenkins/jenkins-slave/workspace/brooklyn-library_master:rw,z -v /home/jenkins/jenkins-slave/workspace/brooklyn-library_master@tmp:/home/jenkins/jenkins-slave/workspace/brooklyn-library_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 67f307131b1b92a85e5f85c6c6553a42b39f4d02c86d4a40be325df47c10d3e0 -eo pid,comm [Pipeline] { [Pipeline] sh + mvn clean install -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-library:[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-library:[unknown-version] (/home/jenkins/jenkins-slave/workspace/brooklyn-library_master/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.apache.brooklyn:brooklyn-library:[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 67f307131b1b92a85e5f85c6c6553a42b39f4d02c86d4a40be325df47c10d3e0 $ docker rm -f 67f307131b1b92a85e5f85c6c6553a42b39f4d02c86d4a40be325df47c10d3e0 [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
