Pull request #227 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 e53f12104183f113aacc05b5f66dc12ff79133d2+d24cb5e9afd76aca285c51e043eaf0ea4a6fcfa5 (c032b78ab2e5b13859d1bbac34483d198355dd25) 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-ssh3909688077677375876.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-ssh11233036030127814632.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-227/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-227/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2684380974389813944.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-227/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13737513813118403507.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-ssh15613374800167738964.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-227/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-227/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1506441528407191918.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-256308 in /w/workspace/exfoundry_ci-build-images_PR-227 [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-227 # 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 Merging remotes/origin/golang-1.25 commit d24cb5e9afd76aca285c51e043eaf0ea4a6fcfa5 into PR head commit e53f12104183f113aacc05b5f66dc12ff79133d2 Merge succeeded, producing e53f12104183f113aacc05b5f66dc12ff79133d2 Checking out Revision e53f12104183f113aacc05b5f66dc12ff79133d2 (PR-227) > 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 > 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/227/head:refs/remotes/origin/PR-227 +refs/heads/golang-1.25:refs/remotes/origin/golang-1.25 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e53f12104183f113aacc05b5f66dc12ff79133d2 # 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 d24cb5e9afd76aca285c51e043eaf0ea4a6fcfa5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e53f12104183f113aacc05b5f66dc12ff79133d2 # timeout=10 Commit message: "ci: Migrate golangci-lint configuration file from v1 to v2" 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 01:49:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:49:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:49:37 ========================================================= 01:49:37 EdgeX Global Pipelines Version Info 01:49:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:49:39 ------------------- 01:49:39 stable info: 01:49:39 ------------------- 01:49:39 Commited By: Cherry Wang cherry@iotechsys.com 01:49:39 Commit SHA: aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 01:49:39 Message: update stable to v1.0.277 01:49:39 ------------------- 01:49:39 experimental info: 01:49:39 ------------------- 01:49:39 Commited By: **** collab-it+edgex@linuxfoundation.org 01:49:39 Commit SHA: aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 01:49:39 Message: update experimental to v1.0.277 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:49:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = ci-build-images-settings [Pipeline] echo 01:49:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-golang-base [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-golang-base [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-golang-base-archive.tar.gz [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = golang-1.25 [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 1.25-alpine 1.25-alpine3.22 [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-227 [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-227 [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-227 [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e53f12104183f113aacc05b5f66dc12ff79133d2 [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e53f121 [Pipeline] echo 01:49:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:49:41 provisioning config files... 01:49:41 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-227@tmp/config16766593790045990332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:49:41 ---> ****-login.sh 01:49:41 nexus3.edgexfoundry.org:10001 01:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:41 01:49:41 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:49:41 Configure a credential helper to remove this warning. See 01:49:41 https://docs.****.com/go/credential-store/ 01:49:41 01:49:41 Login Succeeded 01:49:41 nexus3.edgexfoundry.org:10002 01:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:42 01:49:42 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:49:42 Configure a credential helper to remove this warning. See 01:49:42 https://docs.****.com/go/credential-store/ 01:49:42 01:49:42 Login Succeeded 01:49:42 nexus3.edgexfoundry.org:10003 01:49:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:42 01:49:42 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:49:42 Configure a credential helper to remove this warning. See 01:49:42 https://docs.****.com/go/credential-store/ 01:49:42 01:49:42 Login Succeeded 01:49:42 nexus3.edgexfoundry.org:10004 01:49:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:42 01:49:42 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:49:42 Configure a credential helper to remove this warning. See 01:49:42 https://docs.****.com/go/credential-store/ 01:49:42 01:49:42 Login Succeeded 01:49:42 ****.io 01:49:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:42 01:49:42 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:49:42 Configure a credential helper to remove this warning. See 01:49:42 https://docs.****.com/go/credential-store/ 01:49:42 01:49:42 Login Succeeded 01:49:42 ---> ****-login.sh ends [Pipeline] } 01:49:42 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 01:49:43 provisioning config files... 01:49:43 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-227@tmp/config17096443646102871464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:49:43 ---> ****-login.sh 01:49:43 nexus3.edgexfoundry.org:10001 01:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:43 Login Succeeded 01:49:43 nexus3.edgexfoundry.org:10002 01:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:43 Login Succeeded 01:49:43 nexus3.edgexfoundry.org:10003 01:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:43 Login Succeeded 01:49:43 nexus3.edgexfoundry.org:10004 01:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:43 Login Succeeded 01:49:43 ****.io 01:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:44 Login Succeeded 01:49:44 ---> ****-login.sh ends [Pipeline] } 01:49:44 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 01:49:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:49:45 + ls -al . 01:49:45 total 28 01:49:45 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 01:49 . 01:49:45 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 01:49 .. 01:49:45 drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 01:49 .git 01:49:45 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 01:49 .github 01:49:45 -rw-rw-r-- 1 jenkins jenkins 421 Oct 14 01:49 .golangci.yml 01:49:45 -rw-rw-r-- 1 jenkins jenkins 1198 Oct 14 01:49 Dockerfile 01:49:45 -rw-rw-r-- 1 jenkins jenkins 957 Oct 14 01:49 Jenkinsfile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:45 + docker build -t edgex-devops/edgex-golang-base -f Dockerfile --build-arg ARCH=amd64 --label git_sha=e53f12104183f113aacc05b5f66dc12ff79133d2 --label arch=amd64 . 01:49:46 #0 building with "default" instance using docker driver 01:49:46 01:49:46 #1 [internal] load build definition from Dockerfile 01:49:46 #1 transferring dockerfile: 1.24kB done 01:49:46 #1 DONE 0.0s 01:49:46 01:49:46 #2 [internal] load metadata for docker.io/library/golang:1.25-alpine3.22 01:49:46 #2 DONE 0.1s 01:49:46 01:49:46 #3 [internal] load .dockerignore 01:49:46 #3 transferring context: 2B done 01:49:46 #3 DONE 0.0s 01:49:46 01:49:46 #4 [internal] load build context 01:49:46 #4 transferring context: 463B done 01:49:46 #4 DONE 0.0s 01:49:46 01:49:46 #5 [1/5] FROM docker.io/library/golang:1.25-alpine3.22@sha256:06cdd34bd531b810650e47762c01e025eb9b1c7eadd191553b91c9f2d549fae8 01:49:46 #5 resolve docker.io/library/golang:1.25-alpine3.22@sha256:06cdd34bd531b810650e47762c01e025eb9b1c7eadd191553b91c9f2d549fae8 0.0s done 01:49:46 #5 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 01:49:46 #5 sha256:2096b2779e9643ea6c987e729c5cc5225c50014bf9d23518cacd4f00c19fb9c6 1.92kB / 1.92kB done 01:49:46 #5 sha256:f87d2639c296390bc3a14ff1eeab4f205119215f27e8c574af7e3f8e496e5314 2.08kB / 2.08kB done 01:49:46 #5 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done 01:49:46 #5 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.0s done 01:49:46 #5 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 3.15MB / 60.15MB 0.1s 01:49:46 #5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0B / 32B 0.1s 01:49:46 #5 sha256:06cdd34bd531b810650e47762c01e025eb9b1c7eadd191553b91c9f2d549fae8 10.29kB / 10.29kB done 01:49:46 #5 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s done 01:49:46 #5 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 15.06MB / 60.15MB 0.2s 01:49:46 #5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 01:49:46 #5 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s done 01:49:46 #5 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.0s done 01:49:46 #5 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 46.14MB / 60.15MB 0.4s 01:49:47 #5 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.6s 01:49:47 #5 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.6s done 01:49:47 #5 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 0.1s 01:49:52 #5 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 5.0s done 01:49:52 #5 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 01:49:52 #5 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done 01:49:52 #5 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 01:49:52 #5 DONE 6.1s 01:49:52 01:49:52 #6 [2/5] COPY ./.golangci.yml /etc/.golangci.yml 01:49:53 #6 DONE 0.9s 01:49:53 01:49:53 #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 01:49:53 #7 0.256 Connecting to github.com (140.82.113.3:443) 01:49:54 #7 0.408 Connecting to release-assets.githubusercontent.com (185.199.109.133:443) 01:49:54 #7 0.454 saving to '/usr/local/bin/hadolint' 01:49:54 #7 1.129 hadolint 95% |****************************** | 50.0M 0:00:00 ETA 01:49:54 #7 1.143 hadolint 100% |********************************| 52.1M 0:00:00 ETA 01:49:54 #7 1.143 '/usr/local/bin/hadolint' saved 01:49:54 #7 DONE 1.4s 01:49:55 01:49:55 #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 v2.5.0 01:49:55 #8 0.247 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:49:55 #8 0.597 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:49:55 #8 1.044 (1/43) Installing ncurses-terminfo-base (6.5_p20250503-r0) 01:49:56 #8 1.050 (2/43) Installing libncursesw (6.5_p20250503-r0) 01:49:56 #8 1.058 (3/43) Installing readline (8.2.13-r1) 01:49:56 #8 1.065 (4/43) Installing bash (5.2.37-r0) 01:49:56 #8 1.080 Executing bash-5.2.37-r0.post-install 01:49:56 #8 1.084 (5/43) Installing libgcc (14.2.0-r6) 01:49:56 #8 1.090 (6/43) Installing jansson (2.14.1-r0) 01:49:56 #8 1.095 (7/43) Installing libstdc++ (14.2.0-r6) 01:49:56 #8 1.120 (8/43) Installing zstd-libs (1.5.7-r0) 01:49:56 #8 1.132 (9/43) Installing binutils (2.44-r3) 01:49:56 #8 1.195 (10/43) Installing libmagic (5.46-r2) 01:49:56 #8 1.223 (11/43) Installing file (5.46-r2) 01:49:56 #8 1.227 (12/43) Installing libgomp (14.2.0-r6) 01:49:56 #8 1.233 (13/43) Installing libatomic (14.2.0-r6) 01:49:56 #8 1.241 (14/43) Installing gmp (6.3.0-r3) 01:49:56 #8 1.254 (15/43) Installing isl26 (0.26-r1) 01:49:56 #8 1.274 (16/43) Installing mpfr4 (4.2.1_p1-r0) 01:49:56 #8 1.284 (17/43) Installing mpc1 (1.3.1-r1) 01:49:56 #8 1.289 (18/43) Installing gcc (14.2.0-r6) 01:49:57 #8 2.040 (19/43) Installing libstdc++-dev (14.2.0-r6) 01:49:57 #8 2.161 (20/43) Installing musl-dev (1.2.5-r10) 01:49:57 #8 2.213 (21/43) Installing g++ (14.2.0-r6) 01:49:57 #8 2.441 (22/43) Installing make (4.4.1-r3) 01:49:57 #8 2.447 (23/43) Installing fortify-headers (1.1-r5) 01:49:57 #8 2.451 (24/43) Installing patch (2.8-r0) 01:49:57 #8 2.456 (25/43) Installing build-base (0.5-r3) 01:49:57 #8 2.456 (26/43) Installing brotli-libs (1.1.0-r2) 01:49:57 #8 2.468 (27/43) Installing c-ares (1.34.5-r0) 01:49:57 #8 2.475 (28/43) Installing libunistring (1.3-r0) 01:49:57 #8 2.492 (29/43) Installing libidn2 (2.3.7-r0) 01:49:57 #8 2.497 (30/43) Installing nghttp2-libs (1.65.0-r0) 01:49:57 #8 2.501 (31/43) Installing libpsl (0.21.5-r3) 01:49:57 #8 2.505 (32/43) Installing libcurl (8.14.1-r2) 01:49:57 #8 2.530 (33/43) Installing curl (8.14.1-r2) 01:49:57 #8 2.536 (34/43) Installing libexpat (2.7.3-r0) 01:49:57 #8 2.541 (35/43) Installing pcre2 (10.43-r1) 01:49:57 #8 2.551 (36/43) Installing git (2.49.1-r0) 01:49:57 #8 2.609 (37/43) Installing git-init-template (2.49.1-r0) 01:49:57 #8 2.614 (38/43) Installing linux-headers (6.14.2-r0) 01:49:57 #8 2.695 (39/43) Installing pkgconf (2.4.3-r0) 01:49:57 #8 2.700 (40/43) Installing libsodium (1.0.20-r0) 01:49:57 #8 2.713 (41/43) Installing libzmq (4.3.5-r2) 01:49:57 #8 2.726 (42/43) Installing libsodium-dev (1.0.20-r0) 01:49:57 #8 2.735 (43/43) Installing zeromq-dev (4.3.5-r2) 01:49:57 #8 2.741 Executing busybox-1.37.0-r19.trigger 01:49:57 #8 2.750 OK: 265 MiB in 60 packages 01:49:57 #8 2.831 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:49:57 Still waiting to schedule task 01:49:57 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-255847’ 01:49:58 #8 2.912 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:49:58 #8 3.235 OK: 265 MiB in 60 packages 01:49:58 #8 3.297 Connecting to raw.githubusercontent.com (185.199.110.133:443) 01:49:58 #8 3.387 writing to stdout 01:49:58 #8 3.387 - 100% |********************************| 11589 0:00:00 ETA 01:49:58 #8 3.387 written to stdout 01:49:58 #8 3.398 golangci/golangci-lint info checking GitHub for tag 'v2.5.0' 01:49:58 #8 3.588 golangci/golangci-lint info found version: 2.5.0 for v2.5.0/linux/amd64 01:49:59 #8 4.429 golangci/golangci-lint info installed ./bin/golangci-lint 01:50:00 #8 DONE 5.5s 01:50:00 01:50:00 #9 [5/5] RUN go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest 01:50:01 #9 1.089 go: downloading github.com/gotesttools/gotestfmt/v2 v2.5.0 01:50:01 #9 1.240 go: downloading github.com/gotesttools/gotestfmt v1.1.0 01:50:08 #9 DONE 7.7s 01:50:08 01:50:08 #10 exporting to image 01:50:08 #10 exporting layers 01:50:09 #10 exporting layers 1.2s done 01:50:09 #10 writing image sha256:f158531fd90355100c2765848ab67ea1646920f8ab4ee263d1920ff60780e42f done 01:50:09 #10 naming to docker.io/edgex-devops/edgex-golang-base done 01:50:09 #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 01:50:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:10 01:50:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:10 latest: Pulling from edgex-lftools-log-publisher 01:50:10 5eb5b503b376: Pulling fs layer 01:50:10 5c69ac0246d0: Pulling fs layer 01:50:10 ec43610c2a17: Pulling fs layer 01:50:10 3a2ae6a8a46f: Pulling fs layer 01:50:10 33b1e0a273af: Pulling fs layer 01:50:10 5d3b04190fa2: Pulling fs layer 01:50:10 2f39f015ded8: Pulling fs layer 01:50:10 3a2ae6a8a46f: Waiting 01:50:10 33b1e0a273af: Waiting 01:50:10 2f39f015ded8: Waiting 01:50:10 5d3b04190fa2: Waiting 01:50:10 5c69ac0246d0: Download complete 01:50:10 3a2ae6a8a46f: Verifying Checksum 01:50:10 3a2ae6a8a46f: Download complete 01:50:10 33b1e0a273af: Verifying Checksum 01:50:10 33b1e0a273af: Download complete 01:50:11 5d3b04190fa2: Verifying Checksum 01:50:11 5d3b04190fa2: Download complete 01:50:11 ec43610c2a17: Verifying Checksum 01:50:11 5eb5b503b376: Verifying Checksum 01:50:11 5eb5b503b376: Download complete 01:50:11 2f39f015ded8: Verifying Checksum 01:50:11 2f39f015ded8: Download complete 01:50:13 5eb5b503b376: Pull complete 01:50:13 5c69ac0246d0: Pull complete 01:50:13 ec43610c2a17: Pull complete 01:50:13 3a2ae6a8a46f: Pull complete 01:50:13 33b1e0a273af: Pull complete 01:50:13 5d3b04190fa2: Pull complete 01:50:20 2f39f015ded8: Pull complete 01:50:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:50:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:50:20 prd-ubuntu20.04-docker-8c-8g-256308 does not seem to be running inside a container 01:50:20 $ 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-227 -v /w/workspace/exfoundry_ci-build-images_PR-227:/w/workspace/exfoundry_ci-build-images_PR-227:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-227@tmp:/w/workspace/exfoundry_ci-build-images_PR-227@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 01:50:22 $ docker top 1df283154197c63f25c316665c3161e61dc274e900ce46646ab262c90e6670b8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:50:23 ---> job-cost.sh 01:50:23 lf-activate-venv: SKIPPING 01:50:23 INFO: No Stack... 01:50:23 INFO: Retrieving Pricing Info for: v3-standard-8 01:50:23 INFO: Archiving Costs [Pipeline] sh 01:50:23 + cat /w/workspace/exfoundry_ci-build-images_PR-227/archives/cost.csv 01:50:23 + cut -d, -f6 [Pipeline] lock 01:50:24 Trying to acquire lock on [Resource: jenkins-edgexfoundry-ci-build-images-PR-227-1-stack-cost] 01:50:24 Resource [jenkins-edgexfoundry-ci-build-images-PR-227-1-stack-cost] did not exist. Created. 01:50:24 Lock acquired on [Resource: jenkins-edgexfoundry-ci-build-images-PR-227-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:50:24 + echo total: 0.2199999988079071 [Pipeline] stash 01:50:24 Stashed 1 file(s) [Pipeline] } 01:50:24 Lock released on resource [Resource: jenkins-edgexfoundry-ci-build-images-PR-227-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:50:24 $ docker stop --time=1 1df283154197c63f25c316665c3161e61dc274e900ce46646ab262c90e6670b8 01:50:25 $ docker rm -f --volumes 1df283154197c63f25c316665c3161e61dc274e900ce46646ab262c90e6670b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:53:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-256381 in /w/workspace/exfoundry_ci-build-images_PR-227 [Pipeline] { [Pipeline] checkout 01:53:42 Selected Git installation does not exist. Using Default 01:53:42 The recommended git tool is: NONE 01:53:46 using credential edgex-jenkins-ssh 01:53:46 Cloning the remote Git repository 01:53:46 Cloning repository git@github.com:edgexfoundry/ci-build-images.git 01:53:46 > git init /w/workspace/exfoundry_ci-build-images_PR-227 # timeout=10 01:53:46 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 01:53:46 > git --version # timeout=10 01:53:46 > git --version # 'git version 2.25.1' 01:53:46 using GIT_SSH to set credentials SSH Credentials for GitHub 01:53:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:53:47 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 01:53:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:53:49 Merging remotes/origin/golang-1.25 commit d24cb5e9afd76aca285c51e043eaf0ea4a6fcfa5 into PR head commit e53f12104183f113aacc05b5f66dc12ff79133d2 01:53:48 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 01:53:48 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 01:53:48 using GIT_SSH to set credentials SSH Credentials for GitHub 01:53:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/227/head:refs/remotes/origin/PR-227 +refs/heads/golang-1.25:refs/remotes/origin/golang-1.25 # timeout=10 01:53:49 > git config core.sparsecheckout # timeout=10 01:53:49 > git checkout -f e53f12104183f113aacc05b5f66dc12ff79133d2 # timeout=10 01:53:49 > git remote # timeout=10 01:53:49 > git config --get remote.origin.url # timeout=10 01:53:49 Merge succeeded, producing e53f12104183f113aacc05b5f66dc12ff79133d2 01:53:49 Checking out Revision e53f12104183f113aacc05b5f66dc12ff79133d2 (PR-227) 01:53:49 using GIT_SSH to set credentials SSH Credentials for GitHub 01:53:49 > git merge d24cb5e9afd76aca285c51e043eaf0ea4a6fcfa5 # timeout=10 01:53:49 > git rev-parse HEAD^{commit} # timeout=10 01:53:49 > git config core.sparsecheckout # timeout=10 01:53:49 > git checkout -f e53f12104183f113aacc05b5f66dc12ff79133d2 # timeout=10 01:53:53 Commit message: "ci: Migrate golangci-lint configuration file from v1 to v2" 01:53:53 > git --version # timeout=10 01:53:53 > git --version # 'git version 2.25.1' 01:53:53 fatal: bad object aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:53:54 provisioning config files... 01:53:54 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-227@tmp/config8781916347290745091tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:53:55 ---> ****-login.sh 01:53:55 nexus3.edgexfoundry.org:10001 01:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:56 Configure a credential helper to remove this warning. See 01:53:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:56 01:53:56 Login Succeeded 01:53:56 nexus3.edgexfoundry.org:10002 01:53:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:56 Configure a credential helper to remove this warning. See 01:53:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:56 01:53:56 Login Succeeded 01:53:56 nexus3.edgexfoundry.org:10003 01:53:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:56 Configure a credential helper to remove this warning. See 01:53:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:56 01:53:56 Login Succeeded 01:53:56 nexus3.edgexfoundry.org:10004 01:53:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:57 Configure a credential helper to remove this warning. See 01:53:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:57 01:53:57 Login Succeeded 01:53:57 ****.io 01:53:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:57 Configure a credential helper to remove this warning. See 01:53:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:57 01:53:57 Login Succeeded 01:53:57 ---> ****-login.sh ends [Pipeline] } 01:53:57 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 01:53:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:53:58 + ls -al . 01:53:58 total 28 01:53:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 01:53 . 01:53:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 01:53 .. 01:53:58 drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 01:53 .git 01:53:58 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 01:53 .github 01:53:58 -rw-rw-r-- 1 jenkins jenkins 421 Oct 14 01:53 .golangci.yml 01:53:58 -rw-rw-r-- 1 jenkins jenkins 1198 Oct 14 01:53 Dockerfile 01:53:58 -rw-rw-r-- 1 jenkins jenkins 957 Oct 14 01:53 Jenkinsfile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:59 + docker build -t edgex-devops/edgex-golang-base-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=e53f12104183f113aacc05b5f66dc12ff79133d2 --label arch=arm64 . 01:53:59 Sending build context to Docker daemon 499.2kB 01:53:59 Step 1/9 : FROM golang:1.25-alpine3.22 01:54:00 1.25-alpine3.22: Pulling from library/golang 01:54:00 6b59a28fa201: Pulling fs layer 01:54:00 d32bb0dddca7: Pulling fs layer 01:54:00 5dab1238d3d9: Pulling fs layer 01:54:00 196fd7d83e7d: Pulling fs layer 01:54:00 4f4fb700ef54: Pulling fs layer 01:54:00 196fd7d83e7d: Waiting 01:54:00 4f4fb700ef54: Waiting 01:54:00 d32bb0dddca7: Download complete 01:54:00 6b59a28fa201: Verifying Checksum 01:54:00 6b59a28fa201: Download complete 01:54:00 196fd7d83e7d: Verifying Checksum 01:54:00 196fd7d83e7d: Download complete 01:54:00 4f4fb700ef54: Verifying Checksum 01:54:00 4f4fb700ef54: Download complete 01:54:01 6b59a28fa201: Pull complete 01:54:01 d32bb0dddca7: Pull complete 01:54:01 5dab1238d3d9: Verifying Checksum 01:54:01 5dab1238d3d9: Download complete 01:54:16 5dab1238d3d9: Pull complete 01:54:16 196fd7d83e7d: Pull complete 01:54:16 4f4fb700ef54: Pull complete 01:54:16 Digest: sha256:ecb803821dbac0983b03a516adb8407b7dbadfb8771434dc5162a7c471dd27a2 01:54:16 Status: Downloaded newer image for golang:1.25-alpine3.22 01:54:16 ---> 8d8b39fff543 01:54:16 Step 2/9 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2023: Intel Corporation' 01:54:17 ---> Running in f53190c40fbd 01:54:17 Removing intermediate container f53190c40fbd 01:54:17 ---> 70a9e3b28a02 01:54:17 Step 3/9 : ENV HADOLINT_VERSION=2.14.0 GOLANGCI_VERSION=2.5.0 01:54:17 ---> Running in b793cba67306 01:54:17 Removing intermediate container b793cba67306 01:54:17 ---> 44fa88f4cdea 01:54:17 Step 4/9 : COPY ./.golangci.yml /etc/.golangci.yml 01:54:18 ---> f9386ec8900d 01:54:18 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 01:54:18 ---> Running in 3b061325031b 01:54:20 Removing intermediate container 3b061325031b 01:54:20 ---> f4da9d9c60fa 01:54:20 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} 01:54:20 ---> Running in 7639b53ce63e 01:54:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:54:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:54:23 (1/43) Installing ncurses-terminfo-base (6.5_p20250503-r0) 01:54:23 (2/43) Installing libncursesw (6.5_p20250503-r0) 01:54:23 (3/43) Installing readline (8.2.13-r1) 01:54:23 (4/43) Installing bash (5.2.37-r0) 01:54:23 Executing bash-5.2.37-r0.post-install 01:54:23 (5/43) Installing libgcc (14.2.0-r6) 01:54:23 (6/43) Installing jansson (2.14.1-r0) 01:54:23 (7/43) Installing libstdc++ (14.2.0-r6) 01:54:23 (8/43) Installing zstd-libs (1.5.7-r0) 01:54:23 (9/43) Installing binutils (2.44-r3) 01:54:23 (10/43) Installing libmagic (5.46-r2) 01:54:23 (11/43) Installing file (5.46-r2) 01:54:23 (12/43) Installing libgomp (14.2.0-r6) 01:54:23 (13/43) Installing libatomic (14.2.0-r6) 01:54:23 (14/43) Installing gmp (6.3.0-r3) 01:54:23 (15/43) Installing isl26 (0.26-r1) 01:54:23 (16/43) Installing mpfr4 (4.2.1_p1-r0) 01:54:23 (17/43) Installing mpc1 (1.3.1-r1) 01:54:23 (18/43) Installing gcc (14.2.0-r6) 01:54:27 (19/43) Installing libstdc++-dev (14.2.0-r6) 01:54:27 (20/43) Installing musl-dev (1.2.5-r10) 01:54:27 (21/43) Installing g++ (14.2.0-r6) 01:54:28 (22/43) Installing make (4.4.1-r3) 01:54:28 (23/43) Installing fortify-headers (1.1-r5) 01:54:28 (24/43) Installing patch (2.8-r0) 01:54:28 (25/43) Installing build-base (0.5-r3) 01:54:28 (26/43) Installing brotli-libs (1.1.0-r2) 01:54:28 (27/43) Installing c-ares (1.34.5-r0) 01:54:28 (28/43) Installing libunistring (1.3-r0) 01:54:28 (29/43) Installing libidn2 (2.3.7-r0) 01:54:28 (30/43) Installing nghttp2-libs (1.65.0-r0) 01:54:28 (31/43) Installing libpsl (0.21.5-r3) 01:54:28 (32/43) Installing libcurl (8.14.1-r2) 01:54:28 (33/43) Installing curl (8.14.1-r2) 01:54:28 (34/43) Installing libexpat (2.7.3-r0) 01:54:28 (35/43) Installing pcre2 (10.43-r1) 01:54:28 (36/43) Installing git (2.49.1-r0) 01:54:28 (37/43) Installing git-init-template (2.49.1-r0) 01:54:28 (38/43) Installing linux-headers (6.14.2-r0) 01:54:29 (39/43) Installing pkgconf (2.4.3-r0) 01:54:29 (40/43) Installing libsodium (1.0.20-r0) 01:54:29 (41/43) Installing libzmq (4.3.5-r2) 01:54:29 (42/43) Installing libsodium-dev (1.0.20-r0) 01:54:29 (43/43) Installing zeromq-dev (4.3.5-r2) 01:54:29 Executing busybox-1.37.0-r19.trigger 01:54:29 OK: 255 MiB in 60 packages 01:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:54:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:54:32 OK: 255 MiB in 60 packages 01:54:32 Connecting to raw.githubusercontent.com (185.199.108.133:443) 01:54:32 writing to stdout 01:54:32 - 100% |********************************| 11589 0:00:00 ETA 01:54:32 written to stdout 01:54:32 golangci/golangci-lint info checking GitHub for tag 'v2.5.0' 01:54:32 golangci/golangci-lint info found version: 2.5.0 for v2.5.0/linux/arm64 01:54:36 golangci/golangci-lint info installed ./bin/golangci-lint 01:54:46 Removing intermediate container 7639b53ce63e 01:54:46 ---> 10974e0046c8 01:54:46 Step 7/9 : RUN go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest 01:54:46 ---> Running in da56a636775c 01:54:47 go: downloading github.com/gotesttools/gotestfmt/v2 v2.5.0 01:54:47 go: downloading github.com/gotesttools/gotestfmt v1.1.0 01:55:26 Removing intermediate container da56a636775c 01:55:26 ---> 17bbaff01a90 01:55:26 Step 8/9 : LABEL arch=arm64 01:55:26 ---> Running in f5da1fa86f12 01:55:26 Removing intermediate container f5da1fa86f12 01:55:26 ---> 565add795ff9 01:55:26 Step 9/9 : LABEL git_sha=e53f12104183f113aacc05b5f66dc12ff79133d2 01:55:26 ---> Running in d6001c3247b6 01:55:26 Removing intermediate container d6001c3247b6 01:55:26 ---> b823145b9899 01:55:26 [Warning] One or more build-args [ARCH] were not consumed 01:55:26 Successfully built b823145b9899 01:55:26 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 01:55:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:55:27 01:55:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:55:27 arm64: Pulling from edgex-lftools-log-publisher 01:55:27 8998bd30e6a1: Pulling fs layer 01:55:27 04944245beec: Pulling fs layer 01:55:27 699f458cf7ca: Pulling fs layer 01:55:27 765212b225bb: Pulling fs layer 01:55:27 f23df028b6ca: Pulling fs layer 01:55:27 d65c8cfc05b1: Pulling fs layer 01:55:27 2437ff75d9bd: Pulling fs layer 01:55:27 f23df028b6ca: Waiting 01:55:27 d65c8cfc05b1: Waiting 01:55:27 2437ff75d9bd: Waiting 01:55:27 765212b225bb: Waiting 01:55:27 04944245beec: Verifying Checksum 01:55:27 04944245beec: Download complete 01:55:27 765212b225bb: Verifying Checksum 01:55:27 765212b225bb: Download complete 01:55:28 f23df028b6ca: Verifying Checksum 01:55:28 f23df028b6ca: Download complete 01:55:28 d65c8cfc05b1: Verifying Checksum 01:55:28 d65c8cfc05b1: Download complete 01:55:28 699f458cf7ca: Verifying Checksum 01:55:28 699f458cf7ca: Download complete 01:55:28 8998bd30e6a1: Verifying Checksum 01:55:28 8998bd30e6a1: Download complete 01:55:31 2437ff75d9bd: Verifying Checksum 01:55:31 2437ff75d9bd: Download complete 01:55:33 8998bd30e6a1: Pull complete 01:55:33 04944245beec: Pull complete 01:55:35 699f458cf7ca: Pull complete 01:55:35 765212b225bb: Pull complete 01:55:36 f23df028b6ca: Pull complete 01:55:36 d65c8cfc05b1: Pull complete 01:55:54 2437ff75d9bd: Pull complete 01:55:54 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:55:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:55:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:55:55 prd-ubuntu20.04-docker-arm64-4c-16g-256381 does not seem to be running inside a container 01:55:55 $ 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-227 -v /w/workspace/exfoundry_ci-build-images_PR-227:/w/workspace/exfoundry_ci-build-images_PR-227:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-227@tmp:/w/workspace/exfoundry_ci-build-images_PR-227@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 01:55:57 $ docker top 58d650ddc07922542e81b23ad4f46c9396509d7f3dc8e3b828a07869c4db4d6c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:55:58 ---> job-cost.sh 01:55:58 lf-activate-venv: SKIPPING 01:55:58 INFO: No Stack... 01:55:59 INFO: Retrieving Pricing Info for: v3-standard-4 01:55:59 INFO: Archiving Costs [Pipeline] sh 01:56:00 + cat /w/workspace/exfoundry_ci-build-images_PR-227/archives/cost.csv 01:56:00 + cut -d, -f6 [Pipeline] lock 01:56:00 Trying to acquire lock on [Resource: jenkins-edgexfoundry-ci-build-images-PR-227-1-stack-cost] 01:56:00 Resource [jenkins-edgexfoundry-ci-build-images-PR-227-1-stack-cost] did not exist. Created. 01:56:00 Lock acquired on [Resource: jenkins-edgexfoundry-ci-build-images-PR-227-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:56:01 /w/workspace/exfoundry_ci-build-images_PR-227@tmp/durable-5f0f9681/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:56:01 + echo total: 0.10999999940395355 [Pipeline] stash 01:56:01 Warning: overwriting stash ‘stack-cost’ 01:56:02 Stashed 1 file(s) [Pipeline] } 01:56:02 Lock released on resource [Resource: jenkins-edgexfoundry-ci-build-images-PR-227-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:56:02 $ docker stop --time=1 58d650ddc07922542e81b23ad4f46c9396509d7f3dc8e3b828a07869c4db4d6c 01:56:03 $ docker rm -f --volumes 58d650ddc07922542e81b23ad4f46c9396509d7f3dc8e3b828a07869c4db4d6c [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 01:56:05 + [ -d /w/workspace/exfoundry_ci-build-images_PR-227/archives ] 01:56:05 + ls -al /w/workspace/exfoundry_ci-build-images_PR-227/archives 01:56:05 total 16 01:56:05 drwxr-xr-x 3 root root 4096 Oct 14 01:50 . 01:56:05 drwxrwxr-x 5 jenkins jenkins 4096 Oct 14 01:50 .. 01:56:05 drwxr-xr-x 2 root root 4096 Oct 14 01:50 cost 01:56:05 -rw-r--r-- 1 root root 86 Oct 14 01:50 cost.csv 01:56:05 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_ci-build-images_PR-227/archives 01:56:05 + ls -al /w/workspace/exfoundry_ci-build-images_PR-227/archives 01:56:05 total 16 01:56:05 drwxr-xr-x 3 jenkins jenkins 4096 Oct 14 01:50 . 01:56:05 drwxrwxr-x 5 jenkins jenkins 4096 Oct 14 01:50 .. 01:56:05 drwxr-xr-x 2 jenkins jenkins 4096 Oct 14 01:50 cost 01:56:05 -rw-r--r-- 1 jenkins jenkins 86 Oct 14 01:50 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:56:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:56:06 ---> package-listing.sh 01:56:06 ++ facter osfamily 01:56:06 ++ tr '[:upper:]' '[:lower:]' 01:56:06 + OS_FAMILY=debian 01:56:06 + workspace=/w/workspace/exfoundry_ci-build-images_PR-227 01:56:06 + START_PACKAGES=/tmp/packages_start.txt 01:56:06 + END_PACKAGES=/tmp/packages_end.txt 01:56:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:56:06 + PACKAGES=/tmp/packages_start.txt 01:56:06 + '[' /w/workspace/exfoundry_ci-build-images_PR-227 ']' 01:56:06 + PACKAGES=/tmp/packages_end.txt 01:56:06 + case "${OS_FAMILY}" in 01:56:06 + dpkg -l 01:56:06 + grep '^ii' 01:56:06 + '[' -f /tmp/packages_start.txt ']' 01:56:06 + '[' -f /tmp/packages_end.txt ']' 01:56:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:56:06 + '[' /w/workspace/exfoundry_ci-build-images_PR-227 ']' 01:56:06 + mkdir -p /w/workspace/exfoundry_ci-build-images_PR-227/archives/ 01:56:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_ci-build-images_PR-227/archives/ [Pipeline] echo 01:56:06 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-227/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:56:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:56:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:56:08 prd-ubuntu20.04-docker-8c-8g-256308 does not seem to be running inside a container 01:56:08 $ 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-227/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-227 -v /w/workspace/exfoundry_ci-build-images_PR-227:/w/workspace/exfoundry_ci-build-images_PR-227:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-227@tmp:/w/workspace/exfoundry_ci-build-images_PR-227@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 01:56:08 $ docker top 3e237bb684b0e94cef1be8da289ca8ec8b7294cefb6d47ddad6f36d253f68fdc -eo pid,comm [Pipeline] { [Pipeline] sh 01:56:08 + touch /tmp/pre-build-complete [Pipeline] sh 01:56:08 + mkdir -p /var/log/sysstat [Pipeline] sh 01:56:09 + ls /var/log/sa-host 01:56:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:56:09 provisioning config files... 01:56:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-227@tmp/config2670193415793363472tmp [Pipeline] { [Pipeline] echo 01:56:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:56:09 ---> create-netrc.sh [Pipeline] } 01:56:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:56:10 ---> python-tools-install.sh [Pipeline] echo 01:56:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:56:10 ---> sudo-logs.sh 01:56:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:56:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:56:11 ---> job-cost.sh 01:56:11 lf-activate-venv: SKIPPING 01:56:11 DEBUG: total: 0.2199999988079071 01:56:11 INFO: Retrieving Stack Cost... 01:56:11 INFO: Retrieving Pricing Info for: v3-standard-8 01:56:11 INFO: Archiving Costs [Pipeline] echo 01:56:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:56:11 ---> logs-deploy.sh 01:56:11 lf-activate-venv: SKIPPING 01:56:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/PR-227/1 01:56:11 INFO: archiving workspace using pattern(s): 01:56:12 Archives upload complete. 01:56:12 INFO: archiving logs to Nexus