See <https://ci-builds.apache.org/job/Brooklyn/job/brooklyn/job/master/856/display/redirect>
Changes: ------------------------------------------ Started by upstream project "Brooklyn/brooklyn-server/master" build number 519 originally caused by: Push event to branch master Connecting to https://api.github.com using This is to connect to Brooklyn repos on GitHub Obtained Jenkinsfile from 4963975b76af3ae49e9800c2886ee33f6a069190 [Pipeline] Start of Pipeline [Pipeline] node Running on EC2 (Jenkins Ephemeral Node User-CLI) - t3.xlarge (i-098affd4a94682496) in /home/jenkins/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/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.34.1' using GIT_ASKPASS to set credentials This is to connect to Brooklyn repos on GitHub > git fetch --no-tags --force --progress -- > https://github.com/apache/brooklyn.git > +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 4963975b76af3ae49e9800c2886ee33f6a069190 (master) Commit message: "add bzip2 to dockerfile used to build brooklyn" > 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 4963975b76af3ae49e9800c2886ee33f6a069190 # timeout=10 > git rev-list --no-walk 4963975b76af3ae49e9800c2886ee33f6a069190 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare environment) [Pipeline] echo Creating maven cache ... [Pipeline] sh + mkdir -p /home/jenkins/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/workspace/Brooklyn_brooklyn_master/brooklyn-client'... Cloning into '/home/jenkins/workspace/Brooklyn_brooklyn_master/brooklyn-dist'... Cloning into '/home/jenkins/workspace/Brooklyn_brooklyn_master/brooklyn-docs'... Cloning into '/home/jenkins/workspace/Brooklyn_brooklyn_master/brooklyn-library'... Cloning into '/home/jenkins/workspace/Brooklyn_brooklyn_master/brooklyn-server'... Cloning into '/home/jenkins/workspace/Brooklyn_brooklyn_master/brooklyn-ui'... Submodule path 'brooklyn-client': checked out '58c2388a264b0d416b03fd924756493b9cf925cf' Submodule path 'brooklyn-dist': checked out '3f463ecd8a9cf1f87887a9f425bcdd6180bc0403' Submodule path 'brooklyn-docs': checked out '2b9acbbd3a6c4ccf6cdf318750ab10e69aaff9c2' Submodule path 'brooklyn-library': checked out 'dc22ff3eca60af90d044e6e3350bd7d5676e6d69' Submodule path 'brooklyn-server': checked out '2d71a462b806c0d889850c70c131022a777f7c0a' Submodule path 'brooklyn-ui': checked out 'cfe64f99439fbf9cd15d49cfd863ff39a117cea0' [Pipeline] sh + docker logout Removing login credentials for https://index.docker.io/v1/ [Pipeline] echo Building docker image for test environment ... [Pipeline] echo Using docker tag DOCKER_TAG=jenkins-Brooklyn-brooklyn-master-856 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker build -t brooklyn:jenkins-Brooklyn-brooklyn-master-856 . ERROR: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/_ping": dial unix /var/run/docker.sock: connect: permission denied [Pipeline] } [Pipeline] // withEnv [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 [Checks API] No suitable checks publisher found. [Pipeline] testNG 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