You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/12/19 22:42:00 UTC

Build failed in Jenkins: Brooklyn » Brooklyn » master #741

See <https://ci-builds.apache.org/job/Brooklyn/job/brooklyn/job/master/741/display/redirect>

Changes:


------------------------------------------
Push event to branch master
Connecting to https://api.github.com using This is to connect to Brooklyn repos on GitHub
Obtained Jenkinsfile from 8f59ba81d9f18cff6f041e0d51cf8a12de178f3e
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu’
Running on builds37 in /home/jenkins/jenkins-agent/workspace/Brooklyn_brooklyn_master
[Pipeline] {
[Pipeline] properties
[Pipeline] catchError
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clone repository)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Read only (Brooklyn repos)
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/apache/brooklyn.git
 > git init /home/jenkins/jenkins-agent/workspace/Brooklyn_brooklyn_master # timeout=10
Fetching upstream changes from https://github.com/apache/brooklyn.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials This is to connect to Brooklyn repos on GitHub
 > git fetch --no-tags --progress -- https://github.com/apache/brooklyn.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 8f59ba81d9f18cff6f041e0d51cf8a12de178f3e (master)
Commit message: "try bumping maven version as getting weird wagon errors now during deploy"
 > git config remote.origin.url https://github.com/apache/brooklyn.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8f59ba81d9f18cff6f041e0d51cf8a12de178f3e # timeout=10
 > git rev-list --no-walk 7c04efa3cb1c61cfc2af77f98c9e4def7499658f # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare environment)
[Pipeline] echo
Creating maven cache ...
[Pipeline] sh
+ mkdir -p /home/jenkins/jenkins-agent/workspace/Brooklyn_brooklyn_master/.m2
[Pipeline] sh
+ git submodule init
Submodule 'brooklyn-client' (https://github.com/apache/brooklyn-client.git) registered for path 'brooklyn-client'
Submodule 'brooklyn-dist' (https://github.com/apache/brooklyn-dist.git) registered for path 'brooklyn-dist'
Submodule 'brooklyn-docs' (https://github.com/apache/brooklyn-docs.git) registered for path 'brooklyn-docs'
Submodule 'brooklyn-library' (https://github.com/apache/brooklyn-library.git) registered for path 'brooklyn-library'
Submodule 'brooklyn-server' (https://github.com/apache/brooklyn-server.git) registered for path 'brooklyn-server'
Submodule 'brooklyn-ui' (https://github.com/apache/brooklyn-ui.git) registered for path 'brooklyn-ui'
[Pipeline] sh
+ git submodule update --remote --merge --recursive
Cloning into '/home/jenkins/jenkins-agent/workspace/Brooklyn_brooklyn_master/brooklyn-client'...
Cloning into '/home/jenkins/jenkins-agent/workspace/Brooklyn_brooklyn_master/brooklyn-dist'...
Cloning into '/home/jenkins/jenkins-agent/workspace/Brooklyn_brooklyn_master/brooklyn-docs'...
Cloning into '/home/jenkins/jenkins-agent/workspace/Brooklyn_brooklyn_master/brooklyn-library'...
Cloning into '/home/jenkins/jenkins-agent/workspace/Brooklyn_brooklyn_master/brooklyn-server'...
Cloning into '/home/jenkins/jenkins-agent/workspace/Brooklyn_brooklyn_master/brooklyn-ui'...
Submodule path 'brooklyn-client': checked out '2b35ab7a566bf2dd1dd812a8cbb7e50189b9e680'
Submodule path 'brooklyn-dist': checked out '3f463ecd8a9cf1f87887a9f425bcdd6180bc0403'
Submodule path 'brooklyn-docs': checked out '262d3fdf84f1c42ee5960f1e2631a7bf5c372a4a'
Submodule path 'brooklyn-library': checked out 'dc22ff3eca60af90d044e6e3350bd7d5676e6d69'
Submodule path 'brooklyn-server': checked out '4440df9e1548d06fb2651ec48b817117f0f3cfc8'
Submodule path 'brooklyn-ui': checked out 'f35b471582f67e5409e98815f062b4762e078eee'
[Pipeline] sh
+ docker logout
Removing login credentials for https://index.docker.io/v1/
WARNING: could not erase credentials:
https://index.docker.io/v1/: rename /home/jenkins/.docker/config.json135778149 /home/jenkins/.docker/config.json: operation not permitted
[Pipeline] echo
Building docker image for test environment ...
[Pipeline] echo
Using docker tag DOCKER_TAG=jenkins-Brooklyn-brooklyn-master-741
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker build -t brooklyn:jenkins-Brooklyn-brooklyn-master-741 .
Sending build context to Docker daemon  187.2MB

Step 1/9 : FROM maven:3.8.6-amazoncorretto-8
3.8.6-amazoncorretto-8: Pulling from library/maven
5b4a36b5b78f: Pulling fs layer
898f795353af: Pulling fs layer
6dd84c6f1e13: Pulling fs layer
1f23131bd791: Pulling fs layer
4bb119f803d6: Pulling fs layer
cbb045e564ce: Pulling fs layer
1f23131bd791: Waiting
4bb119f803d6: Waiting
cbb045e564ce: Waiting
6dd84c6f1e13: Verifying Checksum
6dd84c6f1e13: Download complete
5b4a36b5b78f: Verifying Checksum
5b4a36b5b78f: Download complete
1f23131bd791: Verifying Checksum
1f23131bd791: Download complete
4bb119f803d6: Download complete
898f795353af: Verifying Checksum
898f795353af: Download complete
cbb045e564ce: Verifying Checksum
cbb045e564ce: Download complete
5b4a36b5b78f: Pull complete
898f795353af: Pull complete
6dd84c6f1e13: Pull complete
1f23131bd791: Pull complete
4bb119f803d6: Pull complete
cbb045e564ce: Pull complete
Digest: sha256:9ab5af332ed75defe887ccc326e5784a7772ed6c7dd11f3dbb08cbfd3e8d4c6a
Status: Downloaded newer image for maven:3.8.6-amazoncorretto-8
 ---> d37a92bb9613
Step 2/9 : RUN apt-get update && apt-get install -y     git-core     procps     rpm     dpkg     libpng-dev     libjpeg-progs     pngquant     make     automake     autoconf     libtool     dpkg     pkg-config     nasm     gcc     rsync     gpg     tar     zip
 ---> Running in c7648f495007
/bin/sh: apt-get: command not found
The command '/bin/sh -c apt-get update && apt-get install -y     git-core     procps     rpm     dpkg     libpng-dev     libjpeg-progs     pngquant     make     automake     autoconf     libtool     dpkg     pkg-config     nasm     gcc     rsync     gpg     tar     zip' returned a non-zero code: 127
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
ERROR: script returned exit code 127
[Pipeline] // catchError
[Pipeline] stage
[Pipeline] { (Publish test results)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[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
No test report files were found. Configuration error?