Pull request #217 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-snmp-go Obtained Jenkinsfile from c9691b8caf86c6d2cce680db4a24e097b68dcd6b+2bd6e5dae59222faf073cfb9822f90f2048c0bba (98a57ca337fd5227b7644cd7b5962344900aadd7) 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-ssh3431159066478797946.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh3869924763651643732.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-snmp-go/branches/PR-217/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-snmp-go/branches/PR-217/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15080642427117691477.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-snmp-go/branches/PR-217/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11072694456940289860.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh18026040285236653948.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-snmp-go/branches/PR-217/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-snmp-go/branches/PR-217/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17131036314819774041.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-snmp-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-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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-snmp 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3060 in /w/workspace/gexfoundry_device-snmp-go_PR-217 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_PR-217 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-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-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-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-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/217/head:refs/remotes/origin/PR-217 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2bd6e5dae59222faf073cfb9822f90f2048c0bba into PR head commit c9691b8caf86c6d2cce680db4a24e097b68dcd6b Merge succeeded, producing c9691b8caf86c6d2cce680db4a24e097b68dcd6b Checking out Revision c9691b8caf86c6d2cce680db4a24e097b68dcd6b (PR-217) > git config core.sparsecheckout # timeout=10 > git checkout -f c9691b8caf86c6d2cce680db4a24e097b68dcd6b # 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 2bd6e5dae59222faf073cfb9822f90f2048c0bba # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9691b8caf86c6d2cce680db4a24e097b68dcd6b # timeout=10 Commit message: "build(deps): bump device-sdk-go and go-mod dependencies" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:49:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:49:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:49:43 ========================================================= 02:49:43 EdgeX Global Pipelines Version Info 02:49:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:49:43 ------------------- 02:49:43 stable info: 02:49:43 ------------------- 02:49:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:49:43 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:49:43 Message: update stable to v1.0.244 02:49:44 ------------------- 02:49:44 experimental info: 02:49:44 ------------------- 02:49:44 Commited By: **** collab-it+edgex@linuxfoundation.org 02:49:44 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:49:44 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:49:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 02:49:44 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 02:49:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:49:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:49:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-217 [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-217 [Pipeline] echo 02:49:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-217 [Pipeline] echo 02:49:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9691b8caf86c6d2cce680db4a24e097b68dcd6b [Pipeline] echo 02:49:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c9691b8 [Pipeline] echo 02:49:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:49:46 provisioning config files... 02:49:46 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-217@tmp/config14612134358683095371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:49:46 ---> docker-login.sh 02:49:46 nexus3.edgexfoundry.org:10001 02:49:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:46 Configure a credential helper to remove this warning. See 02:49:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:46 02:49:46 Login Succeeded 02:49:46 nexus3.edgexfoundry.org:10002 02:49:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:47 Configure a credential helper to remove this warning. See 02:49:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:47 02:49:47 Login Succeeded 02:49:47 nexus3.edgexfoundry.org:10003 02:49:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:47 Configure a credential helper to remove this warning. See 02:49:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:47 02:49:47 Login Succeeded 02:49:47 nexus3.edgexfoundry.org:10004 02:49:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:47 Configure a credential helper to remove this warning. See 02:49:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:47 02:49:47 Login Succeeded 02:49:47 docker.io 02:49:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:47 Configure a credential helper to remove this warning. See 02:49:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:47 02:49:47 Login Succeeded 02:49:47 ---> docker-login.sh ends [Pipeline] } 02:49:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:49:47 + git rev-list -1 --merges c9691b8caf86c6d2cce680db4a24e097b68dcd6b~1..c9691b8caf86c6d2cce680db4a24e097b68dcd6b [Pipeline] echo 02:49:48 -----------> git rev-list -1 --merges c9691b8caf86c6d2cce680db4a24e097b68dcd6b~1..c9691b8caf86c6d2cce680db4a24e097b68dcd6b c9691b8caf86c6d2cce680db4a24e097b68dcd6b [false] [Pipeline] sh 02:49:48 + git log --format=format:%s -1 c9691b8caf86c6d2cce680db4a24e097b68dcd6b [Pipeline] echo 02:49:48 ========================================================= 02:49:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:49:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:49:48 + git log --format=format:%s -1 c9691b8caf86c6d2cce680db4a24e097b68dcd6b [Pipeline] echo 02:49:48 [semverPrep] GIT_COMMIT: c9691b8caf86c6d2cce680db4a24e097b68dcd6b, Commit Message: build(deps): bump device-sdk-go and go-mod dependencies [Pipeline] echo 02:49:48 [semverPrep] This is not a build commit. [Pipeline] sh 02:49:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:49:49 + grep -v github /etc/ssh/ssh_known_hosts 02:49:49 + [ -e /tmp/ssh_known_hosts ] 02:49:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:49:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:49:49 + sudo tee -a /etc/ssh/ssh_known_hosts 02:49:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:49:49 02:49:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:49:50 0.1.4: Pulling from edgex-devops/py-git-semver 02:49:50 b85a868b505f: Pulling fs layer 02:49:50 e2be974225ed: Pulling fs layer 02:49:50 339a4e72a1f5: Pulling fs layer 02:49:50 988bab9f4d93: Pulling fs layer 02:49:50 1469e6f7b9e6: Pulling fs layer 02:49:50 eaf3925da568: Pulling fs layer 02:49:50 bab4dde63d76: Pulling fs layer 02:49:50 bde34c3a00c8: Pulling fs layer 02:49:50 b352a97aabf1: Pulling fs layer 02:49:50 4872d77fe225: Pulling fs layer 02:49:50 5851b861e8e6: Pulling fs layer 02:49:50 1469e6f7b9e6: Waiting 02:49:50 eaf3925da568: Waiting 02:49:50 bab4dde63d76: Waiting 02:49:50 bde34c3a00c8: Waiting 02:49:50 b352a97aabf1: Waiting 02:49:50 4872d77fe225: Waiting 02:49:50 988bab9f4d93: Waiting 02:49:50 5851b861e8e6: Waiting 02:49:50 e2be974225ed: Verifying Checksum 02:49:50 e2be974225ed: Download complete 02:49:50 988bab9f4d93: Download complete 02:49:50 1469e6f7b9e6: Verifying Checksum 02:49:50 1469e6f7b9e6: Download complete 02:49:50 339a4e72a1f5: Verifying Checksum 02:49:50 339a4e72a1f5: Download complete 02:49:50 eaf3925da568: Download complete 02:49:50 bde34c3a00c8: Download complete 02:49:50 b352a97aabf1: Download complete 02:49:50 4872d77fe225: Download complete 02:49:50 b85a868b505f: Verifying Checksum 02:49:50 b85a868b505f: Download complete 02:49:50 5851b861e8e6: Verifying Checksum 02:49:50 5851b861e8e6: Download complete 02:49:50 bab4dde63d76: Verifying Checksum 02:49:51 b85a868b505f: Pull complete 02:49:52 e2be974225ed: Pull complete 02:49:52 339a4e72a1f5: Pull complete 02:49:52 988bab9f4d93: Pull complete 02:49:52 1469e6f7b9e6: Pull complete 02:49:52 eaf3925da568: Pull complete 02:49:54 bab4dde63d76: Pull complete 02:49:54 bde34c3a00c8: Pull complete 02:49:54 b352a97aabf1: Pull complete 02:49:54 4872d77fe225: Pull complete 02:49:55 5851b861e8e6: Pull complete 02:49:55 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:49:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:49:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:49:55 prd-ubuntu20.04-docker-8c-8g-3060 does not seem to be running inside a container 02:49:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-217 -v /w/workspace/gexfoundry_device-snmp-go_PR-217:/w/workspace/gexfoundry_device-snmp-go_PR-217:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-217@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-217@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-devops/py-git-semver:0.1.4 cat 02:49:57 $ docker top b1e653483e38bcd95041aaa81ee289361d3de260372abd84471ccf188d59c058 -eo pid,comm 02:49:57 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). 02:49:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:49:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:49:57 [ssh-agent] Looking for ssh-agent implementation... 02:49:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:49:57 $ docker exec b1e653483e38bcd95041aaa81ee289361d3de260372abd84471ccf188d59c058 ssh-agent 02:49:57 SSH_AUTH_SOCK=/tmp/ssh-Gyny8cO5FxvX/agent.32 02:49:57 SSH_AGENT_PID=38 02:49:57 Running ssh-add (command line suppressed) 02:49:58 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-217@tmp/private_key_12936856826833502462.key (/w/workspace/gexfoundry_device-snmp-go_PR-217@tmp/private_key_12936856826833502462.key) 02:49:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:49:58 + git tag --points-at HEAD [Pipeline] } 02:49:58 $ docker exec --env ******** --env ******** b1e653483e38bcd95041aaa81ee289361d3de260372abd84471ccf188d59c058 ssh-agent -k 02:49:58 unset SSH_AUTH_SOCK; 02:49:58 unset SSH_AGENT_PID; 02:49:58 echo Agent pid 38 killed; 02:49:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:49:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:49:58 [ssh-agent] Looking for ssh-agent implementation... 02:49:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:49:58 $ docker exec b1e653483e38bcd95041aaa81ee289361d3de260372abd84471ccf188d59c058 ssh-agent 02:49:58 SSH_AUTH_SOCK=/tmp/ssh-RhA0p7uGmXL7/agent.71 02:49:58 SSH_AGENT_PID=77 02:49:58 Running ssh-add (command line suppressed) 02:49:58 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-217@tmp/private_key_8628084901159660203.key (/w/workspace/gexfoundry_device-snmp-go_PR-217@tmp/private_key_8628084901159660203.key) 02:49:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:49:59 + git semver init 02:49:59 2023-01-19 02:49:59,476 [run_init] DEBUG init version:0.0.0 force:False 02:49:59 2023-01-19 02:49:59,477 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-217/.semver 02:49:59 2023-01-19 02:49:59,478 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-217/.semver 02:49:59 2023-01-19 02:49:59,478 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-217/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-217, universal_newlines=False, shell=None, istream=None) 02:50:00 2023-01-19 02:50:00,265 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-217/.git/info/exclude 02:50:00 2023-01-19 02:50:00,266 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-217/.semver/PR-217 with force:False 02:50:00 2023-01-19 02:50:00,266 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-217/.semver/PR-217 02:50:00 2023-01-19 02:50:00,272 [execute] INFO git cat-file --batch-check 02:50:00 2023-01-19 02:50:00,273 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-217/.semver, universal_newlines=False, shell=None, istream=) 02:50:00 2023-01-19 02:50:00,280 [execute] INFO git cat-file --batch 02:50:00 2023-01-19 02:50:00,280 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-217/.semver, universal_newlines=False, shell=None, istream=) 02:50:00 2023-01-19 02:50:00,287 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-217/.semver/PR-217 02:50:00 0.0.0 [Pipeline] } 02:50:00 $ docker exec --env ******** --env ******** b1e653483e38bcd95041aaa81ee289361d3de260372abd84471ccf188d59c058 ssh-agent -k 02:50:00 unset SSH_AUTH_SOCK; 02:50:00 unset SSH_AGENT_PID; 02:50:00 echo Agent pid 77 killed; 02:50:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:50:01 + git semver [Pipeline] } 02:50:01 $ docker stop --time=1 b1e653483e38bcd95041aaa81ee289361d3de260372abd84471ccf188d59c058 02:50:02 $ docker rm -f --volumes b1e653483e38bcd95041aaa81ee289361d3de260372abd84471ccf188d59c058 [Pipeline] // withDockerContainer [Pipeline] sh 02:50:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:50:03 Stashed 1 file(s) [Pipeline] echo 02:50:03 [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 02:50:03 provisioning config files... 02:50:03 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-217@tmp/config17512758814238020882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:50:04 ---> docker-login.sh 02:50:04 nexus3.edgexfoundry.org:10001 02:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:04 Configure a credential helper to remove this warning. See 02:50:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:04 02:50:04 Login Succeeded 02:50:04 nexus3.edgexfoundry.org:10002 02:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:04 Configure a credential helper to remove this warning. See 02:50:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:04 02:50:04 Login Succeeded 02:50:04 nexus3.edgexfoundry.org:10003 02:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:04 Configure a credential helper to remove this warning. See 02:50:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:04 02:50:04 Login Succeeded 02:50:04 nexus3.edgexfoundry.org:10004 02:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:04 Configure a credential helper to remove this warning. See 02:50:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:04 02:50:04 Login Succeeded 02:50:04 docker.io 02:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:04 Configure a credential helper to remove this warning. See 02:50:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:04 02:50:04 Login Succeeded 02:50:04 ---> docker-login.sh ends [Pipeline] } 02:50:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:50:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:50:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:50:05 ========================================================= 02:50:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 02:50:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:05 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 02:50:05 Sending build context to Docker daemon 5.71MB 02:50:05 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 02:50:05 Step 2/12 : FROM ${BASE} AS builder 02:50:05 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 02:50:05 213ec9aee27d: Pulling fs layer 02:50:05 4583459ba037: Pulling fs layer 02:50:05 93c1e223e6f2: Pulling fs layer 02:50:05 53926ce57604: Pulling fs layer 02:50:05 21b2b0c7a3f4: Pulling fs layer 02:50:05 22ff95d597cd: Pulling fs layer 02:50:05 12d6caf4c0d1: Pulling fs layer 02:50:05 96b7cbca73a9: Pulling fs layer 02:50:05 21b2b0c7a3f4: Waiting 02:50:05 53926ce57604: Waiting 02:50:05 22ff95d597cd: Waiting 02:50:05 12d6caf4c0d1: Waiting 02:50:05 a7acece74701: Pulling fs layer 02:50:05 96b7cbca73a9: Waiting 02:50:05 a7acece74701: Waiting 02:50:05 93c1e223e6f2: Download complete 02:50:05 4583459ba037: Download complete 02:50:06 21b2b0c7a3f4: Download complete 02:50:06 22ff95d597cd: Verifying Checksum 02:50:06 22ff95d597cd: Download complete 02:50:06 213ec9aee27d: Verifying Checksum 02:50:06 213ec9aee27d: Download complete 02:50:06 12d6caf4c0d1: Download complete 02:50:06 213ec9aee27d: Pull complete 02:50:06 4583459ba037: Pull complete 02:50:06 93c1e223e6f2: Pull complete 02:50:07 a7acece74701: Verifying Checksum 02:50:07 a7acece74701: Download complete 02:50:07 53926ce57604: Verifying Checksum 02:50:07 53926ce57604: Download complete 02:50:07 96b7cbca73a9: Verifying Checksum 02:50:07 96b7cbca73a9: Download complete 02:50:11 53926ce57604: Pull complete 02:50:11 21b2b0c7a3f4: Pull complete 02:50:11 22ff95d597cd: Pull complete 02:50:11 12d6caf4c0d1: Pull complete 02:50:13 96b7cbca73a9: Pull complete 02:50:14 a7acece74701: Pull complete 02:50:14 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 02:50:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 02:50:14 ---> db6d94c90886 02:50:14 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:50:17 ---> Running in f5c73333ec36 02:50:17 Removing intermediate container f5c73333ec36 02:50:17 ---> 8b1aef1858c7 02:50:17 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:50:17 ---> Running in c376572ec444 02:50:17 Removing intermediate container c376572ec444 02:50:17 ---> 0b79691793ba 02:50:17 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:50:17 ---> Running in 578f847fcb94 02:50:17 Removing intermediate container 578f847fcb94 02:50:17 ---> e883c882e373 02:50:17 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:50:17 ---> Running in 62fa1564b7be 02:50:17 Removing intermediate container 62fa1564b7be 02:50:17 ---> d869e29fa34f 02:50:17 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:50:17 ---> Running in c245b6c92e6d 02:50:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:50:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:50:18 (1/4) Installing openssh-keygen (9.0_p1-r2) 02:50:18 (2/4) Installing libedit (20210910.3.1-r0) 02:50:18 (3/4) Installing openssh-client-common (9.0_p1-r2) 02:50:18 (4/4) Installing openssh-client-default (9.0_p1-r2) 02:50:18 Executing busybox-1.35.0-r17.trigger 02:50:18 OK: 216 MiB in 55 packages 02:50:18 Still waiting to schedule task 02:50:18 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 02:50:19 Removing intermediate container c245b6c92e6d 02:50:19 ---> 0b9dc1e9f028 02:50:19 Step 8/12 : WORKDIR /device-snmp-go 02:50:19 ---> Running in 4ac030b6f5fc 02:50:19 Removing intermediate container 4ac030b6f5fc 02:50:19 ---> 6d9c09537e5e 02:50:19 Step 9/12 : COPY go.mod vendor* ./ 02:50:19 ---> 5b4e5e6d3a1e 02:50:19 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:50:19 ---> Running in 05d5ecaebec6 02:50:45 Removing intermediate container 05d5ecaebec6 02:50:45 ---> fae7a9216079 02:50:45 Step 11/12 : COPY . . 02:50:45 ---> bc3d724f975c 02:50:45 Step 12/12 : RUN ${MAKE} 02:50:45 ---> Running in 31f722ae510d 02:50:46 noop 02:50:46 Removing intermediate container 31f722ae510d 02:50:46 ---> 87ff83bec1ea 02:50:46 Successfully built 87ff83bec1ea 02:50:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:46 + docker inspect -f . ci-base-image-x86_64 02:50:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:50:47 prd-ubuntu20.04-docker-8c-8g-3060 does not seem to be running inside a container 02:50:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-217 -v /w/workspace/gexfoundry_device-snmp-go_PR-217:/w/workspace/gexfoundry_device-snmp-go_PR-217:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-217@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-217@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:50:47 $ docker top aa8023228dd60d39660138a296aca6ea03cc11ddddad763cd19debae582f1386 -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:47 + go version 02:50:47 go version go1.18.7 linux/amd64 [Pipeline] } 02:50:47 $ docker stop --time=1 aa8023228dd60d39660138a296aca6ea03cc11ddddad763cd19debae582f1386 02:50:49 $ docker rm -f --volumes aa8023228dd60d39660138a296aca6ea03cc11ddddad763cd19debae582f1386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:49 + docker inspect -f . ci-base-image-x86_64 02:50:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:50:50 prd-ubuntu20.04-docker-8c-8g-3060 does not seem to be running inside a container 02:50:50 $ 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-snmp-go_PR-217 -v /w/workspace/gexfoundry_device-snmp-go_PR-217:/w/workspace/gexfoundry_device-snmp-go_PR-217:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-217@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-217@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:50:50 $ docker top a53206b516fcf19e9650be1c50bf0550dacf9ff3e5c1d77256dcaf0f91681ef4 -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:50 + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-217 [Pipeline] fileExists [Pipeline] sh 02:50:51 + make test 02:50:51 go test ./... -coverprofile=coverage.out 02:50:51 ? github.com/edgexfoundry/device-snmp-go [no test files] 02:51:01 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 02:51:01 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.008s coverage: 0.0% of statements 02:51:07 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 02:51:07 go vet ./... 02:51:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:51:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:51:10 ./bin/test-attribution-txt.sh 02:51:10 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 02:51:10 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 02:51:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:51:10 $ docker stop --time=1 a53206b516fcf19e9650be1c50bf0550dacf9ff3e5c1d77256dcaf0f91681ef4 02:51:12 $ docker rm -f --volumes a53206b516fcf19e9650be1c50bf0550dacf9ff3e5c1d77256dcaf0f91681ef4 [Pipeline] // withDockerContainer [Pipeline] sh 02:51:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:51:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:51:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:51:14 + ls -al . 02:51:14 total 172 02:51:14 drwxrwxr-x 9 jenkins jenkins 4096 Jan 19 02:50 . 02:51:14 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:49 .. 02:51:14 -rw-rw-r-- 1 jenkins jenkins 6 Jan 19 02:49 .dockerignore 02:51:14 drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 02:51 .git 02:51:14 drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:49 .github 02:51:14 -rw-rw-r-- 1 jenkins jenkins 328 Jan 19 02:49 .gitignore 02:51:14 -rw-rw-r-- 1 jenkins jenkins 41 Jan 19 02:49 .golangci.yml 02:51:14 drwxr-xr-x 3 jenkins jenkins 4096 Jan 19 02:50 .semver 02:51:14 -rw-rw-r-- 1 jenkins jenkins 8828 Jan 19 02:49 Attribution.txt 02:51:14 -rw-rw-r-- 1 jenkins jenkins 8355 Jan 19 02:49 CHANGELOG.md 02:51:14 -rw-rw-r-- 1 jenkins jenkins 1423 Jan 19 02:49 Dockerfile 02:51:14 -rw-rw-r-- 1 jenkins jenkins 677 Jan 19 02:49 GOVERNANCE.md 02:51:14 -rw-rw-r-- 1 jenkins jenkins 656 Jan 19 02:49 Jenkinsfile 02:51:14 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 19 02:49 LICENSE 02:51:14 -rw-rw-r-- 1 jenkins jenkins 2079 Jan 19 02:49 Makefile 02:51:14 -rw-rw-r-- 1 jenkins jenkins 620 Jan 19 02:49 OWNERS.md 02:51:14 -rw-rw-r-- 1 jenkins jenkins 10054 Jan 19 02:49 README.md 02:51:14 -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 02:50 VERSION 02:51:14 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 02:49 bin 02:51:14 drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:49 cmd 02:51:14 -rw-r--r-- 1 jenkins jenkins 7631 Jan 19 02:50 coverage.out 02:51:14 -rw-rw-r-- 1 jenkins jenkins 3380 Jan 19 02:49 go.mod 02:51:14 -rw-rw-r-- 1 jenkins jenkins 34497 Jan 19 02:49 go.sum 02:51:14 drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:49 internal 02:51:14 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:49 snap 02:51:14 -rw-rw-r-- 1 jenkins jenkins 228 Jan 19 02:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:14 + docker build -t device-snmp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=c9691b8caf86c6d2cce680db4a24e097b68dcd6b --label arch=amd64 --label version=0.0.0 . 02:51:14 Sending build context to Docker daemon 5.718MB 02:51:14 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 02:51:14 Step 2/24 : FROM ${BASE} AS builder 02:51:14 ---> 87ff83bec1ea 02:51:14 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:51:14 ---> Running in 289e7a78bcbd 02:51:14 Removing intermediate container 289e7a78bcbd 02:51:14 ---> 05ea13bc3be9 02:51:14 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:51:14 ---> Running in 4c4ad0cac175 02:51:14 Removing intermediate container 4c4ad0cac175 02:51:14 ---> 2cf54592e7b4 02:51:14 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:51:14 ---> Running in c660d2a670b8 02:51:14 Removing intermediate container c660d2a670b8 02:51:14 ---> d54bc48df918 02:51:14 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:51:14 ---> Running in 4e0bb7d432ac 02:51:15 Removing intermediate container 4e0bb7d432ac 02:51:15 ---> 000bdfc0cec9 02:51:15 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:51:15 ---> Running in 9613636db0dc 02:51:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:51:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:51:16 OK: 216 MiB in 55 packages 02:51:16 Removing intermediate container 9613636db0dc 02:51:16 ---> 3c63db35f153 02:51:16 Step 8/24 : WORKDIR /device-snmp-go 02:51:16 ---> Running in 348b5c97f909 02:51:16 Removing intermediate container 348b5c97f909 02:51:16 ---> a35754f13840 02:51:16 Step 9/24 : COPY go.mod vendor* ./ 02:51:16 ---> e9ffa0f7f472 02:51:16 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:51:16 ---> Running in 648557fb746d 02:51:17 Removing intermediate container 648557fb746d 02:51:17 ---> 4e92be67deee 02:51:17 Step 11/24 : COPY . . 02:51:17 ---> dfe58804904b 02:51:17 Step 12/24 : RUN ${MAKE} 02:51:17 ---> Running in 3956369bbc6c 02:51:17 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd 02:51:39 Removing intermediate container 3956369bbc6c 02:51:39 ---> 0785d55a786b 02:51:39 Step 13/24 : FROM alpine:3.16 02:51:39 3.16: Pulling from library/alpine 02:51:39 ca7dd9ec2225: Pulling fs layer 02:51:39 ca7dd9ec2225: Verifying Checksum 02:51:39 ca7dd9ec2225: Download complete 02:51:39 ca7dd9ec2225: Pull complete 02:51:39 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 02:51:39 Status: Downloaded newer image for alpine:3.16 02:51:39 ---> bfe296a52501 02:51:39 Step 14/24 : RUN apk add --update --no-cache dumb-init 02:51:39 ---> Running in f848e255ee8b 02:51:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:51:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:51:39 (1/1) Installing dumb-init (1.2.5-r1) 02:51:39 Executing busybox-1.35.0-r17.trigger 02:51:39 OK: 6 MiB in 15 packages 02:51:39 Removing intermediate container f848e255ee8b 02:51:39 ---> 141e3f6f0808 02:51:39 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 02:51:39 ---> eea4d0279ac9 02:51:39 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 02:51:39 ---> 0d86ebb8a7c7 02:51:39 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 02:51:39 ---> 615e0ca3125f 02:51:39 Step 18/24 : EXPOSE 59993 02:51:39 ---> Running in 35292a8aee4a 02:51:39 Removing intermediate container 35292a8aee4a 02:51:39 ---> 354102780bb2 02:51:39 Step 19/24 : EXPOSE 161 02:51:39 ---> Running in cf2737d4836d 02:51:39 Removing intermediate container cf2737d4836d 02:51:39 ---> 609e9f43a572 02:51:39 Step 20/24 : ENTRYPOINT ["/device-snmp"] 02:51:39 ---> Running in 845135faafbc 02:51:39 Removing intermediate container 845135faafbc 02:51:39 ---> 6c64265ba4a5 02:51:39 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 02:51:39 ---> Running in ea7de3d92512 02:51:40 Removing intermediate container ea7de3d92512 02:51:40 ---> becdc8de45b9 02:51:40 Step 22/24 : LABEL arch=amd64 02:51:40 ---> Running in eac84bea20e6 02:51:40 Removing intermediate container eac84bea20e6 02:51:40 ---> a9cc0421aeee 02:51:40 Step 23/24 : LABEL git_sha=c9691b8caf86c6d2cce680db4a24e097b68dcd6b 02:51:40 ---> Running in 7d35e3230ab5 02:51:40 Removing intermediate container 7d35e3230ab5 02:51:40 ---> 9a5303b8e6f3 02:51:40 Step 24/24 : LABEL version=0.0.0 02:51:40 ---> Running in 08214ecf6048 02:51:40 Removing intermediate container 08214ecf6048 02:51:40 ---> e06ee44f0574 02:51:40 [Warning] One or more build-args [ARCH] were not consumed 02:51:40 Successfully built e06ee44f0574 02:51:40 Successfully tagged device-snmp: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 02:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:51:41 02:51:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:51:41 latest: Pulling from edgex-lftools-log-publisher 02:51:41 5eb5b503b376: Pulling fs layer 02:51:41 5c69ac0246d0: Pulling fs layer 02:51:41 ec43610c2a17: Pulling fs layer 02:51:41 3a2ae6a8a46f: Pulling fs layer 02:51:41 33b1e0a273af: Pulling fs layer 02:51:41 5d3b04190fa2: Pulling fs layer 02:51:41 2f39f015ded8: Pulling fs layer 02:51:41 33b1e0a273af: Waiting 02:51:41 3a2ae6a8a46f: Waiting 02:51:41 2f39f015ded8: Waiting 02:51:41 5c69ac0246d0: Verifying Checksum 02:51:41 5c69ac0246d0: Download complete 02:51:41 3a2ae6a8a46f: Verifying Checksum 02:51:41 3a2ae6a8a46f: Download complete 02:51:41 33b1e0a273af: Verifying Checksum 02:51:41 33b1e0a273af: Download complete 02:51:41 5d3b04190fa2: Verifying Checksum 02:51:41 5d3b04190fa2: Download complete 02:51:41 ec43610c2a17: Verifying Checksum 02:51:41 ec43610c2a17: Download complete 02:51:42 5eb5b503b376: Verifying Checksum 02:51:42 5eb5b503b376: Download complete 02:51:42 2f39f015ded8: Download complete 02:51:43 5eb5b503b376: Pull complete 02:51:43 5c69ac0246d0: Pull complete 02:51:44 ec43610c2a17: Pull complete 02:51:44 3a2ae6a8a46f: Pull complete 02:51:44 33b1e0a273af: Pull complete 02:51:44 5d3b04190fa2: Pull complete 02:51:48 2f39f015ded8: Pull complete 02:51:48 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:51:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:51:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:51:48 prd-ubuntu20.04-docker-8c-8g-3060 does not seem to be running inside a container 02:51:48 $ 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-snmp-go_PR-217 -v /w/workspace/gexfoundry_device-snmp-go_PR-217:/w/workspace/gexfoundry_device-snmp-go_PR-217:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-217@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-217@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:51:50 $ docker top 5f0713cf159cce69e77eccd39061c955ab24a531b8bec42c79bd65fc81c9bc14 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:51:51 ---> job-cost.sh 02:51:51 lf-activate-venv: SKIPPING 02:51:51 INFO: No Stack... 02:51:51 INFO: Retrieving Pricing Info for: v3-standard-8 02:51:52 INFO: Archiving Costs [Pipeline] sh 02:51:52 + cat /w/workspace/gexfoundry_device-snmp-go_PR-217/archives/cost.csv 02:51:52 + cut -d, -f6 [Pipeline] lock 02:51:52 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-217-1-stack-cost] 02:51:52 Resource [jenkins-edgexfoundry-device-snmp-go-PR-217-1-stack-cost] did not exist. Created. 02:51:52 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-217-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:51:52 + echo total: 0.2199999988079071 [Pipeline] stash 02:51:52 Stashed 1 file(s) [Pipeline] } 02:51:52 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-217-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:51:53 $ docker stop --time=1 5f0713cf159cce69e77eccd39061c955ab24a531b8bec42c79bd65fc81c9bc14 02:51:54 $ docker rm -f --volumes 5f0713cf159cce69e77eccd39061c955ab24a531b8bec42c79bd65fc81c9bc14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:52:39 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3062 in /w/workspace/gexfoundry_device-snmp-go_PR-217 [Pipeline] { [Pipeline] ws 02:52:39 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 02:52:39 Selected Git installation does not exist. Using Default 02:52:39 The recommended git tool is: NONE 02:52:45 using credential edgex-jenkins-ssh 02:52:45 Cloning the remote Git repository 02:52:45 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 02:52:46 > git init /w/workspace/device-snmp-go/1 # timeout=10 02:52:46 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 02:52:46 > git --version # timeout=10 02:52:46 > git --version # 'git version 2.25.1' 02:52:46 using GIT_SSH to set credentials SSH Credentials for GitHub 02:52:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:52:47 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 02:52:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:52:49 Merging remotes/origin/main commit 2bd6e5dae59222faf073cfb9822f90f2048c0bba into PR head commit c9691b8caf86c6d2cce680db4a24e097b68dcd6b 02:52:48 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 02:52:48 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 02:52:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:52:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/217/head:refs/remotes/origin/PR-217 +refs/heads/main:refs/remotes/origin/main # timeout=10 02:52:49 > git config core.sparsecheckout # timeout=10 02:52:49 > git checkout -f c9691b8caf86c6d2cce680db4a24e097b68dcd6b # timeout=10 02:52:49 > git remote # timeout=10 02:52:49 > git config --get remote.origin.url # timeout=10 02:52:49 using GIT_SSH to set credentials SSH Credentials for GitHub 02:52:49 > git merge 2bd6e5dae59222faf073cfb9822f90f2048c0bba # timeout=10 02:52:49 Merge succeeded, producing c9691b8caf86c6d2cce680db4a24e097b68dcd6b 02:52:49 Checking out Revision c9691b8caf86c6d2cce680db4a24e097b68dcd6b (PR-217) 02:52:49 > git rev-parse HEAD^{commit} # timeout=10 02:52:49 > git config core.sparsecheckout # timeout=10 02:52:49 > git checkout -f c9691b8caf86c6d2cce680db4a24e097b68dcd6b # timeout=10 02:52:53 Commit message: "build(deps): bump device-sdk-go and go-mod dependencies" 02:52:53 > git --version # timeout=10 02:52:53 > git --version # 'git version 2.25.1' 02:52:53 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:52:54 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:52:54 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:54 Dload Upload Total Spent Left Speed 02:52:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 175k 0 --:--:-- --:--:-- --:--:-- 175k [Pipeline] sh 02:52:55 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:52:55 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:52:55 + sudo tee /etc/docker/daemon.new 02:52:55 { 02:52:55 "registry-mirrors": [ 02:52:55 "https://nexus3.edgexfoundry.org:10001" 02:52:55 ], 02:52:55 "bip": "10.250.0.254/24", 02:52:55 "hosts": [ 02:52:55 "tcp://0.0.0.0:5555", 02:52:55 "unix:///var/run/docker.sock" 02:52:55 ], 02:52:55 "mtu": 1458, 02:52:55 "selinux-enabled": true, 02:52:55 "seccomp-profile": "/etc/docker/seccomp.json" 02:52:55 } [Pipeline] sh 02:52:56 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:52:56 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:53:14 provisioning config files... 02:53:14 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config6215847205176405320tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:53:15 ---> docker-login.sh 02:53:15 nexus3.edgexfoundry.org:10001 02:53:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:53:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:53:15 Configure a credential helper to remove this warning. See 02:53:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:53:15 02:53:15 Login Succeeded 02:53:15 nexus3.edgexfoundry.org:10002 02:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:53:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:53:16 Configure a credential helper to remove this warning. See 02:53:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:53:16 02:53:16 Login Succeeded 02:53:16 nexus3.edgexfoundry.org:10003 02:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:53:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:53:16 Configure a credential helper to remove this warning. See 02:53:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:53:16 02:53:16 Login Succeeded 02:53:16 nexus3.edgexfoundry.org:10004 02:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:53:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:53:17 Configure a credential helper to remove this warning. See 02:53:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:53:17 02:53:17 Login Succeeded 02:53:17 docker.io 02:53:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:53:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:53:17 Configure a credential helper to remove this warning. See 02:53:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:53:17 02:53:17 Login Succeeded 02:53:17 ---> docker-login.sh ends [Pipeline] } 02:53:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:53:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:53:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:53:18 ========================================================= 02:53:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 02:53:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:53:18 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 02:53:19 Sending build context to Docker daemon 2.969MB 02:53:19 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 02:53:19 Step 2/12 : FROM ${BASE} AS builder 02:53:19 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:53:19 9b18e9b68314: Pulling fs layer 02:53:19 35d82f9e3411: Pulling fs layer 02:53:19 e16973657156: Pulling fs layer 02:53:19 fc693d55d65f: Pulling fs layer 02:53:19 7e9fc2657dce: Pulling fs layer 02:53:19 dda99020689f: Pulling fs layer 02:53:19 db1c61fa0a46: Pulling fs layer 02:53:19 891c053d2c06: Pulling fs layer 02:53:19 7e9fc2657dce: Waiting 02:53:19 dda99020689f: Waiting 02:53:19 db1c61fa0a46: Waiting 02:53:19 fc693d55d65f: Waiting 02:53:19 891c053d2c06: Waiting 02:53:19 e16973657156: Verifying Checksum 02:53:19 e16973657156: Download complete 02:53:19 35d82f9e3411: Verifying Checksum 02:53:19 35d82f9e3411: Download complete 02:53:19 7e9fc2657dce: Verifying Checksum 02:53:19 7e9fc2657dce: Download complete 02:53:19 dda99020689f: Verifying Checksum 02:53:19 dda99020689f: Download complete 02:53:19 9b18e9b68314: Verifying Checksum 02:53:19 9b18e9b68314: Download complete 02:53:20 9b18e9b68314: Pull complete 02:53:20 891c053d2c06: Verifying Checksum 02:53:20 891c053d2c06: Download complete 02:53:21 35d82f9e3411: Pull complete 02:53:21 e16973657156: Pull complete 02:53:21 db1c61fa0a46: Verifying Checksum 02:53:21 db1c61fa0a46: Download complete 02:53:22 fc693d55d65f: Verifying Checksum 02:53:22 fc693d55d65f: Download complete 02:53:34 fc693d55d65f: Pull complete 02:53:34 7e9fc2657dce: Pull complete 02:53:34 dda99020689f: Pull complete 02:53:40 db1c61fa0a46: Pull complete 02:53:41 891c053d2c06: Pull complete 02:53:41 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 02:53:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:53:41 ---> f96f9c87975a 02:53:41 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:53:44 ---> Running in ec426c128de5 02:53:44 Removing intermediate container ec426c128de5 02:53:44 ---> c30578c0ae80 02:53:44 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:53:44 ---> Running in 3b655b9b11a0 02:53:44 Removing intermediate container 3b655b9b11a0 02:53:44 ---> eed461342c35 02:53:44 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:53:44 ---> Running in 69c103c67d30 02:53:45 Removing intermediate container 69c103c67d30 02:53:45 ---> e17f0605265c 02:53:45 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:53:45 ---> Running in 34dbadd45587 02:53:45 Removing intermediate container 34dbadd45587 02:53:45 ---> 480d5327bd32 02:53:45 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:53:45 ---> Running in 3d5e865b3921 02:53:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:53:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:53:47 (1/4) Installing openssh-keygen (9.0_p1-r2) 02:53:47 (2/4) Installing libedit (20210910.3.1-r0) 02:53:47 (3/4) Installing openssh-client-common (9.0_p1-r2) 02:53:48 (4/4) Installing openssh-client-default (9.0_p1-r2) 02:53:48 Executing busybox-1.35.0-r17.trigger 02:53:48 OK: 226 MiB in 55 packages 02:53:49 Removing intermediate container 3d5e865b3921 02:53:49 ---> d4ea94cce6f3 02:53:49 Step 8/12 : WORKDIR /device-snmp-go 02:53:49 ---> Running in 811219bb5b4c 02:53:50 Removing intermediate container 811219bb5b4c 02:53:50 ---> 0947ef8af952 02:53:50 Step 9/12 : COPY go.mod vendor* ./ 02:53:50 ---> 5b4febd4624a 02:53:50 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:53:50 ---> Running in 6a598c52c16c 02:54:58 Removing intermediate container 6a598c52c16c 02:54:58 ---> b29760810453 02:54:58 Step 11/12 : COPY . . 02:54:58 ---> 7b1208e60706 02:54:58 Step 12/12 : RUN ${MAKE} 02:54:58 ---> Running in 2374ff421428 02:54:59 noop 02:54:59 Removing intermediate container 2374ff421428 02:54:59 ---> 23dd2473cc85 02:54:59 Successfully built 23dd2473cc85 02:54:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:00 + docker inspect -f . ci-base-image-arm64 02:55:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:55:00 prd-ubuntu20.04-docker-arm64-4c-16g-3062 does not seem to be running inside a container 02:55:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:55:02 $ docker top 37abc8f5cd44f38a756771f42a68111bfbede126a1aa3a37aa758285a9725f12 -eo pid,comm [Pipeline] { [Pipeline] sh 02:55:03 + go version 02:55:03 go version go1.18.7 linux/arm64 [Pipeline] } 02:55:03 $ docker stop --time=1 37abc8f5cd44f38a756771f42a68111bfbede126a1aa3a37aa758285a9725f12 02:55:04 $ docker rm -f --volumes 37abc8f5cd44f38a756771f42a68111bfbede126a1aa3a37aa758285a9725f12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:05 + docker inspect -f . ci-base-image-arm64 02:55:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:55:05 prd-ubuntu20.04-docker-arm64-4c-16g-3062 does not seem to be running inside a container 02:55:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:55:07 $ docker top 72eea1041ff5baa8a2abe5eefa85e78cc9e7179a75eae2dd89b11bebd2a6b985 -eo pid,comm [Pipeline] { [Pipeline] sh 02:55:08 + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh 02:55:08 + make test 02:55:08 go test ./... -coverprofile=coverage.out 02:55:11 ? github.com/edgexfoundry/device-snmp-go [no test files] 02:56:47 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 02:56:47 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.056s coverage: 0.0% of statements 02:56:47 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:56:47 go vet ./... 02:57:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:57:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:57:09 ./bin/test-attribution-txt.sh 02:57:10 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 02:57:10 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 02:57:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:57:10 $ docker stop --time=1 72eea1041ff5baa8a2abe5eefa85e78cc9e7179a75eae2dd89b11bebd2a6b985 02:57:12 $ docker rm -f --volumes 72eea1041ff5baa8a2abe5eefa85e78cc9e7179a75eae2dd89b11bebd2a6b985 [Pipeline] // withDockerContainer [Pipeline] sh 02:57:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:57:13 Warning: overwriting stash ‘coverage-report’ 02:57:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:57:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:57:15 + ls -al . 02:57:15 total 168 02:57:15 drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 02:55 . 02:57:15 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:52 .. 02:57:15 -rw-rw-r-- 1 jenkins jenkins 6 Jan 19 02:52 .dockerignore 02:57:15 drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 02:52 .git 02:57:15 drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:52 .github 02:57:15 -rw-rw-r-- 1 jenkins jenkins 328 Jan 19 02:52 .gitignore 02:57:15 -rw-rw-r-- 1 jenkins jenkins 41 Jan 19 02:52 .golangci.yml 02:57:15 -rw-rw-r-- 1 jenkins jenkins 8828 Jan 19 02:52 Attribution.txt 02:57:15 -rw-rw-r-- 1 jenkins jenkins 8355 Jan 19 02:52 CHANGELOG.md 02:57:15 -rw-rw-r-- 1 jenkins jenkins 1423 Jan 19 02:52 Dockerfile 02:57:15 -rw-rw-r-- 1 jenkins jenkins 677 Jan 19 02:52 GOVERNANCE.md 02:57:15 -rw-rw-r-- 1 jenkins jenkins 656 Jan 19 02:52 Jenkinsfile 02:57:15 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 19 02:52 LICENSE 02:57:15 -rw-rw-r-- 1 jenkins jenkins 2079 Jan 19 02:52 Makefile 02:57:15 -rw-rw-r-- 1 jenkins jenkins 620 Jan 19 02:52 OWNERS.md 02:57:15 -rw-rw-r-- 1 jenkins jenkins 10054 Jan 19 02:52 README.md 02:57:15 -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 02:50 VERSION 02:57:15 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 02:52 bin 02:57:15 drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:52 cmd 02:57:15 -rw-r--r-- 1 jenkins jenkins 7631 Jan 19 02:56 coverage.out 02:57:15 -rw-rw-r-- 1 jenkins jenkins 3380 Jan 19 02:52 go.mod 02:57:15 -rw-rw-r-- 1 jenkins jenkins 34497 Jan 19 02:52 go.sum 02:57:15 drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:52 internal 02:57:15 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:52 snap 02:57:15 -rw-rw-r-- 1 jenkins jenkins 228 Jan 19 02:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:15 + docker build -t device-snmp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c9691b8caf86c6d2cce680db4a24e097b68dcd6b --label arch=arm64 --label version=0.0.0 . 02:57:16 Sending build context to Docker daemon 2.977MB 02:57:16 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 02:57:16 Step 2/24 : FROM ${BASE} AS builder 02:57:16 ---> 23dd2473cc85 02:57:16 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:57:16 ---> Running in 40344adb2120 02:57:16 Removing intermediate container 40344adb2120 02:57:16 ---> 8c17f882fba3 02:57:16 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:57:16 ---> Running in 93139fd61afd 02:57:17 Removing intermediate container 93139fd61afd 02:57:17 ---> a06cd5a200e8 02:57:17 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:57:17 ---> Running in 3a54e8af5117 02:57:17 Removing intermediate container 3a54e8af5117 02:57:17 ---> 84fccbd45d63 02:57:17 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:57:17 ---> Running in acf52c90f8c3 02:57:17 Removing intermediate container acf52c90f8c3 02:57:17 ---> b3b3a45514ba 02:57:17 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:57:17 ---> Running in 32f3ed65ef54 02:57:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:57:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:57:21 OK: 226 MiB in 55 packages 02:57:22 Removing intermediate container 32f3ed65ef54 02:57:22 ---> 738fc6cbb8a1 02:57:22 Step 8/24 : WORKDIR /device-snmp-go 02:57:22 ---> Running in 03942cdc0477 02:57:22 Removing intermediate container 03942cdc0477 02:57:22 ---> ab51c25fbca7 02:57:22 Step 9/24 : COPY go.mod vendor* ./ 02:57:23 ---> 4fe19f16a106 02:57:23 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:23 ---> Running in cdcb63af4cfa 02:57:27 Removing intermediate container cdcb63af4cfa 02:57:27 ---> 2381cb483dfc 02:57:27 Step 11/24 : COPY . . 02:57:27 ---> 0d1d7e8f097d 02:57:27 Step 12/24 : RUN ${MAKE} 02:57:27 ---> Running in cd0cf6880bc0 02:57:28 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd 03:00:05 Removing intermediate container cd0cf6880bc0 03:00:05 ---> 11e0641689f0 03:00:05 Step 13/24 : FROM alpine:3.16 03:00:05 3.16: Pulling from library/alpine 03:00:05 6875df1f5354: Pulling fs layer 03:00:05 6875df1f5354: Verifying Checksum 03:00:05 6875df1f5354: Download complete 03:00:05 6875df1f5354: Pull complete 03:00:05 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 03:00:05 Status: Downloaded newer image for alpine:3.16 03:00:05 ---> 2b4661558fb8 03:00:05 Step 14/24 : RUN apk add --update --no-cache dumb-init 03:00:05 ---> Running in 01fad3282abd 03:00:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:00:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:00:05 (1/1) Installing dumb-init (1.2.5-r1) 03:00:05 Executing busybox-1.35.0-r17.trigger 03:00:05 OK: 5 MiB in 15 packages 03:00:05 Removing intermediate container 01fad3282abd 03:00:05 ---> ce4ef77c9fce 03:00:05 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 03:00:06 ---> 876848843cc6 03:00:06 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 03:00:07 ---> 9966908a15d3 03:00:07 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 03:00:07 ---> 2a04da27a1e4 03:00:07 Step 18/24 : EXPOSE 59993 03:00:07 ---> Running in 97e548609d85 03:00:07 Removing intermediate container 97e548609d85 03:00:07 ---> a374eb57755f 03:00:07 Step 19/24 : EXPOSE 161 03:00:08 ---> Running in a60b38b579e7 03:00:08 Removing intermediate container a60b38b579e7 03:00:08 ---> 75f49c28c171 03:00:08 Step 20/24 : ENTRYPOINT ["/device-snmp"] 03:00:08 ---> Running in 425cbca61654 03:00:08 Removing intermediate container 425cbca61654 03:00:08 ---> d7daa58e8a72 03:00:08 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 03:00:09 ---> Running in b9cf09b7e8d5 03:00:09 Removing intermediate container b9cf09b7e8d5 03:00:09 ---> 90ff1184eedb 03:00:09 Step 22/24 : LABEL arch=arm64 03:00:09 ---> Running in f4a2f1dfefe8 03:00:09 Removing intermediate container f4a2f1dfefe8 03:00:09 ---> 2b09cdbe8d97 03:00:09 Step 23/24 : LABEL git_sha=c9691b8caf86c6d2cce680db4a24e097b68dcd6b 03:00:09 ---> Running in 82de6bb490a4 03:00:10 Removing intermediate container 82de6bb490a4 03:00:10 ---> dfb88aaea35f 03:00:10 Step 24/24 : LABEL version=0.0.0 03:00:10 ---> Running in 2d1e2c7041e2 03:00:10 Removing intermediate container 2d1e2c7041e2 03:00:10 ---> 4f26bfb85c99 03:00:10 [Warning] One or more build-args [ARCH] were not consumed 03:00:10 Successfully built 4f26bfb85c99 03:00:10 Successfully tagged device-snmp-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 03:00:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:00:11 03:00:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:00:11 arm64: Pulling from edgex-lftools-log-publisher 03:00:11 8998bd30e6a1: Pulling fs layer 03:00:11 04944245beec: Pulling fs layer 03:00:11 699f458cf7ca: Pulling fs layer 03:00:11 765212b225bb: Pulling fs layer 03:00:11 f23df028b6ca: Pulling fs layer 03:00:11 d65c8cfc05b1: Pulling fs layer 03:00:11 2437ff75d9bd: Pulling fs layer 03:00:11 f23df028b6ca: Waiting 03:00:11 765212b225bb: Waiting 03:00:11 d65c8cfc05b1: Waiting 03:00:11 2437ff75d9bd: Waiting 03:00:12 04944245beec: Verifying Checksum 03:00:12 04944245beec: Download complete 03:00:12 765212b225bb: Verifying Checksum 03:00:12 765212b225bb: Download complete 03:00:12 f23df028b6ca: Verifying Checksum 03:00:12 f23df028b6ca: Download complete 03:00:12 d65c8cfc05b1: Verifying Checksum 03:00:12 d65c8cfc05b1: Download complete 03:00:12 699f458cf7ca: Verifying Checksum 03:00:12 699f458cf7ca: Download complete 03:00:12 8998bd30e6a1: Download complete 03:00:15 2437ff75d9bd: Verifying Checksum 03:00:15 2437ff75d9bd: Download complete 03:00:17 8998bd30e6a1: Pull complete 03:00:17 04944245beec: Pull complete 03:00:19 699f458cf7ca: Pull complete 03:00:19 765212b225bb: Pull complete 03:00:20 f23df028b6ca: Pull complete 03:00:20 d65c8cfc05b1: Pull complete 03:00:35 2437ff75d9bd: Pull complete 03:00:35 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:00:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:00:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:35 prd-ubuntu20.04-docker-arm64-4c-16g-3062 does not seem to be running inside a container 03:00:35 $ 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-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:00:38 $ docker top 482d5fdfb0c668451f89fc4e618fa9c4796f25a6098b2783efdf4d8d7ff71c21 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:00:39 ---> job-cost.sh 03:00:39 lf-activate-venv: SKIPPING 03:00:39 INFO: No Stack... 03:00:40 INFO: Retrieving Pricing Info for: v3-standard-4 03:00:40 INFO: Archiving Costs [Pipeline] sh 03:00:41 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 03:00:41 + cut -d, -f6 [Pipeline] lock 03:00:41 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-217-1-stack-cost] 03:00:41 Resource [jenkins-edgexfoundry-device-snmp-go-PR-217-1-stack-cost] did not exist. Created. 03:00:41 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-217-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:00:42 /w/workspace/device-snmp-go/1@tmp/durable-c366a5d6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:00:42 + echo total: 0.10999999940395355 [Pipeline] stash 03:00:43 Warning: overwriting stash ‘stack-cost’ 03:00:43 Stashed 1 file(s) [Pipeline] } 03:00:43 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-217-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:00:43 $ docker stop --time=1 482d5fdfb0c668451f89fc4e618fa9c4796f25a6098b2783efdf4d8d7ff71c21 03:00:44 $ docker rm -f --volumes 482d5fdfb0c668451f89fc4e618fa9c4796f25a6098b2783efdf4d8d7ff71c21 [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 03:00:45 provisioning config files... 03:00:45 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-217@tmp/config17148248885525041749tmp [Pipeline] { [Pipeline] sh 03:00:46 + set +x 03:00:46 + curl -s https://codecov.io/bash 03:00:46 + bash -s -- 03:00:46 03:00:46 _____ _ 03:00:46 / ____| | | 03:00:46 | | ___ __| | ___ ___ _____ __ 03:00:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:00:46 | |___| (_) | (_| | __/ (_| (_) \ V / 03:00:46 \_____\___/ \__,_|\___|\___\___/ \_/ 03:00:46 Bash-1.0.6 03:00:46 03:00:46 03:00:46 ==> git version 2.25.1 found 03:00:46 ==> 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 03:00:46 Release-Date: 2020-01-08 03:00:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:00:46 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:00:46 ==> Jenkins CI detected. 03:00:46 current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-217 03:00:46 project root: . 03:00:46 --> token set from env 03:00:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:00:46 ==> Running gcov in . (disable via -X gcov) 03:00:46 ==> Python coveragepy not found 03:00:46 ==> Searching for coverage reports in: 03:00:46 + . 03:00:46 -> Found 1 reports 03:00:46 ==> Detecting git/mercurial file structure 03:00:46 ==> Reading reports 03:00:46 + ./coverage.out bytes=7631 03:00:46 ==> Appending adjustments 03:00:46 https://docs.codecov.io/docs/fixing-reports 03:00:46 + Found adjustments 03:00:46 ==> Gzipping contents 03:00:46 4.0K /tmp/codecov.mmYVaP.gz 03:00:46 ==> Uploading reports 03:00:46 url: https://codecov.io 03:00:46 query: branch=PR-217&commit=c9691b8caf86c6d2cce680db4a24e097b68dcd6b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-217%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=217&job=&cmd_args= 03:00:46 -> Pinging Codecov 03:00:46 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-217&commit=c9691b8caf86c6d2cce680db4a24e097b68dcd6b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-217%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=217&job=&cmd_args= 03:00:46 -> Uploading to 03:00:46 https://storage.googleapis.com/codecov/v4/raw/2023-01-19/6C56EA5C29638FB4528AC87E60AF5AE0/c9691b8caf86c6d2cce680db4a24e097b68dcd6b/735a2130-30b2-41a1-8202-2dca24c9186e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230119T030046Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2ae13c4f84b231fada69fe628ee69391c2413ab698fcfdd37ffe54a70b76b15a 03:00:46 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:46 Dload Upload Total Spent Left Speed 03:00:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1522 0 0 100 1522 0 5494 --:--:-- --:--:-- --:--:-- 5494 03:00:46 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/c9691b8caf86c6d2cce680db4a24e097b68dcd6b [Pipeline] } 03:00:46 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 03:00:48 + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-217/archives ] 03:00:48 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-217/archives 03:00:48 total 16 03:00:48 drwxr-xr-x 3 root root 4096 Jan 19 02:51 . 03:00:48 drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 02:51 .. 03:00:48 drwxr-xr-x 2 root root 4096 Jan 19 02:51 cost 03:00:48 -rw-r--r-- 1 root root 86 Jan 19 02:51 cost.csv 03:00:48 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-217/archives 03:00:48 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-217/archives 03:00:48 total 16 03:00:48 drwxr-xr-x 3 jenkins jenkins 4096 Jan 19 02:51 . 03:00:48 drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 02:51 .. 03:00:48 drwxr-xr-x 2 jenkins jenkins 4096 Jan 19 02:51 cost 03:00:48 -rw-r--r-- 1 jenkins jenkins 86 Jan 19 02:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:00:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:00:49 ---> package-listing.sh 03:00:49 ++ facter osfamily 03:00:49 ++ tr '[:upper:]' '[:lower:]' 03:00:50 + OS_FAMILY=debian 03:00:50 + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-217 03:00:50 + START_PACKAGES=/tmp/packages_start.txt 03:00:50 + END_PACKAGES=/tmp/packages_end.txt 03:00:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:00:50 + PACKAGES=/tmp/packages_start.txt 03:00:50 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-217 ']' 03:00:50 + PACKAGES=/tmp/packages_end.txt 03:00:50 + case "${OS_FAMILY}" in 03:00:50 + dpkg -l 03:00:50 + grep '^ii' 03:00:50 + '[' -f /tmp/packages_start.txt ']' 03:00:50 + '[' -f /tmp/packages_end.txt ']' 03:00:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:00:50 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-217 ']' 03:00:50 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-217/archives/ 03:00:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-217/archives/ [Pipeline] echo 03:00:50 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-snmp-go_PR-217/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:00:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:00:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:51 prd-ubuntu20.04-docker-8c-8g-3060 does not seem to be running inside a container 03:00:51 $ 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-snmp-go_PR-217/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-snmp-go_PR-217 -v /w/workspace/gexfoundry_device-snmp-go_PR-217:/w/workspace/gexfoundry_device-snmp-go_PR-217:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-217@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-217@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:00:51 $ docker top 518f41cf7b33cd89aa19a47df269b412f3a9da448fc32eca0fd87251f0833e9a -eo pid,comm [Pipeline] { [Pipeline] sh 03:00:51 + touch /tmp/pre-build-complete [Pipeline] sh 03:00:52 + mkdir -p /var/log/sysstat [Pipeline] sh 03:00:52 + ls /var/log/sa-host 03:00:52 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:00:52 provisioning config files... 03:00:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-217@tmp/config7023659120265371682tmp [Pipeline] { [Pipeline] echo 03:00:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:00:52 ---> create-netrc.sh [Pipeline] } 03:00:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:00:53 ---> python-tools-install.sh [Pipeline] echo 03:00:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:00:53 ---> sudo-logs.sh 03:00:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:00:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:00:54 ---> job-cost.sh 03:00:54 lf-activate-venv: SKIPPING 03:00:54 DEBUG: total: 0.2199999988079071 03:00:54 INFO: Retrieving Stack Cost... 03:00:56 INFO: Retrieving Pricing Info for: v3-standard-8 03:00:56 INFO: Archiving Costs [Pipeline] echo 03:00:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:00:56 ---> logs-deploy.sh 03:00:56 lf-activate-venv: SKIPPING 03:00:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-217/1 03:00:56 INFO: archiving workspace using pattern(s): 03:00:57 Archives upload complete. 03:00:57 INFO: archiving logs to Nexus