Pull request #228 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/ci-build-images Obtained Jenkinsfile from 90abed9a92d3ef24ffacba7a228c14f3f2d5b253+83416c26bb2dafbdb546ee79f7d5c99020093f9c (b69c46e460ed0dd08cbffe47d6415cee1d8ddf67) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4114653747818634310.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4642767013360086668.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/ci-build-images/branches/PR-228/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/ci-build-images/branches/PR-228/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15824483515641228136.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/ci-build-images/branches/PR-228/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5464836271403070373.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe # timeout=10 Commit message: "Merge pull request #474 from cherrycl/support-golang-1.25" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17706374391000625297.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/ci-build-images/branches/PR-228/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/ci-build-images/branches/PR-228/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16875097994233933606.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-golang-base, mavenSettings:ci-build-images-settings, dockerImageName:edgex-golang-base, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[1.23-alpine, 1.23-alpine3.22], releaseBranchOverride:golang-1.23] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: ci-build-images-settings PROJECT: edgex-golang-base USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-golang-base DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-golang-base-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org RELEASE_BRANCH_OVERRIDE: golang-1.23 DOCKER_CUSTOM_TAGS: 1.23-alpine 1.23-alpine3.22 [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-288051 in /w/workspace/exfoundry_ci-build-images_PR-228 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/ci-build-images.git > git init /w/workspace/exfoundry_ci-build-images_PR-228 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/golang-1.23 commit 83416c26bb2dafbdb546ee79f7d5c99020093f9c into PR head commit 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 Merge succeeded, producing 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 Checking out Revision 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 (PR-228) > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/228/head:refs/remotes/origin/PR-228 +refs/heads/golang-1.23:refs/remotes/origin/golang-1.23 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 83416c26bb2dafbdb546ee79f7d5c99020093f9c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 # timeout=10 Commit message: "ci: Upgrade golang image version to 1.23-alpine3.22" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:53:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:53:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:53:19 ========================================================= 03:53:19 EdgeX Global Pipelines Version Info 03:53:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:53:20 ------------------- 03:53:20 stable info: 03:53:20 ------------------- 03:53:20 Commited By: Cherry Wang cherry@iotechsys.com 03:53:20 Commit SHA: aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 03:53:20 Message: update stable to v1.0.277 03:53:21 ------------------- 03:53:21 experimental info: 03:53:21 ------------------- 03:53:21 Commited By: **** collab-it+edgex@linuxfoundation.org 03:53:21 Commit SHA: aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 03:53:21 Message: update experimental to v1.0.277 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:53:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = ci-build-images-settings [Pipeline] echo 03:53:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-golang-base [Pipeline] echo 03:53:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 03:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-golang-base [Pipeline] echo 03:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 03:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 03:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 03:53:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-golang-base-archive.tar.gz [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = golang-1.23 [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 1.23-alpine 1.23-alpine3.22 [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-228 [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-228 [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-228 [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 90abed9 [Pipeline] echo 03:53:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:53:22 provisioning config files... 03:53:22 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-228@tmp/config11799289810686974985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:53:23 ---> ****-login.sh 03:53:23 nexus3.edgexfoundry.org:10001 03:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:23 03:53:23 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:53:23 Configure a credential helper to remove this warning. See 03:53:23 https://docs.****.com/go/credential-store/ 03:53:23 03:53:23 Login Succeeded 03:53:23 nexus3.edgexfoundry.org:10002 03:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:23 03:53:23 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:53:23 Configure a credential helper to remove this warning. See 03:53:23 https://docs.****.com/go/credential-store/ 03:53:23 03:53:23 Login Succeeded 03:53:23 nexus3.edgexfoundry.org:10003 03:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:23 03:53:23 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:53:23 Configure a credential helper to remove this warning. See 03:53:23 https://docs.****.com/go/credential-store/ 03:53:23 03:53:23 Login Succeeded 03:53:23 nexus3.edgexfoundry.org:10004 03:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:23 03:53:23 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:53:23 Configure a credential helper to remove this warning. See 03:53:23 https://docs.****.com/go/credential-store/ 03:53:23 03:53:23 Login Succeeded 03:53:23 ****.io 03:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:23 03:53:23 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:53:23 Configure a credential helper to remove this warning. See 03:53:23 https://docs.****.com/go/credential-store/ 03:53:23 03:53:23 Login Succeeded 03:53:23 ---> ****-login.sh ends [Pipeline] } 03:53:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:53:24 provisioning config files... 03:53:24 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-228@tmp/config11113580697445584431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:53:25 ---> ****-login.sh 03:53:25 nexus3.edgexfoundry.org:10001 03:53:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:25 Login Succeeded 03:53:25 nexus3.edgexfoundry.org:10002 03:53:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:25 Login Succeeded 03:53:25 nexus3.edgexfoundry.org:10003 03:53:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:25 Login Succeeded 03:53:25 nexus3.edgexfoundry.org:10004 03:53:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:25 Login Succeeded 03:53:25 ****.io 03:53:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:25 Login Succeeded 03:53:25 ---> ****-login.sh ends [Pipeline] } 03:53:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:53:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:53:27 + ls -al . 03:53:27 total 28 03:53:27 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 03:53 . 03:53:27 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 03:53 .. 03:53:27 drwxrwxr-x 8 jenkins jenkins 4096 Oct 15 03:53 .git 03:53:27 drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 03:53 .github 03:53:27 -rw-rw-r-- 1 jenkins jenkins 586 Oct 15 03:53 .golangci.yml 03:53:27 -rw-rw-r-- 1 jenkins jenkins 1194 Oct 15 03:53 Dockerfile 03:53:27 -rw-rw-r-- 1 jenkins jenkins 952 Oct 15 03:53 Jenkinsfile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:27 + docker build -t edgex-devops/edgex-golang-base -f Dockerfile --build-arg ARCH=amd64 --label git_sha=90abed9a92d3ef24ffacba7a228c14f3f2d5b253 --label arch=amd64 . 03:53:28 #0 building with "default" instance using docker driver 03:53:28 03:53:28 #1 [internal] load build definition from Dockerfile 03:53:28 #1 transferring dockerfile: 1.23kB done 03:53:28 #1 DONE 0.0s 03:53:28 03:53:28 #2 [internal] load metadata for docker.io/library/golang:1.23-alpine3.22 03:53:28 #2 DONE 0.7s 03:53:28 03:53:28 #3 [internal] load .dockerignore 03:53:28 #3 transferring context: 2B done 03:53:28 #3 DONE 0.0s 03:53:28 03:53:28 #4 [internal] load build context 03:53:28 #4 transferring context: 628B done 03:53:28 #4 DONE 0.0s 03:53:28 03:53:28 #5 [1/5] FROM docker.io/library/golang:1.23-alpine3.22@sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f 03:53:28 #5 resolve docker.io/library/golang:1.23-alpine3.22@sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f 0.0s done 03:53:28 #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 0B / 74.07MB 0.1s 03:53:28 #5 sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f 10.30kB / 10.30kB done 03:53:28 #5 sha256:a7ecaac5efda22510d8c903bdc6b19026543f1eac3317d47363680df22161bd8 1.92kB / 1.92kB done 03:53:28 #5 sha256:72fd06a5dd05d7cb31d0fa2a125e89eecc16fbff26acf95bbd2762cdcfb5af38 2.08kB / 2.08kB done 03:53:28 #5 sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 0B / 3.80MB 0.1s 03:53:28 #5 sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 0B / 282.45kB 0.1s 03:53:28 #5 sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 282.45kB / 282.45kB 0.2s 03:53:29 #5 sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 3.80MB / 3.80MB 0.4s 03:53:29 #5 sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 282.45kB / 282.45kB 0.2s done 03:53:29 #5 sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 0B / 126B 0.4s 03:53:29 #5 sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 3.80MB / 3.80MB 0.4s done 03:53:29 #5 sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 126B / 126B 0.4s done 03:53:29 #5 extracting sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 0.1s 03:53:29 #5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.4s done 03:53:29 #5 extracting sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 0.1s done 03:53:29 #5 extracting sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 0.0s done 03:53:30 #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 9.44MB / 74.07MB 2.1s 03:53:31 #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 32.51MB / 74.07MB 2.3s 03:53:31 #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 47.19MB / 74.07MB 2.4s 03:53:31 #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 74.07MB / 74.07MB 2.6s 03:53:31 #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 74.07MB / 74.07MB 2.8s done 03:53:31 #5 extracting sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 03:53:35 #5 extracting sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 4.1s done 03:53:35 #5 extracting sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 03:53:36 #5 extracting sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 done 03:53:36 #5 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 03:53:36 #5 DONE 7.4s 03:53:36 03:53:36 #6 [2/5] COPY ./.golangci.yml /etc/.golangci.yml 03:53:37 #6 DONE 1.2s 03:53:37 03:53:37 #7 [3/5] RUN if [ $(uname -m) == "x86_64" ]; then wget -O /usr/local/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64 ; chmod +x /usr/local/bin/hadolint; fi 03:53:37 #7 0.243 Connecting to github.com (140.82.112.4:443) 03:53:37 #7 0.379 Connecting to release-assets.githubusercontent.com (185.199.111.133:443) 03:53:37 #7 0.426 saving to '/usr/local/bin/hadolint' 03:53:37 #7 0.457 hadolint 100% |********************************| 2369k 0:00:00 ETA 03:53:37 #7 0.457 '/usr/local/bin/hadolint' saved 03:53:37 #7 DONE 0.5s 03:53:38 03:53:38 #8 [4/5] RUN apk add --update --no-cache make git curl bash pkgconfig build-base linux-headers musl-dev zeromq-dev && apk upgrade && ln -s /bin/touch /usr/bin/touch && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.61.0 03:53:39 #8 1.292 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:53:39 #8 1.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:53:39 Still waiting to schedule task 03:53:39 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:53:39 #8 1.708 (1/43) Installing ncurses-terminfo-base (6.5_p20250503-r0) 03:53:39 #8 1.710 (2/43) Installing libncursesw (6.5_p20250503-r0) 03:53:39 #8 1.719 (3/43) Installing readline (8.2.13-r1) 03:53:39 #8 1.750 (4/43) Installing bash (5.2.37-r0) 03:53:39 #8 1.769 Executing bash-5.2.37-r0.post-install 03:53:39 #8 1.773 (5/43) Installing libgcc (14.2.0-r6) 03:53:39 #8 1.779 (6/43) Installing jansson (2.14.1-r0) 03:53:39 #8 1.784 (7/43) Installing libstdc++ (14.2.0-r6) 03:53:39 #8 1.811 (8/43) Installing zstd-libs (1.5.7-r0) 03:53:39 #8 1.823 (9/43) Installing binutils (2.44-r3) 03:53:39 #8 1.946 (10/43) Installing libmagic (5.46-r2) 03:53:39 #8 1.975 (11/43) Installing file (5.46-r2) 03:53:39 #8 1.978 (12/43) Installing libgomp (14.2.0-r6) 03:53:39 #8 1.986 (13/43) Installing libatomic (14.2.0-r6) 03:53:39 #8 1.989 (14/43) Installing gmp (6.3.0-r3) 03:53:39 #8 2.021 (15/43) Installing isl26 (0.26-r1) 03:53:39 #8 2.044 (16/43) Installing mpfr4 (4.2.1_p1-r0) 03:53:39 #8 2.056 (17/43) Installing mpc1 (1.3.1-r1) 03:53:40 #8 2.060 (18/43) Installing gcc (14.2.0-r6) 03:53:40 #8 2.875 (19/43) Installing libstdc++-dev (14.2.0-r6) 03:53:40 #8 2.987 (20/43) Installing musl-dev (1.2.5-r10) 03:53:41 #8 3.039 (21/43) Installing g++ (14.2.0-r6) 03:53:41 #8 3.319 (22/43) Installing make (4.4.1-r3) 03:53:41 #8 3.325 (23/43) Installing fortify-headers (1.1-r5) 03:53:41 #8 3.329 (24/43) Installing patch (2.8-r0) 03:53:41 #8 3.334 (25/43) Installing build-base (0.5-r3) 03:53:41 #8 3.334 (26/43) Installing brotli-libs (1.1.0-r2) 03:53:41 #8 3.344 (27/43) Installing c-ares (1.34.5-r0) 03:53:41 #8 3.348 (28/43) Installing libunistring (1.3-r0) 03:53:41 #8 3.362 (29/43) Installing libidn2 (2.3.7-r0) 03:53:41 #8 3.367 (30/43) Installing nghttp2-libs (1.65.0-r0) 03:53:41 #8 3.371 (31/43) Installing libpsl (0.21.5-r3) 03:53:41 #8 3.375 (32/43) Installing libcurl (8.14.1-r2) 03:53:41 #8 3.383 (33/43) Installing curl (8.14.1-r2) 03:53:41 #8 3.392 (34/43) Installing libexpat (2.7.3-r0) 03:53:41 #8 3.397 (35/43) Installing pcre2 (10.43-r1) 03:53:41 #8 3.406 (36/43) Installing git (2.49.1-r0) 03:53:41 #8 3.462 (37/43) Installing git-init-template (2.49.1-r0) 03:53:41 #8 3.466 (38/43) Installing linux-headers (6.14.2-r0) 03:53:41 #8 3.546 (39/43) Installing pkgconf (2.4.3-r0) 03:53:41 #8 3.552 (40/43) Installing libsodium (1.0.20-r0) 03:53:41 #8 3.561 (41/43) Installing libzmq (4.3.5-r2) 03:53:41 #8 3.570 (42/43) Installing libsodium-dev (1.0.20-r0) 03:53:41 #8 3.578 (43/43) Installing zeromq-dev (4.3.5-r2) 03:53:41 #8 3.583 Executing busybox-1.37.0-r18.trigger 03:53:41 #8 3.591 OK: 265 MiB in 60 packages 03:53:41 #8 3.652 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:53:41 #8 3.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:53:42 #8 4.060 Upgrading critical system libraries and apk-tools: 03:53:42 #8 4.060 (1/1) Upgrading apk-tools (2.14.9-r2 -> 2.14.9-r3) 03:53:42 #8 4.065 Executing busybox-1.37.0-r18.trigger 03:53:42 #8 4.120 Continuing the upgrade transaction with new apk-tools: 03:53:42 #8 4.429 (1/9) Upgrading busybox (1.37.0-r18 -> 1.37.0-r19) 03:53:42 #8 4.474 Executing busybox-1.37.0-r19.post-upgrade 03:53:42 #8 4.537 (2/9) Upgrading busybox-binsh (1.37.0-r18 -> 1.37.0-r19) 03:53:42 #8 4.540 (3/9) Upgrading alpine-release (3.22.1-r0 -> 3.22.2-r0) 03:53:42 #8 4.544 (4/9) Upgrading libcrypto3 (3.5.1-r0 -> 3.5.4-r0) 03:53:42 #8 4.590 (5/9) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 03:53:42 #8 4.595 (6/9) Upgrading libssl3 (3.5.1-r0 -> 3.5.4-r0) 03:53:42 #8 4.606 (7/9) Upgrading ssl_client (1.37.0-r18 -> 1.37.0-r19) 03:53:42 #8 4.609 (8/9) Upgrading libapk2 (2.14.9-r2 -> 2.14.9-r3) 03:53:42 #8 4.615 (9/9) Upgrading ca-certificates (20250619-r0 -> 20250911-r0) 03:53:42 #8 4.628 Executing busybox-1.37.0-r19.trigger 03:53:42 #8 4.632 Executing ca-certificates-20250911-r0.trigger 03:53:42 #8 4.671 OK: 265 MiB in 60 packages 03:53:42 #8 4.730 Connecting to raw.githubusercontent.com (185.199.110.133:443) 03:53:42 #8 4.778 writing to stdout 03:53:42 #8 4.778 - 100% |********************************| 11589 0:00:00 ETA 03:53:42 #8 4.778 written to stdout 03:53:42 #8 4.786 golangci/golangci-lint info checking GitHub for tag 'v1.61.0' 03:53:42 #8 4.976 golangci/golangci-lint info found version: 1.61.0 for v1.61.0/linux/amd64 03:53:43 #8 5.766 golangci/golangci-lint info installed ./bin/golangci-lint 03:54:01 #8 DONE 22.2s 03:54:01 03:54:01 #9 [5/5] RUN go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest 03:54:01 #9 1.035 go: downloading github.com/gotesttools/gotestfmt v1.1.0 03:54:01 #9 1.073 go: downloading github.com/gotesttools/gotestfmt/v2 v2.5.0 03:54:07 #9 DONE 6.2s 03:54:07 03:54:07 #10 exporting to image 03:54:07 #10 exporting layers 03:54:07 #10 exporting layers 1.2s done 03:54:07 #10 writing image sha256:c35ff5b5dc06b856dd29609744df4cade8395ec97a242371765ba33f64793968 done 03:54:07 #10 naming to docker.io/edgex-devops/edgex-golang-base 0.0s done 03:54:07 #10 DONE 1.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:54:08 03:54:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:54:09 latest: Pulling from edgex-lftools-log-publisher 03:54:09 5eb5b503b376: Pulling fs layer 03:54:09 5c69ac0246d0: Pulling fs layer 03:54:09 ec43610c2a17: Pulling fs layer 03:54:09 3a2ae6a8a46f: Pulling fs layer 03:54:09 33b1e0a273af: Pulling fs layer 03:54:09 5d3b04190fa2: Pulling fs layer 03:54:09 2f39f015ded8: Pulling fs layer 03:54:09 33b1e0a273af: Waiting 03:54:09 5d3b04190fa2: Waiting 03:54:09 3a2ae6a8a46f: Waiting 03:54:09 2f39f015ded8: Waiting 03:54:09 5c69ac0246d0: Verifying Checksum 03:54:09 5c69ac0246d0: Download complete 03:54:09 33b1e0a273af: Verifying Checksum 03:54:09 33b1e0a273af: Download complete 03:54:09 5d3b04190fa2: Verifying Checksum 03:54:09 5d3b04190fa2: Download complete 03:54:09 ec43610c2a17: Verifying Checksum 03:54:09 5eb5b503b376: Verifying Checksum 03:54:09 5eb5b503b376: Download complete 03:54:10 2f39f015ded8: Download complete 03:54:11 5eb5b503b376: Pull complete 03:54:11 5c69ac0246d0: Pull complete 03:54:11 ec43610c2a17: Pull complete 03:54:11 3a2ae6a8a46f: Pull complete 03:54:12 33b1e0a273af: Pull complete 03:54:12 5d3b04190fa2: Pull complete 03:54:17 2f39f015ded8: Pull complete 03:54:17 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:54:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:54:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:54:17 prd-ubuntu20.04-docker-8c-8g-288051 does not seem to be running inside a container 03:54:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_ci-build-images_PR-228 -v /w/workspace/exfoundry_ci-build-images_PR-228:/w/workspace/exfoundry_ci-build-images_PR-228:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-228@tmp:/w/workspace/exfoundry_ci-build-images_PR-228@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 ******** -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 ******** -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:54:41 $ docker top e45b4b79e515071ea697b41955f63e27263a08e2733adc139276adff06d61961 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:54:42 ---> job-cost.sh 03:54:42 lf-activate-venv: SKIPPING 03:54:42 INFO: No Stack... 03:54:42 INFO: Retrieving Pricing Info for: v3-standard-8 03:54:42 INFO: Archiving Costs [Pipeline] sh 03:54:42 + cat /w/workspace/exfoundry_ci-build-images_PR-228/archives/cost.csv 03:54:42 + cut -d, -f6 [Pipeline] lock 03:54:42 Trying to acquire lock on [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] 03:54:42 Resource [jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] did not exist. Created. 03:54:42 Lock acquired on [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:54:43 + echo total: 0.2199999988079071 [Pipeline] stash 03:54:43 Stashed 1 file(s) [Pipeline] } 03:54:43 Lock released on resource [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:54:43 $ docker stop --time=1 e45b4b79e515071ea697b41955f63e27263a08e2733adc139276adff06d61961 03:54:45 $ docker rm -f --volumes e45b4b79e515071ea697b41955f63e27263a08e2733adc139276adff06d61961 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:55:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-288083 in /w/workspace/exfoundry_ci-build-images_PR-228 [Pipeline] { [Pipeline] checkout 03:55:37 Selected Git installation does not exist. Using Default 03:55:37 The recommended git tool is: NONE 03:55:42 using credential edgex-jenkins-ssh 03:55:42 Cloning the remote Git repository 03:55:42 Cloning repository git@github.com:edgexfoundry/ci-build-images.git 03:55:42 > git init /w/workspace/exfoundry_ci-build-images_PR-228 # timeout=10 03:55:42 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 03:55:42 > git --version # timeout=10 03:55:42 > git --version # 'git version 2.25.1' 03:55:42 using GIT_SSH to set credentials SSH Credentials for GitHub 03:55:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:55:43 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 03:55:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:55:44 Merging remotes/origin/golang-1.23 commit 83416c26bb2dafbdb546ee79f7d5c99020093f9c into PR head commit 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 03:55:44 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 03:55:44 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 03:55:44 using GIT_SSH to set credentials SSH Credentials for GitHub 03:55:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/228/head:refs/remotes/origin/PR-228 +refs/heads/golang-1.23:refs/remotes/origin/golang-1.23 # timeout=10 03:55:44 > git config core.sparsecheckout # timeout=10 03:55:44 > git checkout -f 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 # timeout=10 03:55:45 > git remote # timeout=10 03:55:45 > git config --get remote.origin.url # timeout=10 03:55:45 Merge succeeded, producing 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 03:55:45 Checking out Revision 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 (PR-228) 03:55:45 using GIT_SSH to set credentials SSH Credentials for GitHub 03:55:45 > git merge 83416c26bb2dafbdb546ee79f7d5c99020093f9c # timeout=10 03:55:45 > git rev-parse HEAD^{commit} # timeout=10 03:55:45 > git config core.sparsecheckout # timeout=10 03:55:45 > git checkout -f 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 # timeout=10 03:55:48 Commit message: "ci: Upgrade golang image version to 1.23-alpine3.22" 03:55:48 > git --version # timeout=10 03:55:48 > git --version # 'git version 2.25.1' 03:55:48 fatal: bad object aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:55:50 provisioning config files... 03:55:50 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-228@tmp/config5900171094416994938tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:55:51 ---> ****-login.sh 03:55:51 nexus3.edgexfoundry.org:10001 03:55:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:55:51 Configure a credential helper to remove this warning. See 03:55:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:55:51 03:55:51 Login Succeeded 03:55:51 nexus3.edgexfoundry.org:10002 03:55:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:55:51 Configure a credential helper to remove this warning. See 03:55:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:55:51 03:55:51 Login Succeeded 03:55:51 nexus3.edgexfoundry.org:10003 03:55:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:55:52 Configure a credential helper to remove this warning. See 03:55:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:55:52 03:55:52 Login Succeeded 03:55:52 nexus3.edgexfoundry.org:10004 03:55:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:55:52 Configure a credential helper to remove this warning. See 03:55:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:55:52 03:55:52 Login Succeeded 03:55:52 ****.io 03:55:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:55:53 Configure a credential helper to remove this warning. See 03:55:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:55:53 03:55:53 Login Succeeded 03:55:53 ---> ****-login.sh ends [Pipeline] } 03:55:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:55:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:55:54 + ls -al . 03:55:54 total 28 03:55:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 03:55 . 03:55:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 03:55 .. 03:55:54 drwxrwxr-x 8 jenkins jenkins 4096 Oct 15 03:55 .git 03:55:54 drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 03:55 .github 03:55:54 -rw-rw-r-- 1 jenkins jenkins 586 Oct 15 03:55 .golangci.yml 03:55:54 -rw-rw-r-- 1 jenkins jenkins 1194 Oct 15 03:55 Dockerfile 03:55:54 -rw-rw-r-- 1 jenkins jenkins 952 Oct 15 03:55 Jenkinsfile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:54 + docker build -t edgex-devops/edgex-golang-base-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=90abed9a92d3ef24ffacba7a228c14f3f2d5b253 --label arch=arm64 . 03:55:55 Sending build context to Docker daemon 504.3kB 03:55:55 Step 1/9 : FROM golang:1.23-alpine3.22 03:55:55 1.23-alpine3.22: Pulling from library/golang 03:55:55 6e174226ea69: Pulling fs layer 03:55:55 7d1a427e917c: Pulling fs layer 03:55:55 382d65ac76eb: Pulling fs layer 03:55:55 13eebdc497b7: Pulling fs layer 03:55:55 4f4fb700ef54: Pulling fs layer 03:55:55 13eebdc497b7: Waiting 03:55:55 4f4fb700ef54: Waiting 03:55:55 7d1a427e917c: Verifying Checksum 03:55:55 7d1a427e917c: Download complete 03:55:55 6e174226ea69: Verifying Checksum 03:55:55 6e174226ea69: Download complete 03:55:56 13eebdc497b7: Verifying Checksum 03:55:56 13eebdc497b7: Download complete 03:55:56 4f4fb700ef54: Verifying Checksum 03:55:56 4f4fb700ef54: Download complete 03:55:56 6e174226ea69: Pull complete 03:55:57 7d1a427e917c: Pull complete 03:55:58 382d65ac76eb: Verifying Checksum 03:55:58 382d65ac76eb: Download complete 03:56:13 382d65ac76eb: Pull complete 03:56:13 13eebdc497b7: Pull complete 03:56:13 4f4fb700ef54: Pull complete 03:56:13 Digest: sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f 03:56:13 Status: Downloaded newer image for golang:1.23-alpine3.22 03:56:13 ---> 8426fd70e6b6 03:56:13 Step 2/9 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2023: Intel Corporation' 03:56:13 ---> Running in 323b1d2eee2e 03:56:13 Removing intermediate container 323b1d2eee2e 03:56:13 ---> 0cccc8ff0dda 03:56:13 Step 3/9 : ENV HADOLINT_VERSION=2.12.0 GOLANGCI_VERSION=1.61.0 03:56:13 ---> Running in ec32ed197d61 03:56:13 Removing intermediate container ec32ed197d61 03:56:13 ---> 4a59630f15a2 03:56:13 Step 4/9 : COPY ./.golangci.yml /etc/.golangci.yml 03:56:13 ---> 3c861e7d437e 03:56:13 Step 5/9 : RUN if [ $(uname -m) == "x86_64" ]; then wget -O /usr/local/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-Linux-x86_64 ; chmod +x /usr/local/bin/hadolint; fi 03:56:13 ---> Running in 9a8871234b07 03:56:15 Removing intermediate container 9a8871234b07 03:56:15 ---> b8f2ce26821f 03:56:15 Step 6/9 : RUN apk add --update --no-cache make git curl bash pkgconfig build-base linux-headers musl-dev zeromq-dev && apk upgrade && ln -s /bin/touch /usr/bin/touch && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v${GOLANGCI_VERSION} 03:56:15 ---> Running in 5912657373d5 03:56:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:56:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:56:18 (1/43) Installing ncurses-terminfo-base (6.5_p20250503-r0) 03:56:18 (2/43) Installing libncursesw (6.5_p20250503-r0) 03:56:18 (3/43) Installing readline (8.2.13-r1) 03:56:18 (4/43) Installing bash (5.2.37-r0) 03:56:18 Executing bash-5.2.37-r0.post-install 03:56:18 (5/43) Installing libgcc (14.2.0-r6) 03:56:18 (6/43) Installing jansson (2.14.1-r0) 03:56:18 (7/43) Installing libstdc++ (14.2.0-r6) 03:56:18 (8/43) Installing zstd-libs (1.5.7-r0) 03:56:18 (9/43) Installing binutils (2.44-r3) 03:56:18 (10/43) Installing libmagic (5.46-r2) 03:56:19 (11/43) Installing file (5.46-r2) 03:56:19 (12/43) Installing libgomp (14.2.0-r6) 03:56:19 (13/43) Installing libatomic (14.2.0-r6) 03:56:19 (14/43) Installing gmp (6.3.0-r3) 03:56:19 (15/43) Installing isl26 (0.26-r1) 03:56:19 (16/43) Installing mpfr4 (4.2.1_p1-r0) 03:56:19 (17/43) Installing mpc1 (1.3.1-r1) 03:56:19 (18/43) Installing gcc (14.2.0-r6) 03:56:22 (19/43) Installing libstdc++-dev (14.2.0-r6) 03:56:22 (20/43) Installing musl-dev (1.2.5-r10) 03:56:22 (21/43) Installing g++ (14.2.0-r6) 03:56:23 (22/43) Installing make (4.4.1-r3) 03:56:23 (23/43) Installing fortify-headers (1.1-r5) 03:56:23 (24/43) Installing patch (2.8-r0) 03:56:23 (25/43) Installing build-base (0.5-r3) 03:56:23 (26/43) Installing brotli-libs (1.1.0-r2) 03:56:23 (27/43) Installing c-ares (1.34.5-r0) 03:56:23 (28/43) Installing libunistring (1.3-r0) 03:56:23 (29/43) Installing libidn2 (2.3.7-r0) 03:56:23 (30/43) Installing nghttp2-libs (1.65.0-r0) 03:56:23 (31/43) Installing libpsl (0.21.5-r3) 03:56:23 (32/43) Installing libcurl (8.14.1-r2) 03:56:23 (33/43) Installing curl (8.14.1-r2) 03:56:24 (34/43) Installing libexpat (2.7.3-r0) 03:56:24 (35/43) Installing pcre2 (10.43-r1) 03:56:24 (36/43) Installing git (2.49.1-r0) 03:56:24 (37/43) Installing git-init-template (2.49.1-r0) 03:56:24 (38/43) Installing linux-headers (6.14.2-r0) 03:56:25 (39/43) Installing pkgconf (2.4.3-r0) 03:56:25 (40/43) Installing libsodium (1.0.20-r0) 03:56:25 (41/43) Installing libzmq (4.3.5-r2) 03:56:25 (42/43) Installing libsodium-dev (1.0.20-r0) 03:56:25 (43/43) Installing zeromq-dev (4.3.5-r2) 03:56:25 Executing busybox-1.37.0-r18.trigger 03:56:25 OK: 255 MiB in 60 packages 03:56:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:56:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:56:27 Upgrading critical system libraries and apk-tools: 03:56:27 (1/1) Upgrading apk-tools (2.14.9-r2 -> 2.14.9-r3) 03:56:27 Executing busybox-1.37.0-r18.trigger 03:56:27 Continuing the upgrade transaction with new apk-tools: 03:56:29 (1/9) Upgrading busybox (1.37.0-r18 -> 1.37.0-r19) 03:56:29 Executing busybox-1.37.0-r19.post-upgrade 03:56:29 (2/9) Upgrading busybox-binsh (1.37.0-r18 -> 1.37.0-r19) 03:56:29 (3/9) Upgrading alpine-release (3.22.1-r0 -> 3.22.2-r0) 03:56:29 (4/9) Upgrading libcrypto3 (3.5.1-r0 -> 3.5.4-r0) 03:56:29 (5/9) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 03:56:29 (6/9) Upgrading libssl3 (3.5.1-r0 -> 3.5.4-r0) 03:56:29 (7/9) Upgrading ssl_client (1.37.0-r18 -> 1.37.0-r19) 03:56:29 (8/9) Upgrading libapk2 (2.14.9-r2 -> 2.14.9-r3) 03:56:29 (9/9) Upgrading ca-certificates (20250619-r0 -> 20250911-r0) 03:56:29 Executing busybox-1.37.0-r19.trigger 03:56:29 Executing ca-certificates-20250911-r0.trigger 03:56:29 OK: 255 MiB in 60 packages 03:56:29 Connecting to raw.githubusercontent.com (185.199.111.133:443) 03:56:30 writing to stdout 03:56:30 - 100% |********************************| 11589 0:00:00 ETA 03:56:30 written to stdout 03:56:30 golangci/golangci-lint info checking GitHub for tag 'v1.61.0' 03:56:30 golangci/golangci-lint info found version: 1.61.0 for v1.61.0/linux/arm64 03:56:32 golangci/golangci-lint info installed ./bin/golangci-lint 03:56:44 Removing intermediate container 5912657373d5 03:56:44 ---> 5180dc98269a 03:56:44 Step 7/9 : RUN go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest 03:56:44 ---> Running in d2a9b0e4fcd7 03:56:44 go: downloading github.com/gotesttools/gotestfmt/v2 v2.5.0 03:56:44 go: downloading github.com/gotesttools/gotestfmt v1.1.0 03:57:16 Removing intermediate container d2a9b0e4fcd7 03:57:16 ---> 72f5cd871049 03:57:16 Step 8/9 : LABEL arch=arm64 03:57:16 ---> Running in df4e3d971a92 03:57:16 Removing intermediate container df4e3d971a92 03:57:16 ---> 3826982b2963 03:57:16 Step 9/9 : LABEL git_sha=90abed9a92d3ef24ffacba7a228c14f3f2d5b253 03:57:16 ---> Running in d62156065892 03:57:16 Removing intermediate container d62156065892 03:57:16 ---> 7a74eea9edb7 03:57:16 [Warning] One or more build-args [ARCH] were not consumed 03:57:16 Successfully built 7a74eea9edb7 03:57:16 Successfully tagged edgex-devops/edgex-golang-base-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:57:18 03:57:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:57:18 arm64: Pulling from edgex-lftools-log-publisher 03:57:18 8998bd30e6a1: Pulling fs layer 03:57:18 04944245beec: Pulling fs layer 03:57:18 699f458cf7ca: Pulling fs layer 03:57:18 765212b225bb: Pulling fs layer 03:57:18 f23df028b6ca: Pulling fs layer 03:57:18 d65c8cfc05b1: Pulling fs layer 03:57:18 2437ff75d9bd: Pulling fs layer 03:57:18 f23df028b6ca: Waiting 03:57:18 d65c8cfc05b1: Waiting 03:57:18 765212b225bb: Waiting 03:57:18 2437ff75d9bd: Waiting 03:57:18 04944245beec: Verifying Checksum 03:57:18 04944245beec: Download complete 03:57:18 765212b225bb: Verifying Checksum 03:57:18 765212b225bb: Download complete 03:57:18 f23df028b6ca: Verifying Checksum 03:57:18 f23df028b6ca: Download complete 03:57:18 d65c8cfc05b1: Verifying Checksum 03:57:18 d65c8cfc05b1: Download complete 03:57:19 699f458cf7ca: Verifying Checksum 03:57:19 699f458cf7ca: Download complete 03:57:19 8998bd30e6a1: Verifying Checksum 03:57:19 8998bd30e6a1: Download complete 03:57:21 2437ff75d9bd: Verifying Checksum 03:57:21 2437ff75d9bd: Download complete 03:57:23 8998bd30e6a1: Pull complete 03:57:24 04944245beec: Pull complete 03:57:26 699f458cf7ca: Pull complete 03:57:26 765212b225bb: Pull complete 03:57:26 f23df028b6ca: Pull complete 03:57:27 d65c8cfc05b1: Pull complete 03:57:45 2437ff75d9bd: Pull complete 03:57:45 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:57:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:57:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:57:45 prd-ubuntu20.04-docker-arm64-4c-16g-288083 does not seem to be running inside a container 03:57:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_ci-build-images_PR-228 -v /w/workspace/exfoundry_ci-build-images_PR-228:/w/workspace/exfoundry_ci-build-images_PR-228:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-228@tmp:/w/workspace/exfoundry_ci-build-images_PR-228@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 ******** -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 ******** -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:57:48 $ docker top 717c5207179fb7a6d4c9d62f8bbb800e17647af140b98ad3a6f975d8a1f4e771 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:57:49 ---> job-cost.sh 03:57:49 lf-activate-venv: SKIPPING 03:57:49 INFO: No Stack... 03:57:49 INFO: Retrieving Pricing Info for: v3-standard-4 03:57:50 INFO: Archiving Costs [Pipeline] sh 03:57:51 + + cut -d,cat -f6 /w/workspace/exfoundry_ci-build-images_PR-228/archives/cost.csv 03:57:51 [Pipeline] lock 03:57:51 Trying to acquire lock on [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] 03:57:51 Resource [jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] did not exist. Created. 03:57:51 Lock acquired on [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:57:52 /w/workspace/exfoundry_ci-build-images_PR-228@tmp/durable-8404010b/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:57:52 + echo total: 0.10999999940395355 [Pipeline] stash 03:57:52 Warning: overwriting stash ‘stack-cost’ 03:57:52 Stashed 1 file(s) [Pipeline] } 03:57:52 Lock released on resource [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:57:52 $ docker stop --time=1 717c5207179fb7a6d4c9d62f8bbb800e17647af140b98ad3a6f975d8a1f4e771 03:57:54 $ docker rm -f --volumes 717c5207179fb7a6d4c9d62f8bbb800e17647af140b98ad3a6f975d8a1f4e771 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:57:56 + [ -d /w/workspace/exfoundry_ci-build-images_PR-228/archives ] 03:57:56 + ls -al /w/workspace/exfoundry_ci-build-images_PR-228/archives 03:57:56 total 16 03:57:56 drwxr-xr-x 3 root root 4096 Oct 15 03:54 . 03:57:56 drwxrwxr-x 5 jenkins jenkins 4096 Oct 15 03:54 .. 03:57:56 drwxr-xr-x 2 root root 4096 Oct 15 03:54 cost 03:57:56 -rw-r--r-- 1 root root 87 Oct 15 03:54 cost.csv 03:57:56 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_ci-build-images_PR-228/archives 03:57:56 + ls -al /w/workspace/exfoundry_ci-build-images_PR-228/archives 03:57:56 total 16 03:57:56 drwxr-xr-x 3 jenkins jenkins 4096 Oct 15 03:54 . 03:57:56 drwxrwxr-x 5 jenkins jenkins 4096 Oct 15 03:54 .. 03:57:56 drwxr-xr-x 2 jenkins jenkins 4096 Oct 15 03:54 cost 03:57:56 -rw-r--r-- 1 jenkins jenkins 87 Oct 15 03:54 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:57:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:57:57 ---> package-listing.sh 03:57:57 ++ facter osfamily 03:57:57 ++ tr '[:upper:]' '[:lower:]' 03:57:57 + OS_FAMILY=debian 03:57:57 + workspace=/w/workspace/exfoundry_ci-build-images_PR-228 03:57:57 + START_PACKAGES=/tmp/packages_start.txt 03:57:57 + END_PACKAGES=/tmp/packages_end.txt 03:57:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:57:57 + PACKAGES=/tmp/packages_start.txt 03:57:57 + '[' /w/workspace/exfoundry_ci-build-images_PR-228 ']' 03:57:57 + PACKAGES=/tmp/packages_end.txt 03:57:57 + case "${OS_FAMILY}" in 03:57:57 + dpkg -l 03:57:57 + grep '^ii' 03:57:57 + '[' -f /tmp/packages_start.txt ']' 03:57:57 + '[' -f /tmp/packages_end.txt ']' 03:57:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:57:57 + '[' /w/workspace/exfoundry_ci-build-images_PR-228 ']' 03:57:57 + mkdir -p /w/workspace/exfoundry_ci-build-images_PR-228/archives/ 03:57:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_ci-build-images_PR-228/archives/ [Pipeline] echo 03:57:57 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_ci-build-images_PR-228/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:57:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:57:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:57:58 prd-ubuntu20.04-docker-8c-8g-288051 does not seem to be running inside a container 03:57:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_ci-build-images_PR-228/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_ci-build-images_PR-228 -v /w/workspace/exfoundry_ci-build-images_PR-228:/w/workspace/exfoundry_ci-build-images_PR-228:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-228@tmp:/w/workspace/exfoundry_ci-build-images_PR-228@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 ******** -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:58:01 $ docker top 944f48f1e44bc790b7119466c093ee9479207d5200dad19dbcc1ac1d2a70bbd1 -eo pid,comm [Pipeline] { [Pipeline] sh 03:58:01 + touch /tmp/pre-build-complete [Pipeline] sh 03:58:01 + mkdir -p /var/log/sysstat [Pipeline] sh 03:58:02 + ls /var/log/sa-host 03:58:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:58:02 provisioning config files... 03:58:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-228@tmp/config4869583269054391960tmp [Pipeline] { [Pipeline] echo 03:58:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:58:02 ---> create-netrc.sh [Pipeline] } 03:58:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:58:03 ---> python-tools-install.sh [Pipeline] echo 03:58:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:58:03 ---> sudo-logs.sh 03:58:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:58:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:58:04 ---> job-cost.sh 03:58:04 lf-activate-venv: SKIPPING 03:58:04 DEBUG: total: 0.2199999988079071 03:58:04 INFO: Retrieving Stack Cost... 03:58:04 INFO: Retrieving Pricing Info for: v3-standard-8 03:58:04 INFO: Archiving Costs [Pipeline] echo 03:58:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:58:05 ---> logs-deploy.sh 03:58:05 lf-activate-venv: SKIPPING 03:58:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/PR-228/1 03:58:05 INFO: archiving workspace using pattern(s): 03:58:06 Archives upload complete. 03:58:06 INFO: archiving logs to Nexus 03:58:07 ---> uname -a: 03:58:07 Linux prd-ubuntu20-04-docker-8c-8g-288051 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 03:58:07 03:58:07 03:58:07 ---> lscpu: 03:58:07 Architecture: x86_64 03:58:07 CPU op-mode(s): 32-bit, 64-bit 03:58:07 Byte Order: Little Endian 03:58:07 Address sizes: 40 bits physical, 48 bits virtual 03:58:07 CPU(s): 8 03:58:07 On-line CPU(s) list: 0-7 03:58:07 Thread(s) per core: 1 03:58:07 Core(s) per socket: 1 03:58:07 Socket(s): 8 03:58:07 NUMA node(s): 1 03:58:07 Vendor ID: AuthenticAMD 03:58:07 CPU family: 23 03:58:07 Model: 49 03:58:07 Model name: AMD EPYC-Rome Processor 03:58:07 Stepping: 0 03:58:07 CPU MHz: 2799.998 03:58:07 BogoMIPS: 5599.99 03:58:07 Virtualization: AMD-V 03:58:07 Hypervisor vendor: KVM 03:58:07 Virtualization type: full 03:58:07 L1d cache: 256 KiB 03:58:07 L1i cache: 256 KiB 03:58:07 L2 cache: 4 MiB 03:58:07 L3 cache: 128 MiB 03:58:07 NUMA node0 CPU(s): 0-7 03:58:07 Vulnerability Gather data sampling: Not affected 03:58:07 Vulnerability Itlb multihit: Not affected 03:58:07 Vulnerability L1tf: Not affected 03:58:07 Vulnerability Mds: Not affected 03:58:07 Vulnerability Meltdown: Not affected 03:58:07 Vulnerability Mmio stale data: Not affected 03:58:07 Vulnerability Retbleed: Vulnerable 03:58:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:58:07 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:58:07 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 03:58:07 Vulnerability Srbds: Not affected 03:58:07 Vulnerability Tsx async abort: Not affected 03:58:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 03:58:07 03:58:07 03:58:07 ---> nproc: 03:58:07 8 03:58:07 03:58:07 03:58:07 ---> df -h: 03:58:07 Filesystem Size Used Avail Use% Mounted on 03:58:07 overlay 155G 11G 145G 7% / 03:58:07 tmpfs 64M 0 64M 0% /dev 03:58:07 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:58:07 shm 64M 0 64M 0% /dev/shm 03:58:07 /dev/vda1 155G 11G 145G 7% /facter-os 03:58:07 03:58:07 03:58:07 ---> sar -b -r -n DEV: 03:58:07 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-288051) 10/15/25 _x86_64_ (8 CPU) 03:58:07 03:58:07 03:52:35 LINUX RESTART (8 CPU) 03:58:07 03:58:07 03:53:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:58:07 03:54:01 410.91 70.87 340.04 0.00 12759.18 32533.43 0.00 03:58:07 03:55:01 64.07 3.43 60.64 0.00 468.06 18957.77 0.00 03:58:07 03:56:01 1.48 0.00 1.48 0.00 0.00 17.08 0.00 03:58:07 03:57:01 1.03 0.00 1.03 0.00 0.00 12.80 0.00 03:58:07 03:58:01 41.64 3.97 37.68 0.00 4299.95 11377.57 0.00 03:58:07 Average: 101.76 15.28 86.48 0.00 3443.23 12445.42 0.00 03:58:07 03:58:07 03:53:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:58:07 03:54:01 29207504 31519572 792772 2.41 77008 2531656 2001492 5.90 1051896 2255248 364 03:58:07 03:55:01 28632208 31519748 766664 2.33 98404 3051872 1650912 4.87 1352772 2468116 284 03:58:07 03:56:01 28632336 31520024 765940 2.33 98436 3051876 1650912 4.87 1352768 2468120 44 03:58:07 03:57:01 28633184 31520916 764968 2.33 98476 3051876 1650912 4.87 1351804 2468120 120 03:58:07 03:58:01 28169736 31474296 797028 2.42 117228 3438108 1729064 5.10 1558200 2695888 200 03:58:07 Average: 28654994 31510911 777474 2.37 97910 3025078 1736658 5.12 1333488 2471098 202 03:58:07 03:58:07 03:53:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:58:07 03:54:01 docker0 47.30 109.19 3.07 1956.66 0.00 0.00 0.00 0.00 03:58:07 03:54:01 veth552c7a9 3.03 2.74 0.28 2.44 0.00 0.00 0.00 0.00 03:58:07 03:54:01 ens3 511.57 304.53 4034.07 87.16 0.00 0.00 0.00 0.00 03:58:07 03:54:01 lo 4.00 4.00 0.42 0.42 0.00 0.00 0.00 0.00 03:58:07 03:55:01 docker0 1.95 2.27 0.13 7.45 0.00 0.00 0.00 0.00 03:58:07 03:55:01 ens3 118.71 84.44 2543.66 63.66 0.00 0.00 0.00 0.00 03:58:07 03:55:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 03:58:07 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:58:07 03:56:01 ens3 2.48 1.43 2.15 0.34 0.00 0.00 0.00 0.00 03:58:07 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:58:07 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:58:07 03:57:01 ens3 0.20 0.13 0.02 0.01 0.00 0.00 0.00 0.00 03:58:07 03:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:58:07 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:58:07 03:58:01 ens3 260.17 166.24 3011.42 14.90 0.00 0.00 0.00 0.00 03:58:07 03:58:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 03:58:07 Average: docker0 9.60 21.71 0.62 382.32 0.00 0.00 0.00 0.00 03:58:07 Average: ens3 176.39 110.06 1904.00 32.85 0.00 0.00 0.00 0.00 03:58:07 Average: lo 1.18 1.18 0.12 0.12 0.00 0.00 0.00 0.00 03:58:07 03:58:07 03:58:07 ---> sar -P ALL: 03:58:07 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-288051) 10/15/25 _x86_64_ (8 CPU) 03:58:07 03:58:07 03:52:35 LINUX RESTART (8 CPU) 03:58:07 03:58:07 03:53:03 CPU %user %nice %system %iowait %steal %idle 03:58:07 03:54:01 all 6.94 0.00 1.76 11.07 0.05 80.18 03:58:07 03:54:01 0 5.09 0.00 1.28 21.12 0.03 72.47 03:58:07 03:54:01 1 10.34 0.00 2.06 0.99 0.05 86.56 03:58:07 03:54:01 2 8.11 0.00 1.65 1.39 0.05 88.81 03:58:07 03:54:01 3 6.50 0.00 2.87 32.05 0.03 58.55 03:58:07 03:54:01 4 7.87 0.00 2.14 3.39 0.05 86.55 03:58:07 03:54:01 5 6.76 0.00 1.53 26.56 0.05 65.11 03:58:07 03:54:01 6 4.45 0.00 1.19 0.80 0.03 93.53 03:58:07 03:54:01 7 6.43 0.00 1.34 2.33 0.05 89.86 03:58:07 03:55:01 all 5.70 0.00 1.51 6.76 0.15 85.88 03:58:07 03:55:01 0 5.57 0.00 1.19 0.22 0.17 92.86 03:58:07 03:55:01 1 5.25 0.00 1.37 4.27 0.13 88.97 03:58:07 03:55:01 2 6.13 0.00 1.71 0.75 0.13 91.28 03:58:07 03:55:01 3 5.72 0.00 1.71 0.32 0.18 92.07 03:58:07 03:55:01 4 5.98 0.00 1.71 0.44 0.13 91.75 03:58:07 03:55:01 5 6.47 0.00 1.66 17.45 0.13 74.29 03:58:07 03:55:01 6 5.31 0.00 1.65 29.73 0.17 63.14 03:58:07 03:55:01 7 5.19 0.00 1.12 0.74 0.13 92.81 03:58:07 03:56:01 all 0.14 0.00 0.02 0.24 0.01 99.60 03:58:07 03:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:58:07 03:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:58:07 03:56:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:58:07 03:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:58:07 03:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:58:07 03:56:01 5 0.02 0.00 0.00 1.88 0.02 98.08 03:58:07 03:56:01 6 0.03 0.00 0.05 0.00 0.00 99.92 03:58:07 03:56:01 7 0.98 0.00 0.07 0.02 0.02 98.92 03:58:07 03:57:01 all 0.02 0.00 0.01 0.05 0.01 99.91 03:58:07 03:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:58:07 03:57:01 1 0.00 0.00 0.03 0.00 0.02 99.95 03:58:07 03:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:58:07 03:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:58:07 03:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:58:07 03:57:01 5 0.02 0.00 0.02 0.42 0.00 99.55 03:58:07 03:57:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:58:07 03:57:01 7 0.12 0.00 0.02 0.00 0.03 99.83 03:58:07 03:58:01 all 1.76 0.00 0.90 1.45 0.02 95.87 03:58:07 03:58:01 0 2.74 0.00 0.72 0.73 0.02 95.80 03:58:07 03:58:01 1 2.82 0.00 0.78 0.12 0.02 96.26 03:58:07 03:58:01 2 1.62 0.00 0.80 0.57 0.02 96.99 03:58:07 03:58:01 3 1.34 0.00 0.47 1.02 0.02 97.16 03:58:07 03:58:01 4 1.92 0.00 0.72 0.35 0.03 96.98 03:58:07 03:58:01 5 0.67 0.00 0.38 6.21 0.02 92.72 03:58:07 03:58:01 6 1.52 0.00 2.56 1.49 0.02 94.42 03:58:07 03:58:01 7 1.44 0.00 0.75 1.14 0.02 96.65 03:58:07 Average: all 2.88 0.00 0.83 3.86 0.05 92.39 03:58:07 Average: 0 2.66 0.00 0.64 4.29 0.05 92.36 03:58:07 Average: 1 3.63 0.00 0.84 1.07 0.04 94.41 03:58:07 Average: 2 3.14 0.00 0.82 0.53 0.04 95.46 03:58:07 Average: 3 2.68 0.00 1.00 6.48 0.05 89.80 03:58:07 Average: 4 3.12 0.00 0.90 0.81 0.04 95.12 03:58:07 Average: 5 2.75 0.00 0.71 10.38 0.04 86.11 03:58:07 Average: 6 2.25 0.00 1.09 6.46 0.05 90.16 03:58:07 Average: 7 2.80 0.00 0.65 0.83 0.05 95.66 03:58:07 03:58:07 03:58:07