Pull request #342 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 159c7456ff8034b7486e084faa29afaf0bdf481c+660491fba38d8ec3280cd778996bba77bc0edf60 (4dc5c1eea99517ef19ca90d42f37976aa86c5d36) 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-ssh8752851201712262645.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh6199638849911267246.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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/device-rest-go/branches/PR-342/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/device-rest-go/branches/PR-342/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15869609892062992985.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/device-rest-go/branches/PR-342/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17321411088896805998.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh1010196903783229172.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/device-rest-go/branches/PR-342/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/device-rest-go/branches/PR-342/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10131978526118903265.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [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-6623 in /w/workspace/gexfoundry_device-rest-go_PR-342 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_PR-342 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.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/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.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/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/342/head:refs/remotes/origin/PR-342 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 660491fba38d8ec3280cd778996bba77bc0edf60 into PR head commit 159c7456ff8034b7486e084faa29afaf0bdf481c Merge succeeded, producing 159c7456ff8034b7486e084faa29afaf0bdf481c Checking out Revision 159c7456ff8034b7486e084faa29afaf0bdf481c (PR-342) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 159c7456ff8034b7486e084faa29afaf0bdf481c # 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 660491fba38d8ec3280cd778996bba77bc0edf60 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 159c7456ff8034b7486e084faa29afaf0bdf481c # timeout=10 [Pipeline] timeout 20:31:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:31:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:31:46 ========================================================= 20:31:46 EdgeX Global Pipelines Version Info 20:31:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:31:47 ------------------- 20:31:47 stable info: 20:31:47 ------------------- 20:31:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:31:47 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 20:31:47 Message: update stable to v1.0.254 20:31:48 ------------------- 20:31:48 experimental info: 20:31:48 ------------------- 20:31:48 Commited By: **** collab-it+edgex@linuxfoundation.org 20:31:48 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 20:31:48 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:31:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 20:31:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 20:31:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:31:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:31:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:31:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 20:31:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:31:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:31:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:31:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-342 [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-342 [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-342 [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 159c7456ff8034b7486e084faa29afaf0bdf481c [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 159c745 [Pipeline] echo 20:31:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:31:50 provisioning config files... 20:31:50 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-342@tmp/config6304803382351341290tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:31:50 ---> docker-login.sh 20:31:50 nexus3.edgexfoundry.org:10001 20:31:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:50 Configure a credential helper to remove this warning. See 20:31:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:50 20:31:50 Login Succeeded 20:31:50 nexus3.edgexfoundry.org:10002 20:31:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:50 Configure a credential helper to remove this warning. See 20:31:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:50 20:31:50 Login Succeeded 20:31:50 nexus3.edgexfoundry.org:10003 20:31:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:50 Configure a credential helper to remove this warning. See 20:31:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:50 20:31:50 Login Succeeded 20:31:50 nexus3.edgexfoundry.org:10004 20:31:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:51 Configure a credential helper to remove this warning. See 20:31:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:51 20:31:51 Login Succeeded 20:31:51 docker.io 20:31:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:51 Configure a credential helper to remove this warning. See 20:31:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:51 20:31:51 Login Succeeded 20:31:51 ---> docker-login.sh ends [Pipeline] } 20:31:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:31:52 + git rev-list -1 --merges 159c7456ff8034b7486e084faa29afaf0bdf481c~1..159c7456ff8034b7486e084faa29afaf0bdf481c [Pipeline] echo 20:31:52 -----------> git rev-list -1 --merges 159c7456ff8034b7486e084faa29afaf0bdf481c~1..159c7456ff8034b7486e084faa29afaf0bdf481c 159c7456ff8034b7486e084faa29afaf0bdf481c [false] [Pipeline] sh 20:31:52 + git log --format=format:%s -1 159c7456ff8034b7486e084faa29afaf0bdf481c [Pipeline] echo 20:31:52 ========================================================= 20:31:52 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:31:52 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:31:52 + git log --format=format:%s -1 159c7456ff8034b7486e084faa29afaf0bdf481c [Pipeline] echo 20:31:52 [semverPrep] GIT_COMMIT: 159c7456ff8034b7486e084faa29afaf0bdf481c, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 20:31:52 [semverPrep] This is not a build commit. [Pipeline] sh 20:31:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:31:53 + grep -v github /etc/ssh/ssh_known_hosts 20:31:53 + [ -e /tmp/ssh_known_hosts ] 20:31:53 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:31:53 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:31:53 + sudo tee -a /etc/ssh/ssh_known_hosts 20:31:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:31:53 20:31:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:31:54 0.1.4: Pulling from edgex-devops/py-git-semver 20:31:54 b85a868b505f: Pulling fs layer 20:31:54 e2be974225ed: Pulling fs layer 20:31:54 339a4e72a1f5: Pulling fs layer 20:31:54 988bab9f4d93: Pulling fs layer 20:31:54 1469e6f7b9e6: Pulling fs layer 20:31:54 eaf3925da568: Pulling fs layer 20:31:54 bab4dde63d76: Pulling fs layer 20:31:54 bde34c3a00c8: Pulling fs layer 20:31:54 b352a97aabf1: Pulling fs layer 20:31:54 4872d77fe225: Pulling fs layer 20:31:54 5851b861e8e6: Pulling fs layer 20:31:54 988bab9f4d93: Waiting 20:31:54 1469e6f7b9e6: Waiting 20:31:54 eaf3925da568: Waiting 20:31:54 bab4dde63d76: Waiting 20:31:54 bde34c3a00c8: Waiting 20:31:54 b352a97aabf1: Waiting 20:31:54 4872d77fe225: Waiting 20:31:54 5851b861e8e6: Waiting 20:31:54 e2be974225ed: Download complete 20:31:54 988bab9f4d93: Verifying Checksum 20:31:54 988bab9f4d93: Download complete 20:31:54 1469e6f7b9e6: Verifying Checksum 20:31:54 1469e6f7b9e6: Download complete 20:31:54 eaf3925da568: Download complete 20:31:54 339a4e72a1f5: Verifying Checksum 20:31:54 339a4e72a1f5: Download complete 20:31:54 bde34c3a00c8: Download complete 20:31:54 b352a97aabf1: Download complete 20:31:54 4872d77fe225: Verifying Checksum 20:31:54 4872d77fe225: Download complete 20:31:54 5851b861e8e6: Verifying Checksum 20:31:54 5851b861e8e6: Download complete 20:31:54 b85a868b505f: Verifying Checksum 20:31:54 b85a868b505f: Download complete 20:31:54 bab4dde63d76: Verifying Checksum 20:31:54 bab4dde63d76: Download complete 20:31:55 b85a868b505f: Pull complete 20:31:55 e2be974225ed: Pull complete 20:31:56 339a4e72a1f5: Pull complete 20:31:56 988bab9f4d93: Pull complete 20:31:56 1469e6f7b9e6: Pull complete 20:31:56 eaf3925da568: Pull complete 20:31:58 bab4dde63d76: Pull complete 20:31:58 bde34c3a00c8: Pull complete 20:31:58 b352a97aabf1: Pull complete 20:31:58 4872d77fe225: Pull complete 20:31:58 5851b861e8e6: Pull complete 20:31:58 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:31:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:31:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:31:58 prd-ubuntu20.04-docker-8c-8g-6623 does not seem to be running inside a container 20:31:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-342 -v /w/workspace/gexfoundry_device-rest-go_PR-342:/w/workspace/gexfoundry_device-rest-go_PR-342:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-342@tmp:/w/workspace/gexfoundry_device-rest-go_PR-342@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:32:02 $ docker top 48ea5d0f57a0a81b9f93971831b3d99ce3cc60fbdc4be27f48cc2edc7b8966c2 -eo pid,comm 20:32:02 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:32:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:32:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:32:02 [ssh-agent] Looking for ssh-agent implementation... 20:32:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:32:02 $ docker exec 48ea5d0f57a0a81b9f93971831b3d99ce3cc60fbdc4be27f48cc2edc7b8966c2 ssh-agent 20:32:02 SSH_AUTH_SOCK=/tmp/ssh-zA6Vy98MGjyq/agent.31 20:32:02 SSH_AGENT_PID=37 20:32:02 Running ssh-add (command line suppressed) 20:32:02 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-342@tmp/private_key_2199788865212373983.key (/w/workspace/gexfoundry_device-rest-go_PR-342@tmp/private_key_2199788865212373983.key) 20:32:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:32:03 + git tag --points-at HEAD [Pipeline] } 20:32:03 $ docker exec --env ******** --env ******** 48ea5d0f57a0a81b9f93971831b3d99ce3cc60fbdc4be27f48cc2edc7b8966c2 ssh-agent -k 20:32:03 unset SSH_AUTH_SOCK; 20:32:03 unset SSH_AGENT_PID; 20:32:03 echo Agent pid 37 killed; 20:32:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:32:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:32:03 [ssh-agent] Looking for ssh-agent implementation... 20:32:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:32:03 $ docker exec 48ea5d0f57a0a81b9f93971831b3d99ce3cc60fbdc4be27f48cc2edc7b8966c2 ssh-agent 20:32:03 SSH_AUTH_SOCK=/tmp/ssh-4SGEWMqJSwB8/agent.69 20:32:03 SSH_AGENT_PID=75 20:32:03 Running ssh-add (command line suppressed) 20:32:03 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-342@tmp/private_key_4945902540899228572.key (/w/workspace/gexfoundry_device-rest-go_PR-342@tmp/private_key_4945902540899228572.key) 20:32:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:32:04 + git semver init 20:32:04 2023-09-19 20:32:04,309 [run_init] DEBUG init version:0.0.0 force:False 20:32:04 2023-09-19 20:32:04,310 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-rest-go_PR-342/.semver 20:32:04 2023-09-19 20:32:04,311 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/gexfoundry_device-rest-go_PR-342/.semver 20:32:04 2023-09-19 20:32:04,311 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/gexfoundry_device-rest-go_PR-342/.semver'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-342, universal_newlines=False, shell=None, istream=None) 20:32:05 2023-09-19 20:32:05,416 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-rest-go_PR-342/.git/info/exclude 20:32:05 2023-09-19 20:32:05,416 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-rest-go_PR-342/.semver/PR-342 with force:False 20:32:05 2023-09-19 20:32:05,416 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-rest-go_PR-342/.semver/PR-342 20:32:05 2023-09-19 20:32:05,420 [execute] INFO git cat-file --batch-check 20:32:05 2023-09-19 20:32:05,421 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-342/.semver, universal_newlines=False, shell=None, istream=) 20:32:05 2023-09-19 20:32:05,426 [execute] INFO git cat-file --batch 20:32:05 2023-09-19 20:32:05,426 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-342/.semver, universal_newlines=False, shell=None, istream=) 20:32:05 2023-09-19 20:32:05,431 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-rest-go_PR-342/.semver/PR-342 20:32:05 0.0.0 [Pipeline] } 20:32:05 $ docker exec --env ******** --env ******** 48ea5d0f57a0a81b9f93971831b3d99ce3cc60fbdc4be27f48cc2edc7b8966c2 ssh-agent -k 20:32:05 unset SSH_AUTH_SOCK; 20:32:05 unset SSH_AGENT_PID; 20:32:05 echo Agent pid 75 killed; 20:32:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:32:06 + git semver [Pipeline] } 20:32:06 $ docker stop --time=1 48ea5d0f57a0a81b9f93971831b3d99ce3cc60fbdc4be27f48cc2edc7b8966c2 20:32:07 $ docker rm -f --volumes 48ea5d0f57a0a81b9f93971831b3d99ce3cc60fbdc4be27f48cc2edc7b8966c2 [Pipeline] // withDockerContainer [Pipeline] sh 20:32:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:32:08 Stashed 1 file(s) [Pipeline] echo 20:32:08 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:32:09 provisioning config files... 20:32:09 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-342@tmp/config5801499805693440762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:32:09 ---> docker-login.sh 20:32:09 nexus3.edgexfoundry.org:10001 20:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:09 Configure a credential helper to remove this warning. See 20:32:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:09 20:32:09 Login Succeeded 20:32:09 nexus3.edgexfoundry.org:10002 20:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:09 Configure a credential helper to remove this warning. See 20:32:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:09 20:32:09 Login Succeeded 20:32:09 nexus3.edgexfoundry.org:10003 20:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:09 Configure a credential helper to remove this warning. See 20:32:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:09 20:32:09 Login Succeeded 20:32:09 nexus3.edgexfoundry.org:10004 20:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:09 Configure a credential helper to remove this warning. See 20:32:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:09 20:32:09 Login Succeeded 20:32:09 docker.io 20:32:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:10 Configure a credential helper to remove this warning. See 20:32:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:10 20:32:10 Login Succeeded 20:32:10 ---> docker-login.sh ends [Pipeline] } 20:32:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:32:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:32:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:32:10 ========================================================= 20:32:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 20:32:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:10 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 20:32:10 Sending build context to Docker daemon 10.91MB 20:32:10 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 20:32:10 Step 2/12 : FROM ${BASE} AS builder 20:32:10 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 20:32:10 7264a8db6415: Pulling fs layer 20:32:10 c4d48a809fc2: Pulling fs layer 20:32:10 4f1c88b9dad5: Pulling fs layer 20:32:10 ad3a456e5733: Pulling fs layer 20:32:10 9e4f439ed901: Pulling fs layer 20:32:10 feaf6a47b606: Pulling fs layer 20:32:10 5e8b037d7d82: Pulling fs layer 20:32:10 8ac70367396e: Pulling fs layer 20:32:10 6db16350a2e2: Pulling fs layer 20:32:10 9250d5d63582: Pulling fs layer 20:32:10 5e8b037d7d82: Waiting 20:32:10 8ac70367396e: Waiting 20:32:10 6db16350a2e2: Waiting 20:32:10 9250d5d63582: Waiting 20:32:10 9e4f439ed901: Waiting 20:32:10 ad3a456e5733: Waiting 20:32:10 feaf6a47b606: Waiting 20:32:10 c4d48a809fc2: Verifying Checksum 20:32:10 c4d48a809fc2: Download complete 20:32:10 ad3a456e5733: Verifying Checksum 20:32:10 ad3a456e5733: Download complete 20:32:11 9e4f439ed901: Verifying Checksum 20:32:11 9e4f439ed901: Download complete 20:32:11 7264a8db6415: Download complete 20:32:11 feaf6a47b606: Verifying Checksum 20:32:11 feaf6a47b606: Download complete 20:32:11 7264a8db6415: Pull complete 20:32:11 8ac70367396e: Verifying Checksum 20:32:11 8ac70367396e: Download complete 20:32:11 c4d48a809fc2: Pull complete 20:32:11 4f1c88b9dad5: Verifying Checksum 20:32:11 4f1c88b9dad5: Download complete 20:32:11 6db16350a2e2: Verifying Checksum 20:32:11 6db16350a2e2: Download complete 20:32:11 9250d5d63582: Verifying Checksum 20:32:11 9250d5d63582: Download complete 20:32:11 5e8b037d7d82: Verifying Checksum 20:32:11 5e8b037d7d82: Download complete 20:32:15 4f1c88b9dad5: Pull complete 20:32:15 ad3a456e5733: Pull complete 20:32:15 9e4f439ed901: Pull complete 20:32:15 feaf6a47b606: Pull complete 20:32:17 5e8b037d7d82: Pull complete 20:32:18 8ac70367396e: Pull complete 20:32:18 6db16350a2e2: Pull complete 20:32:19 9250d5d63582: Pull complete 20:32:19 Digest: sha256:3646cb4089a714386d09daba17fdee0803df1ec33e73c4ae92f9989f90c6e4e0 20:32:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 20:32:19 ---> fa269f55d9b9 20:32:19 Step 3/12 : ARG ADD_BUILD_TAGS="" 20:32:23 Still waiting to schedule task 20:32:23 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:32:25 ---> Running in 7abf7f0dcadf 20:32:25 Removing intermediate container 7abf7f0dcadf 20:32:25 ---> 748f71da517c 20:32:25 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:32:25 ---> Running in 8926c86ade3d 20:32:25 Removing intermediate container 8926c86ade3d 20:32:25 ---> af0907ad739d 20:32:25 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:32:25 ---> Running in bc5616383473 20:32:25 Removing intermediate container bc5616383473 20:32:25 ---> aee6e34a3007 20:32:25 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 20:32:25 ---> Running in 7cb2bab53ff7 20:32:25 Removing intermediate container 7cb2bab53ff7 20:32:25 ---> 59cb62cef835 20:32:25 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:32:25 ---> Running in cc51a801a438 20:32:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:32:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:32:25 (1/4) Installing openssh-keygen (9.3_p2-r0) 20:32:25 (2/4) Installing libedit (20221030.3.1-r1) 20:32:25 (3/4) Installing openssh-client-common (9.3_p2-r0) 20:32:25 (4/4) Installing openssh-client-default (9.3_p2-r0) 20:32:25 Executing busybox-1.36.1-r2.trigger 20:32:25 OK: 270 MiB in 60 packages 20:32:26 Removing intermediate container cc51a801a438 20:32:26 ---> b35cce5205cb 20:32:26 Step 8/12 : WORKDIR /device-rest-go 20:32:26 ---> Running in 6ac9eba2784f 20:32:26 Removing intermediate container 6ac9eba2784f 20:32:26 ---> eab16031fb36 20:32:26 Step 9/12 : COPY go.mod vendor* ./ 20:32:26 ---> a9c931604b84 20:32:26 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:32:26 ---> Running in 31674fe183cc 20:33:13 Removing intermediate container 31674fe183cc 20:33:13 ---> b800244e42c2 20:33:13 Step 11/12 : COPY . . 20:33:13 ---> 04618a8009bf 20:33:13 Step 12/12 : RUN $MAKE 20:33:13 ---> Running in 3ae70e5aca34 20:33:13 noop 20:33:13 Removing intermediate container 3ae70e5aca34 20:33:13 ---> 4a8cd1455d0e 20:33:13 Successfully built 4a8cd1455d0e 20:33:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:13 + docker inspect -f . ci-base-image-x86_64 20:33:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:33:14 prd-ubuntu20.04-docker-8c-8g-6623 does not seem to be running inside a container 20:33:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-342 -v /w/workspace/gexfoundry_device-rest-go_PR-342:/w/workspace/gexfoundry_device-rest-go_PR-342:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-342@tmp:/w/workspace/gexfoundry_device-rest-go_PR-342@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:33:14 $ docker top cf2dc1045a1cb4f6877ddbf2a53924b68a27d8598540a583efbd0069847b0fc7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:33:14 + go version 20:33:14 go version go1.21.0 linux/amd64 [Pipeline] } 20:33:14 $ docker stop --time=1 cf2dc1045a1cb4f6877ddbf2a53924b68a27d8598540a583efbd0069847b0fc7 20:33:16 $ docker rm -f --volumes cf2dc1045a1cb4f6877ddbf2a53924b68a27d8598540a583efbd0069847b0fc7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:16 + docker inspect -f . ci-base-image-x86_64 20:33:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:33:17 prd-ubuntu20.04-docker-8c-8g-6623 does not seem to be running inside a container 20:33:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-rest-go_PR-342 -v /w/workspace/gexfoundry_device-rest-go_PR-342:/w/workspace/gexfoundry_device-rest-go_PR-342:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-342@tmp:/w/workspace/gexfoundry_device-rest-go_PR-342@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:33:17 $ docker top 0cca145d143e02cebf1f1c86c04850c3d6c6958995acf1a19d2bd40f3cf9e48d -eo pid,comm [Pipeline] { [Pipeline] sh 20:33:17 + git config --global --add safe.directory /w/workspace/gexfoundry_device-rest-go_PR-342 [Pipeline] fileExists [Pipeline] sh 20:33:18 + make test 20:33:18 go test ./... -coverprofile=coverage.out ./... 20:33:19 ? github.com/edgexfoundry/device-rest-go [no test files] 20:33:29 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:33:29 ok github.com/edgexfoundry/device-rest-go/driver 0.013s coverage: 33.2% of statements 20:33:34 go vet ./... 20:33:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:33:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:33:38 ./bin/test-attribution-txt.sh [Pipeline] echo 20:33:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:33:38 $ docker stop --time=1 0cca145d143e02cebf1f1c86c04850c3d6c6958995acf1a19d2bd40f3cf9e48d 20:33:41 $ docker rm -f --volumes 0cca145d143e02cebf1f1c86c04850c3d6c6958995acf1a19d2bd40f3cf9e48d [Pipeline] // withDockerContainer [Pipeline] sh 20:33:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:33:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:33:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:33:42 + ls -al . 20:33:42 total 188 20:33:42 drwxrwxr-x 9 jenkins jenkins 4096 Sep 19 20:33 . 20:33:42 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 20:31 .. 20:33:42 -rw-rw-r-- 1 jenkins jenkins 151 Sep 19 20:31 .dockerignore 20:33:42 drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 20:33 .git 20:33:42 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 20:31 .github 20:33:42 -rw-rw-r-- 1 jenkins jenkins 329 Sep 19 20:31 .gitignore 20:33:42 -rw-rw-r-- 1 jenkins jenkins 41 Sep 19 20:31 .golangci.yml 20:33:42 drwxr-xr-x 3 jenkins jenkins 4096 Sep 19 20:32 .semver 20:33:42 -rw-rw-r-- 1 jenkins jenkins 10300 Sep 19 20:31 Attribution.txt 20:33:42 -rw-rw-r-- 1 jenkins jenkins 15709 Sep 19 20:31 CHANGELOG.md 20:33:42 -rw-rw-r-- 1 jenkins jenkins 1578 Sep 19 20:31 Dockerfile 20:33:42 -rw-rw-r-- 1 jenkins jenkins 677 Sep 19 20:31 GOVERNANCE.md 20:33:42 -rw-rw-r-- 1 jenkins jenkins 680 Sep 19 20:31 Jenkinsfile 20:33:42 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 19 20:31 LICENSE 20:33:42 -rw-rw-r-- 1 jenkins jenkins 2010 Sep 19 20:31 Makefile 20:33:42 -rw-rw-r-- 1 jenkins jenkins 620 Sep 19 20:31 OWNERS.md 20:33:42 -rw-rw-r-- 1 jenkins jenkins 15827 Sep 19 20:31 README.md 20:33:42 -rw-rw-r-- 1 jenkins jenkins 5 Sep 19 20:32 VERSION 20:33:42 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 20:31 bin 20:33:42 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 20:31 cmd 20:33:42 -rw-r--r-- 1 jenkins jenkins 14499 Sep 19 20:33 coverage.out 20:33:42 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 20:31 driver 20:33:42 -rw-rw-r-- 1 jenkins jenkins 3890 Sep 19 20:31 go.mod 20:33:42 -rw-rw-r-- 1 jenkins jenkins 35623 Sep 19 20:31 go.sum 20:33:42 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 20:31 snap 20:33:42 -rw-rw-r-- 1 jenkins jenkins 713 Sep 19 20:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:43 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=159c7456ff8034b7486e084faa29afaf0bdf481c --label arch=amd64 --label version=0.0.0 . 20:33:43 Sending build context to Docker daemon 10.92MB 20:33:43 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 20:33:43 Step 2/25 : FROM ${BASE} AS builder 20:33:43 ---> 4a8cd1455d0e 20:33:43 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:33:43 ---> Running in 3d647cc74687 20:33:43 Removing intermediate container 3d647cc74687 20:33:43 ---> 9dc6906495ad 20:33:43 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:33:43 ---> Running in 676b24e2e371 20:33:43 Removing intermediate container 676b24e2e371 20:33:43 ---> a4ada1951679 20:33:43 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:33:43 ---> Running in fd3335610a55 20:33:43 Removing intermediate container fd3335610a55 20:33:43 ---> 5d13a0f62b0e 20:33:43 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 20:33:43 ---> Running in 9a168d0b8e0c 20:33:43 Removing intermediate container 9a168d0b8e0c 20:33:43 ---> 4aef10c7c7c6 20:33:43 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:33:43 ---> Running in 6d856a3ba28b 20:33:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:33:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:33:44 OK: 270 MiB in 60 packages 20:33:44 Removing intermediate container 6d856a3ba28b 20:33:44 ---> 91e71c1b8c91 20:33:44 Step 8/25 : WORKDIR /device-rest-go 20:33:44 ---> Running in 017c39fec1d7 20:33:44 Removing intermediate container 017c39fec1d7 20:33:44 ---> c8ba3f9bcf16 20:33:44 Step 9/25 : COPY go.mod vendor* ./ 20:33:44 ---> 0647c4f41cf6 20:33:44 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:33:44 ---> Running in 992c35f4cf76 20:33:45 Removing intermediate container 992c35f4cf76 20:33:45 ---> 40a1029b5bd1 20:33:45 Step 11/25 : COPY . . 20:33:46 ---> 31c4a1d4a4ec 20:33:46 Step 12/25 : RUN $MAKE 20:33:46 ---> Running in 63e18e458690 20:33:46 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.27" -trimpath -mod=readonly -o cmd/device-rest ./cmd 20:33:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6624 in /w/workspace/gexfoundry_device-rest-go_PR-342 [Pipeline] { [Pipeline] ws 20:33:52 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 20:33:52 The recommended git tool is: git 20:33:57 using credential edgex-jenkins-ssh 20:33:57 Cloning the remote Git repository 20:33:57 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:33:57 > git init /w/workspace/device-rest-go/1 # timeout=10 20:33:57 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:33:57 > git --version # timeout=10 20:33:57 > git --version # 'git version 2.25.1' 20:33:57 using GIT_SSH to set credentials SSH Credentials for GitHub 20:33:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:33:59 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:33:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:34:01 Merging remotes/origin/main commit 660491fba38d8ec3280cd778996bba77bc0edf60 into PR head commit 159c7456ff8034b7486e084faa29afaf0bdf481c 20:34:00 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:34:00 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:34:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:34:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/342/head:refs/remotes/origin/PR-342 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:34:01 > git config core.sparsecheckout # timeout=10 20:34:01 Merge succeeded, producing 159c7456ff8034b7486e084faa29afaf0bdf481c 20:34:01 Checking out Revision 159c7456ff8034b7486e084faa29afaf0bdf481c (PR-342) 20:34:01 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 20:34:01 > git --version # timeout=10 20:34:01 > git --version # 'git version 2.25.1' 20:34:01 fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 20:34:01 > git checkout -f 159c7456ff8034b7486e084faa29afaf0bdf481c # timeout=10 20:34:01 > git remote # timeout=10 20:34:01 > git config --get remote.origin.url # timeout=10 20:34:01 using GIT_SSH to set credentials SSH Credentials for GitHub 20:34:01 > git merge 660491fba38d8ec3280cd778996bba77bc0edf60 # timeout=10 20:34:01 > git rev-parse HEAD^{commit} # timeout=10 20:34:01 > git config core.sparsecheckout # timeout=10 20:34:01 > git checkout -f 159c7456ff8034b7486e084faa29afaf0bdf481c # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 20:34:03 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:34:03 % Total % Received % Xferd Average Speed Time Time Time Current 20:34:03 Dload Upload Total Spent Left Speed 20:34:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85006 0 --:--:-- --:--:-- --:--:-- 84443 [Pipeline] sh 20:34:03 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:34:04 + sudo tee /etc/docker/daemon.new 20:34:04 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:34:04 { 20:34:04 "registry-mirrors": [ 20:34:04 "https://nexus3.edgexfoundry.org:10001" 20:34:04 ], 20:34:04 "bip": "10.250.0.254/24", 20:34:04 "hosts": [ 20:34:04 "tcp://0.0.0.0:5555", 20:34:04 "unix:///var/run/docker.sock" 20:34:04 ], 20:34:04 "mtu": 1458, 20:34:04 "selinux-enabled": true, 20:34:04 "seccomp-profile": "/etc/docker/seccomp.json" 20:34:04 } [Pipeline] sh 20:34:04 Removing intermediate container 63e18e458690 20:34:04 ---> a30b3867baf9 20:34:04 Step 13/25 : FROM alpine:3.18 20:34:04 3.18: Pulling from library/alpine 20:34:04 7264a8db6415: Already exists 20:34:04 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 20:34:04 Status: Downloaded newer image for alpine:3.18 20:34:04 ---> 7e01a0d0a1dc 20:34:04 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 20:34:04 ---> Running in 574a1c6d5eef 20:34:04 Removing intermediate container 574a1c6d5eef 20:34:04 ---> 8790006e9579 20:34:04 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 20:34:04 ---> Running in 3acb22aad695 20:34:04 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:34:04 Removing intermediate container 3acb22aad695 20:34:04 ---> cae27578c745 20:34:04 Step 16/25 : RUN apk add --update --no-cache dumb-init 20:34:04 ---> Running in c66136d30c51 20:34:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:34:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:34:04 + sudo service docker restart 20:34:04 (1/1) Installing dumb-init (1.2.5-r2) 20:34:04 Executing busybox-1.36.1-r2.trigger 20:34:04 OK: 7 MiB in 16 packages 20:34:05 Removing intermediate container c66136d30c51 20:34:05 ---> 51585512016f 20:34:05 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 20:34:05 ---> 6d85f3f3b7af 20:34:05 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 20:34:06 ---> 7bd3a9f8887f 20:34:06 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 20:34:06 ---> f5032548f98c 20:34:06 Step 20/25 : EXPOSE 59986 20:34:06 ---> Running in e1a03d75b776 20:34:06 Removing intermediate container e1a03d75b776 20:34:06 ---> fb3d7c65eff1 20:34:06 Step 21/25 : ENTRYPOINT ["/device-rest"] 20:34:06 ---> Running in ed260c425c30 20:34:06 Removing intermediate container ed260c425c30 20:34:06 ---> 6c7a066b6b2f 20:34:06 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 20:34:06 ---> Running in f7110046d6bd 20:34:06 Removing intermediate container f7110046d6bd 20:34:06 ---> fd7bcf3b4a13 20:34:06 Step 23/25 : LABEL arch=amd64 20:34:06 ---> Running in c959fb4cbfcb 20:34:06 Removing intermediate container c959fb4cbfcb 20:34:06 ---> 382275458a6b 20:34:06 Step 24/25 : LABEL git_sha=159c7456ff8034b7486e084faa29afaf0bdf481c 20:34:06 ---> Running in ab15c82349d4 20:34:06 Removing intermediate container ab15c82349d4 20:34:06 ---> 32b90e2a0dcf 20:34:06 Step 25/25 : LABEL version=0.0.0 20:34:06 ---> Running in fcc82622b6aa 20:34:06 Removing intermediate container fcc82622b6aa 20:34:06 ---> 1621e0c854cf 20:34:06 [Warning] One or more build-args [ARCH] were not consumed 20:34:06 Successfully built 1621e0c854cf 20:34:06 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:34:07 20:34:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:34:07 latest: Pulling from edgex-lftools-log-publisher 20:34:07 5eb5b503b376: Pulling fs layer 20:34:07 5c69ac0246d0: Pulling fs layer 20:34:07 ec43610c2a17: Pulling fs layer 20:34:07 3a2ae6a8a46f: Pulling fs layer 20:34:07 33b1e0a273af: Pulling fs layer 20:34:07 5d3b04190fa2: Pulling fs layer 20:34:07 2f39f015ded8: Pulling fs layer 20:34:07 33b1e0a273af: Waiting 20:34:07 5d3b04190fa2: Waiting 20:34:07 2f39f015ded8: Waiting 20:34:07 3a2ae6a8a46f: Waiting 20:34:07 5c69ac0246d0: Download complete 20:34:07 3a2ae6a8a46f: Verifying Checksum 20:34:07 3a2ae6a8a46f: Download complete 20:34:07 33b1e0a273af: Verifying Checksum 20:34:07 33b1e0a273af: Download complete 20:34:07 5d3b04190fa2: Verifying Checksum 20:34:07 5d3b04190fa2: Download complete 20:34:07 ec43610c2a17: Verifying Checksum 20:34:07 ec43610c2a17: Download complete 20:34:08 5eb5b503b376: Verifying Checksum 20:34:08 5eb5b503b376: Download complete 20:34:08 2f39f015ded8: Download complete 20:34:09 5eb5b503b376: Pull complete 20:34:09 5c69ac0246d0: Pull complete 20:34:09 ec43610c2a17: Pull complete 20:34:09 3a2ae6a8a46f: Pull complete 20:34:09 33b1e0a273af: Pull complete 20:34:10 5d3b04190fa2: Pull complete 20:34:14 2f39f015ded8: Pull complete 20:34:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:34:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:34:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:34:14 prd-ubuntu20.04-docker-8c-8g-6623 does not seem to be running inside a container 20:34:14 $ 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/gexfoundry_device-rest-go_PR-342 -v /w/workspace/gexfoundry_device-rest-go_PR-342:/w/workspace/gexfoundry_device-rest-go_PR-342:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-342@tmp:/w/workspace/gexfoundry_device-rest-go_PR-342@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:34:18 $ docker top 5af0d3931eb63e3b6a41062be483f03bb19fa800a55cecef4ff2aa1cf20ef6ef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:34:18 ---> job-cost.sh 20:34:18 lf-activate-venv: SKIPPING 20:34:18 INFO: No Stack... 20:34:19 INFO: Retrieving Pricing Info for: v3-standard-8 20:34:19 INFO: Archiving Costs [Pipeline] sh 20:34:19 + cat /w/workspace/gexfoundry_device-rest-go_PR-342/archives/cost.csv 20:34:19 + cut -d, -f6 [Pipeline] lock 20:34:19 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-342-1-stack-cost] 20:34:19 Resource [jenkins-edgexfoundry-device-rest-go-PR-342-1-stack-cost] did not exist. Created. 20:34:19 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-342-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:34:20 + echo total: 0.2199999988079071 [Pipeline] stash 20:34:20 Stashed 1 file(s) [Pipeline] } 20:34:20 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-342-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:34:20 $ docker stop --time=1 5af0d3931eb63e3b6a41062be483f03bb19fa800a55cecef4ff2aa1cf20ef6ef 20:34:21 $ docker rm -f --volumes 5af0d3931eb63e3b6a41062be483f03bb19fa800a55cecef4ff2aa1cf20ef6ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:34:23 provisioning config files... 20:34:23 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config5914421964952419563tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:34:23 ---> docker-login.sh 20:34:23 nexus3.edgexfoundry.org:10001 20:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:24 Configure a credential helper to remove this warning. See 20:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:24 20:34:24 Login Succeeded 20:34:24 nexus3.edgexfoundry.org:10002 20:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:24 Configure a credential helper to remove this warning. See 20:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:24 20:34:24 Login Succeeded 20:34:24 nexus3.edgexfoundry.org:10003 20:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:24 Configure a credential helper to remove this warning. See 20:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:24 20:34:24 Login Succeeded 20:34:24 nexus3.edgexfoundry.org:10004 20:34:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:25 Configure a credential helper to remove this warning. See 20:34:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:25 20:34:25 Login Succeeded 20:34:25 docker.io 20:34:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:25 Configure a credential helper to remove this warning. See 20:34:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:25 20:34:25 Login Succeeded 20:34:25 ---> docker-login.sh ends [Pipeline] } 20:34:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:34:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:34:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:34:26 ========================================================= 20:34:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 20:34:26 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:26 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 20:34:26 Sending build context to Docker daemon 143.4kB 20:34:26 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 20:34:26 Step 2/12 : FROM ${BASE} AS builder 20:34:26 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:34:26 9fda8d8052c6: Pulling fs layer 20:34:26 5d54e960e981: Pulling fs layer 20:34:26 c4a7e357bf2a: Pulling fs layer 20:34:26 f0e02332f6b5: Pulling fs layer 20:34:26 66412af1f25a: Pulling fs layer 20:34:26 1baf3a5c0e64: Pulling fs layer 20:34:26 9a37bb91b891: Pulling fs layer 20:34:26 a29adfc67d43: Pulling fs layer 20:34:26 d5de9f91c1a4: Pulling fs layer 20:34:26 f0e02332f6b5: Waiting 20:34:26 66412af1f25a: Waiting 20:34:26 1baf3a5c0e64: Waiting 20:34:26 a29adfc67d43: Waiting 20:34:26 d5de9f91c1a4: Waiting 20:34:26 9a37bb91b891: Waiting 20:34:26 5d54e960e981: Verifying Checksum 20:34:26 5d54e960e981: Download complete 20:34:27 f0e02332f6b5: Verifying Checksum 20:34:27 f0e02332f6b5: Download complete 20:34:27 9fda8d8052c6: Verifying Checksum 20:34:27 9fda8d8052c6: Download complete 20:34:27 66412af1f25a: Download complete 20:34:27 9a37bb91b891: Verifying Checksum 20:34:27 9a37bb91b891: Download complete 20:34:28 a29adfc67d43: Verifying Checksum 20:34:28 a29adfc67d43: Download complete 20:34:28 9fda8d8052c6: Pull complete 20:34:28 d5de9f91c1a4: Verifying Checksum 20:34:28 d5de9f91c1a4: Download complete 20:34:29 c4a7e357bf2a: Verifying Checksum 20:34:29 c4a7e357bf2a: Download complete 20:34:29 1baf3a5c0e64: Verifying Checksum 20:34:29 1baf3a5c0e64: Download complete 20:34:30 5d54e960e981: Pull complete 20:34:43 c4a7e357bf2a: Pull complete 20:34:43 f0e02332f6b5: Pull complete 20:34:43 66412af1f25a: Pull complete 20:34:48 1baf3a5c0e64: Pull complete 20:34:50 9a37bb91b891: Pull complete 20:34:51 a29adfc67d43: Pull complete 20:34:52 d5de9f91c1a4: Pull complete 20:34:52 Digest: sha256:1924af6f0b663904b942a9ee07fc1d4556a77458ebf1950facbcfc555602d6a5 20:34:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 20:34:52 ---> 746ca1b523b5 20:34:52 Step 3/12 : ARG ADD_BUILD_TAGS="" 20:34:54 ---> Running in ec5f81954561 20:34:54 Removing intermediate container ec5f81954561 20:34:54 ---> 576507dc7470 20:34:54 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:34:54 ---> Running in a4fd2dc143e1 20:34:54 Removing intermediate container a4fd2dc143e1 20:34:54 ---> 5a7653efcf56 20:34:54 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:34:54 ---> Running in 0db43534f93e 20:34:55 Removing intermediate container 0db43534f93e 20:34:55 ---> 1f54e768baa6 20:34:55 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 20:34:55 ---> Running in fdd11b1b6923 20:34:55 Removing intermediate container fdd11b1b6923 20:34:55 ---> b3453755251d 20:34:55 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:34:55 ---> Running in 6c52c5d38e64 20:34:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:34:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:34:57 (1/4) Installing openssh-keygen (9.3_p2-r0) 20:34:57 (2/4) Installing libedit (20221030.3.1-r1) 20:34:57 (3/4) Installing openssh-client-common (9.3_p2-r0) 20:34:57 (4/4) Installing openssh-client-default (9.3_p2-r0) 20:34:57 Executing busybox-1.36.1-r2.trigger 20:34:57 OK: 272 MiB in 60 packages 20:34:59 Removing intermediate container 6c52c5d38e64 20:34:59 ---> 91a1722d4b1e 20:34:59 Step 8/12 : WORKDIR /device-rest-go 20:34:59 ---> Running in 71bcb3a8b25d 20:34:59 Removing intermediate container 71bcb3a8b25d 20:34:59 ---> 5f65cafb7626 20:34:59 Step 9/12 : COPY go.mod vendor* ./ 20:35:00 ---> 009309a00355 20:35:00 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:35:00 ---> Running in acb27144abda 20:36:08 Removing intermediate container acb27144abda 20:36:08 ---> 103b05a0281e 20:36:08 Step 11/12 : COPY . . 20:36:08 ---> 4e9dc956bdc1 20:36:08 Step 12/12 : RUN $MAKE 20:36:09 ---> Running in f1fbef846827 20:36:10 noop 20:36:10 Removing intermediate container f1fbef846827 20:36:10 ---> f8724d5895eb 20:36:10 Successfully built f8724d5895eb 20:36:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:11 + docker inspect -f . ci-base-image-arm64 20:36:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:11 prd-ubuntu20.04-docker-arm64-4c-16g-6624 does not seem to be running inside a container 20:36:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:36:12 $ docker top f310510f2387638bcf8eaa6b4321eb0b250dd4e46dfea0b3bbbefc20c1cd878b -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:13 + go version 20:36:13 go version go1.21.0 linux/arm64 [Pipeline] } 20:36:13 $ docker stop --time=1 f310510f2387638bcf8eaa6b4321eb0b250dd4e46dfea0b3bbbefc20c1cd878b 20:36:15 $ docker rm -f --volumes f310510f2387638bcf8eaa6b4321eb0b250dd4e46dfea0b3bbbefc20c1cd878b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:15 + docker inspect -f . ci-base-image-arm64 20:36:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:16 prd-ubuntu20.04-docker-arm64-4c-16g-6624 does not seem to be running inside a container 20:36:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:36:17 $ docker top f46950aaf06af524597fe022b2bd0aba3c1f1e53e319c75253e0ce2ac917d25a -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:17 + git config --global --add safe.directory /w/workspace/device-rest-go/1 [Pipeline] fileExists [Pipeline] sh 20:36:18 + make test 20:36:18 go test ./... -coverprofile=coverage.out ./... 20:36:25 ? github.com/edgexfoundry/device-rest-go [no test files] 20:38:01 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:38:01 ok github.com/edgexfoundry/device-rest-go/driver 0.051s coverage: 33.2% of statements 20:38:01 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:38:01 go vet ./... 20:38:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:38:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:38:10 ./bin/test-attribution-txt.sh [Pipeline] echo 20:38:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:38:10 $ docker stop --time=1 f46950aaf06af524597fe022b2bd0aba3c1f1e53e319c75253e0ce2ac917d25a 20:38:12 $ docker rm -f --volumes f46950aaf06af524597fe022b2bd0aba3c1f1e53e319c75253e0ce2ac917d25a [Pipeline] // withDockerContainer [Pipeline] sh 20:38:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:38:13 Warning: overwriting stash ‘coverage-report’ 20:38:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:38:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:38:14 + ls -al . 20:38:14 total 184 20:38:14 drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 20:36 . 20:38:14 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 20:33 .. 20:38:14 -rw-rw-r-- 1 jenkins jenkins 151 Sep 19 20:34 .dockerignore 20:38:14 drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 20:34 .git 20:38:14 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 20:34 .github 20:38:14 -rw-rw-r-- 1 jenkins jenkins 329 Sep 19 20:34 .gitignore 20:38:14 -rw-rw-r-- 1 jenkins jenkins 41 Sep 19 20:34 .golangci.yml 20:38:14 -rw-rw-r-- 1 jenkins jenkins 10300 Sep 19 20:34 Attribution.txt 20:38:14 -rw-rw-r-- 1 jenkins jenkins 15709 Sep 19 20:34 CHANGELOG.md 20:38:14 -rw-rw-r-- 1 jenkins jenkins 1578 Sep 19 20:34 Dockerfile 20:38:14 -rw-rw-r-- 1 jenkins jenkins 677 Sep 19 20:34 GOVERNANCE.md 20:38:14 -rw-rw-r-- 1 jenkins jenkins 680 Sep 19 20:34 Jenkinsfile 20:38:14 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 19 20:34 LICENSE 20:38:14 -rw-rw-r-- 1 jenkins jenkins 2010 Sep 19 20:34 Makefile 20:38:14 -rw-rw-r-- 1 jenkins jenkins 620 Sep 19 20:34 OWNERS.md 20:38:14 -rw-rw-r-- 1 jenkins jenkins 15827 Sep 19 20:34 README.md 20:38:14 -rw-rw-r-- 1 jenkins jenkins 5 Sep 19 20:32 VERSION 20:38:14 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 20:34 bin 20:38:14 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 20:34 cmd 20:38:14 -rw-r--r-- 1 jenkins jenkins 14499 Sep 19 20:37 coverage.out 20:38:14 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 20:34 driver 20:38:14 -rw-rw-r-- 1 jenkins jenkins 3890 Sep 19 20:34 go.mod 20:38:14 -rw-rw-r-- 1 jenkins jenkins 35623 Sep 19 20:34 go.sum 20:38:14 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 20:34 snap 20:38:14 -rw-rw-r-- 1 jenkins jenkins 713 Sep 19 20:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:38:15 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=159c7456ff8034b7486e084faa29afaf0bdf481c --label arch=arm64 --label version=0.0.0 . 20:38:15 Sending build context to Docker daemon 158.7kB 20:38:15 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 20:38:15 Step 2/25 : FROM ${BASE} AS builder 20:38:15 ---> f8724d5895eb 20:38:15 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:38:15 ---> Running in c2d676b4c4b3 20:38:15 Removing intermediate container c2d676b4c4b3 20:38:15 ---> a50d4f102708 20:38:15 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:38:15 ---> Running in e675954df6a8 20:38:16 Removing intermediate container e675954df6a8 20:38:16 ---> 5184dca5747d 20:38:16 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:38:16 ---> Running in fb4430ebee72 20:38:18 Removing intermediate container fb4430ebee72 20:38:18 ---> 51f7af358373 20:38:18 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 20:38:18 ---> Running in 7051fa4558c7 20:38:18 Removing intermediate container 7051fa4558c7 20:38:18 ---> 66cf3c0ca554 20:38:18 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:38:18 ---> Running in 2e60a3272422 20:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:38:20 OK: 272 MiB in 60 packages 20:38:23 Removing intermediate container 2e60a3272422 20:38:23 ---> 3edf9e011eea 20:38:23 Step 8/25 : WORKDIR /device-rest-go 20:38:24 ---> Running in 0303f99d6228 20:38:24 Removing intermediate container 0303f99d6228 20:38:24 ---> cf757b792ddb 20:38:24 Step 9/25 : COPY go.mod vendor* ./ 20:38:24 ---> af42855951a0 20:38:24 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:38:24 ---> Running in 67bad00ed715 20:38:26 Removing intermediate container 67bad00ed715 20:38:26 ---> 022b5afe4af5 20:38:26 Step 11/25 : COPY . . 20:38:27 ---> 4af4a6e04dcc 20:38:27 Step 12/25 : RUN $MAKE 20:38:27 ---> Running in 4beb73051121 20:38:28 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.27" -trimpath -mod=readonly -o cmd/device-rest ./cmd 20:40:35 Removing intermediate container 4beb73051121 20:40:35 ---> 05a2b92eeb2d 20:40:35 Step 13/25 : FROM alpine:3.18 20:40:35 3.18: Pulling from library/alpine 20:40:35 9fda8d8052c6: Already exists 20:40:35 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 20:40:35 Status: Downloaded newer image for alpine:3.18 20:40:35 ---> f6648c04cd6c 20:40:35 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 20:40:35 ---> Running in 47c4afaab979 20:40:35 Removing intermediate container 47c4afaab979 20:40:35 ---> 1cdc37d9081b 20:40:35 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 20:40:35 ---> Running in 8e8b58f84b5f 20:40:35 Removing intermediate container 8e8b58f84b5f 20:40:35 ---> 91a173e0da1a 20:40:35 Step 16/25 : RUN apk add --update --no-cache dumb-init 20:40:35 ---> Running in 80cc09df2640 20:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:40:35 (1/1) Installing dumb-init (1.2.5-r2) 20:40:35 Executing busybox-1.36.1-r2.trigger 20:40:35 OK: 8 MiB in 16 packages 20:40:35 Removing intermediate container 80cc09df2640 20:40:35 ---> f54011e799ce 20:40:35 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 20:40:35 ---> d4c008a518b7 20:40:35 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 20:40:35 ---> 4777ef2eb86e 20:40:35 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 20:40:35 ---> 2177e4a30425 20:40:35 Step 20/25 : EXPOSE 59986 20:40:35 ---> Running in aea3e25be4e7 20:40:35 Removing intermediate container aea3e25be4e7 20:40:35 ---> ba77d0b9253d 20:40:35 Step 21/25 : ENTRYPOINT ["/device-rest"] 20:40:35 ---> Running in 835e89df701e 20:40:35 Removing intermediate container 835e89df701e 20:40:35 ---> 31b5cf34916f 20:40:35 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 20:40:35 ---> Running in 84a707da1e29 20:40:35 Removing intermediate container 84a707da1e29 20:40:35 ---> c41b362f6377 20:40:35 Step 23/25 : LABEL arch=arm64 20:40:35 ---> Running in e24dc8ef1896 20:40:35 Removing intermediate container e24dc8ef1896 20:40:35 ---> 2ec75770c9fe 20:40:35 Step 24/25 : LABEL git_sha=159c7456ff8034b7486e084faa29afaf0bdf481c 20:40:35 ---> Running in 412dc607980b 20:40:35 Removing intermediate container 412dc607980b 20:40:35 ---> b3e5eb2baaf5 20:40:35 Step 25/25 : LABEL version=0.0.0 20:40:35 ---> Running in 7cd8e30cd33d 20:40:35 Removing intermediate container 7cd8e30cd33d 20:40:35 ---> 2199af7f2402 20:40:35 [Warning] One or more build-args [ARCH] were not consumed 20:40:35 Successfully built 2199af7f2402 20:40:35 Successfully tagged device-rest-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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:40:36 20:40:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:40:38 arm64: Pulling from edgex-lftools-log-publisher 20:40:38 8998bd30e6a1: Pulling fs layer 20:40:38 04944245beec: Pulling fs layer 20:40:38 699f458cf7ca: Pulling fs layer 20:40:38 765212b225bb: Pulling fs layer 20:40:38 f23df028b6ca: Pulling fs layer 20:40:38 d65c8cfc05b1: Pulling fs layer 20:40:38 2437ff75d9bd: Pulling fs layer 20:40:38 765212b225bb: Waiting 20:40:38 f23df028b6ca: Waiting 20:40:38 d65c8cfc05b1: Waiting 20:40:38 2437ff75d9bd: Waiting 20:40:38 04944245beec: Verifying Checksum 20:40:38 04944245beec: Download complete 20:40:38 765212b225bb: Verifying Checksum 20:40:38 765212b225bb: Download complete 20:40:38 f23df028b6ca: Verifying Checksum 20:40:38 f23df028b6ca: Download complete 20:40:38 d65c8cfc05b1: Verifying Checksum 20:40:38 d65c8cfc05b1: Download complete 20:40:38 699f458cf7ca: Verifying Checksum 20:40:38 699f458cf7ca: Download complete 20:40:39 8998bd30e6a1: Verifying Checksum 20:40:39 8998bd30e6a1: Download complete 20:40:41 2437ff75d9bd: Verifying Checksum 20:40:41 2437ff75d9bd: Download complete 20:40:43 8998bd30e6a1: Pull complete 20:40:43 04944245beec: Pull complete 20:40:44 699f458cf7ca: Pull complete 20:40:44 765212b225bb: Pull complete 20:40:45 f23df028b6ca: Pull complete 20:40:45 d65c8cfc05b1: Pull complete 20:41:00 2437ff75d9bd: Pull complete 20:41:00 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:41:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:41:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:41:01 prd-ubuntu20.04-docker-arm64-4c-16g-6624 does not seem to be running inside a container 20:41:01 $ 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/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:41:03 $ docker top c522529373acfb7830dcdaaac197b5869fa68197b1c812a3afad4ef998eaa298 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:41:04 ---> job-cost.sh 20:41:04 lf-activate-venv: SKIPPING 20:41:04 INFO: No Stack... 20:41:04 INFO: Retrieving Pricing Info for: v3-standard-4 20:41:05 INFO: Archiving Costs [Pipeline] sh 20:41:05 + cut -d, -f6 20:41:05 + cat /w/workspace/device-rest-go/1/archives/cost.csv [Pipeline] lock 20:41:06 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-342-1-stack-cost] 20:41:06 Resource [jenkins-edgexfoundry-device-rest-go-PR-342-1-stack-cost] did not exist. Created. 20:41:06 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-342-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:41:06 /w/workspace/device-rest-go/1@tmp/durable-25a2e876/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:41:06 + echo total: 0.10999999940395355 [Pipeline] stash 20:41:06 Warning: overwriting stash ‘stack-cost’ 20:41:06 Stashed 1 file(s) [Pipeline] } 20:41:06 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-342-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:41:06 $ docker stop --time=1 c522529373acfb7830dcdaaac197b5869fa68197b1c812a3afad4ef998eaa298 20:41:08 $ docker rm -f --volumes c522529373acfb7830dcdaaac197b5869fa68197b1c812a3afad4ef998eaa298 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:41:09 provisioning config files... 20:41:09 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-342@tmp/config14296565243585270940tmp [Pipeline] { [Pipeline] sh 20:41:09 + set +x 20:41:09 + curl -s https://codecov.io/bash 20:41:09 + bash -s -- 20:41:09 20:41:09 _____ _ 20:41:09 / ____| | | 20:41:09 | | ___ __| | ___ ___ _____ __ 20:41:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:41:09 | |___| (_) | (_| | __/ (_| (_) \ V / 20:41:09 \_____\___/ \__,_|\___|\___\___/ \_/ 20:41:09 Bash-1.0.6 20:41:09 20:41:09 20:41:09 ==> git version 2.25.1 found 20:41:09 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:41:09 Release-Date: 2020-01-08 20:41:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:41:09 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:41:09 ==> Jenkins CI detected. 20:41:09 current dir:  /w/workspace/gexfoundry_device-rest-go_PR-342 20:41:09 project root: . 20:41:09 --> token set from env 20:41:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:41:09 ==> Running gcov in . (disable via -X gcov) 20:41:09 ==> Python coveragepy not found 20:41:09 ==> Searching for coverage reports in: 20:41:09 + . 20:41:09 -> Found 1 reports 20:41:09 ==> Detecting git/mercurial file structure 20:41:09 ==> Reading reports 20:41:10 + ./coverage.out bytes=14499 20:41:10 ==> Appending adjustments 20:41:10 https://docs.codecov.io/docs/fixing-reports 20:41:10 + Found adjustments 20:41:10 ==> Gzipping contents 20:41:10 4.0K /tmp/codecov.ep0XyT.gz 20:41:10 ==> Uploading reports 20:41:10 url: https://codecov.io 20:41:10 query: branch=PR-342&commit=159c7456ff8034b7486e084faa29afaf0bdf481c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-342%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=342&job=&cmd_args= 20:41:10 -> Pinging Codecov 20:41:10 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=PR-342&commit=159c7456ff8034b7486e084faa29afaf0bdf481c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-342%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=342&job=&cmd_args= 20:41:10 -> Uploading to 20:41:10 https://storage.googleapis.com/codecov/v4/raw/2023-09-19/4E5D53B4F1F92C436F7061BF334D961C/159c7456ff8034b7486e084faa29afaf0bdf481c/27ebf0ab-0665-41c6-8be4-17447002f69e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230919%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230919T204110Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=67096ba362b48db8174a4a291465f46cd1de1abd74ea031bfaf17e85b30ceb65 20:41:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:41:10 Dload Upload Total Spent Left Speed 20:41:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2493 0 0 100 2493 0 13850 --:--:-- --:--:-- --:--:-- 13850 20:41:10 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/159c7456ff8034b7486e084faa29afaf0bdf481c [Pipeline] } 20:41:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:41:12 + [ -d /w/workspace/gexfoundry_device-rest-go_PR-342/archives ] 20:41:12 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-342/archives 20:41:12 total 16 20:41:12 drwxr-xr-x 3 root root 4096 Sep 19 20:34 . 20:41:12 drwxrwxr-x 10 jenkins jenkins 4096 Sep 19 20:34 .. 20:41:12 drwxr-xr-x 2 root root 4096 Sep 19 20:34 cost 20:41:12 -rw-r--r-- 1 root root 86 Sep 19 20:34 cost.csv 20:41:12 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-342/archives 20:41:12 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-342/archives 20:41:12 total 16 20:41:12 drwxr-xr-x 3 jenkins jenkins 4096 Sep 19 20:34 . 20:41:12 drwxrwxr-x 10 jenkins jenkins 4096 Sep 19 20:34 .. 20:41:12 drwxr-xr-x 2 jenkins jenkins 4096 Sep 19 20:34 cost 20:41:12 -rw-r--r-- 1 jenkins jenkins 86 Sep 19 20:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:41:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:41:13 ---> package-listing.sh 20:41:13 ++ facter osfamily 20:41:13 ++ tr '[:upper:]' '[:lower:]' 20:41:13 + OS_FAMILY=debian 20:41:13 + workspace=/w/workspace/gexfoundry_device-rest-go_PR-342 20:41:13 + START_PACKAGES=/tmp/packages_start.txt 20:41:13 + END_PACKAGES=/tmp/packages_end.txt 20:41:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:41:13 + PACKAGES=/tmp/packages_start.txt 20:41:13 + '[' /w/workspace/gexfoundry_device-rest-go_PR-342 ']' 20:41:13 + PACKAGES=/tmp/packages_end.txt 20:41:13 + case "${OS_FAMILY}" in 20:41:13 + dpkg -l 20:41:13 + grep '^ii' 20:41:13 + '[' -f /tmp/packages_start.txt ']' 20:41:13 + '[' -f /tmp/packages_end.txt ']' 20:41:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:41:13 + '[' /w/workspace/gexfoundry_device-rest-go_PR-342 ']' 20:41:13 + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-342/archives/ 20:41:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-342/archives/ [Pipeline] echo 20:41:13 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/gexfoundry_device-rest-go_PR-342/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:41:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:41:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:41:14 prd-ubuntu20.04-docker-8c-8g-6623 does not seem to be running inside a container 20:41:14 $ 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/gexfoundry_device-rest-go_PR-342/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_PR-342 -v /w/workspace/gexfoundry_device-rest-go_PR-342:/w/workspace/gexfoundry_device-rest-go_PR-342:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-342@tmp:/w/workspace/gexfoundry_device-rest-go_PR-342@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:41:15 $ docker top 5176e1541923679e728247a7d25d3fb7715903ca1abee81e4cb51e94b5f0654e -eo pid,comm [Pipeline] { [Pipeline] sh 20:41:15 + touch /tmp/pre-build-complete [Pipeline] sh 20:41:15 + mkdir -p /var/log/sysstat [Pipeline] sh 20:41:16 + ls /var/log/sa-host 20:41:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:41:16 provisioning config files... 20:41:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-342@tmp/config7043211426149121144tmp [Pipeline] { [Pipeline] echo 20:41:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:41:16 ---> create-netrc.sh [Pipeline] } 20:41:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:41:17 ---> python-tools-install.sh [Pipeline] echo 20:41:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:41:17 ---> sudo-logs.sh 20:41:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:41:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:41:17 ---> job-cost.sh 20:41:17 lf-activate-venv: SKIPPING 20:41:17 DEBUG: total: 0.2199999988079071 20:41:17 INFO: Retrieving Stack Cost... 20:41:18 INFO: Retrieving Pricing Info for: v3-standard-8 20:41:18 INFO: Archiving Costs [Pipeline] echo 20:41:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:41:19 ---> logs-deploy.sh 20:41:19 lf-activate-venv: SKIPPING 20:41:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-342/1 20:41:19 INFO: archiving workspace using pattern(s): 20:41:19 Archives upload complete. 20:41:19 INFO: archiving logs to Nexus