Pull request #226 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 157fd9d3c9cc8fc0cbd647f404c98fc61101101f+6891e7494e81ced4b32a0ae74ca89dbdb27a3bbf (ae1cdb922eee68abc01010e5a17ee03335acd60f) 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-ssh2738263968008620773.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-ssh8873130199368316717.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-226/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-226/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3885817306587381609.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-226/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12156741994133110260.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-ssh1923737219769709801.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-226/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-226/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6171741308348593269.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.25-alpine, 1.25-alpine3.22], releaseBranchOverride:golang-1.25] ========================================================= [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.25 DOCKER_CUSTOM_TAGS: 1.25-alpine 1.25-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-236766 in /w/workspace/exfoundry_ci-build-images_PR-226 [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-226 # 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.25 commit 6891e7494e81ced4b32a0ae74ca89dbdb27a3bbf into PR head commit 157fd9d3c9cc8fc0cbd647f404c98fc61101101f Merge succeeded, producing 157fd9d3c9cc8fc0cbd647f404c98fc61101101f Checking out Revision 157fd9d3c9cc8fc0cbd647f404c98fc61101101f (PR-226) > 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/226/head:refs/remotes/origin/PR-226 +refs/heads/golang-1.25:refs/remotes/origin/golang-1.25 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 157fd9d3c9cc8fc0cbd647f404c98fc61101101f # 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 6891e7494e81ced4b32a0ae74ca89dbdb27a3bbf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 157fd9d3c9cc8fc0cbd647f404c98fc61101101f # timeout=10 Commit message: "ci: revert golangci-lint version to v1" 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 10:21:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:21:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:21:48 ========================================================= 10:21:48 EdgeX Global Pipelines Version Info 10:21:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:21:49 ------------------- 10:21:49 stable info: 10:21:49 ------------------- 10:21:49 Commited By: Cherry Wang cherry@iotechsys.com 10:21:49 Commit SHA: aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 10:21:49 Message: update stable to v1.0.277 10:21:49 ------------------- 10:21:49 experimental info: 10:21:49 ------------------- 10:21:49 Commited By: **** collab-it+edgex@linuxfoundation.org 10:21:49 Commit SHA: aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 10:21:49 Message: update experimental to v1.0.277 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 10:21:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = ci-build-images-settings [Pipeline] echo 10:21:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-golang-base [Pipeline] echo 10:21:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 10:21:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:21:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-golang-base [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-golang-base-archive.tar.gz [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = golang-1.25 [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 1.25-alpine 1.25-alpine3.22 [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-226 [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-226 [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-226 [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 157fd9d3c9cc8fc0cbd647f404c98fc61101101f [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 157fd9d [Pipeline] echo 10:21:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:21:50 provisioning config files... 10:21:50 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-226@tmp/config14815806275379655330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:21:51 ---> ****-login.sh 10:21:51 nexus3.edgexfoundry.org:10001 10:21:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:51 10:21:51 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:21:51 Configure a credential helper to remove this warning. See 10:21:51 https://docs.****.com/go/credential-store/ 10:21:51 10:21:51 Login Succeeded 10:21:51 nexus3.edgexfoundry.org:10002 10:21:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:51 10:21:51 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:21:51 Configure a credential helper to remove this warning. See 10:21:51 https://docs.****.com/go/credential-store/ 10:21:51 10:21:51 Login Succeeded 10:21:51 nexus3.edgexfoundry.org:10003 10:21:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:51 10:21:51 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:21:51 Configure a credential helper to remove this warning. See 10:21:51 https://docs.****.com/go/credential-store/ 10:21:51 10:21:51 Login Succeeded 10:21:51 nexus3.edgexfoundry.org:10004 10:21:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:51 10:21:51 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:21:51 Configure a credential helper to remove this warning. See 10:21:51 https://docs.****.com/go/credential-store/ 10:21:51 10:21:51 Login Succeeded 10:21:51 ****.io 10:21:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:52 10:21:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:21:52 Configure a credential helper to remove this warning. See 10:21:52 https://docs.****.com/go/credential-store/ 10:21:52 10:21:52 Login Succeeded 10:21:52 ---> ****-login.sh ends [Pipeline] } 10:21:52 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 10:21:52 provisioning config files... 10:21:52 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-226@tmp/config3475490532258698861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:21:53 ---> ****-login.sh 10:21:53 nexus3.edgexfoundry.org:10001 10:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:53 Login Succeeded 10:21:53 nexus3.edgexfoundry.org:10002 10:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:53 Login Succeeded 10:21:53 nexus3.edgexfoundry.org:10003 10:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:53 Login Succeeded 10:21:53 nexus3.edgexfoundry.org:10004 10:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:53 Login Succeeded 10:21:53 ****.io 10:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:53 Login Succeeded 10:21:53 ---> ****-login.sh ends [Pipeline] } 10:21: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 10:21:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:21:55 + ls -al . 10:21:55 total 28 10:21:55 drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 10:21 . 10:21:55 drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 10:21 .. 10:21:55 drwxrwxr-x 8 jenkins jenkins 4096 Oct 13 10:21 .git 10:21:55 drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 10:21 .github 10:21:55 -rw-rw-r-- 1 jenkins jenkins 311 Oct 13 10:21 .golangci.yml 10:21:55 -rw-rw-r-- 1 jenkins jenkins 1199 Oct 13 10:21 Dockerfile 10:21:55 -rw-rw-r-- 1 jenkins jenkins 957 Oct 13 10:21 Jenkinsfile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:55 + docker build -t edgex-devops/edgex-golang-base -f Dockerfile --build-arg ARCH=amd64 --label git_sha=157fd9d3c9cc8fc0cbd647f404c98fc61101101f --label arch=amd64 . 10:21:56 #0 building with "default" instance using docker driver 10:21:56 10:21:56 #1 [internal] load build definition from Dockerfile 10:21:56 #1 transferring dockerfile: 1.24kB done 10:21:56 #1 DONE 0.0s 10:21:56 10:21:56 #2 [internal] load metadata for docker.io/library/golang:1.25-alpine3.22 10:21:56 #2 DONE 0.1s 10:21:56 10:21:56 #3 [internal] load .dockerignore 10:21:56 #3 transferring context: 2B done 10:21:56 #3 DONE 0.0s 10:21:56 10:21:56 #4 [internal] load build context 10:21:56 #4 transferring context: 353B done 10:21:56 #4 DONE 0.0s 10:21:56 10:21:56 #5 [1/5] FROM docker.io/library/golang:1.25-alpine3.22@sha256:06cdd34bd531b810650e47762c01e025eb9b1c7eadd191553b91c9f2d549fae8 10:21:56 #5 resolve docker.io/library/golang:1.25-alpine3.22@sha256:06cdd34bd531b810650e47762c01e025eb9b1c7eadd191553b91c9f2d549fae8 0.0s done 10:21:56 #5 sha256:06cdd34bd531b810650e47762c01e025eb9b1c7eadd191553b91c9f2d549fae8 10.29kB / 10.29kB done 10:21:56 #5 sha256:2096b2779e9643ea6c987e729c5cc5225c50014bf9d23518cacd4f00c19fb9c6 1.92kB / 1.92kB done 10:21:56 #5 sha256:f87d2639c296390bc3a14ff1eeab4f205119215f27e8c574af7e3f8e496e5314 2.08kB / 2.08kB done 10:21:56 #5 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s 10:21:56 #5 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.1s done 10:21:56 #5 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 3.15MB / 60.15MB 0.1s 10:21:56 #5 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s 10:21:56 #5 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done 10:21:56 #5 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 13.63MB / 60.15MB 0.2s 10:21:56 #5 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s done 10:21:56 #5 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s 10:21:56 #5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 10:21:56 #5 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 29.36MB / 60.15MB 0.3s 10:21:56 #5 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s done 10:21:56 #5 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.1s done 10:21:57 #5 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.5s 10:21:57 #5 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 10:21:57 #5 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.7s done 10:22:02 #5 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 5.0s done 10:22:02 #5 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 10:22:02 #5 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done 10:22:02 #5 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 10:22:02 #5 DONE 6.2s 10:22:02 10:22:02 #6 [2/5] COPY ./.golangci.yml /etc/.golangci.yml 10:22:04 #6 DONE 1.5s 10:22:04 10:22:04 #7 [3/5] RUN if [ $(uname -m) == "x86_64" ]; then wget -O /usr/local/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v2.14.0/hadolint-Linux-x86_64 ; chmod +x /usr/local/bin/hadolint; fi 10:22:04 #7 0.287 Connecting to github.com (140.82.113.3:443) 10:22:04 #7 0.448 Connecting to release-assets.githubusercontent.com (185.199.108.133:443) 10:22:04 #7 0.495 saving to '/usr/local/bin/hadolint' 10:22:05 #7 0.839 hadolint 100% |********************************| 52.1M 0:00:00 ETA 10:22:05 #7 0.839 '/usr/local/bin/hadolint' saved 10:22:05 #7 DONE 1.1s 10:22:05 10:22:05 #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.64.8 10:22:05 #8 0.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:22:05 #8 0.536 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:22:06 #8 0.898 (1/43) Installing ncurses-terminfo-base (6.5_p20250503-r0) 10:22:06 #8 0.903 (2/43) Installing libncursesw (6.5_p20250503-r0) 10:22:06 #8 0.911 (3/43) Installing readline (8.2.13-r1) 10:22:06 #8 0.917 (4/43) Installing bash (5.2.37-r0) 10:22:06 #8 0.933 Executing bash-5.2.37-r0.post-install 10:22:06 #8 0.938 (5/43) Installing libgcc (14.2.0-r6) 10:22:06 #8 0.945 (6/43) Installing jansson (2.14.1-r0) 10:22:06 #8 0.950 (7/43) Installing libstdc++ (14.2.0-r6) 10:22:06 #8 0.971 (8/43) Installing zstd-libs (1.5.7-r0) 10:22:06 #8 0.982 (9/43) Installing binutils (2.44-r3) 10:22:06 #8 1.047 (10/43) Installing libmagic (5.46-r2) 10:22:06 #8 1.073 (11/43) Installing file (5.46-r2) 10:22:06 #8 1.076 (12/43) Installing libgomp (14.2.0-r6) 10:22:06 #8 1.082 (13/43) Installing libatomic (14.2.0-r6) 10:22:06 #8 1.084 (14/43) Installing gmp (6.3.0-r3) 10:22:06 #8 1.092 (15/43) Installing isl26 (0.26-r1) 10:22:06 #8 1.113 (16/43) Installing mpfr4 (4.2.1_p1-r0) 10:22:06 #8 1.124 (17/43) Installing mpc1 (1.3.1-r1) 10:22:06 #8 1.127 (18/43) Installing gcc (14.2.0-r6) 10:22:07 #8 1.906 (19/43) Installing libstdc++-dev (14.2.0-r6) 10:22:07 #8 2.017 (20/43) Installing musl-dev (1.2.5-r10) 10:22:07 #8 2.070 (21/43) Installing g++ (14.2.0-r6) 10:22:07 #8 2.307 (22/43) Installing make (4.4.1-r3) 10:22:07 #8 2.312 (23/43) Installing fortify-headers (1.1-r5) 10:22:07 #8 2.314 (24/43) Installing patch (2.8-r0) 10:22:07 #8 2.319 (25/43) Installing build-base (0.5-r3) 10:22:07 #8 2.319 (26/43) Installing brotli-libs (1.1.0-r2) 10:22:07 #8 2.331 (27/43) Installing c-ares (1.34.5-r0) 10:22:07 #8 2.335 (28/43) Installing libunistring (1.3-r0) 10:22:07 #8 2.351 (29/43) Installing libidn2 (2.3.7-r0) 10:22:07 #8 2.355 (30/43) Installing nghttp2-libs (1.65.0-r0) 10:22:07 #8 2.358 (31/43) Installing libpsl (0.21.5-r3) 10:22:07 #8 2.361 (32/43) Installing libcurl (8.14.1-r2) 10:22:07 #8 2.371 (33/43) Installing curl (8.14.1-r2) 10:22:07 #8 2.377 (34/43) Installing libexpat (2.7.3-r0) 10:22:07 #8 2.381 (35/43) Installing pcre2 (10.43-r1) 10:22:07 #8 2.390 (36/43) Installing git (2.49.1-r0) 10:22:07 #8 2.449 (37/43) Installing git-init-template (2.49.1-r0) 10:22:07 Still waiting to schedule task 10:22:07 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:22:07 #8 2.452 (38/43) Installing linux-headers (6.14.2-r0) 10:22:07 #8 2.531 (39/43) Installing pkgconf (2.4.3-r0) 10:22:07 #8 2.536 (40/43) Installing libsodium (1.0.20-r0) 10:22:07 #8 2.544 (41/43) Installing libzmq (4.3.5-r2) 10:22:07 #8 2.553 (42/43) Installing libsodium-dev (1.0.20-r0) 10:22:07 #8 2.561 (43/43) Installing zeromq-dev (4.3.5-r2) 10:22:07 #8 2.566 Executing busybox-1.37.0-r19.trigger 10:22:07 #8 2.574 OK: 265 MiB in 60 packages 10:22:07 #8 2.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:22:07 #8 2.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:22:08 #8 3.020 OK: 265 MiB in 60 packages 10:22:08 #8 3.088 Connecting to raw.githubusercontent.com (185.199.110.133:443) 10:22:08 #8 3.168 writing to stdout 10:22:08 #8 3.168 - 100% |********************************| 11589 0:00:00 ETA 10:22:08 #8 3.168 written to stdout 10:22:08 #8 3.178 golangci/golangci-lint info checking GitHub for tag 'v1.64.8' 10:22:08 #8 3.389 golangci/golangci-lint info found version: 1.64.8 for v1.64.8/linux/amd64 10:22:09 #8 4.273 golangci/golangci-lint info installed ./bin/golangci-lint 10:22:11 #8 DONE 5.7s 10:22:11 10:22:11 #9 [5/5] RUN go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest 10:22:11 #9 1.038 go: downloading github.com/gotesttools/gotestfmt/v2 v2.5.0 10:22:12 #9 1.080 go: downloading github.com/gotesttools/gotestfmt v1.1.0 10:22:18 #9 DONE 7.1s 10:22:18 10:22:18 #10 exporting to image 10:22:18 #10 exporting layers 10:22:19 #10 exporting layers 1.2s done 10:22:19 #10 writing image sha256:216426cb4a130370523e60f172bd9b592b3c3c993fa8f8d84bc54ca7f534bc4b done 10:22:19 #10 naming to docker.io/edgex-devops/edgex-golang-base done 10:22:19 #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 10:22:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:22:20 10:22:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:22:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:22:20 latest: Pulling from edgex-lftools-log-publisher 10:22:20 5eb5b503b376: Pulling fs layer 10:22:20 5c69ac0246d0: Pulling fs layer 10:22:20 ec43610c2a17: Pulling fs layer 10:22:20 3a2ae6a8a46f: Pulling fs layer 10:22:20 33b1e0a273af: Pulling fs layer 10:22:20 5d3b04190fa2: Pulling fs layer 10:22:20 2f39f015ded8: Pulling fs layer 10:22:20 3a2ae6a8a46f: Waiting 10:22:20 33b1e0a273af: Waiting 10:22:20 5d3b04190fa2: Waiting 10:22:20 2f39f015ded8: Waiting 10:22:20 5c69ac0246d0: Verifying Checksum 10:22:20 5c69ac0246d0: Download complete 10:22:20 3a2ae6a8a46f: Verifying Checksum 10:22:20 3a2ae6a8a46f: Download complete 10:22:20 33b1e0a273af: Verifying Checksum 10:22:20 33b1e0a273af: Download complete 10:22:20 ec43610c2a17: Verifying Checksum 10:22:20 ec43610c2a17: Download complete 10:22:20 5eb5b503b376: Verifying Checksum 10:22:20 5eb5b503b376: Download complete 10:22:21 2f39f015ded8: Download complete 10:22:22 5eb5b503b376: Pull complete 10:22:22 5c69ac0246d0: Pull complete 10:22:23 ec43610c2a17: Pull complete 10:22:23 3a2ae6a8a46f: Pull complete 10:22:23 33b1e0a273af: Pull complete 10:22:23 5d3b04190fa2: Pull complete 10:22:30 2f39f015ded8: Pull complete 10:22:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:22:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:22:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:22:30 prd-ubuntu20.04-docker-8c-8g-236766 does not seem to be running inside a container 10:22:30 $ 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-226 -v /w/workspace/exfoundry_ci-build-images_PR-226:/w/workspace/exfoundry_ci-build-images_PR-226:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-226@tmp:/w/workspace/exfoundry_ci-build-images_PR-226@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 10:22:33 $ docker top b855f5fd8b036542684b5f06d5a17b2ee567c0e9a09e0ab5051c3c62b58545bf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:22:33 ---> job-cost.sh 10:22:33 lf-activate-venv: SKIPPING 10:22:33 INFO: No Stack... 10:22:33 INFO: Retrieving Pricing Info for: v3-standard-8 10:22:34 INFO: Archiving Costs [Pipeline] sh 10:22:34 + cat /w/workspace/exfoundry_ci-build-images_PR-226/archives/cost.csv 10:22:34 + cut -d, -f6 [Pipeline] lock 10:22:34 Trying to acquire lock on [Resource: jenkins-edgexfoundry-ci-build-images-PR-226-1-stack-cost] 10:22:34 Resource [jenkins-edgexfoundry-ci-build-images-PR-226-1-stack-cost] did not exist. Created. 10:22:34 Lock acquired on [Resource: jenkins-edgexfoundry-ci-build-images-PR-226-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:22:35 + echo total: 0.2199999988079071 [Pipeline] stash 10:22:35 Stashed 1 file(s) [Pipeline] } 10:22:35 Lock released on resource [Resource: jenkins-edgexfoundry-ci-build-images-PR-226-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:22:35 $ docker stop --time=1 b855f5fd8b036542684b5f06d5a17b2ee567c0e9a09e0ab5051c3c62b58545bf 10:22:36 $ docker rm -f --volumes b855f5fd8b036542684b5f06d5a17b2ee567c0e9a09e0ab5051c3c62b58545bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:23:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-236795 in /w/workspace/exfoundry_ci-build-images_PR-226 [Pipeline] { [Pipeline] checkout 10:23:42 Selected Git installation does not exist. Using Default 10:23:42 The recommended git tool is: NONE 10:23:47 using credential edgex-jenkins-ssh 10:23:47 Cloning the remote Git repository 10:23:47 Cloning repository git@github.com:edgexfoundry/ci-build-images.git 10:23:47 > git init /w/workspace/exfoundry_ci-build-images_PR-226 # timeout=10 10:23:48 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 10:23:48 > git --version # timeout=10 10:23:48 > git --version # 'git version 2.25.1' 10:23:48 using GIT_SSH to set credentials SSH Credentials for GitHub 10:23:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:23:49 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 10:23:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:23:50 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 10:23:51 Merging remotes/origin/golang-1.25 commit 6891e7494e81ced4b32a0ae74ca89dbdb27a3bbf into PR head commit 157fd9d3c9cc8fc0cbd647f404c98fc61101101f 10:23:51 Merge succeeded, producing 157fd9d3c9cc8fc0cbd647f404c98fc61101101f 10:23:51 Checking out Revision 157fd9d3c9cc8fc0cbd647f404c98fc61101101f (PR-226) 10:23:50 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 10:23:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:23:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/226/head:refs/remotes/origin/PR-226 +refs/heads/golang-1.25:refs/remotes/origin/golang-1.25 # timeout=10 10:23:51 > git config core.sparsecheckout # timeout=10 10:23:51 > git checkout -f 157fd9d3c9cc8fc0cbd647f404c98fc61101101f # timeout=10 10:23:51 > git remote # timeout=10 10:23:51 > git config --get remote.origin.url # timeout=10 10:23:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:23:51 > git merge 6891e7494e81ced4b32a0ae74ca89dbdb27a3bbf # timeout=10 10:23:51 > git rev-parse HEAD^{commit} # timeout=10 10:23:51 > git config core.sparsecheckout # timeout=10 10:23:51 > git checkout -f 157fd9d3c9cc8fc0cbd647f404c98fc61101101f # timeout=10 10:23:54 Commit message: "ci: revert golangci-lint version to v1" 10:23:55 > git --version # timeout=10 10:23:55 > git --version # 'git version 2.25.1' 10:23:55 fatal: bad object aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:23:56 provisioning config files... 10:23:56 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-226@tmp/config5145481725205791170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:23:57 ---> ****-login.sh 10:23:57 nexus3.edgexfoundry.org:10001 10:23:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:23:57 Configure a credential helper to remove this warning. See 10:23:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:23:57 10:23:57 Login Succeeded 10:23:57 nexus3.edgexfoundry.org:10002 10:23:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:23:58 Configure a credential helper to remove this warning. See 10:23:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:23:58 10:23:58 Login Succeeded 10:23:58 nexus3.edgexfoundry.org:10003 10:23:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:23:58 Configure a credential helper to remove this warning. See 10:23:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:23:58 10:23:58 Login Succeeded 10:23:58 nexus3.edgexfoundry.org:10004 10:23:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:23:58 Configure a credential helper to remove this warning. See 10:23:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:23:58 10:23:58 Login Succeeded 10:23:58 ****.io 10:23:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:23:59 Configure a credential helper to remove this warning. See 10:23:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:23:59 10:23:59 Login Succeeded 10:23:59 ---> ****-login.sh ends [Pipeline] } 10:23:59 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 10:24:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:24:00 + ls -al . 10:24:00 total 28 10:24:00 drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 10:23 . 10:24:00 drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 10:23 .. 10:24:00 drwxrwxr-x 8 jenkins jenkins 4096 Oct 13 10:23 .git 10:24:00 drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 10:23 .github 10:24:00 -rw-rw-r-- 1 jenkins jenkins 311 Oct 13 10:23 .golangci.yml 10:24:00 -rw-rw-r-- 1 jenkins jenkins 1199 Oct 13 10:23 Dockerfile 10:24:00 -rw-rw-r-- 1 jenkins jenkins 957 Oct 13 10:23 Jenkinsfile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:00 + docker build -t edgex-devops/edgex-golang-base-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=157fd9d3c9cc8fc0cbd647f404c98fc61101101f --label arch=arm64 . 10:24:01 Sending build context to Docker daemon 499.2kB 10:24:01 Step 1/9 : FROM golang:1.25-alpine3.22 10:24:02 1.25-alpine3.22: Pulling from library/golang 10:24:02 6b59a28fa201: Pulling fs layer 10:24:02 00abc3ba1385: Pulling fs layer 10:24:02 66626199bcfa: Pulling fs layer 10:24:02 a89982c42756: Pulling fs layer 10:24:02 4f4fb700ef54: Pulling fs layer 10:24:02 a89982c42756: Waiting 10:24:02 4f4fb700ef54: Waiting 10:24:02 00abc3ba1385: Verifying Checksum 10:24:02 00abc3ba1385: Download complete 10:24:02 a89982c42756: Verifying Checksum 10:24:02 a89982c42756: Download complete 10:24:02 6b59a28fa201: Verifying Checksum 10:24:02 6b59a28fa201: Download complete 10:24:02 4f4fb700ef54: Verifying Checksum 10:24:02 4f4fb700ef54: Download complete 10:24:03 6b59a28fa201: Pull complete 10:24:04 00abc3ba1385: Pull complete 10:24:04 66626199bcfa: Verifying Checksum 10:24:04 66626199bcfa: Download complete 10:24:19 66626199bcfa: Pull complete 10:24:19 a89982c42756: Pull complete 10:24:19 4f4fb700ef54: Pull complete 10:24:19 Digest: sha256:06cdd34bd531b810650e47762c01e025eb9b1c7eadd191553b91c9f2d549fae8 10:24:19 Status: Downloaded newer image for golang:1.25-alpine3.22 10:24:19 ---> e252f9315a5d 10:24:19 Step 2/9 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2023: Intel Corporation' 10:24:19 ---> Running in 7360b0960044 10:24:19 Removing intermediate container 7360b0960044 10:24:19 ---> e70a53479566 10:24:19 Step 3/9 : ENV HADOLINT_VERSION=2.14.0 GOLANGCI_VERSION=1.64.8 10:24:19 ---> Running in ae52f914438c 10:24:19 Removing intermediate container ae52f914438c 10:24:19 ---> ef04fef446a7 10:24:19 Step 4/9 : COPY ./.golangci.yml /etc/.golangci.yml 10:24:20 ---> 4601e3aad3eb 10:24:20 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 10:24:20 ---> Running in a8d34154898d 10:24:22 Removing intermediate container a8d34154898d 10:24:22 ---> 0675b403f526 10:24:22 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} 10:24:22 ---> Running in 2469c5bb8d88 10:24:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:24:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:24:25 (1/43) Installing ncurses-terminfo-base (6.5_p20250503-r0) 10:24:25 (2/43) Installing libncursesw (6.5_p20250503-r0) 10:24:25 (3/43) Installing readline (8.2.13-r1) 10:24:25 (4/43) Installing bash (5.2.37-r0) 10:24:25 Executing bash-5.2.37-r0.post-install 10:24:25 (5/43) Installing libgcc (14.2.0-r6) 10:24:25 (6/43) Installing jansson (2.14.1-r0) 10:24:25 (7/43) Installing libstdc++ (14.2.0-r6) 10:24:25 (8/43) Installing zstd-libs (1.5.7-r0) 10:24:25 (9/43) Installing binutils (2.44-r3) 10:24:26 (10/43) Installing libmagic (5.46-r2) 10:24:26 (11/43) Installing file (5.46-r2) 10:24:26 (12/43) Installing libgomp (14.2.0-r6) 10:24:26 (13/43) Installing libatomic (14.2.0-r6) 10:24:26 (14/43) Installing gmp (6.3.0-r3) 10:24:26 (15/43) Installing isl26 (0.26-r1) 10:24:26 (16/43) Installing mpfr4 (4.2.1_p1-r0) 10:24:26 (17/43) Installing mpc1 (1.3.1-r1) 10:24:26 (18/43) Installing gcc (14.2.0-r6) 10:24:28 (19/43) Installing libstdc++-dev (14.2.0-r6) 10:24:29 (20/43) Installing musl-dev (1.2.5-r10) 10:24:29 (21/43) Installing g++ (14.2.0-r6) 10:24:30 (22/43) Installing make (4.4.1-r3) 10:24:30 (23/43) Installing fortify-headers (1.1-r5) 10:24:30 (24/43) Installing patch (2.8-r0) 10:24:30 (25/43) Installing build-base (0.5-r3) 10:24:30 (26/43) Installing brotli-libs (1.1.0-r2) 10:24:30 (27/43) Installing c-ares (1.34.5-r0) 10:24:30 (28/43) Installing libunistring (1.3-r0) 10:24:30 (29/43) Installing libidn2 (2.3.7-r0) 10:24:30 (30/43) Installing nghttp2-libs (1.65.0-r0) 10:24:30 (31/43) Installing libpsl (0.21.5-r3) 10:24:30 (32/43) Installing libcurl (8.14.1-r2) 10:24:31 (33/43) Installing curl (8.14.1-r2) 10:24:31 (34/43) Installing libexpat (2.7.3-r0) 10:24:31 (35/43) Installing pcre2 (10.43-r1) 10:24:31 (36/43) Installing git (2.49.1-r0) 10:24:31 (37/43) Installing git-init-template (2.49.1-r0) 10:24:31 (38/43) Installing linux-headers (6.14.2-r0) 10:24:31 (39/43) Installing pkgconf (2.4.3-r0) 10:24:31 (40/43) Installing libsodium (1.0.20-r0) 10:24:31 (41/43) Installing libzmq (4.3.5-r2) 10:24:31 (42/43) Installing libsodium-dev (1.0.20-r0) 10:24:31 (43/43) Installing zeromq-dev (4.3.5-r2) 10:24:31 Executing busybox-1.37.0-r19.trigger 10:24:31 OK: 255 MiB in 60 packages 10:24:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:24:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:24:34 OK: 255 MiB in 60 packages 10:24:34 Connecting to raw.githubusercontent.com (185.199.109.133:443) 10:24:34 writing to stdout 10:24:34 - 100% |********************************| 11589 0:00:00 ETA 10:24:34 written to stdout 10:24:34 golangci/golangci-lint info checking GitHub for tag 'v1.64.8' 10:24:35 golangci/golangci-lint info found version: 1.64.8 for v1.64.8/linux/arm64 10:24:37 golangci/golangci-lint info installed ./bin/golangci-lint 10:24:47 Removing intermediate container 2469c5bb8d88 10:24:47 ---> 4a01705ce627 10:24:47 Step 7/9 : RUN go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest 10:24:47 ---> Running in e00441bc718c 10:24:48 go: downloading github.com/gotesttools/gotestfmt/v2 v2.5.0 10:24:48 go: downloading github.com/gotesttools/gotestfmt v1.1.0 10:25:27 Removing intermediate container e00441bc718c 10:25:27 ---> a88aeaeda5cc 10:25:27 Step 8/9 : LABEL arch=arm64 10:25:27 ---> Running in d24b2870394f 10:25:27 Removing intermediate container d24b2870394f 10:25:27 ---> 7ea2bdc86133 10:25:27 Step 9/9 : LABEL git_sha=157fd9d3c9cc8fc0cbd647f404c98fc61101101f 10:25:27 ---> Running in 926b7ec7b1be 10:25:27 Removing intermediate container 926b7ec7b1be 10:25:27 ---> 612b4f6c12df 10:25:27 [Warning] One or more build-args [ARCH] were not consumed 10:25:27 Successfully built 612b4f6c12df 10:25:27 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 10:25:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:25:28 10:25:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:25:28 arm64: Pulling from edgex-lftools-log-publisher 10:25:28 8998bd30e6a1: Pulling fs layer 10:25:28 04944245beec: Pulling fs layer 10:25:28 699f458cf7ca: Pulling fs layer 10:25:28 765212b225bb: Pulling fs layer 10:25:28 f23df028b6ca: Pulling fs layer 10:25:28 d65c8cfc05b1: Pulling fs layer 10:25:28 2437ff75d9bd: Pulling fs layer 10:25:28 765212b225bb: Waiting 10:25:28 f23df028b6ca: Waiting 10:25:28 d65c8cfc05b1: Waiting 10:25:28 2437ff75d9bd: Waiting 10:25:29 04944245beec: Verifying Checksum 10:25:29 04944245beec: Download complete 10:25:29 765212b225bb: Verifying Checksum 10:25:29 765212b225bb: Download complete 10:25:29 f23df028b6ca: Verifying Checksum 10:25:29 f23df028b6ca: Download complete 10:25:29 d65c8cfc05b1: Verifying Checksum 10:25:29 d65c8cfc05b1: Download complete 10:25:29 699f458cf7ca: Verifying Checksum 10:25:29 699f458cf7ca: Download complete 10:25:29 8998bd30e6a1: Verifying Checksum 10:25:29 8998bd30e6a1: Download complete 10:25:32 2437ff75d9bd: Verifying Checksum 10:25:32 2437ff75d9bd: Download complete 10:25:34 8998bd30e6a1: Pull complete 10:25:34 04944245beec: Pull complete 10:25:36 699f458cf7ca: Pull complete 10:25:36 765212b225bb: Pull complete 10:25:38 f23df028b6ca: Pull complete 10:25:38 d65c8cfc05b1: Pull complete 10:25:56 2437ff75d9bd: Pull complete 10:25:56 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:25:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:25:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:25:56 prd-ubuntu20.04-docker-arm64-4c-16g-236795 does not seem to be running inside a container 10:25:56 $ 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-226 -v /w/workspace/exfoundry_ci-build-images_PR-226:/w/workspace/exfoundry_ci-build-images_PR-226:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-226@tmp:/w/workspace/exfoundry_ci-build-images_PR-226@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 10:25:59 $ docker top f5bdd36e60e5055dac437d5f8028d3d8dc622735a77b4feb1c66202b4bb7feba -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:26:00 ---> job-cost.sh 10:26:00 lf-activate-venv: SKIPPING 10:26:00 INFO: No Stack... 10:26:00 INFO: Retrieving Pricing Info for: v3-standard-4 10:26:01 INFO: Archiving Costs [Pipeline] sh 10:26:01 + cat /w/workspace/exfoundry_ci-build-images_PR-226/archives/cost.csv 10:26:01 + cut -d, -f6 [Pipeline] lock 10:26:01 Trying to acquire lock on [Resource: jenkins-edgexfoundry-ci-build-images-PR-226-1-stack-cost] 10:26:01 Resource [jenkins-edgexfoundry-ci-build-images-PR-226-1-stack-cost] did not exist. Created. 10:26:01 Lock acquired on [Resource: jenkins-edgexfoundry-ci-build-images-PR-226-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:26:02 /w/workspace/exfoundry_ci-build-images_PR-226@tmp/durable-25d88cb0/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:26:03 + echo total: 0.10999999940395355 [Pipeline] stash 10:26:03 Warning: overwriting stash ‘stack-cost’ 10:26:03 Stashed 1 file(s) [Pipeline] } 10:26:03 Lock released on resource [Resource: jenkins-edgexfoundry-ci-build-images-PR-226-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:26:03 $ docker stop --time=1 f5bdd36e60e5055dac437d5f8028d3d8dc622735a77b4feb1c66202b4bb7feba 10:26:05 $ docker rm -f --volumes f5bdd36e60e5055dac437d5f8028d3d8dc622735a77b4feb1c66202b4bb7feba [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 10:26:06 + [ -d /w/workspace/exfoundry_ci-build-images_PR-226/archives ] 10:26:06 + ls -al /w/workspace/exfoundry_ci-build-images_PR-226/archives 10:26:06 total 16 10:26:06 drwxr-xr-x 3 root root 4096 Oct 13 10:22 . 10:26:06 drwxrwxr-x 5 jenkins jenkins 4096 Oct 13 10:22 .. 10:26:06 drwxr-xr-x 2 root root 4096 Oct 13 10:22 cost 10:26:06 -rw-r--r-- 1 root root 86 Oct 13 10:22 cost.csv 10:26:06 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_ci-build-images_PR-226/archives 10:26:06 + ls -al /w/workspace/exfoundry_ci-build-images_PR-226/archives 10:26:06 total 16 10:26:06 drwxr-xr-x 3 jenkins jenkins 4096 Oct 13 10:22 . 10:26:06 drwxrwxr-x 5 jenkins jenkins 4096 Oct 13 10:22 .. 10:26:06 drwxr-xr-x 2 jenkins jenkins 4096 Oct 13 10:22 cost 10:26:06 -rw-r--r-- 1 jenkins jenkins 86 Oct 13 10:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:26:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:26:07 ---> package-listing.sh 10:26:07 ++ facter osfamily 10:26:07 ++ tr '[:upper:]' '[:lower:]' 10:26:08 + OS_FAMILY=debian 10:26:08 + workspace=/w/workspace/exfoundry_ci-build-images_PR-226 10:26:08 + START_PACKAGES=/tmp/packages_start.txt 10:26:08 + END_PACKAGES=/tmp/packages_end.txt 10:26:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:26:08 + PACKAGES=/tmp/packages_start.txt 10:26:08 + '[' /w/workspace/exfoundry_ci-build-images_PR-226 ']' 10:26:08 + PACKAGES=/tmp/packages_end.txt 10:26:08 + case "${OS_FAMILY}" in 10:26:08 + grep '^ii' 10:26:08 + dpkg -l 10:26:08 + '[' -f /tmp/packages_start.txt ']' 10:26:08 + '[' -f /tmp/packages_end.txt ']' 10:26:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:26:08 + '[' /w/workspace/exfoundry_ci-build-images_PR-226 ']' 10:26:08 + mkdir -p /w/workspace/exfoundry_ci-build-images_PR-226/archives/ 10:26:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_ci-build-images_PR-226/archives/ [Pipeline] echo 10:26:08 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-226/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:26:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:26:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:26:09 prd-ubuntu20.04-docker-8c-8g-236766 does not seem to be running inside a container 10:26:09 $ 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-226/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-226 -v /w/workspace/exfoundry_ci-build-images_PR-226:/w/workspace/exfoundry_ci-build-images_PR-226:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-226@tmp:/w/workspace/exfoundry_ci-build-images_PR-226@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 10:26:09 $ docker top ce1906d4d8e48574b767c1d2534fd1eda3f31c02046138fcf9a993b4a92cfca9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:26:09 + touch /tmp/pre-build-complete [Pipeline] sh 10:26:10 + mkdir -p /var/log/sysstat [Pipeline] sh 10:26:10 + ls /var/log/sa-host 10:26:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:26:10 provisioning config files... 10:26:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-226@tmp/config13183083626828015232tmp [Pipeline] { [Pipeline] echo 10:26:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:26:11 ---> create-netrc.sh [Pipeline] } 10:26:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:26:11 ---> python-tools-install.sh [Pipeline] echo 10:26:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:26:11 ---> sudo-logs.sh 10:26:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:26:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:26:12 ---> job-cost.sh 10:26:12 lf-activate-venv: SKIPPING 10:26:12 DEBUG: total: 0.2199999988079071 10:26:12 INFO: Retrieving Stack Cost... 10:26:12 INFO: Retrieving Pricing Info for: v3-standard-8 10:26:12 INFO: Archiving Costs [Pipeline] echo 10:26:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:26:13 ---> logs-deploy.sh 10:26:13 lf-activate-venv: SKIPPING 10:26:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/PR-226/1 10:26:13 INFO: archiving workspace using pattern(s): 10:26:14 Archives upload complete. 10:26:14 INFO: archiving logs to Nexus 10:26:15 ---> uname -a: 10:26:15 Linux prd-ubuntu20-04-docker-8c-8g-236766 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 10:26:15 10:26:15 10:26:15 ---> lscpu: 10:26:15 Architecture: x86_64 10:26:15 CPU op-mode(s): 32-bit, 64-bit 10:26:15 Byte Order: Little Endian 10:26:15 Address sizes: 40 bits physical, 48 bits virtual 10:26:15 CPU(s): 8 10:26:15 On-line CPU(s) list: 0-7 10:26:15 Thread(s) per core: 1 10:26:15 Core(s) per socket: 1 10:26:15 Socket(s): 8 10:26:15 NUMA node(s): 1 10:26:15 Vendor ID: AuthenticAMD 10:26:15 CPU family: 23 10:26:15 Model: 49 10:26:15 Model name: AMD EPYC-Rome Processor 10:26:15 Stepping: 0 10:26:15 CPU MHz: 2800.000 10:26:15 BogoMIPS: 5600.00 10:26:15 Virtualization: AMD-V 10:26:15 Hypervisor vendor: KVM 10:26:15 Virtualization type: full 10:26:15 L1d cache: 256 KiB 10:26:15 L1i cache: 256 KiB 10:26:15 L2 cache: 4 MiB 10:26:15 L3 cache: 128 MiB 10:26:15 NUMA node0 CPU(s): 0-7 10:26:15 Vulnerability Gather data sampling: Not affected 10:26:15 Vulnerability Itlb multihit: Not affected 10:26:15 Vulnerability L1tf: Not affected 10:26:15 Vulnerability Mds: Not affected 10:26:15 Vulnerability Meltdown: Not affected 10:26:15 Vulnerability Mmio stale data: Not affected 10:26:15 Vulnerability Retbleed: Vulnerable 10:26:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:26:15 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:26:15 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 10:26:15 Vulnerability Srbds: Not affected 10:26:15 Vulnerability Tsx async abort: Not affected 10:26:15 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 10:26:15 10:26:15 10:26:15 ---> nproc: 10:26:15 8 10:26:15 10:26:15 10:26:15 ---> df -h: 10:26:15 Filesystem Size Used Avail Use% Mounted on 10:26:15 overlay 155G 11G 145G 7% / 10:26:15 tmpfs 64M 0 64M 0% /dev 10:26:15 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:26:15 shm 64M 0 64M 0% /dev/shm 10:26:15 /dev/vda1 155G 11G 145G 7% /facter-os 10:26:15 10:26:15 10:26:15 ---> sar -b -r -n DEV: 10:26:15 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-236766) 10/13/25 _x86_64_ (8 CPU) 10:26:15 10:26:15 10:21:05 LINUX RESTART (8 CPU) 10:26:15 10:26:15 10:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:26:15 10:23:01 119.14 3.90 115.24 0.00 513.43 41286.90 0.00 10:26:15 10:24:01 2.15 0.02 2.13 0.00 3.87 24.68 0.00 10:26:15 10:25:01 1.35 0.30 1.05 0.00 16.80 12.40 0.00 10:26:15 10:26:01 2.82 1.38 1.43 0.00 28.92 18.66 0.00 10:26:15 Average: 31.37 1.40 29.97 0.00 140.76 10336.52 0.00 10:26:15 10:26:15 10:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:26:15 10:23:01 28640744 31551848 739552 2.25 99044 3073852 1667756 4.92 1320700 2495008 296 10:26:15 10:24:01 28640980 31552328 738416 2.25 99084 3073976 1667756 4.92 1320608 2495116 8 10:26:15 10:25:01 28643304 31555280 735080 2.24 99124 3074476 1667756 4.92 1320244 2495428 8 10:26:15 10:26:01 28629516 31543584 746104 2.27 99164 3075344 1667756 4.92 1332116 2495724 24 10:26:15 Average: 28638636 31550760 739788 2.25 99104 3074412 1667756 4.92 1323417 2495319 84 10:26:15 10:26:15 10:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:26:15 10:23:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 10:26:15 10:23:01 ens3 241.30 153.17 5257.27 68.15 0.00 0.00 0.00 0.00 10:26:15 10:23:01 docker0 59.76 114.95 3.79 2710.53 0.00 0.00 0.00 0.00 10:26:15 10:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:26:15 10:24:01 ens3 0.67 0.50 0.36 0.28 0.00 0.00 0.00 0.00 10:26:15 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:15 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:15 10:25:01 ens3 0.80 0.47 0.82 0.36 0.00 0.00 0.00 0.00 10:26:15 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:15 10:26:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 10:26:15 10:26:01 ens3 5.93 5.25 3.80 4.41 0.00 0.00 0.00 0.00 10:26:15 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:15 Average: lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 10:26:15 Average: ens3 62.18 39.85 1315.67 18.30 0.00 0.00 0.00 0.00 10:26:15 Average: docker0 14.94 28.74 0.95 677.69 0.00 0.00 0.00 0.00 10:26:15 10:26:15 10:26:15 ---> sar -P ALL: 10:26:15 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-236766) 10/13/25 _x86_64_ (8 CPU) 10:26:15 10:26:15 10:21:05 LINUX RESTART (8 CPU) 10:26:15 10:26:15 10:22:01 CPU %user %nice %system %iowait %steal %idle 10:26:15 10:23:01 all 7.58 0.00 2.08 1.65 0.04 88.64 10:26:15 10:23:01 0 6.77 0.00 2.41 2.63 0.03 88.15 10:26:15 10:23:01 1 6.83 0.00 1.66 0.95 0.03 90.53 10:26:15 10:23:01 2 9.75 0.00 2.68 0.45 0.05 87.06 10:26:15 10:23:01 3 6.51 0.00 1.88 1.93 0.05 89.62 10:26:15 10:23:01 4 7.57 0.00 2.40 1.71 0.03 88.28 10:26:15 10:23:01 5 7.83 0.00 1.58 0.57 0.05 89.96 10:26:15 10:23:01 6 7.34 0.00 1.86 0.10 0.05 90.65 10:26:15 10:23:01 7 8.03 0.00 2.20 4.85 0.05 84.87 10:26:15 10:24:01 all 0.10 0.00 0.02 0.00 0.00 99.87 10:26:15 10:24:01 0 0.00 0.00 0.02 0.00 0.02 99.97 10:26:15 10:24:01 1 0.03 0.00 0.02 0.02 0.00 99.93 10:26:15 10:24:01 2 0.08 0.00 0.03 0.00 0.02 99.87 10:26:15 10:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:26:15 10:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:26:15 10:24:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:26:15 10:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:26:15 10:24:01 7 0.62 0.00 0.03 0.02 0.00 99.33 10:26:15 10:25:01 all 0.33 0.00 0.01 0.00 0.01 99.65 10:26:15 10:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:26:15 10:25:01 1 0.12 0.00 0.02 0.00 0.02 99.85 10:26:15 10:25:01 2 0.13 0.00 0.03 0.00 0.00 99.83 10:26:15 10:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:26:15 10:25:01 4 0.17 0.00 0.00 0.00 0.00 99.83 10:26:15 10:25:01 5 0.17 0.00 0.00 0.02 0.02 99.80 10:26:15 10:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:26:15 10:25:01 7 2.02 0.00 0.02 0.00 0.02 97.95 10:26:15 10:26:01 all 0.25 0.00 0.03 0.01 0.03 99.69 10:26:15 10:26:01 0 0.07 0.00 0.00 0.00 0.03 99.90 10:26:15 10:26:01 1 0.15 0.00 0.02 0.02 0.02 99.80 10:26:15 10:26:01 2 0.30 0.00 0.05 0.00 0.03 99.62 10:26:15 10:26:01 3 0.08 0.00 0.03 0.00 0.03 99.85 10:26:15 10:26:01 4 0.62 0.00 0.02 0.00 0.02 99.35 10:26:15 10:26:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:26:15 10:26:01 6 0.30 0.00 0.08 0.03 0.03 99.55 10:26:15 10:26:01 7 0.42 0.00 0.07 0.00 0.05 99.47 10:26:15 Average: all 2.05 0.00 0.53 0.41 0.02 96.98 10:26:15 Average: 0 1.71 0.00 0.60 0.65 0.02 97.01 10:26:15 Average: 1 1.78 0.00 0.43 0.25 0.02 97.53 10:26:15 Average: 2 2.55 0.00 0.69 0.11 0.03 96.62 10:26:15 Average: 3 1.64 0.00 0.48 0.48 0.02 97.37 10:26:15 Average: 4 2.08 0.00 0.60 0.43 0.01 96.88 10:26:15 Average: 5 2.00 0.00 0.40 0.15 0.02 97.44 10:26:15 Average: 6 1.91 0.00 0.48 0.03 0.02 97.55 10:26:15 Average: 7 2.76 0.00 0.57 1.20 0.03 95.44 10:26:15 10:26:15 10:26:15