See <https://ci-builds.apache.org/job/Brooklyn/job/brooklyn/job/master/973/display/redirect>
Changes: ------------------------------------------ Started by upstream project "Brooklyn/brooklyn-ui/master" build number 303 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 4f253ccf3ab63870c04c6a0386122de77c904908 [Pipeline] Start of Pipeline [Pipeline] node Running on builds30 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 The recommended git tool is: NONE using credential Read only (Brooklyn repos) Fetching changes from the remote Git repository > git rev-parse --resolve-git-dir > /home/jenkins/jenkins-agent/workspace/Brooklyn_brooklyn_master/.git # > timeout=10 Fetching without tags > git config remote.origin.url https://github.com/apache/brooklyn.git # > 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 Checking out Revision 4f253ccf3ab63870c04c6a0386122de77c904908 (master) Commit message: "Merge pull request #59 from iuliana/upgrade-go" > git config core.sparsecheckout # timeout=10 > git checkout -f 4f253ccf3ab63870c04c6a0386122de77c904908 # timeout=10 > git rev-list --no-walk 4f253ccf3ab63870c04c6a0386122de77c904908 # 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 [Pipeline] sh + git submodule update --remote --merge --recursive [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-973 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker build -t brooklyn:jenkins-Brooklyn-brooklyn-master-973 . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.68kB done #1 DONE 0.1s #2 [internal] load metadata for docker.io/library/maven:3.9.4-amazoncorretto-8-debian #2 DONE 0.9s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.1s #4 [1/9] FROM docker.io/library/maven:3.9.4-amazoncorretto-8-debian@sha256:cc7338960617eb0612de6bababdcda1d407e8240078fae56814811a7d886d64f #4 CACHED #5 [2/9] RUN apt-get update #5 1.194 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #5 1.223 Get:2 https://apt.corretto.aws stable InRelease [10.7 kB] #5 1.281 Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] #5 1.311 Get:4 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #5 1.326 Err:2 https://apt.corretto.aws stable InRelease #5 1.326 The following signatures were invalid: EXPKEYSIG A122542AB04F24E3 Amazon Services LLC (Amazon Corretto release) <corretto-t...@amazon.com> #5 1.508 Get:5 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] #5 1.747 Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.5 kB] #5 1.749 Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB] #5 3.960 Reading package lists... #5 5.361 W: GPG error: https://apt.corretto.aws stable InRelease: The following signatures were invalid: EXPKEYSIG A122542AB04F24E3 Amazon Services LLC (Amazon Corretto release) <corretto-t...@amazon.com> #5 5.361 E: The repository 'https://apt.corretto.aws stable InRelease' is not signed. #5 ERROR: process "/bin/sh -c apt-get update" did not complete successfully: exit code: 100 ------ > [2/9] RUN apt-get update: 1.281 Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 1.311 Get:4 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 1.326 Err:2 https://apt.corretto.aws stable InRelease 1.326 The following signatures were invalid: EXPKEYSIG A122542AB04F24E3 Amazon Services LLC (Amazon Corretto release) <corretto-t...@amazon.com> 1.508 Get:5 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] 1.747 Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.5 kB] 1.749 Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB] 5.361 W: GPG error: https://apt.corretto.aws stable InRelease: The following signatures were invalid: EXPKEYSIG A122542AB04F24E3 Amazon Services LLC (Amazon Corretto release) <corretto-t...@amazon.com> 5.361 E: The repository 'https://apt.corretto.aws stable InRelease' is not signed. ------ Dockerfile:25 -------------------- 23 | 24 | # Install necessary binaries to build brooklyn 25 | >>> RUN apt-get update 26 | 27 | RUN apt-get install -y \ -------------------- ERROR: failed to solve: process "/bin/sh -c apt-get update" did not complete successfully: exit code: 100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } ERROR: script returned exit code 1 Setting overall build result to FAILURE [Pipeline] // catchError [Pipeline] stage [Pipeline] { (Publish test results) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] testNG No test report files were found. Configuration error? 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