Pull request #132 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c789a195c629e83a38ae553e6e7d0ceb26cc17c3+42a81012aee9d0f4741172f85aabccffc17c1488 (59c942dda3d7b7b998e822ad93fc38e7107723d4) 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-ssh5129507857310103987.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 32edd24ee733e309d05e35b1f887f14b07bde6d0 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-ssh10847824212106921427.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 32edd24ee733e309d05e35b1f887f14b07bde6d0 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-132/workspace@libs/edgex-global-pipelines # 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-132/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh15394611757001984513.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-132/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16036026725016146950.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 32edd24ee733e309d05e35b1f887f14b07bde6d0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 32edd24ee733e309d05e35b1f887f14b07bde6d0 # timeout=10 Commit message: "Merge pull request #369 from ernestojeda/revert-script-move" > 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 shared 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-ssh1232658046535443157.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-132/workspace@libs/lf-pipelines # 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-132/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh333555507391128508.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 32edd24ee733e309d05e35b1f887f14b07bde6d0 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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: [[centos7-docker-4c-2g, ubuntu18.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.16 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-234 in /w/workspace/gexfoundry_device-snmp-go_PR-132 [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-132 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/jenkins-gitclient-ssh6621182643779851476.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 42a81012aee9d0f4741172f85aabccffc17c1488 into PR head commit c789a195c629e83a38ae553e6e7d0ceb26cc17c3 Merge succeeded, producing c789a195c629e83a38ae553e6e7d0ceb26cc17c3 Checking out Revision c789a195c629e83a38ae553e6e7d0ceb26cc17c3 (PR-132) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/jenkins-gitclient-ssh5390170117051428731.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/132/head:refs/remotes/origin/PR-132 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c789a195c629e83a38ae553e6e7d0ceb26cc17c3 # timeout=10 > git remote # timeout=10 > 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 /w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/jenkins-gitclient-ssh5391788086563697156.key > git merge 42a81012aee9d0f4741172f85aabccffc17c1488 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c789a195c629e83a38ae553e6e7d0ceb26cc17c3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-12-27T05:06:12.396Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-12-27T05:06:12.579Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-12-27T05:06:12.686Z] ========================================================= [2021-12-27T05:06:12.686Z] EdgeX Global Pipelines Version Info [2021-12-27T05:06:12.686Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:06:13.862Z] ------------------- [2021-12-27T05:06:13.862Z] stable info: [2021-12-27T05:06:13.862Z] ------------------- [2021-12-27T05:06:13.862Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-12-27T05:06:13.862Z] Commit SHA: 32edd24ee733e309d05e35b1f887f14b07bde6d0 [2021-12-27T05:06:13.862Z] Message: update stable to v1.0.217 [2021-12-27T05:06:14.438Z] ------------------- [2021-12-27T05:06:14.438Z] experimental info: [2021-12-27T05:06:14.438Z] ------------------- [2021-12-27T05:06:14.438Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-12-27T05:06:14.438Z] Commit SHA: 32edd24ee733e309d05e35b1f887f14b07bde6d0 [2021-12-27T05:06:14.438Z] Message: update experimental to v1.0.217 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-12-27T05:06:14.708Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2021-12-27T05:06:14.749Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2021-12-27T05:06:14.785Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-12-27T05:06:14.823Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-12-27T05:06:14.865Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-12-27T05:06:14.901Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-12-27T05:06:14.935Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-12-27T05:06:14.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-12-27T05:06:15.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-12-27T05:06:15.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-12-27T05:06:15.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-12-27T05:06:15.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2021-12-27T05:06:15.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-12-27T05:06:15.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-12-27T05:06:15.246Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-12-27T05:06:15.283Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-12-27T05:06:15.329Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-12-27T05:06:15.363Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-12-27T05:06:15.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-12-27T05:06:15.435Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-12-27T05:06:15.533Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-12-27T05:06:15.567Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-12-27T05:06:15.607Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-12-27T05:06:15.647Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-12-27T05:06:15.686Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-12-27T05:06:15.723Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-12-27T05:06:15.764Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-132 [Pipeline] echo [2021-12-27T05:06:15.801Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-132 [Pipeline] echo [2021-12-27T05:06:15.837Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-132 [Pipeline] echo [2021-12-27T05:06:15.878Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [Pipeline] echo [2021-12-27T05:06:15.912Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c789a19 [Pipeline] echo [2021-12-27T05:06:15.950Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-12-27T05:06:16.051Z] provisioning config files... [2021-12-27T05:06:16.064Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/config8587762371547500276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:06:16.417Z] ---> docker-login.sh [2021-12-27T05:06:16.417Z] nexus3.edgexfoundry.org:10001 [2021-12-27T05:06:16.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:06:16.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:06:16.682Z] Configure a credential helper to remove this warning. See [2021-12-27T05:06:16.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:06:16.682Z] [2021-12-27T05:06:16.682Z] Login Succeeded [2021-12-27T05:06:16.682Z] nexus3.edgexfoundry.org:10002 [2021-12-27T05:06:16.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:06:16.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:06:16.682Z] Configure a credential helper to remove this warning. See [2021-12-27T05:06:16.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:06:16.682Z] [2021-12-27T05:06:16.682Z] Login Succeeded [2021-12-27T05:06:16.682Z] nexus3.edgexfoundry.org:10003 [2021-12-27T05:06:16.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:06:16.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:06:16.948Z] Configure a credential helper to remove this warning. See [2021-12-27T05:06:16.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:06:16.948Z] [2021-12-27T05:06:16.948Z] Login Succeeded [2021-12-27T05:06:16.948Z] nexus3.edgexfoundry.org:10004 [2021-12-27T05:06:16.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:06:16.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:06:16.948Z] Configure a credential helper to remove this warning. See [2021-12-27T05:06:16.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:06:16.948Z] [2021-12-27T05:06:16.948Z] Login Succeeded [2021-12-27T05:06:16.948Z] docker.io [2021-12-27T05:06:17.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:06:17.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:06:17.475Z] Configure a credential helper to remove this warning. See [2021-12-27T05:06:17.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:06:17.475Z] [2021-12-27T05:06:17.475Z] Login Succeeded [2021-12-27T05:06:17.475Z] ---> docker-login.sh ends [Pipeline] } [2021-12-27T05:06:17.502Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-12-27T05:06:18.117Z] + git rev-list -1 --merges c789a195c629e83a38ae553e6e7d0ceb26cc17c3~1..c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [Pipeline] echo [2021-12-27T05:06:18.167Z] -----------> git rev-list -1 --merges c789a195c629e83a38ae553e6e7d0ceb26cc17c3~1..c789a195c629e83a38ae553e6e7d0ceb26cc17c3 c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [false] [Pipeline] sh [2021-12-27T05:06:18.492Z] + git log --format=format:%s -1 c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [Pipeline] echo [2021-12-27T05:06:18.530Z] ========================================================= [2021-12-27T05:06:18.530Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-12-27T05:06:18.530Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-12-27T05:06:18.985Z] + git log --format=format:%s -1 c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [Pipeline] echo [2021-12-27T05:06:19.015Z] [semverPrep] GIT_COMMIT: c789a195c629e83a38ae553e6e7d0ceb26cc17c3, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2021-12-27T05:06:19.045Z] [semverPrep] This is not a build commit. [Pipeline] sh [2021-12-27T05:06:19.492Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2021-12-27T05:06:19.492Z] + grep -v github /etc/ssh/ssh_known_hosts [2021-12-27T05:06:19.492Z] + '[' -e /tmp/ssh_known_hosts ']' [2021-12-27T05:06:19.492Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2021-12-27T05:06:19.492Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2021-12-27T05:06:19.492Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2021-12-27T05:06:19.492Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:06:19.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-12-27T05:06:19.945Z] [2021-12-27T05:06:19.945Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:06:20.297Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-12-27T05:06:20.297Z] latest: Pulling from edgex-devops/git-semver [2021-12-27T05:06:20.297Z] a0d0a0d46f8b: Pulling fs layer [2021-12-27T05:06:20.297Z] 3e5f54012d9b: Pulling fs layer [2021-12-27T05:06:20.297Z] 4c7163046ea9: Pulling fs layer [2021-12-27T05:06:20.297Z] 0c2d73faf560: Pulling fs layer [2021-12-27T05:06:20.297Z] 0c2d73faf560: Waiting [2021-12-27T05:06:20.297Z] 3e5f54012d9b: Verifying Checksum [2021-12-27T05:06:20.297Z] 3e5f54012d9b: Download complete [2021-12-27T05:06:20.297Z] a0d0a0d46f8b: Verifying Checksum [2021-12-27T05:06:20.297Z] a0d0a0d46f8b: Download complete [2021-12-27T05:06:20.564Z] 4c7163046ea9: Verifying Checksum [2021-12-27T05:06:20.564Z] 4c7163046ea9: Download complete [2021-12-27T05:06:20.564Z] 0c2d73faf560: Verifying Checksum [2021-12-27T05:06:20.564Z] 0c2d73faf560: Download complete [2021-12-27T05:06:20.564Z] a0d0a0d46f8b: Pull complete [2021-12-27T05:06:20.564Z] 3e5f54012d9b: Pull complete [2021-12-27T05:06:20.830Z] 4c7163046ea9: Pull complete [2021-12-27T05:06:21.091Z] 0c2d73faf560: Pull complete [2021-12-27T05:06:21.091Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-12-27T05:06:21.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-12-27T05:06:21.091Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-12-27T05:06:21.192Z] prd-centos7-docker-4c-2g-234 does not seem to be running inside a container [2021-12-27T05:06:20.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-132 -v /w/workspace/gexfoundry_device-snmp-go_PR-132:/w/workspace/gexfoundry_device-snmp-go_PR-132:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-132@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-132@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-12-27T05:06:21.520Z] $ docker top 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-12-27T05:06:22.100Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-12-27T05:06:22.100Z] [ssh-agent] Looking for ssh-agent implementation... [2021-12-27T05:06:22.212Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-12-27T05:06:21.862Z] $ docker exec 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee ssh-agent [2021-12-27T05:06:22.333Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOeCoCo/agent.14 [2021-12-27T05:06:22.333Z] SSH_AGENT_PID=20 [2021-12-27T05:06:22.341Z] Running ssh-add (command line suppressed) [2021-12-27T05:06:22.109Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/private_key_6882847678632387013.key (/w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/private_key_6882847678632387013.key) [2021-12-27T05:06:22.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-12-27T05:06:22.801Z] + git tag --points-at HEAD [Pipeline] } [2021-12-27T05:06:22.532Z] $ docker exec --env ******** --env ******** 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee ssh-agent -k [2021-12-27T05:06:22.638Z] unset SSH_AUTH_SOCK; [2021-12-27T05:06:22.639Z] unset SSH_AGENT_PID; [2021-12-27T05:06:22.639Z] echo Agent pid 20 killed; [2021-12-27T05:06:22.943Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-12-27T05:06:23.029Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-12-27T05:06:23.029Z] [ssh-agent] Looking for ssh-agent implementation... [2021-12-27T05:06:23.150Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-12-27T05:06:22.878Z] $ docker exec 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee ssh-agent [2021-12-27T05:06:23.259Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMAkeFm/agent.54 [2021-12-27T05:06:23.259Z] SSH_AGENT_PID=61 [2021-12-27T05:06:23.265Z] Running ssh-add (command line suppressed) [2021-12-27T05:06:23.120Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/private_key_3730007689571522301.key (/w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/private_key_3730007689571522301.key) [2021-12-27T05:06:23.393Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-12-27T05:06:23.727Z] + git semver init [2021-12-27T05:06:23.727Z] # -> Open(): unable to determine branch for HEAD [2021-12-27T05:06:23.727Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-132/.git [2021-12-27T05:06:23.727Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_PR-132 [2021-12-27T05:06:23.727Z] # $SEMVER_REMOTE_NAME = origin [2021-12-27T05:06:23.727Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-12-27T05:06:23.727Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-12-27T05:06:23.727Z] # $SEMVER_BRANCH = PR-132 [2021-12-27T05:06:23.727Z] # $SEMVER_TEMP = /tmp/semver-722226132 [2021-12-27T05:06:23.727Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2021-12-27T05:06:24.672Z] # '/tmp/semver-722226132' -> '/w/workspace/gexfoundry_device-snmp-go_PR-132/.semver' [2021-12-27T05:06:24.672Z] # -> Force: false [2021-12-27T05:06:24.672Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-132/.semver [Pipeline] } [2021-12-27T05:06:24.550Z] $ docker exec --env ******** --env ******** 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee ssh-agent -k [2021-12-27T05:06:24.655Z] unset SSH_AUTH_SOCK; [2021-12-27T05:06:24.655Z] unset SSH_AGENT_PID; [2021-12-27T05:06:24.655Z] echo Agent pid 61 killed; [2021-12-27T05:06:24.801Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-12-27T05:06:25.233Z] + git semver [Pipeline] } [2021-12-27T05:06:25.164Z] $ docker stop --time=1 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee [2021-12-27T05:06:26.389Z] $ docker rm -f 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee [Pipeline] // withDockerContainer [Pipeline] sh [2021-12-27T05:06:26.824Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-12-27T05:06:27.121Z] Stashed 1 file(s) [Pipeline] echo [2021-12-27T05:06:27.138Z] [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] node [Pipeline] node [2021-12-27T05:06:42.511Z] Still waiting to schedule task [2021-12-27T05:06:42.512Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-234’ [2021-12-27T05:06:42.533Z] Still waiting to schedule task [2021-12-27T05:06:42.533Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-12-27T05:08:08.182Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-235 in /w/workspace/gexfoundry_device-snmp-go_PR-132 [Pipeline] { [Pipeline] ws [2021-12-27T05:08:08.227Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2021-12-27T05:08:08.453Z] Selected Git installation does not exist. Using Default [2021-12-27T05:08:08.454Z] The recommended git tool is: NONE [2021-12-27T05:08:13.047Z] using credential edgex-jenkins-ssh [2021-12-27T05:08:13.066Z] Cloning the remote Git repository [2021-12-27T05:08:13.119Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-12-27T05:08:13.193Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2021-12-27T05:08:13.273Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-12-27T05:08:13.274Z] > git --version # timeout=10 [2021-12-27T05:08:13.298Z] > git --version # 'git version 2.17.1' [2021-12-27T05:08:13.299Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-12-27T05:08:13.389Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-12-27T05:08:14.402Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-12-27T05:08:14.479Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-12-27T05:08:14.536Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-12-27T05:08:15.194Z] Merging remotes/origin/main commit 42a81012aee9d0f4741172f85aabccffc17c1488 into PR head commit c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [2021-12-27T05:08:15.386Z] Merge succeeded, producing c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [2021-12-27T05:08:15.386Z] Checking out Revision c789a195c629e83a38ae553e6e7d0ceb26cc17c3 (PR-132) [2021-12-27T05:08:14.599Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-12-27T05:08:14.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-12-27T05:08:14.630Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/132/head:refs/remotes/origin/PR-132 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-12-27T05:08:15.209Z] > git config core.sparsecheckout # timeout=10 [2021-12-27T05:08:15.234Z] > git checkout -f c789a195c629e83a38ae553e6e7d0ceb26cc17c3 # timeout=10 [2021-12-27T05:08:15.309Z] > git remote # timeout=10 [2021-12-27T05:08:15.325Z] > git config --get remote.origin.url # timeout=10 [2021-12-27T05:08:15.340Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-12-27T05:08:15.352Z] > git merge 42a81012aee9d0f4741172f85aabccffc17c1488 # timeout=10 [2021-12-27T05:08:15.371Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-12-27T05:08:15.391Z] > git config core.sparsecheckout # timeout=10 [2021-12-27T05:08:15.400Z] > git checkout -f c789a195c629e83a38ae553e6e7d0ceb26cc17c3 # timeout=10 [2021-12-27T05:08:19.467Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" [2021-12-27T05:08:19.524Z] > git --version # timeout=10 [2021-12-27T05:08:19.534Z] > git --version # 'git version 2.17.1' [2021-12-27T05:08:19.552Z] fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-12-27T05:08:20.656Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-12-27T05:08:20.656Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-12-27T05:08:20.656Z] Dload Upload Total Spent Left Speed [2021-12-27T05:08:20.656Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 59120 0 --:--:-- --:--:-- --:--:-- 59120 [Pipeline] sh [2021-12-27T05:08:21.226Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-12-27T05:08:21.628Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-12-27T05:08:21.628Z] + sudo tee /etc/docker/daemon.new [2021-12-27T05:08:21.628Z] { [2021-12-27T05:08:21.628Z] "registry-mirrors": [ [2021-12-27T05:08:21.628Z] "https://nexus3.edgexfoundry.org:10001" [2021-12-27T05:08:21.628Z] ], [2021-12-27T05:08:21.628Z] "bip": "10.250.0.254/24", [2021-12-27T05:08:21.628Z] "hosts": [ [2021-12-27T05:08:21.628Z] "tcp://0.0.0.0:5555", [2021-12-27T05:08:21.628Z] "unix:///var/run/docker.sock" [2021-12-27T05:08:21.628Z] ], [2021-12-27T05:08:21.628Z] "mtu": 1458, [2021-12-27T05:08:21.628Z] "selinux-enabled": true, [2021-12-27T05:08:21.628Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-12-27T05:08:21.628Z] } [Pipeline] sh [2021-12-27T05:08:21.983Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-12-27T05:08:22.338Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-12-27T05:08:40.714Z] provisioning config files... [2021-12-27T05:08:40.740Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config313412933360329208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:08:41.145Z] ---> docker-login.sh [2021-12-27T05:08:41.145Z] nexus3.edgexfoundry.org:10001 [2021-12-27T05:08:41.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:08:42.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:08:42.022Z] Configure a credential helper to remove this warning. See [2021-12-27T05:08:42.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:08:42.022Z] [2021-12-27T05:08:42.022Z] Login Succeeded [2021-12-27T05:08:42.022Z] nexus3.edgexfoundry.org:10002 [2021-12-27T05:08:42.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:08:42.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:08:42.301Z] Configure a credential helper to remove this warning. See [2021-12-27T05:08:42.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:08:42.301Z] [2021-12-27T05:08:42.301Z] Login Succeeded [2021-12-27T05:08:42.301Z] nexus3.edgexfoundry.org:10003 [2021-12-27T05:08:42.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:08:42.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:08:42.855Z] Configure a credential helper to remove this warning. See [2021-12-27T05:08:42.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:08:42.855Z] [2021-12-27T05:08:42.855Z] Login Succeeded [2021-12-27T05:08:42.855Z] nexus3.edgexfoundry.org:10004 [2021-12-27T05:08:43.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:08:43.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:08:43.131Z] Configure a credential helper to remove this warning. See [2021-12-27T05:08:43.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:08:43.131Z] [2021-12-27T05:08:43.131Z] Login Succeeded [2021-12-27T05:08:43.404Z] docker.io [2021-12-27T05:08:43.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:08:43.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:08:43.946Z] Configure a credential helper to remove this warning. See [2021-12-27T05:08:43.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:08:43.946Z] [2021-12-27T05:08:43.946Z] Login Succeeded [2021-12-27T05:08:43.946Z] ---> docker-login.sh ends [Pipeline] } [2021-12-27T05:08:43.979Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-12-27T05:08:44.586Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-12-27T05:08:44.623Z] ========================================================= [2021-12-27T05:08:44.623Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-12-27T05:08:44.623Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:08:45.078Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-12-27T05:08:45.355Z] Sending build context to Docker daemon 2.688MB [2021-12-27T05:08:45.355Z] Step 1/11 : ARG BASE=golang:1.16-alpine3.14 [2021-12-27T05:08:45.355Z] Step 2/11 : FROM ${BASE} AS builder [2021-12-27T05:08:45.638Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-12-27T05:08:45.638Z] 552d1f2373af: Pulling fs layer [2021-12-27T05:08:45.638Z] ea3f2d53f512: Pulling fs layer [2021-12-27T05:08:45.638Z] 9e70ebbbe112: Pulling fs layer [2021-12-27T05:08:45.638Z] 7a9cfe048b4a: Pulling fs layer [2021-12-27T05:08:45.638Z] 72dc09318566: Pulling fs layer [2021-12-27T05:08:45.638Z] f4f7b4309257: Pulling fs layer [2021-12-27T05:08:45.638Z] 0ac9a79272e3: Pulling fs layer [2021-12-27T05:08:45.638Z] b78e95d17946: Pulling fs layer [2021-12-27T05:08:45.638Z] f4f7b4309257: Waiting [2021-12-27T05:08:45.638Z] 7a9cfe048b4a: Waiting [2021-12-27T05:08:45.638Z] 0ac9a79272e3: Waiting [2021-12-27T05:08:45.638Z] b78e95d17946: Waiting [2021-12-27T05:08:45.638Z] 72dc09318566: Waiting [2021-12-27T05:08:45.638Z] 9e70ebbbe112: Verifying Checksum [2021-12-27T05:08:45.638Z] 9e70ebbbe112: Download complete [2021-12-27T05:08:45.638Z] ea3f2d53f512: Verifying Checksum [2021-12-27T05:08:45.638Z] ea3f2d53f512: Download complete [2021-12-27T05:08:45.638Z] 72dc09318566: Verifying Checksum [2021-12-27T05:08:45.638Z] 72dc09318566: Download complete [2021-12-27T05:08:45.638Z] f4f7b4309257: Verifying Checksum [2021-12-27T05:08:45.638Z] f4f7b4309257: Download complete [2021-12-27T05:08:45.638Z] 552d1f2373af: Verifying Checksum [2021-12-27T05:08:45.638Z] 552d1f2373af: Download complete [2021-12-27T05:08:45.638Z] 0ac9a79272e3: Verifying Checksum [2021-12-27T05:08:45.638Z] 0ac9a79272e3: Download complete [2021-12-27T05:08:46.625Z] 552d1f2373af: Pull complete [2021-12-27T05:08:46.902Z] ea3f2d53f512: Pull complete [2021-12-27T05:08:47.503Z] 9e70ebbbe112: Pull complete [2021-12-27T05:08:47.503Z] b78e95d17946: Verifying Checksum [2021-12-27T05:08:47.503Z] b78e95d17946: Download complete [2021-12-27T05:08:48.097Z] 7a9cfe048b4a: Verifying Checksum [2021-12-27T05:08:48.097Z] 7a9cfe048b4a: Download complete [2021-12-27T05:08:53.320Z] Running on prd-centos7-docker-4c-2g-236 in /w/workspace/gexfoundry_device-snmp-go_PR-132 [Pipeline] { [Pipeline] ws [2021-12-27T05:08:53.362Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2021-12-27T05:08:53.502Z] Selected Git installation does not exist. Using Default [2021-12-27T05:08:53.502Z] The recommended git tool is: NONE [2021-12-27T05:08:55.140Z] using credential edgex-jenkins-ssh [2021-12-27T05:08:55.151Z] Cloning the remote Git repository [2021-12-27T05:08:55.085Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-12-27T05:08:55.124Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2021-12-27T05:08:55.155Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-12-27T05:08:55.156Z] > git --version # timeout=10 [2021-12-27T05:08:55.167Z] > git --version # 'git version 2.24.4' [2021-12-27T05:08:55.167Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-12-27T05:08:55.189Z] [INFO] Currently running in a labeled security context [2021-12-27T05:08:55.189Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-12-27T05:08:55.189Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh1423302407256136930.key [2021-12-27T05:08:55.275Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-12-27T05:08:56.523Z] Merging remotes/origin/main commit 42a81012aee9d0f4741172f85aabccffc17c1488 into PR head commit c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [2021-12-27T05:08:56.643Z] Merge succeeded, producing c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [2021-12-27T05:08:56.643Z] Checking out Revision c789a195c629e83a38ae553e6e7d0ceb26cc17c3 (PR-132) [2021-12-27T05:08:55.943Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-12-27T05:08:55.955Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-12-27T05:08:55.970Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-12-27T05:08:55.987Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-12-27T05:08:55.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-12-27T05:08:55.988Z] [INFO] Currently running in a labeled security context [2021-12-27T05:08:55.989Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-12-27T05:08:55.989Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh5680214758094054615.key [2021-12-27T05:08:55.997Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/132/head:refs/remotes/origin/PR-132 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-12-27T05:08:56.442Z] > git config core.sparsecheckout # timeout=10 [2021-12-27T05:08:56.454Z] > git checkout -f c789a195c629e83a38ae553e6e7d0ceb26cc17c3 # timeout=10 [2021-12-27T05:08:56.493Z] > git remote # timeout=10 [2021-12-27T05:08:56.505Z] > git config --get remote.origin.url # timeout=10 [2021-12-27T05:08:56.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-12-27T05:08:56.517Z] [INFO] Currently running in a labeled security context [2021-12-27T05:08:56.517Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-12-27T05:08:56.518Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh6608300571347185693.key [2021-12-27T05:08:56.530Z] > git merge 42a81012aee9d0f4741172f85aabccffc17c1488 # timeout=10 [2021-12-27T05:08:56.544Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-12-27T05:08:56.556Z] > git config core.sparsecheckout # timeout=10 [2021-12-27T05:08:56.569Z] > git checkout -f c789a195c629e83a38ae553e6e7d0ceb26cc17c3 # timeout=10 [2021-12-27T05:09:00.260Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" [2021-12-27T05:09:00.198Z] > git --version # timeout=10 [2021-12-27T05:09:00.207Z] > git --version # 'git version 2.24.4' [2021-12-27T05:09:00.215Z] fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [2021-12-27T05:09:00.485Z] 7a9cfe048b4a: Pull complete [2021-12-27T05:09:00.485Z] 72dc09318566: Pull complete [2021-12-27T05:09:00.485Z] f4f7b4309257: Pull complete [2021-12-27T05:09:00.485Z] 0ac9a79272e3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-12-27T05:09:00.903Z] provisioning config files... [2021-12-27T05:09:00.918Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config7432056875891385857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:09:01.347Z] ---> docker-login.sh [2021-12-27T05:09:01.347Z] nexus3.edgexfoundry.org:10001 [2021-12-27T05:09:01.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:09:01.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:09:01.347Z] Configure a credential helper to remove this warning. See [2021-12-27T05:09:01.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:09:01.347Z] [2021-12-27T05:09:01.347Z] Login Succeeded [2021-12-27T05:09:01.347Z] nexus3.edgexfoundry.org:10002 [2021-12-27T05:09:01.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:09:01.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:09:01.611Z] Configure a credential helper to remove this warning. See [2021-12-27T05:09:01.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:09:01.611Z] [2021-12-27T05:09:01.611Z] Login Succeeded [2021-12-27T05:09:01.611Z] nexus3.edgexfoundry.org:10003 [2021-12-27T05:09:01.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:09:01.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:09:01.873Z] Configure a credential helper to remove this warning. See [2021-12-27T05:09:01.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:09:01.873Z] [2021-12-27T05:09:01.873Z] Login Succeeded [2021-12-27T05:09:01.873Z] nexus3.edgexfoundry.org:10004 [2021-12-27T05:09:01.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:09:01.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:09:01.873Z] Configure a credential helper to remove this warning. See [2021-12-27T05:09:01.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:09:01.873Z] [2021-12-27T05:09:01.873Z] Login Succeeded [2021-12-27T05:09:01.873Z] docker.io [2021-12-27T05:09:01.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-12-27T05:09:02.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-12-27T05:09:02.444Z] Configure a credential helper to remove this warning. See [2021-12-27T05:09:02.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-12-27T05:09:02.444Z] [2021-12-27T05:09:02.444Z] Login Succeeded [2021-12-27T05:09:02.444Z] ---> docker-login.sh ends [Pipeline] } [2021-12-27T05:09:02.552Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-12-27T05:09:02.828Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-12-27T05:09:02.856Z] ========================================================= [2021-12-27T05:09:02.856Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-12-27T05:09:02.856Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:09:03.285Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-12-27T05:09:03.285Z] Sending build context to Docker daemon 2.689MB [2021-12-27T05:09:03.285Z] Step 1/11 : ARG BASE=golang:1.16-alpine3.14 [2021-12-27T05:09:03.285Z] Step 2/11 : FROM ${BASE} AS builder [2021-12-27T05:09:03.285Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-12-27T05:09:03.285Z] a0d0a0d46f8b: Pulling fs layer [2021-12-27T05:09:03.285Z] 31adcdaf11c8: Pulling fs layer [2021-12-27T05:09:03.285Z] b8b176561691: Pulling fs layer [2021-12-27T05:09:03.285Z] 4527c011a84f: Pulling fs layer [2021-12-27T05:09:03.285Z] 5d74067f8e1e: Pulling fs layer [2021-12-27T05:09:03.285Z] e0aca202a116: Pulling fs layer [2021-12-27T05:09:03.285Z] 3a43be97a3b4: Pulling fs layer [2021-12-27T05:09:03.285Z] 34cad66bf833: Pulling fs layer [2021-12-27T05:09:03.285Z] b4e3c513aaa6: Pulling fs layer [2021-12-27T05:09:03.285Z] 4527c011a84f: Waiting [2021-12-27T05:09:03.285Z] 5d74067f8e1e: Waiting [2021-12-27T05:09:03.285Z] e0aca202a116: Waiting [2021-12-27T05:09:03.285Z] 3a43be97a3b4: Waiting [2021-12-27T05:09:03.285Z] 34cad66bf833: Waiting [2021-12-27T05:09:03.285Z] b4e3c513aaa6: Waiting [2021-12-27T05:09:03.285Z] b8b176561691: Verifying Checksum [2021-12-27T05:09:03.285Z] b8b176561691: Download complete [2021-12-27T05:09:03.285Z] 31adcdaf11c8: Verifying Checksum [2021-12-27T05:09:03.285Z] 31adcdaf11c8: Download complete [2021-12-27T05:09:03.285Z] 5d74067f8e1e: Verifying Checksum [2021-12-27T05:09:03.285Z] 5d74067f8e1e: Download complete [2021-12-27T05:09:03.550Z] e0aca202a116: Verifying Checksum [2021-12-27T05:09:03.550Z] e0aca202a116: Download complete [2021-12-27T05:09:03.550Z] 3a43be97a3b4: Verifying Checksum [2021-12-27T05:09:03.550Z] 3a43be97a3b4: Download complete [2021-12-27T05:09:03.550Z] a0d0a0d46f8b: Verifying Checksum [2021-12-27T05:09:03.550Z] a0d0a0d46f8b: Download complete [2021-12-27T05:09:03.550Z] 34cad66bf833: Verifying Checksum [2021-12-27T05:09:03.550Z] 34cad66bf833: Download complete [2021-12-27T05:09:03.830Z] a0d0a0d46f8b: Pull complete [2021-12-27T05:09:04.099Z] b4e3c513aaa6: Verifying Checksum [2021-12-27T05:09:04.099Z] b4e3c513aaa6: Download complete [2021-12-27T05:09:04.099Z] 31adcdaf11c8: Pull complete [2021-12-27T05:09:04.099Z] 4527c011a84f: Verifying Checksum [2021-12-27T05:09:04.099Z] 4527c011a84f: Download complete [2021-12-27T05:09:04.099Z] b8b176561691: Pull complete [2021-12-27T05:09:05.900Z] b78e95d17946: Pull complete [2021-12-27T05:09:05.900Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-12-27T05:09:05.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-12-27T05:09:05.900Z] ---> 8b459fc5aaf0 [2021-12-27T05:09:05.900Z] Step 3/11 : ARG MAKE='make build' [2021-12-27T05:09:06.502Z] ---> Running in 0e0cd35718f2 [2021-12-27T05:09:07.098Z] Removing intermediate container 0e0cd35718f2 [2021-12-27T05:09:07.098Z] ---> 684618ea644a [2021-12-27T05:09:07.098Z] Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-12-27T05:09:07.098Z] ---> Running in 04afd03999b2 [2021-12-27T05:09:07.372Z] Removing intermediate container 04afd03999b2 [2021-12-27T05:09:07.372Z] ---> 738a06a74866 [2021-12-27T05:09:07.372Z] Step 5/11 : ARG ALPINE_PKG_EXTRA="" [2021-12-27T05:09:07.655Z] ---> Running in d59aad26354d [2021-12-27T05:09:07.935Z] Removing intermediate container d59aad26354d [2021-12-27T05:09:07.935Z] ---> 773031d03150 [2021-12-27T05:09:07.935Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-12-27T05:09:07.935Z] ---> Running in e4a7ecce4b0d [2021-12-27T05:09:09.464Z] 4527c011a84f: Pull complete [2021-12-27T05:09:09.464Z] 5d74067f8e1e: Pull complete [2021-12-27T05:09:09.464Z] e0aca202a116: Pull complete [2021-12-27T05:09:09.464Z] 3a43be97a3b4: Pull complete [2021-12-27T05:09:09.464Z] 34cad66bf833: Pull complete [2021-12-27T05:09:09.911Z] Removing intermediate container e4a7ecce4b0d [2021-12-27T05:09:09.911Z] ---> a9a7c1bffa7c [2021-12-27T05:09:09.911Z] Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-12-27T05:09:09.911Z] ---> Running in c4fdcc96f067 [2021-12-27T05:09:10.896Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-12-27T05:09:11.415Z] b4e3c513aaa6: Pull complete [2021-12-27T05:09:11.415Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-12-27T05:09:11.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-12-27T05:09:11.415Z] ---> 9f6097aaca64 [2021-12-27T05:09:11.415Z] Step 3/11 : ARG MAKE='make build' [2021-12-27T05:09:12.326Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-12-27T05:09:12.921Z] (1/4) Installing openssh-keygen (8.6_p1-r3) [2021-12-27T05:09:12.921Z] (2/4) Installing libedit (20210216.3.1-r0) [2021-12-27T05:09:12.921Z] (3/4) Installing openssh-client-common (8.6_p1-r3) [2021-12-27T05:09:13.194Z] (4/4) Installing openssh-client-default (8.6_p1-r3) [2021-12-27T05:09:13.194Z] Executing busybox-1.33.1-r3.trigger [2021-12-27T05:09:13.194Z] OK: 223 MiB in 56 packages [2021-12-27T05:09:14.171Z] Removing intermediate container c4fdcc96f067 [2021-12-27T05:09:14.171Z] ---> d2ba71549f10 [2021-12-27T05:09:14.171Z] Step 8/11 : WORKDIR /device-snmp-go [2021-12-27T05:09:14.171Z] ---> Running in acc4ad908566 [2021-12-27T05:09:14.763Z] Removing intermediate container acc4ad908566 [2021-12-27T05:09:14.763Z] ---> d1a7a0d379da [2021-12-27T05:09:14.763Z] Step 9/11 : COPY . . [2021-12-27T05:09:15.357Z] ---> 8c9d6611b7f1 [2021-12-27T05:09:15.357Z] Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-12-27T05:09:15.633Z] ---> Running in 7286dd903df3 [2021-12-27T05:09:15.652Z] ---> Running in 2175f956853c [2021-12-27T05:09:15.652Z] Removing intermediate container 2175f956853c [2021-12-27T05:09:15.652Z] ---> eb3c878f3e94 [2021-12-27T05:09:15.652Z] Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-12-27T05:09:15.652Z] ---> Running in a5341471d1cd [2021-12-27T05:09:15.652Z] Removing intermediate container a5341471d1cd [2021-12-27T05:09:15.652Z] ---> 84da3a949b00 [2021-12-27T05:09:15.652Z] Step 5/11 : ARG ALPINE_PKG_EXTRA="" [2021-12-27T05:09:15.652Z] ---> Running in 1cdf3129b44b [2021-12-27T05:09:15.652Z] Removing intermediate container 1cdf3129b44b [2021-12-27T05:09:15.652Z] ---> cf3509c6297d [2021-12-27T05:09:15.652Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-12-27T05:09:15.652Z] ---> Running in ef6bab77d3f0 [2021-12-27T05:09:15.917Z] Removing intermediate container ef6bab77d3f0 [2021-12-27T05:09:15.917Z] ---> 6c6e8b0b2442 [2021-12-27T05:09:15.917Z] Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-12-27T05:09:15.917Z] ---> Running in 84b63e39180e [2021-12-27T05:09:16.180Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-12-27T05:09:17.125Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-12-27T05:09:17.125Z] (1/4) Installing openssh-keygen (8.6_p1-r3) [2021-12-27T05:09:17.387Z] (2/4) Installing libedit (20210216.3.1-r0) [2021-12-27T05:09:17.387Z] (3/4) Installing openssh-client-common (8.6_p1-r3) [2021-12-27T05:09:17.652Z] (4/4) Installing openssh-client-default (8.6_p1-r3) [2021-12-27T05:09:17.652Z] Executing busybox-1.33.1-r3.trigger [2021-12-27T05:09:17.652Z] OK: 224 MiB in 56 packages [2021-12-27T05:09:17.914Z] Removing intermediate container 84b63e39180e [2021-12-27T05:09:17.914Z] ---> a2f502bc53f4 [2021-12-27T05:09:17.914Z] Step 8/11 : WORKDIR /device-snmp-go [2021-12-27T05:09:17.914Z] ---> Running in c683dc06aa7a [2021-12-27T05:09:17.914Z] Removing intermediate container c683dc06aa7a [2021-12-27T05:09:17.914Z] ---> f34c677a2830 [2021-12-27T05:09:17.914Z] Step 9/11 : COPY . . [2021-12-27T05:09:18.490Z] ---> 79eb996e1d6f [2021-12-27T05:09:18.490Z] Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-12-27T05:09:18.490Z] ---> Running in b2b16a4f17b9 [2021-12-27T05:09:57.283Z] Removing intermediate container b2b16a4f17b9 [2021-12-27T05:09:57.283Z] ---> 300e1006ea8b [2021-12-27T05:09:57.283Z] Step 11/11 : RUN ${MAKE} [2021-12-27T05:09:57.283Z] ---> Running in a71fc73d3ac3 [2021-12-27T05:09:57.283Z] noop [2021-12-27T05:09:57.283Z] Removing intermediate container a71fc73d3ac3 [2021-12-27T05:09:57.283Z] ---> 054b3fad26bb [2021-12-27T05:09:57.283Z] Successfully built 054b3fad26bb [2021-12-27T05:09:57.283Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:09:57.628Z] + docker inspect -f . ci-base-image-x86_64 [2021-12-27T05:09:57.628Z] . [Pipeline] withDockerContainer [2021-12-27T05:09:57.728Z] prd-centos7-docker-4c-2g-236 does not seem to be running inside a container [2021-12-27T05:09:57.770Z] $ 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 ******** ci-base-image-x86_64 cat [2021-12-27T05:09:58.117Z] $ docker top 5bd23e6b2879b952526ad83887acb75cb9debb5ce59a4a01f86f8a77ef852f5d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-12-27T05:09:58.557Z] + go version [2021-12-27T05:09:58.557Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-12-27T05:09:58.592Z] $ docker stop --time=1 5bd23e6b2879b952526ad83887acb75cb9debb5ce59a4a01f86f8a77ef852f5d [2021-12-27T05:09:59.765Z] $ docker rm -f 5bd23e6b2879b952526ad83887acb75cb9debb5ce59a4a01f86f8a77ef852f5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:10:00.449Z] + docker inspect -f . ci-base-image-x86_64 [2021-12-27T05:10:00.449Z] . [Pipeline] withDockerContainer [2021-12-27T05:10:00.543Z] prd-centos7-docker-4c-2g-236 does not seem to be running inside a container [2021-12-27T05:10:00.577Z] $ 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 ******** ci-base-image-x86_64 cat [2021-12-27T05:10:00.947Z] $ docker top a392b2419286f55d9b1a02dc70811783113d3c27591f05f49beb296c3f01a202 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-12-27T05:10:01.418Z] + make test [2021-12-27T05:10:01.418Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-12-27T05:10:02.003Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-12-27T05:10:20.202Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2021-12-27T05:10:20.202Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.008s coverage: 0.0% of statements [2021-12-27T05:10:20.202Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-12-27T05:10:24.458Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-12-27T05:10:24.458Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-12-27T05:10:24.458Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2021-12-27T05:10:24.748Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2021-12-27T05:10:24.775Z] $ docker stop --time=1 a392b2419286f55d9b1a02dc70811783113d3c27591f05f49beb296c3f01a202 [2021-12-27T05:10:26.172Z] $ docker rm -f a392b2419286f55d9b1a02dc70811783113d3c27591f05f49beb296c3f01a202 [Pipeline] // withDockerContainer [Pipeline] sh [2021-12-27T05:10:26.649Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-12-27T05:10:26.838Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-12-27T05:10:28.062Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-12-27T05:10:28.387Z] + ls -al . [2021-12-27T05:10:28.387Z] total 144 [2021-12-27T05:10:28.387Z] drwxrwxr-x. 8 jenkins jenkins 4096 Dec 27 05:10 . [2021-12-27T05:10:28.387Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 27 05:08 .. [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 6926 Dec 27 05:08 Attribution.txt [2021-12-27T05:10:28.387Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 27 05:08 bin [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 4401 Dec 27 05:08 CHANGELOG.md [2021-12-27T05:10:28.387Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 27 05:08 cmd [2021-12-27T05:10:28.387Z] -rw-r--r--. 1 jenkins jenkins 7631 Dec 27 05:10 coverage.out [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 1493 Dec 27 05:08 Dockerfile [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 6 Dec 27 05:08 .dockerignore [2021-12-27T05:10:28.387Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 27 05:08 .git [2021-12-27T05:10:28.387Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 27 05:08 .github [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 262 Dec 27 05:08 .gitignore [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 214 Dec 27 05:08 go.mod [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 49712 Dec 27 05:08 go.sum [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 677 Dec 27 05:08 GOVERNANCE.md [2021-12-27T05:10:28.387Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 27 05:08 internal [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 656 Dec 27 05:08 Jenkinsfile [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 27 05:08 LICENSE [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 1057 Dec 27 05:08 Makefile [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 620 Dec 27 05:08 OWNERS.md [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 9073 Dec 27 05:08 README.md [2021-12-27T05:10:28.387Z] drwxrwxr-x. 3 jenkins jenkins 58 Dec 27 05:08 snap [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 27 05:06 VERSION [2021-12-27T05:10:28.387Z] -rw-rw-r--. 1 jenkins jenkins 209 Dec 27 05:08 version.go [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:10:28.718Z] + 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=c789a195c629e83a38ae553e6e7d0ceb26cc17c3 --label arch=amd64 --label version=0.0.0 . [2021-12-27T05:10:28.718Z] Sending build context to Docker daemon 2.697MB [2021-12-27T05:10:28.718Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.14 [2021-12-27T05:10:28.718Z] Step 2/23 : FROM ${BASE} AS builder [2021-12-27T05:10:28.718Z] ---> 054b3fad26bb [2021-12-27T05:10:28.718Z] Step 3/23 : ARG MAKE='make build' [2021-12-27T05:10:28.718Z] ---> Running in 4717008dd86c [2021-12-27T05:10:28.718Z] Removing intermediate container 4717008dd86c [2021-12-27T05:10:28.718Z] ---> c0a27fb88acd [2021-12-27T05:10:28.718Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-12-27T05:10:28.983Z] ---> Running in f2451bd06caa [2021-12-27T05:10:28.983Z] Removing intermediate container f2451bd06caa [2021-12-27T05:10:28.983Z] ---> 3d6fe64c594c [2021-12-27T05:10:28.983Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2021-12-27T05:10:28.983Z] ---> Running in 26a6e953b641 [2021-12-27T05:10:28.983Z] Removing intermediate container 26a6e953b641 [2021-12-27T05:10:28.983Z] ---> 600eda7d1bbf [2021-12-27T05:10:28.983Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-12-27T05:10:28.983Z] ---> Running in 4b6a59c490f7 [2021-12-27T05:10:29.561Z] Removing intermediate container 4b6a59c490f7 [2021-12-27T05:10:29.561Z] ---> 8971767e4443 [2021-12-27T05:10:29.561Z] Step 7/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-12-27T05:10:29.561Z] ---> Running in 842449fc352f [2021-12-27T05:10:29.826Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-12-27T05:10:30.768Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-12-27T05:10:31.030Z] OK: 224 MiB in 56 packages [2021-12-27T05:10:31.296Z] Removing intermediate container 842449fc352f [2021-12-27T05:10:31.296Z] ---> 32ba1545b137 [2021-12-27T05:10:31.297Z] Step 8/23 : WORKDIR /device-snmp-go [2021-12-27T05:10:31.297Z] ---> Running in 79666a52eadf [2021-12-27T05:10:31.297Z] Removing intermediate container 79666a52eadf [2021-12-27T05:10:31.297Z] ---> 919eac851e82 [2021-12-27T05:10:31.297Z] Step 9/23 : COPY . . [2021-12-27T05:10:31.560Z] ---> d34c32bd90bb [2021-12-27T05:10:31.560Z] Step 10/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-12-27T05:10:31.560Z] ---> Running in 149515fb6537 [2021-12-27T05:10:32.137Z] Removing intermediate container 149515fb6537 [2021-12-27T05:10:32.137Z] ---> 0631968827b3 [2021-12-27T05:10:32.137Z] Step 11/23 : RUN ${MAKE} [2021-12-27T05:10:32.137Z] ---> Running in 8848c1123e0b [2021-12-27T05:10:32.405Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp ./cmd [2021-12-27T05:10:37.614Z] Removing intermediate container 7286dd903df3 [2021-12-27T05:10:37.614Z] ---> 0af7c79f0327 [2021-12-27T05:10:37.614Z] Step 11/11 : RUN ${MAKE} [2021-12-27T05:10:37.614Z] ---> Running in 1d0fe4dc5a5d [2021-12-27T05:10:37.614Z] noop [2021-12-27T05:10:37.614Z] Removing intermediate container 1d0fe4dc5a5d [2021-12-27T05:10:37.614Z] ---> 30978435cd8c [2021-12-27T05:10:37.614Z] Successfully built 30978435cd8c [2021-12-27T05:10:37.614Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:10:37.982Z] + docker inspect -f . ci-base-image-arm64 [2021-12-27T05:10:37.982Z] . [Pipeline] withDockerContainer [2021-12-27T05:10:38.192Z] prd-ubuntu18.04-docker-arm64-4c-16g-235 does not seem to be running inside a container [2021-12-27T05:10:38.273Z] $ 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 ******** ci-base-image-arm64 cat [2021-12-27T05:10:39.495Z] $ docker top cc8df51eea52cc7ae4c6810cc5762288d5c96d17c1285fd71cf553272ce1f1bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-12-27T05:10:40.435Z] + go version [2021-12-27T05:10:40.435Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-12-27T05:10:40.467Z] $ docker stop --time=1 cc8df51eea52cc7ae4c6810cc5762288d5c96d17c1285fd71cf553272ce1f1bd [2021-12-27T05:10:42.083Z] $ docker rm -f cc8df51eea52cc7ae4c6810cc5762288d5c96d17c1285fd71cf553272ce1f1bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:10:42.944Z] + docker inspect -f . ci-base-image-arm64 [2021-12-27T05:10:42.945Z] . [Pipeline] withDockerContainer [2021-12-27T05:10:43.181Z] prd-ubuntu18.04-docker-arm64-4c-16g-235 does not seem to be running inside a container [2021-12-27T05:10:43.248Z] $ 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 ******** ci-base-image-arm64 cat [2021-12-27T05:10:44.522Z] $ docker top fbace6c2233c58ec5f48541811176babb42a0b7644d7fbc3ebecb649b1ae318b -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-12-27T05:10:45.505Z] + make test [2021-12-27T05:10:45.505Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-12-27T05:10:46.937Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-12-27T05:10:47.381Z] Removing intermediate container 8848c1123e0b [2021-12-27T05:10:47.381Z] ---> 898abdd67c8f [2021-12-27T05:10:47.381Z] Step 12/23 : FROM alpine:3.14 [2021-12-27T05:10:47.381Z] 3.14: Pulling from library/alpine [2021-12-27T05:10:47.381Z] 97518928ae5f: Pulling fs layer [2021-12-27T05:10:47.381Z] 97518928ae5f: Download complete [2021-12-27T05:10:47.381Z] 97518928ae5f: Pull complete [2021-12-27T05:10:47.381Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2021-12-27T05:10:47.381Z] Status: Downloaded newer image for alpine:3.14 [2021-12-27T05:10:47.381Z] ---> 0a97eee8041e [2021-12-27T05:10:47.381Z] Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-12-27T05:10:47.381Z] ---> Running in 2c7834a4a805 [2021-12-27T05:10:47.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-12-27T05:10:47.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-12-27T05:10:47.381Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-12-27T05:10:47.381Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-12-27T05:10:47.381Z] (3/6) Installing libsodium (1.0.18-r0) [2021-12-27T05:10:47.381Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-12-27T05:10:47.381Z] (5/6) Installing libzmq (4.3.4-r0) [2021-12-27T05:10:47.381Z] (6/6) Installing zeromq (4.3.4-r0) [2021-12-27T05:10:47.381Z] Executing busybox-1.33.1-r6.trigger [2021-12-27T05:10:47.381Z] OK: 8 MiB in 20 packages [2021-12-27T05:10:47.381Z] Removing intermediate container 2c7834a4a805 [2021-12-27T05:10:47.381Z] ---> 1c4b04da9b51 [2021-12-27T05:10:47.381Z] Step 14/23 : COPY --from=builder /device-snmp-go/cmd / [2021-12-27T05:10:47.381Z] ---> 09db4fabcf4e [2021-12-27T05:10:47.381Z] Step 15/23 : COPY --from=builder /device-snmp-go/Attribution.txt / [2021-12-27T05:10:47.381Z] ---> 646638e66a7f [2021-12-27T05:10:47.381Z] Step 16/23 : COPY --from=builder /device-snmp-go/LICENSE / [2021-12-27T05:10:47.642Z] ---> 42b87e1b2d9d [2021-12-27T05:10:47.642Z] Step 17/23 : EXPOSE 59993 [2021-12-27T05:10:47.642Z] ---> Running in 733903db5fe3 [2021-12-27T05:10:47.642Z] Removing intermediate container 733903db5fe3 [2021-12-27T05:10:47.642Z] ---> 0de4dd63e8ae [2021-12-27T05:10:47.642Z] Step 18/23 : EXPOSE 161 [2021-12-27T05:10:47.642Z] ---> Running in 7b5f3950fc1c [2021-12-27T05:10:47.901Z] Removing intermediate container 7b5f3950fc1c [2021-12-27T05:10:47.901Z] ---> aaf1782611bc [2021-12-27T05:10:47.901Z] Step 19/23 : ENTRYPOINT ["/device-snmp"] [2021-12-27T05:10:47.901Z] ---> Running in 3748a3eb317c [2021-12-27T05:10:47.901Z] Removing intermediate container 3748a3eb317c [2021-12-27T05:10:47.901Z] ---> 1ba7ecd2aea7 [2021-12-27T05:10:47.901Z] Step 20/23 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-12-27T05:10:47.901Z] ---> Running in f9c68ae2d3b1 [2021-12-27T05:10:47.901Z] Removing intermediate container f9c68ae2d3b1 [2021-12-27T05:10:47.901Z] ---> 414f260eeead [2021-12-27T05:10:47.901Z] Step 21/23 : LABEL arch=amd64 [2021-12-27T05:10:48.161Z] ---> Running in 2b62c3310029 [2021-12-27T05:10:48.161Z] Removing intermediate container 2b62c3310029 [2021-12-27T05:10:48.161Z] ---> 04664e836f21 [2021-12-27T05:10:48.161Z] Step 22/23 : LABEL git_sha=c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [2021-12-27T05:10:48.161Z] ---> Running in 15ccc3e77c85 [2021-12-27T05:10:48.161Z] Removing intermediate container 15ccc3e77c85 [2021-12-27T05:10:48.161Z] ---> 50a74c873784 [2021-12-27T05:10:48.161Z] Step 23/23 : LABEL version=0.0.0 [2021-12-27T05:10:48.161Z] ---> Running in 5763c1e4ca90 [2021-12-27T05:10:48.423Z] Removing intermediate container 5763c1e4ca90 [2021-12-27T05:10:48.423Z] ---> 70dfb9427f06 [2021-12-27T05:10:48.423Z] [Warning] One or more build-args [ARCH] were not consumed [2021-12-27T05:10:48.423Z] Successfully built 70dfb9427f06 [2021-12-27T05:10:48.423Z] Successfully tagged device-snmp:latest [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] sh [2021-12-27T05:10:49.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-12-27T05:10:49.170Z] [2021-12-27T05:10:49.170Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:10:49.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-12-27T05:10:49.518Z] latest: Pulling from edgex-lftools-log-publisher [2021-12-27T05:10:49.518Z] b4d181a07f80: Pulling fs layer [2021-12-27T05:10:49.518Z] a1111a8f2ec3: Pulling fs layer [2021-12-27T05:10:49.518Z] ed53099fbce6: Pulling fs layer [2021-12-27T05:10:49.518Z] dc539afda2c1: Pulling fs layer [2021-12-27T05:10:49.518Z] 77bc0d833cb6: Pulling fs layer [2021-12-27T05:10:49.518Z] 9065ff56babe: Pulling fs layer [2021-12-27T05:10:49.518Z] d287ab97295c: Pulling fs layer [2021-12-27T05:10:49.518Z] 77bc0d833cb6: Waiting [2021-12-27T05:10:49.518Z] 9065ff56babe: Waiting [2021-12-27T05:10:49.518Z] d287ab97295c: Waiting [2021-12-27T05:10:49.518Z] a1111a8f2ec3: Verifying Checksum [2021-12-27T05:10:49.518Z] a1111a8f2ec3: Download complete [2021-12-27T05:10:49.518Z] dc539afda2c1: Verifying Checksum [2021-12-27T05:10:49.518Z] dc539afda2c1: Download complete [2021-12-27T05:10:49.788Z] 77bc0d833cb6: Verifying Checksum [2021-12-27T05:10:49.788Z] 77bc0d833cb6: Download complete [2021-12-27T05:10:49.788Z] ed53099fbce6: Verifying Checksum [2021-12-27T05:10:49.788Z] ed53099fbce6: Download complete [2021-12-27T05:10:49.788Z] 9065ff56babe: Verifying Checksum [2021-12-27T05:10:49.788Z] 9065ff56babe: Download complete [2021-12-27T05:10:49.788Z] b4d181a07f80: Verifying Checksum [2021-12-27T05:10:49.788Z] b4d181a07f80: Download complete [2021-12-27T05:10:50.368Z] d287ab97295c: Verifying Checksum [2021-12-27T05:10:50.368Z] d287ab97295c: Download complete [2021-12-27T05:10:51.320Z] b4d181a07f80: Pull complete [2021-12-27T05:10:51.320Z] a1111a8f2ec3: Pull complete [2021-12-27T05:10:51.908Z] ed53099fbce6: Pull complete [2021-12-27T05:10:51.908Z] dc539afda2c1: Pull complete [2021-12-27T05:10:52.169Z] 77bc0d833cb6: Pull complete [2021-12-27T05:10:52.169Z] 9065ff56babe: Pull complete [2021-12-27T05:10:57.512Z] d287ab97295c: Pull complete [2021-12-27T05:10:57.512Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-12-27T05:10:57.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-12-27T05:10:57.512Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-12-27T05:10:57.613Z] prd-centos7-docker-4c-2g-236 does not seem to be running inside a container [2021-12-27T05:10:57.667Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-12-27T05:10:59.973Z] $ docker top c8dc0469e0b0f2aa91a9a165d94f10862508a2baa9d9a6d553e73fe1e026f46e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:11:00.461Z] ---> job-cost.sh [2021-12-27T05:11:00.461Z] lf-activate-venv: SKIPPING [2021-12-27T05:11:00.461Z] INFO: No Stack... [2021-12-27T05:11:01.031Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-12-27T05:11:01.292Z] INFO: Archiving Costs [Pipeline] sh [2021-12-27T05:11:01.617Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2021-12-27T05:11:01.617Z] + cut -d, -f6 [Pipeline] lock [2021-12-27T05:11:01.665Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] [2021-12-27T05:11:01.670Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] did not exist. Created. [2021-12-27T05:11:01.670Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-12-27T05:11:02.064Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-12-27T05:11:02.124Z] Stashed 1 file(s) [Pipeline] } [2021-12-27T05:11:02.148Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-12-27T05:11:02.224Z] $ docker stop --time=1 c8dc0469e0b0f2aa91a9a165d94f10862508a2baa9d9a6d553e73fe1e026f46e [2021-12-27T05:11:03.360Z] $ docker rm -f c8dc0469e0b0f2aa91a9a165d94f10862508a2baa9d9a6d553e73fe1e026f46e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-12-27T05:11:43.578Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2021-12-27T05:11:43.578Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.037s coverage: 0.0% of statements [2021-12-27T05:11:43.578Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-12-27T05:12:01.904Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-12-27T05:12:01.904Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-12-27T05:12:01.904Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2021-12-27T05:12:02.924Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2021-12-27T05:12:02.952Z] $ docker stop --time=1 fbace6c2233c58ec5f48541811176babb42a0b7644d7fbc3ebecb649b1ae318b [2021-12-27T05:12:04.666Z] $ docker rm -f fbace6c2233c58ec5f48541811176babb42a0b7644d7fbc3ebecb649b1ae318b [Pipeline] // withDockerContainer [Pipeline] sh [2021-12-27T05:12:05.501Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-12-27T05:12:05.542Z] Warning: overwriting stash ‘coverage-report’ [2021-12-27T05:12:05.960Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-12-27T05:12:06.565Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-12-27T05:12:06.922Z] + ls -al . [2021-12-27T05:12:06.922Z] total 172 [2021-12-27T05:12:06.922Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 27 05:12 . [2021-12-27T05:12:06.922Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 27 05:08 .. [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 6 Dec 27 05:08 .dockerignore [2021-12-27T05:12:06.922Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 27 05:08 .git [2021-12-27T05:12:06.922Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 27 05:08 .github [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 262 Dec 27 05:08 .gitignore [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 6926 Dec 27 05:08 Attribution.txt [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 4401 Dec 27 05:08 CHANGELOG.md [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 1493 Dec 27 05:08 Dockerfile [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 27 05:08 GOVERNANCE.md [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 656 Dec 27 05:08 Jenkinsfile [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 27 05:08 LICENSE [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 1057 Dec 27 05:08 Makefile [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 620 Dec 27 05:08 OWNERS.md [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 9073 Dec 27 05:08 README.md [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 27 05:06 VERSION [2021-12-27T05:12:06.922Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 27 05:08 bin [2021-12-27T05:12:06.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 27 05:08 cmd [2021-12-27T05:12:06.922Z] -rw-r--r-- 1 jenkins jenkins 7631 Dec 27 05:11 coverage.out [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 214 Dec 27 05:08 go.mod [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 49712 Dec 27 05:08 go.sum [2021-12-27T05:12:06.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 27 05:08 internal [2021-12-27T05:12:06.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 27 05:08 snap [2021-12-27T05:12:06.922Z] -rw-rw-r-- 1 jenkins jenkins 209 Dec 27 05:08 version.go [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:12:07.284Z] + 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=c789a195c629e83a38ae553e6e7d0ceb26cc17c3 --label arch=arm64 --label version=0.0.0 . [2021-12-27T05:12:07.557Z] Sending build context to Docker daemon 2.696MB [2021-12-27T05:12:07.557Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.14 [2021-12-27T05:12:07.557Z] Step 2/23 : FROM ${BASE} AS builder [2021-12-27T05:12:07.557Z] ---> 30978435cd8c [2021-12-27T05:12:07.557Z] Step 3/23 : ARG MAKE='make build' [2021-12-27T05:12:07.829Z] ---> Running in 0d6b25c825cc [2021-12-27T05:12:08.101Z] Removing intermediate container 0d6b25c825cc [2021-12-27T05:12:08.101Z] ---> a5e3de407865 [2021-12-27T05:12:08.101Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-12-27T05:12:08.101Z] ---> Running in 55d26b677fcf [2021-12-27T05:12:08.698Z] Removing intermediate container 55d26b677fcf [2021-12-27T05:12:08.698Z] ---> 85d8163af9f7 [2021-12-27T05:12:08.698Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2021-12-27T05:12:08.698Z] ---> Running in 1746bcc9dc13 [2021-12-27T05:12:08.973Z] Removing intermediate container 1746bcc9dc13 [2021-12-27T05:12:08.973Z] ---> 7626250a591b [2021-12-27T05:12:08.973Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-12-27T05:12:08.973Z] ---> Running in c47de74dc7d6 [2021-12-27T05:12:10.954Z] Removing intermediate container c47de74dc7d6 [2021-12-27T05:12:10.954Z] ---> f731034be2d4 [2021-12-27T05:12:10.954Z] Step 7/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-12-27T05:12:10.954Z] ---> Running in 09418bb9fd42 [2021-12-27T05:12:11.933Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-12-27T05:12:12.907Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-12-27T05:12:13.500Z] OK: 223 MiB in 56 packages [2021-12-27T05:12:14.098Z] Removing intermediate container 09418bb9fd42 [2021-12-27T05:12:14.098Z] ---> 51855eb12228 [2021-12-27T05:12:14.098Z] Step 8/23 : WORKDIR /device-snmp-go [2021-12-27T05:12:14.371Z] ---> Running in 28225bff4e37 [2021-12-27T05:12:14.646Z] Removing intermediate container 28225bff4e37 [2021-12-27T05:12:14.646Z] ---> cdc062a129b2 [2021-12-27T05:12:14.646Z] Step 9/23 : COPY . . [2021-12-27T05:12:15.619Z] ---> 32253b10824c [2021-12-27T05:12:15.619Z] Step 10/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-12-27T05:12:15.619Z] ---> Running in b4e48f986d97 [2021-12-27T05:12:17.602Z] Removing intermediate container b4e48f986d97 [2021-12-27T05:12:17.602Z] ---> 6025d43b7f82 [2021-12-27T05:12:17.602Z] Step 11/23 : RUN ${MAKE} [2021-12-27T05:12:17.602Z] ---> Running in ed91cd6574db [2021-12-27T05:12:18.586Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp ./cmd [2021-12-27T05:12:57.650Z] Removing intermediate container ed91cd6574db [2021-12-27T05:12:57.650Z] ---> b5a1039d886f [2021-12-27T05:12:57.650Z] Step 12/23 : FROM alpine:3.14 [2021-12-27T05:12:57.650Z] 3.14: Pulling from library/alpine [2021-12-27T05:12:57.650Z] be307f383ecc: Pulling fs layer [2021-12-27T05:12:57.650Z] be307f383ecc: Verifying Checksum [2021-12-27T05:12:57.650Z] be307f383ecc: Download complete [2021-12-27T05:12:57.650Z] be307f383ecc: Pull complete [2021-12-27T05:12:57.650Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2021-12-27T05:12:57.650Z] Status: Downloaded newer image for alpine:3.14 [2021-12-27T05:12:57.650Z] ---> 5b8b7b635229 [2021-12-27T05:12:57.650Z] Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-12-27T05:12:57.650Z] ---> Running in a1627e6a88ed [2021-12-27T05:12:57.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-12-27T05:12:57.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-12-27T05:12:57.650Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-12-27T05:12:57.650Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-12-27T05:12:57.650Z] (3/6) Installing libsodium (1.0.18-r0) [2021-12-27T05:12:57.650Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-12-27T05:12:57.650Z] (5/6) Installing libzmq (4.3.4-r0) [2021-12-27T05:12:57.650Z] (6/6) Installing zeromq (4.3.4-r0) [2021-12-27T05:12:57.650Z] Executing busybox-1.33.1-r6.trigger [2021-12-27T05:12:57.650Z] OK: 8 MiB in 20 packages [2021-12-27T05:12:58.243Z] Removing intermediate container a1627e6a88ed [2021-12-27T05:12:58.243Z] ---> 89aaba715ffd [2021-12-27T05:12:58.243Z] Step 14/23 : COPY --from=builder /device-snmp-go/cmd / [2021-12-27T05:12:59.217Z] ---> 2572113892fa [2021-12-27T05:12:59.217Z] Step 15/23 : COPY --from=builder /device-snmp-go/Attribution.txt / [2021-12-27T05:12:59.812Z] ---> ccbee725d072 [2021-12-27T05:12:59.812Z] Step 16/23 : COPY --from=builder /device-snmp-go/LICENSE / [2021-12-27T05:13:00.085Z] ---> bcd3646ff170 [2021-12-27T05:13:00.085Z] Step 17/23 : EXPOSE 59993 [2021-12-27T05:13:00.356Z] ---> Running in ed370decf309 [2021-12-27T05:13:00.627Z] Removing intermediate container ed370decf309 [2021-12-27T05:13:00.627Z] ---> 49f1af13c07c [2021-12-27T05:13:00.627Z] Step 18/23 : EXPOSE 161 [2021-12-27T05:13:00.627Z] ---> Running in f4545a10df53 [2021-12-27T05:13:00.907Z] Removing intermediate container f4545a10df53 [2021-12-27T05:13:00.907Z] ---> bca6076101e3 [2021-12-27T05:13:00.907Z] Step 19/23 : ENTRYPOINT ["/device-snmp"] [2021-12-27T05:13:01.178Z] ---> Running in c6a1bbe1b279 [2021-12-27T05:13:01.446Z] Removing intermediate container c6a1bbe1b279 [2021-12-27T05:13:01.446Z] ---> d31cd6ea9847 [2021-12-27T05:13:01.446Z] Step 20/23 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-12-27T05:13:01.446Z] ---> Running in a2d7c793caef [2021-12-27T05:13:01.717Z] Removing intermediate container a2d7c793caef [2021-12-27T05:13:01.717Z] ---> 1da6ea01bf1b [2021-12-27T05:13:01.717Z] Step 21/23 : LABEL arch=arm64 [2021-12-27T05:13:01.989Z] ---> Running in 5331cf3e194f [2021-12-27T05:13:02.260Z] Removing intermediate container 5331cf3e194f [2021-12-27T05:13:02.260Z] ---> 2f4f09c86ab5 [2021-12-27T05:13:02.260Z] Step 22/23 : LABEL git_sha=c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [2021-12-27T05:13:02.260Z] ---> Running in 6be4f68545f2 [2021-12-27T05:13:02.856Z] Removing intermediate container 6be4f68545f2 [2021-12-27T05:13:02.856Z] ---> ae9780890e28 [2021-12-27T05:13:02.856Z] Step 23/23 : LABEL version=0.0.0 [2021-12-27T05:13:02.856Z] ---> Running in 211de2198147 [2021-12-27T05:13:03.128Z] Removing intermediate container 211de2198147 [2021-12-27T05:13:03.128Z] ---> 24d3700e7108 [2021-12-27T05:13:03.128Z] [Warning] One or more build-args [ARCH] were not consumed [2021-12-27T05:13:03.128Z] Successfully built 24d3700e7108 [2021-12-27T05:13:03.128Z] Successfully tagged device-snmp-arm64:latest [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] sh [2021-12-27T05:13:03.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-12-27T05:13:03.794Z] [2021-12-27T05:13:03.794Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:13:04.180Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-12-27T05:13:04.180Z] arm64: Pulling from edgex-lftools-log-publisher [2021-12-27T05:13:04.180Z] 448f6bf000e3: Pulling fs layer [2021-12-27T05:13:04.180Z] f757da607395: Pulling fs layer [2021-12-27T05:13:04.180Z] 05883995daec: Pulling fs layer [2021-12-27T05:13:04.180Z] 8603b9c90790: Pulling fs layer [2021-12-27T05:13:04.180Z] 1560dd03e051: Pulling fs layer [2021-12-27T05:13:04.180Z] 27f5ce0e4adf: Pulling fs layer [2021-12-27T05:13:04.180Z] c2d8d7efcc4b: Pulling fs layer [2021-12-27T05:13:04.180Z] 1560dd03e051: Waiting [2021-12-27T05:13:04.180Z] 27f5ce0e4adf: Waiting [2021-12-27T05:13:04.180Z] c2d8d7efcc4b: Waiting [2021-12-27T05:13:04.180Z] 8603b9c90790: Waiting [2021-12-27T05:13:04.452Z] f757da607395: Verifying Checksum [2021-12-27T05:13:04.452Z] f757da607395: Download complete [2021-12-27T05:13:04.452Z] 8603b9c90790: Verifying Checksum [2021-12-27T05:13:04.452Z] 8603b9c90790: Download complete [2021-12-27T05:13:04.452Z] 1560dd03e051: Verifying Checksum [2021-12-27T05:13:04.452Z] 1560dd03e051: Download complete [2021-12-27T05:13:04.452Z] 27f5ce0e4adf: Verifying Checksum [2021-12-27T05:13:04.452Z] 27f5ce0e4adf: Download complete [2021-12-27T05:13:04.452Z] 05883995daec: Verifying Checksum [2021-12-27T05:13:04.452Z] 05883995daec: Download complete [2021-12-27T05:13:04.725Z] 448f6bf000e3: Verifying Checksum [2021-12-27T05:13:04.725Z] 448f6bf000e3: Download complete [2021-12-27T05:13:07.347Z] c2d8d7efcc4b: Verifying Checksum [2021-12-27T05:13:07.347Z] c2d8d7efcc4b: Download complete [2021-12-27T05:13:08.330Z] 448f6bf000e3: Pull complete [2021-12-27T05:13:08.929Z] f757da607395: Pull complete [2021-12-27T05:13:10.363Z] 05883995daec: Pull complete [2021-12-27T05:13:10.637Z] 8603b9c90790: Pull complete [2021-12-27T05:13:11.617Z] 1560dd03e051: Pull complete [2021-12-27T05:13:11.889Z] 27f5ce0e4adf: Pull complete [2021-12-27T05:13:26.976Z] c2d8d7efcc4b: Pull complete [2021-12-27T05:13:26.976Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-12-27T05:13:26.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-12-27T05:13:26.976Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-12-27T05:13:27.189Z] prd-ubuntu18.04-docker-arm64-4c-16g-235 does not seem to be running inside a container [2021-12-27T05:13:27.276Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-12-27T05:13:29.823Z] $ docker top a10f511c1c29a25995a6abdb76004480500f1e49278cbc3f5955e6081aebec46 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:13:30.786Z] ---> job-cost.sh [2021-12-27T05:13:30.786Z] lf-activate-venv: SKIPPING [2021-12-27T05:13:30.786Z] INFO: No Stack... [2021-12-27T05:13:31.059Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-12-27T05:13:31.652Z] INFO: Archiving Costs [Pipeline] sh [2021-12-27T05:13:32.333Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2021-12-27T05:13:32.333Z] + cut -d, -f6 [Pipeline] lock [2021-12-27T05:13:32.417Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] [2021-12-27T05:13:32.422Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] did not exist. Created. [2021-12-27T05:13:32.423Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-12-27T05:13:33.182Z] /w/workspace/device-snmp-go/1@tmp/durable-833013c4/script.sh: 1: /w/workspace/device-snmp-go/1@tmp/durable-833013c4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-12-27T05:13:33.879Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-12-27T05:13:34.160Z] Warning: overwriting stash ‘stack-cost’ [2021-12-27T05:13:34.204Z] Stashed 1 file(s) [Pipeline] } [2021-12-27T05:13:34.221Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-12-27T05:13:34.296Z] $ docker stop --time=1 a10f511c1c29a25995a6abdb76004480500f1e49278cbc3f5955e6081aebec46 [2021-12-27T05:13:35.788Z] $ docker rm -f a10f511c1c29a25995a6abdb76004480500f1e49278cbc3f5955e6081aebec46 [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 [2021-12-27T05:13:36.849Z] provisioning config files... [2021-12-27T05:13:36.860Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/config1321792489646973130tmp [Pipeline] { [Pipeline] sh [2021-12-27T05:13:37.215Z] + set +x [2021-12-27T05:13:37.215Z] + curl -s https://codecov.io/bash [2021-12-27T05:13:37.215Z] + bash -s -- [2021-12-27T05:13:37.215Z] [2021-12-27T05:13:37.215Z] _____ _ [2021-12-27T05:13:37.215Z] / ____| | | [2021-12-27T05:13:37.215Z] | | ___ __| | ___ ___ _____ __ [2021-12-27T05:13:37.215Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-12-27T05:13:37.215Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-12-27T05:13:37.215Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-12-27T05:13:37.215Z] Bash-1.0.6 [2021-12-27T05:13:37.215Z] [2021-12-27T05:13:37.215Z] [2021-12-27T05:13:37.215Z] ==> git version 2.24.4 found [2021-12-27T05:13:37.215Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-12-27T05:13:37.215Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-12-27T05:13:37.215Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-12-27T05:13:37.215Z] ==> Jenkins CI detected. [2021-12-27T05:13:37.215Z] current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-132 [2021-12-27T05:13:37.215Z] project root: . [2021-12-27T05:13:37.215Z] --> token set from env [2021-12-27T05:13:37.215Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-12-27T05:13:37.478Z] ==> Running gcov in . (disable via -X gcov) [2021-12-27T05:13:37.478Z] ==> Python coveragepy not found [2021-12-27T05:13:37.478Z] ==> Searching for coverage reports in: [2021-12-27T05:13:37.478Z] + . [2021-12-27T05:13:37.478Z] -> Found 1 reports [2021-12-27T05:13:37.478Z] ==> Detecting git/mercurial file structure [2021-12-27T05:13:37.478Z] ==> Reading reports [2021-12-27T05:13:37.478Z] + ./coverage.out bytes=7631 [2021-12-27T05:13:37.478Z] ==> Appending adjustments [2021-12-27T05:13:37.478Z] https://docs.codecov.io/docs/fixing-reports [2021-12-27T05:13:37.478Z] + Found adjustments [2021-12-27T05:13:37.478Z] ==> Gzipping contents [2021-12-27T05:13:37.478Z] 4.0K /tmp/codecov.BAgPB6.gz [2021-12-27T05:13:37.478Z] ==> Uploading reports [2021-12-27T05:13:37.478Z] url: https://codecov.io [2021-12-27T05:13:37.478Z] query: branch=PR-132&commit=c789a195c629e83a38ae553e6e7d0ceb26cc17c3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-132%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=132&job=&cmd_args= [2021-12-27T05:13:37.478Z] -> Pinging Codecov [2021-12-27T05:13:37.478Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-132&commit=c789a195c629e83a38ae553e6e7d0ceb26cc17c3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-132%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=132&job=&cmd_args= [2021-12-27T05:13:37.745Z] -> Uploading to [2021-12-27T05:13:37.745Z] https://storage.googleapis.com/codecov/v4/raw/2021-12-27/6C56EA5C29638FB4528AC87E60AF5AE0/c789a195c629e83a38ae553e6e7d0ceb26cc17c3/90cfafc4-a9ad-40d4-b805-991dee9c871a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211227%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211227T051337Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cd02f06eeafc39c88b66607a3a4d73365c95bedce760cdbb7f9e8e097eb714c0 [2021-12-27T05:13:37.745Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-12-27T05:13:37.745Z] Dload Upload Total Spent Left Speed [2021-12-27T05:13:38.011Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1578 0 0 100 1578 0 5456 --:--:-- --:--:-- --:--:-- 5460 [2021-12-27T05:13:38.011Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [Pipeline] } [2021-12-27T05:13:38.043Z] 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 [2021-12-27T05:13:39.892Z] + '[' -d /w/workspace/gexfoundry_device-snmp-go_PR-132/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:13:40.230Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:13:40.855Z] ---> package-listing.sh [2021-12-27T05:13:40.856Z] ++ facter osfamily [2021-12-27T05:13:40.856Z] ++ tr '[:upper:]' '[:lower:]' [2021-12-27T05:13:41.120Z] + OS_FAMILY=redhat [2021-12-27T05:13:41.120Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-132 [2021-12-27T05:13:41.120Z] + START_PACKAGES=/tmp/packages_start.txt [2021-12-27T05:13:41.120Z] + END_PACKAGES=/tmp/packages_end.txt [2021-12-27T05:13:41.120Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-12-27T05:13:41.120Z] + PACKAGES=/tmp/packages_start.txt [2021-12-27T05:13:41.120Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-132 ']' [2021-12-27T05:13:41.120Z] + PACKAGES=/tmp/packages_end.txt [2021-12-27T05:13:41.120Z] + case "${OS_FAMILY}" in [2021-12-27T05:13:41.120Z] + rpm -qa [2021-12-27T05:13:41.120Z] + sort [2021-12-27T05:13:41.693Z] + '[' -f /tmp/packages_start.txt ']' [2021-12-27T05:13:41.693Z] + '[' -f /tmp/packages_end.txt ']' [2021-12-27T05:13:41.693Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-12-27T05:13:41.693Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-132 ']' [2021-12-27T05:13:41.693Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-132/archives/ [2021-12-27T05:13:41.693Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-132/archives/ [Pipeline] echo [2021-12-27T05:13:41.736Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_PR-132/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-12-27T05:13:42.038Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:13:42.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-12-27T05:13:42.629Z] [2021-12-27T05:13:42.629Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-12-27T05:13:43.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-12-27T05:13:43.000Z] latest: Pulling from edgex-lftools-log-publisher [2021-12-27T05:13:43.000Z] b4d181a07f80: Pulling fs layer [2021-12-27T05:13:43.000Z] a1111a8f2ec3: Pulling fs layer [2021-12-27T05:13:43.000Z] ed53099fbce6: Pulling fs layer [2021-12-27T05:13:43.000Z] dc539afda2c1: Pulling fs layer [2021-12-27T05:13:43.000Z] 77bc0d833cb6: Pulling fs layer [2021-12-27T05:13:43.000Z] 9065ff56babe: Pulling fs layer [2021-12-27T05:13:43.000Z] d287ab97295c: Pulling fs layer [2021-12-27T05:13:43.000Z] dc539afda2c1: Waiting [2021-12-27T05:13:43.000Z] 77bc0d833cb6: Waiting [2021-12-27T05:13:43.000Z] 9065ff56babe: Waiting [2021-12-27T05:13:43.000Z] d287ab97295c: Waiting [2021-12-27T05:13:43.000Z] a1111a8f2ec3: Verifying Checksum [2021-12-27T05:13:43.000Z] a1111a8f2ec3: Download complete [2021-12-27T05:13:43.000Z] dc539afda2c1: Verifying Checksum [2021-12-27T05:13:43.000Z] dc539afda2c1: Download complete [2021-12-27T05:13:43.000Z] ed53099fbce6: Verifying Checksum [2021-12-27T05:13:43.000Z] ed53099fbce6: Download complete [2021-12-27T05:13:43.000Z] 9065ff56babe: Verifying Checksum [2021-12-27T05:13:43.000Z] 9065ff56babe: Download complete [2021-12-27T05:13:43.275Z] 77bc0d833cb6: Verifying Checksum [2021-12-27T05:13:43.275Z] 77bc0d833cb6: Download complete [2021-12-27T05:13:43.275Z] b4d181a07f80: Verifying Checksum [2021-12-27T05:13:43.275Z] b4d181a07f80: Download complete [2021-12-27T05:13:43.851Z] d287ab97295c: Verifying Checksum [2021-12-27T05:13:43.851Z] d287ab97295c: Download complete [2021-12-27T05:13:44.433Z] b4d181a07f80: Pull complete [2021-12-27T05:13:44.693Z] a1111a8f2ec3: Pull complete [2021-12-27T05:13:45.267Z] ed53099fbce6: Pull complete [2021-12-27T05:13:45.267Z] dc539afda2c1: Pull complete [2021-12-27T05:13:45.528Z] 77bc0d833cb6: Pull complete [2021-12-27T05:13:45.792Z] 9065ff56babe: Pull complete [2021-12-27T05:13:51.132Z] d287ab97295c: Pull complete [2021-12-27T05:13:51.132Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-12-27T05:13:51.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-12-27T05:13:51.132Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-12-27T05:13:51.226Z] prd-centos7-docker-4c-2g-234 does not seem to be running inside a container [2021-12-27T05:13:51.264Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_PR-132/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-132 -v /w/workspace/gexfoundry_device-snmp-go_PR-132:/w/workspace/gexfoundry_device-snmp-go_PR-132:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-132@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-132@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-12-27T05:13:53.548Z] $ docker top a0c0ba8da34993d20710dc308f793ee9d2ed6243871225ef0322722ea702b05d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-12-27T05:13:53.979Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-12-27T05:13:54.301Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-12-27T05:13:54.623Z] + ls /var/log/sa-host [2021-12-27T05:13:54.623Z] + sadf -c /var/log/sa-host/sa17 [2021-12-27T05:13:54.623Z] file_magic: OK [2021-12-27T05:13:54.623Z] HZ: Using current value: 100 [2021-12-27T05:13:54.623Z] file_header: OK [2021-12-27T05:13:54.623Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-12-27T05:13:54.623Z] Statistics: [2021-12-27T05:13:54.623Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-12-27T05:13:54.623Z] File successfully converted to sysstat format version 12.0.3 [2021-12-27T05:13:54.623Z] + sadf -c /var/log/sa-host/sa27 [2021-12-27T05:13:54.623Z] file_magic: OK [2021-12-27T05:13:54.623Z] HZ: Using current value: 100 [2021-12-27T05:13:54.623Z] file_header: OK [2021-12-27T05:13:54.623Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-12-27T05:13:54.623Z] Statistics: [2021-12-27T05:13:54.623Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-12-27T05:13:54.623Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-12-27T05:13:54.914Z] provisioning config files... [2021-12-27T05:13:54.925Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/config7395969315195779020tmp [Pipeline] { [Pipeline] echo [2021-12-27T05:13:54.982Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:13:55.309Z] ---> create-netrc.sh [Pipeline] } [2021-12-27T05:13:55.332Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:13:55.754Z] ---> python-tools-install.sh [Pipeline] echo [2021-12-27T05:13:55.795Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:13:56.118Z] ---> sudo-logs.sh [2021-12-27T05:13:56.118Z] Archiving 'sudo' log.. [2021-12-27T05:13:56.118Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-234.novalocal: Name or service not known [2021-12-27T05:13:56.118Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-234.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-12-27T05:13:56.210Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:13:56.535Z] ---> job-cost.sh [2021-12-27T05:13:56.535Z] lf-activate-venv: SKIPPING [2021-12-27T05:13:56.535Z] DEBUG: total: 0.10999999940395355 [2021-12-27T05:13:56.535Z] INFO: Retrieving Stack Cost... [2021-12-27T05:13:56.798Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-12-27T05:13:57.059Z] INFO: Archiving Costs [Pipeline] echo [2021-12-27T05:13:57.096Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-12-27T05:13:57.415Z] ---> logs-deploy.sh [2021-12-27T05:13:57.415Z] lf-activate-venv: SKIPPING [2021-12-27T05:13:57.415Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-132/1 [2021-12-27T05:13:57.415Z] INFO: archiving workspace using pattern(s): [2021-12-27T05:13:57.987Z] Archives upload complete. [2021-12-27T05:13:58.250Z] INFO: archiving logs to Nexus