Pull request #256 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 lenny-intel for edgexfoundry/device-snmp-go Obtained Jenkinsfile from 30ad3e1b43fa1435d0ddaf030016317d84e2380b+2bd6e5dae59222faf073cfb9822f90f2048c0bba (2649ea54a27091bf65236703ebd3ff69c3b298d3) 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-ssh5986373252345282646.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-ssh13483411666488418470.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-256/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-256/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6258350532176691217.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-256/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh894373105052532604.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-ssh11983106670567448007.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-256/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-256/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14901709191324926290.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-8857 in /w/workspace/gexfoundry_device-snmp-go_PR-256 [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-256 # 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/256/head:refs/remotes/origin/PR-256 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2bd6e5dae59222faf073cfb9822f90f2048c0bba into PR head commit 30ad3e1b43fa1435d0ddaf030016317d84e2380b Merge succeeded, producing 30ad3e1b43fa1435d0ddaf030016317d84e2380b Checking out Revision 30ad3e1b43fa1435d0ddaf030016317d84e2380b (PR-256) > git config core.sparsecheckout # timeout=10 > git checkout -f 30ad3e1b43fa1435d0ddaf030016317d84e2380b # 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 30ad3e1b43fa1435d0ddaf030016317d84e2380b # timeout=10 Commit message: "refactor!: Replace internal topics from config with new constants" 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 18:52:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:52:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:52:21 ========================================================= 18:52:21 EdgeX Global Pipelines Version Info 18:52:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:52:22 ------------------- 18:52:22 stable info: 18:52:22 ------------------- 18:52:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:52:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:52:22 Message: update stable to v1.0.244 18:52:22 ------------------- 18:52:22 experimental info: 18:52:22 ------------------- 18:52:22 Commited By: **** collab-it+edgex@linuxfoundation.org 18:52:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:52:22 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:52:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:52:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:52:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:52:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:52:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-256 [Pipeline] echo 18:52:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-256 [Pipeline] echo 18:52:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-256 [Pipeline] echo 18:52:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30ad3e1b43fa1435d0ddaf030016317d84e2380b [Pipeline] echo 18:52:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30ad3e1 [Pipeline] echo 18:52:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:52:24 provisioning config files... 18:52:24 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/config1290142623611920074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:52:24 ---> docker-login.sh 18:52:24 nexus3.edgexfoundry.org:10001 18:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:25 Configure a credential helper to remove this warning. See 18:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:25 18:52:25 Login Succeeded 18:52:25 nexus3.edgexfoundry.org:10002 18:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:25 Configure a credential helper to remove this warning. See 18:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:25 18:52:25 Login Succeeded 18:52:25 nexus3.edgexfoundry.org:10003 18:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:25 Configure a credential helper to remove this warning. See 18:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:25 18:52:25 Login Succeeded 18:52:25 nexus3.edgexfoundry.org:10004 18:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:25 Configure a credential helper to remove this warning. See 18:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:25 18:52:25 Login Succeeded 18:52:25 docker.io 18:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:25 Configure a credential helper to remove this warning. See 18:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:25 18:52:25 Login Succeeded 18:52:25 ---> docker-login.sh ends [Pipeline] } 18:52:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:52:26 + git rev-list -1 --merges 30ad3e1b43fa1435d0ddaf030016317d84e2380b~1..30ad3e1b43fa1435d0ddaf030016317d84e2380b [Pipeline] echo 18:52:26 -----------> git rev-list -1 --merges 30ad3e1b43fa1435d0ddaf030016317d84e2380b~1..30ad3e1b43fa1435d0ddaf030016317d84e2380b 30ad3e1b43fa1435d0ddaf030016317d84e2380b [false] [Pipeline] sh 18:52:26 + git log --format=format:%s -1 30ad3e1b43fa1435d0ddaf030016317d84e2380b [Pipeline] echo 18:52:26 ========================================================= 18:52:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:52:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:52:27 + git log --format=format:%s -1 30ad3e1b43fa1435d0ddaf030016317d84e2380b [Pipeline] echo 18:52:27 [semverPrep] GIT_COMMIT: 30ad3e1b43fa1435d0ddaf030016317d84e2380b, Commit Message: refactor!: Replace internal topics from config with new constants [Pipeline] echo 18:52:27 [semverPrep] This is not a build commit. [Pipeline] sh 18:52:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:52:27 + grep -v github /etc/ssh/ssh_known_hosts 18:52:27 + [ -e /tmp/ssh_known_hosts ] 18:52:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:52:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:52:27 + sudo tee -a /etc/ssh/ssh_known_hosts 18:52:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:52:28 18:52:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:52:28 0.1.4: Pulling from edgex-devops/py-git-semver 18:52:28 b85a868b505f: Pulling fs layer 18:52:28 e2be974225ed: Pulling fs layer 18:52:28 339a4e72a1f5: Pulling fs layer 18:52:28 988bab9f4d93: Pulling fs layer 18:52:28 1469e6f7b9e6: Pulling fs layer 18:52:28 eaf3925da568: Pulling fs layer 18:52:28 bab4dde63d76: Pulling fs layer 18:52:28 bde34c3a00c8: Pulling fs layer 18:52:28 b352a97aabf1: Pulling fs layer 18:52:28 4872d77fe225: Pulling fs layer 18:52:28 5851b861e8e6: Pulling fs layer 18:52:28 4872d77fe225: Waiting 18:52:28 5851b861e8e6: Waiting 18:52:28 bde34c3a00c8: Waiting 18:52:28 eaf3925da568: Waiting 18:52:28 988bab9f4d93: Waiting 18:52:28 b352a97aabf1: Waiting 18:52:28 1469e6f7b9e6: Waiting 18:52:28 bab4dde63d76: Waiting 18:52:28 e2be974225ed: Verifying Checksum 18:52:28 988bab9f4d93: Download complete 18:52:28 1469e6f7b9e6: Verifying Checksum 18:52:28 1469e6f7b9e6: Download complete 18:52:28 339a4e72a1f5: Verifying Checksum 18:52:28 339a4e72a1f5: Download complete 18:52:28 eaf3925da568: Verifying Checksum 18:52:28 eaf3925da568: Download complete 18:52:28 bde34c3a00c8: Verifying Checksum 18:52:28 b352a97aabf1: Verifying Checksum 18:52:28 b352a97aabf1: Download complete 18:52:28 4872d77fe225: Verifying Checksum 18:52:28 5851b861e8e6: Download complete 18:52:28 b85a868b505f: Download complete 18:52:29 bab4dde63d76: Verifying Checksum 18:52:29 bab4dde63d76: Download complete 18:52:30 b85a868b505f: Pull complete 18:52:30 e2be974225ed: Pull complete 18:52:31 339a4e72a1f5: Pull complete 18:52:31 988bab9f4d93: Pull complete 18:52:31 1469e6f7b9e6: Pull complete 18:52:31 eaf3925da568: Pull complete 18:52:33 bab4dde63d76: Pull complete 18:52:33 bde34c3a00c8: Pull complete 18:52:33 b352a97aabf1: Pull complete 18:52:33 4872d77fe225: Pull complete 18:52:33 5851b861e8e6: Pull complete 18:52:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:52:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:52:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:52:34 prd-ubuntu20.04-docker-8c-8g-8857 does not seem to be running inside a container 18:52:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-256 -v /w/workspace/gexfoundry_device-snmp-go_PR-256:/w/workspace/gexfoundry_device-snmp-go_PR-256:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-256@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 18:52:35 $ docker top 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 -eo pid,comm 18:52:35 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). 18:52:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:52:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:52:35 [ssh-agent] Looking for ssh-agent implementation... 18:52:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:52:35 $ docker exec 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 ssh-agent 18:52:35 SSH_AUTH_SOCK=/tmp/ssh-zzFdOFXYUxvO/agent.32 18:52:35 SSH_AGENT_PID=39 18:52:35 Running ssh-add (command line suppressed) 18:52:35 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/private_key_12140450846278354733.key (/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/private_key_12140450846278354733.key) 18:52:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:52:36 + git tag --points-at HEAD [Pipeline] } 18:52:36 $ docker exec --env ******** --env ******** 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 ssh-agent -k 18:52:36 unset SSH_AUTH_SOCK; 18:52:36 unset SSH_AGENT_PID; 18:52:36 echo Agent pid 39 killed; 18:52:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:52:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:52:36 [ssh-agent] Looking for ssh-agent implementation... 18:52:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:52:36 $ docker exec 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 ssh-agent 18:52:36 SSH_AUTH_SOCK=/tmp/ssh-pQK97DRBEosT/agent.71 18:52:36 SSH_AGENT_PID=77 18:52:36 Running ssh-add (command line suppressed) 18:52:36 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/private_key_1838666088551265181.key (/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/private_key_1838666088551265181.key) 18:52:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:52:37 + git semver init 18:52:37 2023-03-08 18:52:37,377 [run_init] DEBUG init version:0.0.0 force:False 18:52:37 2023-03-08 18:52:37,378 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver 18:52:37 2023-03-08 18:52:37,379 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-256/.semver 18:52:37 2023-03-08 18:52:37,379 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-256, universal_newlines=False, shell=None, istream=None) 18:52:38 2023-03-08 18:52:38,165 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-256/.git/info/exclude 18:52:38 2023-03-08 18:52:38,166 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver/PR-256 with force:False 18:52:38 2023-03-08 18:52:38,166 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver/PR-256 18:52:38 2023-03-08 18:52:38,169 [execute] INFO git cat-file --batch-check 18:52:38 2023-03-08 18:52:38,169 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver, universal_newlines=False, shell=None, istream=) 18:52:38 2023-03-08 18:52:38,175 [execute] INFO git cat-file --batch 18:52:38 2023-03-08 18:52:38,176 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-256/.semver, universal_newlines=False, shell=None, istream=) 18:52:38 2023-03-08 18:52:38,181 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-256/.semver/PR-256 18:52:38 0.0.0 [Pipeline] } 18:52:38 $ docker exec --env ******** --env ******** 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 ssh-agent -k 18:52:38 unset SSH_AUTH_SOCK; 18:52:38 unset SSH_AGENT_PID; 18:52:38 echo Agent pid 77 killed; 18:52:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:52:38 + git semver [Pipeline] } 18:52:39 $ docker stop --time=1 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 18:52:40 $ docker rm -f --volumes 4d18e4c6b45c2ae25ea47bcecbaf177551c9ba9b85e70e7d73a568cd5e1b9e93 [Pipeline] // withDockerContainer [Pipeline] sh 18:52:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:52:41 Stashed 1 file(s) [Pipeline] echo 18:52:41 [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 18:52:42 provisioning config files... 18:52:42 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/config17227980053592396373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:52:42 ---> docker-login.sh 18:52:42 nexus3.edgexfoundry.org:10001 18:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:42 Configure a credential helper to remove this warning. See 18:52:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:42 18:52:42 Login Succeeded 18:52:42 nexus3.edgexfoundry.org:10002 18:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:42 Configure a credential helper to remove this warning. See 18:52:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:42 18:52:42 Login Succeeded 18:52:42 nexus3.edgexfoundry.org:10003 18:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:42 Configure a credential helper to remove this warning. See 18:52:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:42 18:52:42 Login Succeeded 18:52:42 nexus3.edgexfoundry.org:10004 18:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:42 Configure a credential helper to remove this warning. See 18:52:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:42 18:52:42 Login Succeeded 18:52:42 docker.io 18:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:42 Configure a credential helper to remove this warning. See 18:52:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:42 18:52:42 Login Succeeded 18:52:42 ---> docker-login.sh ends [Pipeline] } 18:52:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:52:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:52:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:52:43 ========================================================= 18:52:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:52:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:43 + 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 . 18:52:43 Sending build context to Docker daemon 5.752MB 18:52:43 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:52:43 Step 2/12 : FROM ${BASE} AS builder 18:52:43 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:52:43 213ec9aee27d: Pulling fs layer 18:52:43 4583459ba037: Pulling fs layer 18:52:43 93c1e223e6f2: Pulling fs layer 18:52:43 53926ce57604: Pulling fs layer 18:52:43 21b2b0c7a3f4: Pulling fs layer 18:52:43 22ff95d597cd: Pulling fs layer 18:52:43 12d6caf4c0d1: Pulling fs layer 18:52:43 96b7cbca73a9: Pulling fs layer 18:52:43 a7acece74701: Pulling fs layer 18:52:43 21b2b0c7a3f4: Waiting 18:52:43 22ff95d597cd: Waiting 18:52:43 12d6caf4c0d1: Waiting 18:52:43 96b7cbca73a9: Waiting 18:52:43 a7acece74701: Waiting 18:52:43 53926ce57604: Waiting 18:52:43 93c1e223e6f2: Verifying Checksum 18:52:43 93c1e223e6f2: Download complete 18:52:43 4583459ba037: Download complete 18:52:43 22ff95d597cd: Verifying Checksum 18:52:43 22ff95d597cd: Download complete 18:52:43 213ec9aee27d: Verifying Checksum 18:52:43 213ec9aee27d: Download complete 18:52:43 12d6caf4c0d1: Verifying Checksum 18:52:43 12d6caf4c0d1: Download complete 18:52:43 213ec9aee27d: Pull complete 18:52:44 4583459ba037: Pull complete 18:52:44 93c1e223e6f2: Pull complete 18:52:44 a7acece74701: Verifying Checksum 18:52:44 a7acece74701: Download complete 18:52:44 96b7cbca73a9: Verifying Checksum 18:52:44 96b7cbca73a9: Download complete 18:52:44 53926ce57604: Verifying Checksum 18:52:44 53926ce57604: Download complete 18:52:48 53926ce57604: Pull complete 18:52:48 21b2b0c7a3f4: Pull complete 18:52:48 22ff95d597cd: Pull complete 18:52:48 12d6caf4c0d1: Pull complete 18:52:50 96b7cbca73a9: Pull complete 18:52:51 a7acece74701: Pull complete 18:52:51 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:52:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:52:51 ---> db6d94c90886 18:52:51 Step 3/12 : ARG ADD_BUILD_TAGS="" 18:52:53 ---> Running in 260b8bb893ca 18:52:53 Removing intermediate container 260b8bb893ca 18:52:53 ---> 4769b80f6f6e 18:52:53 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:52:53 ---> Running in 75180fb0cef3 18:52:53 Removing intermediate container 75180fb0cef3 18:52:53 ---> ee696150efd8 18:52:53 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:52:53 ---> Running in 6351feb9417b 18:52:53 Removing intermediate container 6351feb9417b 18:52:53 ---> 65246ac9caeb 18:52:53 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 18:52:54 ---> Running in 42d8d89a2de6 18:52:54 Removing intermediate container 42d8d89a2de6 18:52:54 ---> 6d90d6090a62 18:52:54 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:52:54 ---> Running in ac6acb1373f9 18:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:52:54 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:52:54 (2/4) Installing libedit (20210910.3.1-r0) 18:52:54 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:52:54 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:52:54 Executing busybox-1.35.0-r17.trigger 18:52:54 OK: 216 MiB in 55 packages 18:52:55 Removing intermediate container ac6acb1373f9 18:52:55 ---> 11bc8fa3593f 18:52:55 Step 8/12 : WORKDIR /device-snmp-go 18:52:55 ---> Running in 8a6e925f0266 18:52:55 Removing intermediate container 8a6e925f0266 18:52:55 ---> 8df35aa46a98 18:52:55 Step 9/12 : COPY go.mod vendor* ./ 18:52:55 ---> 30a1a574e51a 18:52:55 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:52:55 ---> Running in 33cb074a9567 18:52:56 Still waiting to schedule task 18:52:56 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 18:53:22 Removing intermediate container 33cb074a9567 18:53:22 ---> c83606e555e8 18:53:22 Step 11/12 : COPY . . 18:53:22 ---> d96dc2604c63 18:53:22 Step 12/12 : RUN ${MAKE} 18:53:22 ---> Running in 1159a4bc5dbf 18:53:22 noop 18:53:22 Removing intermediate container 1159a4bc5dbf 18:53:22 ---> bc3925e6b60c 18:53:22 Successfully built bc3925e6b60c 18:53:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:22 + docker inspect -f . ci-base-image-x86_64 18:53:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:53:22 prd-ubuntu20.04-docker-8c-8g-8857 does not seem to be running inside a container 18:53:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-256 -v /w/workspace/gexfoundry_device-snmp-go_PR-256:/w/workspace/gexfoundry_device-snmp-go_PR-256:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-256@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 18:53:23 $ docker top ae52977bd3b2a01ef21fc29042d782ffb6c5ab55ebbf149e36aa94bbde8ece4a -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:23 + go version 18:53:23 go version go1.18.7 linux/amd64 [Pipeline] } 18:53:23 $ docker stop --time=1 ae52977bd3b2a01ef21fc29042d782ffb6c5ab55ebbf149e36aa94bbde8ece4a 18:53:25 $ docker rm -f --volumes ae52977bd3b2a01ef21fc29042d782ffb6c5ab55ebbf149e36aa94bbde8ece4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:25 + docker inspect -f . ci-base-image-x86_64 18:53:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:53:25 prd-ubuntu20.04-docker-8c-8g-8857 does not seem to be running inside a container 18:53:25 $ 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-256 -v /w/workspace/gexfoundry_device-snmp-go_PR-256:/w/workspace/gexfoundry_device-snmp-go_PR-256:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-256@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 18:53:26 $ docker top 77e8abbfeb798a8854f0232f3364fb30cbf3be2e09c73587e1386a8d8241cb0c -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:26 + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-256 [Pipeline] fileExists [Pipeline] sh 18:53:27 + make test 18:53:27 go test ./... -coverprofile=coverage.out 18:53:28 ? github.com/edgexfoundry/device-snmp-go [no test files] 18:53:38 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 18:53:38 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.014s coverage: 0.0% of statements 18:53:43 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." 18:53:43 go vet ./... 18:53:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:53:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:53:47 ./bin/test-attribution-txt.sh [Pipeline] echo 18:53:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:53:47 $ docker stop --time=1 77e8abbfeb798a8854f0232f3364fb30cbf3be2e09c73587e1386a8d8241cb0c 18:53:49 $ docker rm -f --volumes 77e8abbfeb798a8854f0232f3364fb30cbf3be2e09c73587e1386a8d8241cb0c [Pipeline] // withDockerContainer [Pipeline] sh 18:53:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:53:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:53:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:53:50 + ls -al . 18:53:50 total 172 18:53:50 drwxrwxr-x 9 jenkins jenkins 4096 Mar 8 18:53 . 18:53:50 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 18:52 .. 18:53:50 -rw-rw-r-- 1 jenkins jenkins 6 Mar 8 18:52 .dockerignore 18:53:50 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 18:53 .git 18:53:50 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:52 .github 18:53:50 -rw-rw-r-- 1 jenkins jenkins 328 Mar 8 18:52 .gitignore 18:53:50 -rw-rw-r-- 1 jenkins jenkins 41 Mar 8 18:52 .golangci.yml 18:53:50 drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 18:52 .semver 18:53:50 -rw-rw-r-- 1 jenkins jenkins 9045 Mar 8 18:52 Attribution.txt 18:53:50 -rw-rw-r-- 1 jenkins jenkins 8355 Mar 8 18:52 CHANGELOG.md 18:53:50 -rw-rw-r-- 1 jenkins jenkins 1423 Mar 8 18:52 Dockerfile 18:53:50 -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 18:52 GOVERNANCE.md 18:53:50 -rw-rw-r-- 1 jenkins jenkins 656 Mar 8 18:52 Jenkinsfile 18:53:50 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 8 18:52 LICENSE 18:53:50 -rw-rw-r-- 1 jenkins jenkins 2079 Mar 8 18:52 Makefile 18:53:50 -rw-rw-r-- 1 jenkins jenkins 620 Mar 8 18:52 OWNERS.md 18:53:50 -rw-rw-r-- 1 jenkins jenkins 10054 Mar 8 18:52 README.md 18:53:50 -rw-rw-r-- 1 jenkins jenkins 5 Mar 8 18:52 VERSION 18:53:50 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 18:52 bin 18:53:50 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:52 cmd 18:53:50 -rw-r--r-- 1 jenkins jenkins 7631 Mar 8 18:53 coverage.out 18:53:50 -rw-rw-r-- 1 jenkins jenkins 3326 Mar 8 18:52 go.mod 18:53:50 -rw-rw-r-- 1 jenkins jenkins 32920 Mar 8 18:52 go.sum 18:53:50 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:52 internal 18:53:50 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 18:52 snap 18:53:50 -rw-rw-r-- 1 jenkins jenkins 228 Mar 8 18:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:51 + 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=30ad3e1b43fa1435d0ddaf030016317d84e2380b --label arch=amd64 --label version=0.0.0 . 18:53:51 Sending build context to Docker daemon 5.76MB 18:53:51 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 18:53:51 Step 2/24 : FROM ${BASE} AS builder 18:53:51 ---> bc3925e6b60c 18:53:51 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:53:51 ---> Running in ff7e8bf5eec0 18:53:51 Removing intermediate container ff7e8bf5eec0 18:53:51 ---> 5b6386126ecc 18:53:51 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:53:51 ---> Running in c7ac022cc482 18:53:51 Removing intermediate container c7ac022cc482 18:53:51 ---> 9129daeed363 18:53:51 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:53:51 ---> Running in 3e07d3446189 18:53:51 Removing intermediate container 3e07d3446189 18:53:51 ---> 5020fd9f2849 18:53:51 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 18:53:51 ---> Running in 8e3ad2736b58 18:53:51 Removing intermediate container 8e3ad2736b58 18:53:51 ---> 24dd3fa7cbc9 18:53:51 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:53:51 ---> Running in 5d5bcce457c5 18:53:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:53:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:53:52 OK: 216 MiB in 55 packages 18:53:53 Removing intermediate container 5d5bcce457c5 18:53:53 ---> 11ade1e2cc0a 18:53:53 Step 8/24 : WORKDIR /device-snmp-go 18:53:53 ---> Running in f00b94c29987 18:53:53 Removing intermediate container f00b94c29987 18:53:53 ---> bddbe99d7ec8 18:53:53 Step 9/24 : COPY go.mod vendor* ./ 18:53:53 ---> 9aa4c2830e91 18:53:53 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:53:53 ---> Running in 79e5e1ee84b7 18:53:54 Removing intermediate container 79e5e1ee84b7 18:53:54 ---> 019978f00d97 18:53:54 Step 11/24 : COPY . . 18:53:54 ---> e110db148a1e 18:53:54 Step 12/24 : RUN ${MAKE} 18:53:54 ---> Running in ea52b5958777 18:53:54 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 18:54:16 Removing intermediate container ea52b5958777 18:54:16 ---> eca5ee8d9523 18:54:16 Step 13/24 : FROM alpine:3.16 18:54:16 3.16: Pulling from library/alpine 18:54:16 ef5531b6e74e: Pulling fs layer 18:54:16 ef5531b6e74e: Verifying Checksum 18:54:16 ef5531b6e74e: Download complete 18:54:16 ef5531b6e74e: Pull complete 18:54:16 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:54:16 Status: Downloaded newer image for alpine:3.16 18:54:16 ---> dfd21b5a31f5 18:54:16 Step 14/24 : RUN apk add --update --no-cache dumb-init 18:54:16 ---> Running in 39fd71e70958 18:54:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:54:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:54:16 (1/1) Installing dumb-init (1.2.5-r1) 18:54:16 Executing busybox-1.35.0-r17.trigger 18:54:16 OK: 6 MiB in 15 packages 18:54:16 Removing intermediate container 39fd71e70958 18:54:16 ---> b1a9c8b8cb9e 18:54:16 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 18:54:16 ---> afc7441c055e 18:54:16 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 18:54:16 ---> 1f5dfc573a71 18:54:16 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 18:54:16 ---> 5d4463e22f90 18:54:16 Step 18/24 : EXPOSE 59993 18:54:16 ---> Running in 72059526ecb4 18:54:16 Removing intermediate container 72059526ecb4 18:54:16 ---> 58413e0eedaf 18:54:16 Step 19/24 : EXPOSE 161 18:54:16 ---> Running in 510c7df32097 18:54:16 Removing intermediate container 510c7df32097 18:54:16 ---> 79394693c373 18:54:16 Step 20/24 : ENTRYPOINT ["/device-snmp"] 18:54:16 ---> Running in 41acf59b04c7 18:54:16 Removing intermediate container 41acf59b04c7 18:54:16 ---> bde25ac43cdb 18:54:16 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 18:54:16 ---> Running in 74b40e04d5d4 18:54:16 Removing intermediate container 74b40e04d5d4 18:54:16 ---> c63604ef9f71 18:54:16 Step 22/24 : LABEL arch=amd64 18:54:16 ---> Running in e74d6bc409d8 18:54:16 Removing intermediate container e74d6bc409d8 18:54:16 ---> a4bb51fa5803 18:54:16 Step 23/24 : LABEL git_sha=30ad3e1b43fa1435d0ddaf030016317d84e2380b 18:54:16 ---> Running in 3f5e446c1028 18:54:16 Removing intermediate container 3f5e446c1028 18:54:16 ---> cb0f1a4fbd67 18:54:16 Step 24/24 : LABEL version=0.0.0 18:54:16 ---> Running in 3a00dfdace7b 18:54:17 Removing intermediate container 3a00dfdace7b 18:54:17 ---> c20a2e0c2041 18:54:17 [Warning] One or more build-args [ARCH] were not consumed 18:54:17 Successfully built c20a2e0c2041 18:54:17 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 18:54:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:54:17 18:54:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:54:18 latest: Pulling from edgex-lftools-log-publisher 18:54:18 5eb5b503b376: Pulling fs layer 18:54:18 5c69ac0246d0: Pulling fs layer 18:54:18 ec43610c2a17: Pulling fs layer 18:54:18 3a2ae6a8a46f: Pulling fs layer 18:54:18 33b1e0a273af: Pulling fs layer 18:54:18 5d3b04190fa2: Pulling fs layer 18:54:18 2f39f015ded8: Pulling fs layer 18:54:18 3a2ae6a8a46f: Waiting 18:54:18 33b1e0a273af: Waiting 18:54:18 2f39f015ded8: Waiting 18:54:18 5c69ac0246d0: Download complete 18:54:18 3a2ae6a8a46f: Verifying Checksum 18:54:18 3a2ae6a8a46f: Download complete 18:54:18 33b1e0a273af: Verifying Checksum 18:54:18 33b1e0a273af: Download complete 18:54:18 5d3b04190fa2: Verifying Checksum 18:54:18 5d3b04190fa2: Download complete 18:54:18 ec43610c2a17: Verifying Checksum 18:54:18 ec43610c2a17: Download complete 18:54:18 5eb5b503b376: Verifying Checksum 18:54:18 5eb5b503b376: Download complete 18:54:19 2f39f015ded8: Download complete 18:54:19 5eb5b503b376: Pull complete 18:54:19 5c69ac0246d0: Pull complete 18:54:20 ec43610c2a17: Pull complete 18:54:20 3a2ae6a8a46f: Pull complete 18:54:20 33b1e0a273af: Pull complete 18:54:20 5d3b04190fa2: Pull complete 18:54:24 2f39f015ded8: Pull complete 18:54:24 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:54:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:54:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:54:25 prd-ubuntu20.04-docker-8c-8g-8857 does not seem to be running inside a container 18:54:25 $ 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-256 -v /w/workspace/gexfoundry_device-snmp-go_PR-256:/w/workspace/gexfoundry_device-snmp-go_PR-256:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-256@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 18:54:26 $ docker top 2e8b90542d6d16f4f1701047f9f5d4dad8db6dbb277e83ba4484e759ef8f1222 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:54:27 ---> job-cost.sh 18:54:27 lf-activate-venv: SKIPPING 18:54:27 INFO: No Stack... 18:54:27 INFO: Retrieving Pricing Info for: v3-standard-8 18:54:27 INFO: Archiving Costs [Pipeline] sh 18:54:28 + cat /w/workspace/gexfoundry_device-snmp-go_PR-256/archives/cost.csv 18:54:28 + cut -d, -f6 [Pipeline] lock 18:54:28 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] 18:54:28 Resource [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] did not exist. Created. 18:54:28 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:54:28 + echo total: 0.2199999988079071 [Pipeline] stash 18:54:28 Stashed 1 file(s) [Pipeline] } 18:54:28 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:54:28 $ docker stop --time=1 2e8b90542d6d16f4f1701047f9f5d4dad8db6dbb277e83ba4484e759ef8f1222 18:54:29 $ docker rm -f --volumes 2e8b90542d6d16f4f1701047f9f5d4dad8db6dbb277e83ba4484e759ef8f1222 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:56:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8858 in /w/workspace/gexfoundry_device-snmp-go_PR-256 [Pipeline] { [Pipeline] ws 18:56:34 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 18:56:35 Selected Git installation does not exist. Using Default 18:56:35 The recommended git tool is: NONE 18:56:40 using credential edgex-jenkins-ssh 18:56:40 Cloning the remote Git repository 18:56:40 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 18:56:40 > git init /w/workspace/device-snmp-go/1 # timeout=10 18:56:40 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 18:56:40 > git --version # timeout=10 18:56:40 > git --version # 'git version 2.25.1' 18:56:40 using GIT_SSH to set credentials SSH Credentials for GitHub 18:56:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:56:41 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 18:56:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:56:42 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 18:56:42 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 18:56:42 using GIT_SSH to set credentials SSH Credentials for GitHub 18:56:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/256/head:refs/remotes/origin/PR-256 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:56:42 Merging remotes/origin/main commit 2bd6e5dae59222faf073cfb9822f90f2048c0bba into PR head commit 30ad3e1b43fa1435d0ddaf030016317d84e2380b 18:56:43 Merge succeeded, producing 30ad3e1b43fa1435d0ddaf030016317d84e2380b 18:56:43 Checking out Revision 30ad3e1b43fa1435d0ddaf030016317d84e2380b (PR-256) 18:56:42 > git config core.sparsecheckout # timeout=10 18:56:42 > git checkout -f 30ad3e1b43fa1435d0ddaf030016317d84e2380b # timeout=10 18:56:43 > git remote # timeout=10 18:56:43 > git config --get remote.origin.url # timeout=10 18:56:43 using GIT_SSH to set credentials SSH Credentials for GitHub 18:56:43 > git merge 2bd6e5dae59222faf073cfb9822f90f2048c0bba # timeout=10 18:56:43 > git rev-parse HEAD^{commit} # timeout=10 18:56:43 > git config core.sparsecheckout # timeout=10 18:56:43 > git checkout -f 30ad3e1b43fa1435d0ddaf030016317d84e2380b # timeout=10 18:56:46 Commit message: "refactor!: Replace internal topics from config with new constants" 18:56:46 > git --version # timeout=10 18:56:46 > git --version # 'git version 2.25.1' 18:56:46 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:56:47 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:56:47 % Total % Received % Xferd Average Speed Time Time Time Current 18:56:47 Dload Upload Total Spent Left Speed 18:56:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh 18:56:48 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:56:48 + sudo tee /etc/docker/daemon.new 18:56:48 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:56:48 { 18:56:48 "registry-mirrors": [ 18:56:48 "https://nexus3.edgexfoundry.org:10001" 18:56:48 ], 18:56:48 "bip": "10.250.0.254/24", 18:56:48 "hosts": [ 18:56:48 "tcp://0.0.0.0:5555", 18:56:48 "unix:///var/run/docker.sock" 18:56:48 ], 18:56:48 "mtu": 1458, 18:56:48 "selinux-enabled": true, 18:56:48 "seccomp-profile": "/etc/docker/seccomp.json" 18:56:48 } [Pipeline] sh 18:56:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:56:49 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:57:07 provisioning config files... 18:57:07 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config5920237930463753190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:57:08 ---> docker-login.sh 18:57:08 nexus3.edgexfoundry.org:10001 18:57:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:08 Configure a credential helper to remove this warning. See 18:57:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:08 18:57:08 Login Succeeded 18:57:08 nexus3.edgexfoundry.org:10002 18:57:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:09 Configure a credential helper to remove this warning. See 18:57:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:09 18:57:09 Login Succeeded 18:57:09 nexus3.edgexfoundry.org:10003 18:57:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:09 Configure a credential helper to remove this warning. See 18:57:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:09 18:57:09 Login Succeeded 18:57:09 nexus3.edgexfoundry.org:10004 18:57:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:09 Configure a credential helper to remove this warning. See 18:57:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:09 18:57:09 Login Succeeded 18:57:09 docker.io 18:57:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:10 Configure a credential helper to remove this warning. See 18:57:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:10 18:57:10 Login Succeeded 18:57:10 ---> docker-login.sh ends [Pipeline] } 18:57:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:57:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:57:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:57:10 ========================================================= 18:57:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:57:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:57:11 + 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 . 18:57:11 Sending build context to Docker daemon 3.003MB 18:57:11 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:57:11 Step 2/12 : FROM ${BASE} AS builder 18:57:12 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:57:12 9b18e9b68314: Pulling fs layer 18:57:12 35d82f9e3411: Pulling fs layer 18:57:12 e16973657156: Pulling fs layer 18:57:12 fc693d55d65f: Pulling fs layer 18:57:12 7e9fc2657dce: Pulling fs layer 18:57:12 dda99020689f: Pulling fs layer 18:57:12 db1c61fa0a46: Pulling fs layer 18:57:12 891c053d2c06: Pulling fs layer 18:57:12 dda99020689f: Waiting 18:57:12 fc693d55d65f: Waiting 18:57:12 7e9fc2657dce: Waiting 18:57:12 db1c61fa0a46: Waiting 18:57:12 891c053d2c06: Waiting 18:57:12 e16973657156: Verifying Checksum 18:57:12 e16973657156: Download complete 18:57:12 35d82f9e3411: Verifying Checksum 18:57:12 35d82f9e3411: Download complete 18:57:12 7e9fc2657dce: Verifying Checksum 18:57:12 7e9fc2657dce: Download complete 18:57:12 dda99020689f: Verifying Checksum 18:57:12 dda99020689f: Download complete 18:57:12 9b18e9b68314: Verifying Checksum 18:57:12 9b18e9b68314: Download complete 18:57:13 9b18e9b68314: Pull complete 18:57:13 891c053d2c06: Verifying Checksum 18:57:13 891c053d2c06: Download complete 18:57:13 35d82f9e3411: Pull complete 18:57:13 e16973657156: Pull complete 18:57:14 db1c61fa0a46: Verifying Checksum 18:57:14 db1c61fa0a46: Download complete 18:57:15 fc693d55d65f: Verifying Checksum 18:57:15 fc693d55d65f: Download complete 18:57:27 fc693d55d65f: Pull complete 18:57:27 7e9fc2657dce: Pull complete 18:57:27 dda99020689f: Pull complete 18:57:31 db1c61fa0a46: Pull complete 18:57:33 891c053d2c06: Pull complete 18:57:33 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:57:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:57:33 ---> f96f9c87975a 18:57:33 Step 3/12 : ARG ADD_BUILD_TAGS="" 18:57:35 ---> Running in a3311c6ea006 18:57:35 Removing intermediate container a3311c6ea006 18:57:35 ---> 216f5851cec6 18:57:35 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:57:35 ---> Running in deacd7745f1f 18:57:35 Removing intermediate container deacd7745f1f 18:57:35 ---> 5456376269db 18:57:35 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:57:36 ---> Running in 64cb5f16ee24 18:57:36 Removing intermediate container 64cb5f16ee24 18:57:36 ---> 567a2b789177 18:57:36 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 18:57:36 ---> Running in d1449c431f07 18:57:36 Removing intermediate container d1449c431f07 18:57:36 ---> 26171c58435c 18:57:36 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:57:36 ---> Running in dcaa5587177a 18:57:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:57:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:57:38 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:57:38 (2/4) Installing libedit (20210910.3.1-r0) 18:57:38 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:57:38 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:57:38 Executing busybox-1.35.0-r17.trigger 18:57:38 OK: 226 MiB in 55 packages 18:57:39 Removing intermediate container dcaa5587177a 18:57:39 ---> 1cbd500f85e9 18:57:39 Step 8/12 : WORKDIR /device-snmp-go 18:57:40 ---> Running in f7cbfc876c6c 18:57:40 Removing intermediate container f7cbfc876c6c 18:57:40 ---> 38bf71a70993 18:57:40 Step 9/12 : COPY go.mod vendor* ./ 18:57:40 ---> 25932fc12f3c 18:57:40 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:57:41 ---> Running in 22399bb61c2b 18:58:48 Removing intermediate container 22399bb61c2b 18:58:48 ---> 2dc242c9099d 18:58:48 Step 11/12 : COPY . . 18:58:48 ---> 4bc3331bbe6a 18:58:48 Step 12/12 : RUN ${MAKE} 18:58:48 ---> Running in 01c0efd6183e 18:58:48 noop 18:58:48 Removing intermediate container 01c0efd6183e 18:58:48 ---> 7d6e2db0f38e 18:58:48 Successfully built 7d6e2db0f38e 18:58:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:58:49 + docker inspect -f . ci-base-image-arm64 18:58:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:58:49 prd-ubuntu20.04-docker-arm64-4c-16g-8858 does not seem to be running inside a container 18:58:49 $ 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 18:58:50 $ docker top ddccb2080ce190e107aa75a96463ee2fbe6e219db8bb5b38c914e70ccf200958 -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:51 + go version 18:58:51 go version go1.18.7 linux/arm64 [Pipeline] } 18:58:51 $ docker stop --time=1 ddccb2080ce190e107aa75a96463ee2fbe6e219db8bb5b38c914e70ccf200958 18:58:53 $ docker rm -f --volumes ddccb2080ce190e107aa75a96463ee2fbe6e219db8bb5b38c914e70ccf200958 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:58:54 + docker inspect -f . ci-base-image-arm64 18:58:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:58:54 prd-ubuntu20.04-docker-arm64-4c-16g-8858 does not seem to be running inside a container 18:58:54 $ 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 18:58:57 $ docker top 208b7d1c3b6da1140256c3444a6a9a34fc62600eb730645878cecda8709ddd78 -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:57 + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh 18:58:58 + make test 18:58:58 go test ./... -coverprofile=coverage.out 18:59:00 ? github.com/edgexfoundry/device-snmp-go [no test files] 19:00:21 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 19:00:21 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.044s coverage: 0.0% of statements 19:00:21 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:00:21 go vet ./... 19:00:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:00:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:00:39 ./bin/test-attribution-txt.sh [Pipeline] echo 19:00:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 19:00:40 $ docker stop --time=1 208b7d1c3b6da1140256c3444a6a9a34fc62600eb730645878cecda8709ddd78 19:00:41 $ docker rm -f --volumes 208b7d1c3b6da1140256c3444a6a9a34fc62600eb730645878cecda8709ddd78 [Pipeline] // withDockerContainer [Pipeline] sh 19:00:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:00:42 Warning: overwriting stash ‘coverage-report’ 19:00:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:00:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:00:44 + ls -al . 19:00:44 total 168 19:00:44 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 18:58 . 19:00:44 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 18:56 .. 19:00:44 -rw-rw-r-- 1 jenkins jenkins 6 Mar 8 18:56 .dockerignore 19:00:44 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 18:56 .git 19:00:44 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:56 .github 19:00:44 -rw-rw-r-- 1 jenkins jenkins 328 Mar 8 18:56 .gitignore 19:00:44 -rw-rw-r-- 1 jenkins jenkins 41 Mar 8 18:56 .golangci.yml 19:00:44 -rw-rw-r-- 1 jenkins jenkins 9045 Mar 8 18:56 Attribution.txt 19:00:44 -rw-rw-r-- 1 jenkins jenkins 8355 Mar 8 18:56 CHANGELOG.md 19:00:44 -rw-rw-r-- 1 jenkins jenkins 1423 Mar 8 18:56 Dockerfile 19:00:44 -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 18:56 GOVERNANCE.md 19:00:44 -rw-rw-r-- 1 jenkins jenkins 656 Mar 8 18:56 Jenkinsfile 19:00:44 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 8 18:56 LICENSE 19:00:44 -rw-rw-r-- 1 jenkins jenkins 2079 Mar 8 18:56 Makefile 19:00:44 -rw-rw-r-- 1 jenkins jenkins 620 Mar 8 18:56 OWNERS.md 19:00:44 -rw-rw-r-- 1 jenkins jenkins 10054 Mar 8 18:56 README.md 19:00:44 -rw-rw-r-- 1 jenkins jenkins 5 Mar 8 18:52 VERSION 19:00:44 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 18:56 bin 19:00:44 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:56 cmd 19:00:44 -rw-r--r-- 1 jenkins jenkins 7631 Mar 8 19:00 coverage.out 19:00:44 -rw-rw-r-- 1 jenkins jenkins 3326 Mar 8 18:56 go.mod 19:00:44 -rw-rw-r-- 1 jenkins jenkins 32920 Mar 8 18:56 go.sum 19:00:44 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 18:56 internal 19:00:44 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 18:56 snap 19:00:44 -rw-rw-r-- 1 jenkins jenkins 228 Mar 8 18:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:00:44 + 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=30ad3e1b43fa1435d0ddaf030016317d84e2380b --label arch=arm64 --label version=0.0.0 . 19:00:44 Sending build context to Docker daemon 3.011MB 19:00:44 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 19:00:44 Step 2/24 : FROM ${BASE} AS builder 19:00:44 ---> 7d6e2db0f38e 19:00:44 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:00:45 ---> Running in 55d20aa4bccc 19:00:45 Removing intermediate container 55d20aa4bccc 19:00:45 ---> 9cce709e8954 19:00:45 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 19:00:45 ---> Running in 2180a5201c42 19:00:45 Removing intermediate container 2180a5201c42 19:00:45 ---> e2a1ba94d959 19:00:45 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 19:00:45 ---> Running in 7d732f531839 19:00:45 Removing intermediate container 7d732f531839 19:00:45 ---> 5e3d916b64dd 19:00:45 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 19:00:45 ---> Running in 33291bd2b530 19:00:46 Removing intermediate container 33291bd2b530 19:00:46 ---> b4bd9234291c 19:00:46 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:00:46 ---> Running in ae076dbbfacf 19:00:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:00:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:00:48 OK: 226 MiB in 55 packages 19:00:49 Removing intermediate container ae076dbbfacf 19:00:49 ---> 087dafa09221 19:00:49 Step 8/24 : WORKDIR /device-snmp-go 19:00:49 ---> Running in f51f18984c5d 19:00:49 Removing intermediate container f51f18984c5d 19:00:49 ---> 9ed854332bd8 19:00:49 Step 9/24 : COPY go.mod vendor* ./ 19:00:50 ---> 600cb6ed0c1d 19:00:50 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:50 ---> Running in ddc086c565c9 19:00:53 Removing intermediate container ddc086c565c9 19:00:53 ---> d5aa03e1c9a1 19:00:53 Step 11/24 : COPY . . 19:00:54 ---> b5516d0425a7 19:00:54 Step 12/24 : RUN ${MAKE} 19:00:54 ---> Running in d5028fb4de26 19:00:55 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 19:03:17 Removing intermediate container d5028fb4de26 19:03:17 ---> 1c93397832f1 19:03:17 Step 13/24 : FROM alpine:3.16 19:03:17 3.16: Pulling from library/alpine 19:03:17 3760b48202b3: Pulling fs layer 19:03:17 3760b48202b3: Verifying Checksum 19:03:17 3760b48202b3: Download complete 19:03:18 3760b48202b3: Pull complete 19:03:18 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 19:03:18 Status: Downloaded newer image for alpine:3.16 19:03:18 ---> 4c81e5bf8899 19:03:18 Step 14/24 : RUN apk add --update --no-cache dumb-init 19:03:18 ---> Running in b593daf47a01 19:03:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:03:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:03:21 (1/1) Installing dumb-init (1.2.5-r1) 19:03:21 Executing busybox-1.35.0-r17.trigger 19:03:21 OK: 5 MiB in 15 packages 19:03:21 Removing intermediate container b593daf47a01 19:03:21 ---> 4d6dc149c0f4 19:03:21 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 19:03:23 ---> dc97eea64d70 19:03:23 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 19:03:24 ---> 382380a8c073 19:03:24 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 19:03:24 ---> 1cb684835fa1 19:03:24 Step 18/24 : EXPOSE 59993 19:03:25 ---> Running in 8dfb5419226e 19:03:25 Removing intermediate container 8dfb5419226e 19:03:25 ---> 2ea4d6b0ef0e 19:03:25 Step 19/24 : EXPOSE 161 19:03:25 ---> Running in b972c022c5bd 19:03:25 Removing intermediate container b972c022c5bd 19:03:25 ---> cb37c0557809 19:03:25 Step 20/24 : ENTRYPOINT ["/device-snmp"] 19:03:25 ---> Running in 61b45fdbd748 19:03:26 Removing intermediate container 61b45fdbd748 19:03:26 ---> cf3a28e12dd8 19:03:26 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 19:03:26 ---> Running in 42e0852e1bd0 19:03:26 Removing intermediate container 42e0852e1bd0 19:03:26 ---> 412e5b80b766 19:03:26 Step 22/24 : LABEL arch=arm64 19:03:26 ---> Running in 85ba80e4dbfb 19:03:26 Removing intermediate container 85ba80e4dbfb 19:03:26 ---> 973934b2af8a 19:03:26 Step 23/24 : LABEL git_sha=30ad3e1b43fa1435d0ddaf030016317d84e2380b 19:03:26 ---> Running in b7e3702eba34 19:03:27 Removing intermediate container b7e3702eba34 19:03:27 ---> d6405cfaa91b 19:03:27 Step 24/24 : LABEL version=0.0.0 19:03:27 ---> Running in ffec10fda0be 19:03:27 Removing intermediate container ffec10fda0be 19:03:27 ---> 8219eaeb44d6 19:03:27 [Warning] One or more build-args [ARCH] were not consumed 19:03:27 Successfully built 8219eaeb44d6 19:03:27 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 19:03:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:03:28 19:03:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:03:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:03:29 arm64: Pulling from edgex-lftools-log-publisher 19:03:29 8998bd30e6a1: Pulling fs layer 19:03:29 04944245beec: Pulling fs layer 19:03:29 699f458cf7ca: Pulling fs layer 19:03:29 765212b225bb: Pulling fs layer 19:03:29 f23df028b6ca: Pulling fs layer 19:03:29 d65c8cfc05b1: Pulling fs layer 19:03:29 2437ff75d9bd: Pulling fs layer 19:03:29 765212b225bb: Waiting 19:03:29 f23df028b6ca: Waiting 19:03:29 d65c8cfc05b1: Waiting 19:03:29 2437ff75d9bd: Waiting 19:03:29 04944245beec: Verifying Checksum 19:03:29 04944245beec: Download complete 19:03:29 765212b225bb: Verifying Checksum 19:03:29 765212b225bb: Download complete 19:03:29 f23df028b6ca: Download complete 19:03:29 d65c8cfc05b1: Verifying Checksum 19:03:29 d65c8cfc05b1: Download complete 19:03:29 699f458cf7ca: Verifying Checksum 19:03:29 699f458cf7ca: Download complete 19:03:29 8998bd30e6a1: Verifying Checksum 19:03:29 8998bd30e6a1: Download complete 19:03:32 2437ff75d9bd: Verifying Checksum 19:03:32 2437ff75d9bd: Download complete 19:03:33 8998bd30e6a1: Pull complete 19:03:33 04944245beec: Pull complete 19:03:35 699f458cf7ca: Pull complete 19:03:35 765212b225bb: Pull complete 19:03:36 f23df028b6ca: Pull complete 19:03:36 d65c8cfc05b1: Pull complete 19:03:51 2437ff75d9bd: Pull complete 19:03:51 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:03:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:03:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:03:51 prd-ubuntu20.04-docker-arm64-4c-16g-8858 does not seem to be running inside a container 19:03:51 $ 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 19:03:54 $ docker top 61f4363e0c3602ceb41e7175599bdc69e4e4056306ad232a9062a64ca642ab14 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:03:55 ---> job-cost.sh 19:03:55 lf-activate-venv: SKIPPING 19:03:55 INFO: No Stack... 19:03:55 INFO: Retrieving Pricing Info for: v3-standard-4 19:03:56 INFO: Archiving Costs [Pipeline] sh 19:03:57 + cut -d,+ -f6 19:03:57 cat /w/workspace/device-snmp-go/1/archives/cost.csv [Pipeline] lock 19:03:57 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] 19:03:57 Resource [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] did not exist. Created. 19:03:57 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:03:57 /w/workspace/device-snmp-go/1@tmp/durable-99cfcd90/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 19:03:58 + echo total: 0.10999999940395355 [Pipeline] stash 19:03:58 Warning: overwriting stash ‘stack-cost’ 19:03:58 Stashed 1 file(s) [Pipeline] } 19:03:58 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-256-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:03:58 $ docker stop --time=1 61f4363e0c3602ceb41e7175599bdc69e4e4056306ad232a9062a64ca642ab14 19:04:00 $ docker rm -f --volumes 61f4363e0c3602ceb41e7175599bdc69e4e4056306ad232a9062a64ca642ab14 [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 19:04:01 provisioning config files... 19:04:01 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/config5067524955393443061tmp [Pipeline] { [Pipeline] sh 19:04:01 + set +x 19:04:01 + curl -s https://codecov.io/bash 19:04:01 + bash -s -- 19:04:01 19:04:01 _____ _ 19:04:01 / ____| | | 19:04:01 | | ___ __| | ___ ___ _____ __ 19:04:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:04:01 | |___| (_) | (_| | __/ (_| (_) \ V / 19:04:01 \_____\___/ \__,_|\___|\___\___/ \_/ 19:04:01 Bash-1.0.6 19:04:01 19:04:01 19:04:01 ==> git version 2.25.1 found 19:04:01 ==> 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 19:04:01 Release-Date: 2020-01-08 19:04:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:04:01 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:04:01 ==> Jenkins CI detected. 19:04:01 current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-256 19:04:01 project root: . 19:04:01 --> token set from env 19:04:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:04:01 ==> Running gcov in . (disable via -X gcov) 19:04:01 ==> Python coveragepy not found 19:04:01 ==> Searching for coverage reports in: 19:04:01 + . 19:04:01 -> Found 1 reports 19:04:01 ==> Detecting git/mercurial file structure 19:04:01 ==> Reading reports 19:04:01 + ./coverage.out bytes=7631 19:04:01 ==> Appending adjustments 19:04:01 https://docs.codecov.io/docs/fixing-reports 19:04:01 + Found adjustments 19:04:01 ==> Gzipping contents 19:04:01 4.0K /tmp/codecov.6549nW.gz 19:04:01 ==> Uploading reports 19:04:01 url: https://codecov.io 19:04:01 query: branch=PR-256&commit=30ad3e1b43fa1435d0ddaf030016317d84e2380b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-256%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=256&job=&cmd_args= 19:04:01 -> Pinging Codecov 19:04:01 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-256&commit=30ad3e1b43fa1435d0ddaf030016317d84e2380b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-256%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=256&job=&cmd_args= 19:04:01 -> Uploading to 19:04:01 https://storage.googleapis.com/codecov/v4/raw/2023-03-08/6C56EA5C29638FB4528AC87E60AF5AE0/30ad3e1b43fa1435d0ddaf030016317d84e2380b/8d64e196-c5d6-4d71-b988-b819824d6216.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T190401Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1420da8e36b5a0ef8e6bdee9f00ae441ec0f4fb6a3bca5e227e89a406562d214 19:04:02 % Total % Received % Xferd Average Speed Time Time Time Current 19:04:02 Dload Upload Total Spent Left Speed 19:04:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1517 0 0 100 1517 0 5496 --:--:-- --:--:-- --:--:-- 5496 19:04:02 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/30ad3e1b43fa1435d0ddaf030016317d84e2380b [Pipeline] } 19:04:02 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 19:04:03 + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-256/archives ] 19:04:03 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-256/archives 19:04:03 total 16 19:04:03 drwxr-xr-x 3 root root 4096 Mar 8 18:54 . 19:04:03 drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 18:54 .. 19:04:03 drwxr-xr-x 2 root root 4096 Mar 8 18:54 cost 19:04:03 -rw-r--r-- 1 root root 86 Mar 8 18:54 cost.csv 19:04:03 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-256/archives 19:04:03 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-256/archives 19:04:03 total 16 19:04:03 drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 18:54 . 19:04:03 drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 18:54 .. 19:04:03 drwxr-xr-x 2 jenkins jenkins 4096 Mar 8 18:54 cost 19:04:03 -rw-r--r-- 1 jenkins jenkins 86 Mar 8 18:54 cost.csv [Pipeline] libraryResource [Pipeline] sh 19:04:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:04:05 ---> package-listing.sh 19:04:05 ++ tr '[:upper:]' '[:lower:]' 19:04:05 ++ facter osfamily 19:04:05 + OS_FAMILY=debian 19:04:05 + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-256 19:04:05 + START_PACKAGES=/tmp/packages_start.txt 19:04:05 + END_PACKAGES=/tmp/packages_end.txt 19:04:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:04:05 + PACKAGES=/tmp/packages_start.txt 19:04:05 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-256 ']' 19:04:05 + PACKAGES=/tmp/packages_end.txt 19:04:05 + case "${OS_FAMILY}" in 19:04:05 + dpkg -l 19:04:05 + grep '^ii' 19:04:05 + '[' -f /tmp/packages_start.txt ']' 19:04:05 + '[' -f /tmp/packages_end.txt ']' 19:04:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:04:05 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-256 ']' 19:04:05 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-256/archives/ 19:04:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-256/archives/ [Pipeline] echo 19:04:05 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-256/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:04:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:04:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:04:06 prd-ubuntu20.04-docker-8c-8g-8857 does not seem to be running inside a container 19:04:06 $ 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-256/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-256 -v /w/workspace/gexfoundry_device-snmp-go_PR-256:/w/workspace/gexfoundry_device-snmp-go_PR-256:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-256@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-256@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 19:04:06 $ docker top 0196d2e8c1a123ca45d7cee2a83fbdebe7283321027413995bb999709637e6f9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:04:07 + touch /tmp/pre-build-complete [Pipeline] sh 19:04:07 + mkdir -p /var/log/sysstat [Pipeline] sh 19:04:07 + ls /var/log/sa-host 19:04:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:04:07 provisioning config files... 19:04:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-256@tmp/config1789818417271537187tmp [Pipeline] { [Pipeline] echo 19:04:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:04:08 ---> create-netrc.sh [Pipeline] } 19:04:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:04:08 ---> python-tools-install.sh [Pipeline] echo 19:04:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:04:09 ---> sudo-logs.sh 19:04:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:04:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:04:09 ---> job-cost.sh 19:04:09 lf-activate-venv: SKIPPING 19:04:09 DEBUG: total: 0.2199999988079071 19:04:09 INFO: Retrieving Stack Cost... 19:04:09 INFO: Retrieving Pricing Info for: v3-standard-8 19:04:10 INFO: Archiving Costs [Pipeline] echo 19:04:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:04:10 ---> logs-deploy.sh 19:04:10 lf-activate-venv: SKIPPING 19:04:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-256/1 19:04:10 INFO: archiving workspace using pattern(s): 19:04:11 Archives upload complete. 19:04:11 INFO: archiving logs to Nexus