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 05:06:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:06:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:06:12 ========================================================= 05:06:12 EdgeX Global Pipelines Version Info 05:06:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:06:13 ------------------- 05:06:13 stable info: 05:06:13 ------------------- 05:06:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:06:13 Commit SHA: 32edd24ee733e309d05e35b1f887f14b07bde6d0 05:06:13 Message: update stable to v1.0.217 05:06:14 ------------------- 05:06:14 experimental info: 05:06:14 ------------------- 05:06:14 Commited By: **** collab-it+edgex@linuxfoundation.org 05:06:14 Commit SHA: 32edd24ee733e309d05e35b1f887f14b07bde6d0 05:06:14 Message: update experimental to v1.0.217 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:06:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 05:06:14 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 05:06:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:06:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:06:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:06:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:06:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:06:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-132 [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-132 [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-132 [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c789a19 [Pipeline] echo 05:06:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:06:16 provisioning config files... 05:06:16 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/config8587762371547500276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:06:16 ---> docker-login.sh 05:06:16 nexus3.edgexfoundry.org:10001 05:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:06:16 Configure a credential helper to remove this warning. See 05:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:06:16 05:06:16 Login Succeeded 05:06:16 nexus3.edgexfoundry.org:10002 05:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:06:16 Configure a credential helper to remove this warning. See 05:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:06:16 05:06:16 Login Succeeded 05:06:16 nexus3.edgexfoundry.org:10003 05:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:06:16 Configure a credential helper to remove this warning. See 05:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:06:16 05:06:16 Login Succeeded 05:06:16 nexus3.edgexfoundry.org:10004 05:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:06:16 Configure a credential helper to remove this warning. See 05:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:06:16 05:06:16 Login Succeeded 05:06:16 docker.io 05:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:06:17 Configure a credential helper to remove this warning. See 05:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:06:17 05:06:17 Login Succeeded 05:06:17 ---> docker-login.sh ends [Pipeline] } 05:06:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:06:18 + git rev-list -1 --merges c789a195c629e83a38ae553e6e7d0ceb26cc17c3~1..c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [Pipeline] echo 05:06:18 -----------> git rev-list -1 --merges c789a195c629e83a38ae553e6e7d0ceb26cc17c3~1..c789a195c629e83a38ae553e6e7d0ceb26cc17c3 c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [false] [Pipeline] sh 05:06:18 + git log --format=format:%s -1 c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [Pipeline] echo 05:06:18 ========================================================= 05:06:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:06:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:06:18 + git log --format=format:%s -1 c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [Pipeline] echo 05:06:19 [semverPrep] GIT_COMMIT: c789a195c629e83a38ae553e6e7d0ceb26cc17c3, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 05:06:19 [semverPrep] This is not a build commit. [Pipeline] sh 05:06:19 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 05:06:19 + grep -v github /etc/ssh/ssh_known_hosts 05:06:19 + '[' -e /tmp/ssh_known_hosts ']' 05:06:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:06:19 + sudo tee -a /etc/ssh/ssh_known_hosts 05:06:19 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 05:06:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 05:06:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:06:19 05:06:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:06:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:06:20 latest: Pulling from edgex-devops/git-semver 05:06:20 a0d0a0d46f8b: Pulling fs layer 05:06:20 3e5f54012d9b: Pulling fs layer 05:06:20 4c7163046ea9: Pulling fs layer 05:06:20 0c2d73faf560: Pulling fs layer 05:06:20 0c2d73faf560: Waiting 05:06:20 3e5f54012d9b: Verifying Checksum 05:06:20 3e5f54012d9b: Download complete 05:06:20 a0d0a0d46f8b: Verifying Checksum 05:06:20 a0d0a0d46f8b: Download complete 05:06:20 4c7163046ea9: Verifying Checksum 05:06:20 4c7163046ea9: Download complete 05:06:20 0c2d73faf560: Verifying Checksum 05:06:20 0c2d73faf560: Download complete 05:06:20 a0d0a0d46f8b: Pull complete 05:06:20 3e5f54012d9b: Pull complete 05:06:20 4c7163046ea9: Pull complete 05:06:21 0c2d73faf560: Pull complete 05:06:21 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 05:06:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:06:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:06:21 prd-centos7-docker-4c-2g-234 does not seem to be running inside a container 05:06:20 $ 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 05:06:21 $ docker top 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:06:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:06:22 [ssh-agent] Looking for ssh-agent implementation... 05:06:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:06:21 $ docker exec 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee ssh-agent 05:06:22 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOeCoCo/agent.14 05:06:22 SSH_AGENT_PID=20 05:06:22 Running ssh-add (command line suppressed) 05:06:22 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) 05:06:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:06:22 + git tag --points-at HEAD [Pipeline] } 05:06:22 $ docker exec --env ******** --env ******** 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee ssh-agent -k 05:06:22 unset SSH_AUTH_SOCK; 05:06:22 unset SSH_AGENT_PID; 05:06:22 echo Agent pid 20 killed; 05:06:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:06:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:06:23 [ssh-agent] Looking for ssh-agent implementation... 05:06:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:06:22 $ docker exec 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee ssh-agent 05:06:23 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMAkeFm/agent.54 05:06:23 SSH_AGENT_PID=61 05:06:23 Running ssh-add (command line suppressed) 05:06:23 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) 05:06:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:06:23 + git semver init 05:06:23 # -> Open(): unable to determine branch for HEAD 05:06:23 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-132/.git 05:06:23 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_PR-132 05:06:23 # $SEMVER_REMOTE_NAME = origin 05:06:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:06:23 # $SEMVER_USER_NAME = edgex-jenkins 05:06:23 # $SEMVER_BRANCH = PR-132 05:06:23 # $SEMVER_TEMP = /tmp/semver-722226132 05:06:23 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 05:06:24 # '/tmp/semver-722226132' -> '/w/workspace/gexfoundry_device-snmp-go_PR-132/.semver' 05:06:24 # -> Force: false 05:06:24 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-132/.semver [Pipeline] } 05:06:24 $ docker exec --env ******** --env ******** 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee ssh-agent -k 05:06:24 unset SSH_AUTH_SOCK; 05:06:24 unset SSH_AGENT_PID; 05:06:24 echo Agent pid 61 killed; 05:06:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:06:25 + git semver [Pipeline] } 05:06:25 $ docker stop --time=1 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee 05:06:26 $ docker rm -f 08c0f4e893f1f066a9d4f0ae820d388a3a63f48a0e89494b8ad6a83e80d653ee [Pipeline] // withDockerContainer [Pipeline] sh 05:06:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:06:27 Stashed 1 file(s) [Pipeline] echo 05:06:27 [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 05:06:42 Still waiting to schedule task 05:06:42 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-234’ 05:06:42 Still waiting to schedule task 05:06:42 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:08:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-235 in /w/workspace/gexfoundry_device-snmp-go_PR-132 [Pipeline] { [Pipeline] ws 05:08:08 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:08:08 Selected Git installation does not exist. Using Default 05:08:08 The recommended git tool is: NONE 05:08:13 using credential edgex-jenkins-ssh 05:08:13 Cloning the remote Git repository 05:08:13 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:08:13 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:08:13 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:08:13 > git --version # timeout=10 05:08:13 > git --version # 'git version 2.17.1' 05:08:13 using GIT_SSH to set credentials SSH Credentials for GitHub 05:08:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:08:14 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:08:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:08:14 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:08:15 Merging remotes/origin/main commit 42a81012aee9d0f4741172f85aabccffc17c1488 into PR head commit c789a195c629e83a38ae553e6e7d0ceb26cc17c3 05:08:15 Merge succeeded, producing c789a195c629e83a38ae553e6e7d0ceb26cc17c3 05:08:15 Checking out Revision c789a195c629e83a38ae553e6e7d0ceb26cc17c3 (PR-132) 05:08:14 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:08:14 using GIT_SSH to set credentials SSH Credentials for GitHub 05:08:14 > 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 05:08:15 > git config core.sparsecheckout # timeout=10 05:08:15 > git checkout -f c789a195c629e83a38ae553e6e7d0ceb26cc17c3 # timeout=10 05:08:15 > git remote # timeout=10 05:08:15 > git config --get remote.origin.url # timeout=10 05:08:15 using GIT_SSH to set credentials SSH Credentials for GitHub 05:08:15 > git merge 42a81012aee9d0f4741172f85aabccffc17c1488 # timeout=10 05:08:15 > git rev-parse HEAD^{commit} # timeout=10 05:08:15 > git config core.sparsecheckout # timeout=10 05:08:15 > git checkout -f c789a195c629e83a38ae553e6e7d0ceb26cc17c3 # timeout=10 05:08:19 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 05:08:19 > git --version # timeout=10 05:08:19 > git --version # 'git version 2.17.1' 05:08:19 fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:08:20 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:08:20 % Total % Received % Xferd Average Speed Time Time Time Current 05:08:20 Dload Upload Total Spent Left Speed 05:08:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 59120 0 --:--:-- --:--:-- --:--:-- 59120 [Pipeline] sh 05:08:21 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:08:21 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:08:21 + sudo tee /etc/docker/daemon.new 05:08:21 { 05:08:21 "registry-mirrors": [ 05:08:21 "https://nexus3.edgexfoundry.org:10001" 05:08:21 ], 05:08:21 "bip": "10.250.0.254/24", 05:08:21 "hosts": [ 05:08:21 "tcp://0.0.0.0:5555", 05:08:21 "unix:///var/run/docker.sock" 05:08:21 ], 05:08:21 "mtu": 1458, 05:08:21 "selinux-enabled": true, 05:08:21 "seccomp-profile": "/etc/docker/seccomp.json" 05:08:21 } [Pipeline] sh 05:08:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:08:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:08:40 provisioning config files... 05:08:40 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config313412933360329208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:08:41 ---> docker-login.sh 05:08:41 nexus3.edgexfoundry.org:10001 05:08:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:42 Configure a credential helper to remove this warning. See 05:08:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:42 05:08:42 Login Succeeded 05:08:42 nexus3.edgexfoundry.org:10002 05:08:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:42 Configure a credential helper to remove this warning. See 05:08:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:42 05:08:42 Login Succeeded 05:08:42 nexus3.edgexfoundry.org:10003 05:08:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:42 Configure a credential helper to remove this warning. See 05:08:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:42 05:08:42 Login Succeeded 05:08:42 nexus3.edgexfoundry.org:10004 05:08:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:43 Configure a credential helper to remove this warning. See 05:08:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:43 05:08:43 Login Succeeded 05:08:43 docker.io 05:08:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:43 Configure a credential helper to remove this warning. See 05:08:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:43 05:08:43 Login Succeeded 05:08:43 ---> docker-login.sh ends [Pipeline] } 05:08:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:08:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:08:44 ========================================================= 05:08:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:08:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 05:08:45 + 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 . 05:08:45 Sending build context to Docker daemon 2.688MB 05:08:45 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 05:08:45 Step 2/11 : FROM ${BASE} AS builder 05:08:45 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:08:45 552d1f2373af: Pulling fs layer 05:08:45 ea3f2d53f512: Pulling fs layer 05:08:45 9e70ebbbe112: Pulling fs layer 05:08:45 7a9cfe048b4a: Pulling fs layer 05:08:45 72dc09318566: Pulling fs layer 05:08:45 f4f7b4309257: Pulling fs layer 05:08:45 0ac9a79272e3: Pulling fs layer 05:08:45 b78e95d17946: Pulling fs layer 05:08:45 f4f7b4309257: Waiting 05:08:45 7a9cfe048b4a: Waiting 05:08:45 0ac9a79272e3: Waiting 05:08:45 b78e95d17946: Waiting 05:08:45 72dc09318566: Waiting 05:08:45 9e70ebbbe112: Verifying Checksum 05:08:45 9e70ebbbe112: Download complete 05:08:45 ea3f2d53f512: Verifying Checksum 05:08:45 ea3f2d53f512: Download complete 05:08:45 72dc09318566: Verifying Checksum 05:08:45 72dc09318566: Download complete 05:08:45 f4f7b4309257: Verifying Checksum 05:08:45 f4f7b4309257: Download complete 05:08:45 552d1f2373af: Verifying Checksum 05:08:45 552d1f2373af: Download complete 05:08:45 0ac9a79272e3: Verifying Checksum 05:08:45 0ac9a79272e3: Download complete 05:08:46 552d1f2373af: Pull complete 05:08:46 ea3f2d53f512: Pull complete 05:08:47 9e70ebbbe112: Pull complete 05:08:47 b78e95d17946: Verifying Checksum 05:08:47 b78e95d17946: Download complete 05:08:48 7a9cfe048b4a: Verifying Checksum 05:08:48 7a9cfe048b4a: Download complete 05:08:53 Running on prd-centos7-docker-4c-2g-236 in /w/workspace/gexfoundry_device-snmp-go_PR-132 [Pipeline] { [Pipeline] ws 05:08:53 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:08:53 Selected Git installation does not exist. Using Default 05:08:53 The recommended git tool is: NONE 05:08:55 using credential edgex-jenkins-ssh 05:08:55 Cloning the remote Git repository 05:08:55 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:08:55 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:08:55 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:08:55 > git --version # timeout=10 05:08:55 > git --version # 'git version 2.24.4' 05:08:55 using GIT_SSH to set credentials SSH Credentials for GitHub 05:08:55 [INFO] Currently running in a labeled security context 05:08:55 [INFO] Currently SELinux is 'enforcing' on the host 05:08:55 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh1423302407256136930.key 05:08:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:08:56 Merging remotes/origin/main commit 42a81012aee9d0f4741172f85aabccffc17c1488 into PR head commit c789a195c629e83a38ae553e6e7d0ceb26cc17c3 05:08:56 Merge succeeded, producing c789a195c629e83a38ae553e6e7d0ceb26cc17c3 05:08:56 Checking out Revision c789a195c629e83a38ae553e6e7d0ceb26cc17c3 (PR-132) 05:08:55 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:08:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:08:55 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:08:55 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:08:55 using GIT_SSH to set credentials SSH Credentials for GitHub 05:08:55 [INFO] Currently running in a labeled security context 05:08:55 [INFO] Currently SELinux is 'enforcing' on the host 05:08:55 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh5680214758094054615.key 05:08:55 > 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 05:08:56 > git config core.sparsecheckout # timeout=10 05:08:56 > git checkout -f c789a195c629e83a38ae553e6e7d0ceb26cc17c3 # timeout=10 05:08:56 > git remote # timeout=10 05:08:56 > git config --get remote.origin.url # timeout=10 05:08:56 using GIT_SSH to set credentials SSH Credentials for GitHub 05:08:56 [INFO] Currently running in a labeled security context 05:08:56 [INFO] Currently SELinux is 'enforcing' on the host 05:08:56 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh6608300571347185693.key 05:08:56 > git merge 42a81012aee9d0f4741172f85aabccffc17c1488 # timeout=10 05:08:56 > git rev-parse HEAD^{commit} # timeout=10 05:08:56 > git config core.sparsecheckout # timeout=10 05:08:56 > git checkout -f c789a195c629e83a38ae553e6e7d0ceb26cc17c3 # timeout=10 05:09:00 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 05:09:00 > git --version # timeout=10 05:09:00 > git --version # 'git version 2.24.4' 05:09:00 fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 05:09:00 7a9cfe048b4a: Pull complete 05:09:00 72dc09318566: Pull complete 05:09:00 f4f7b4309257: Pull complete 05:09:00 0ac9a79272e3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:09:00 provisioning config files... 05:09:00 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config7432056875891385857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:09:01 ---> docker-login.sh 05:09:01 nexus3.edgexfoundry.org:10001 05:09:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:09:01 Configure a credential helper to remove this warning. See 05:09:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:09:01 05:09:01 Login Succeeded 05:09:01 nexus3.edgexfoundry.org:10002 05:09:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:09:01 Configure a credential helper to remove this warning. See 05:09:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:09:01 05:09:01 Login Succeeded 05:09:01 nexus3.edgexfoundry.org:10003 05:09:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:09:01 Configure a credential helper to remove this warning. See 05:09:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:09:01 05:09:01 Login Succeeded 05:09:01 nexus3.edgexfoundry.org:10004 05:09:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:09:01 Configure a credential helper to remove this warning. See 05:09:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:09:01 05:09:01 Login Succeeded 05:09:01 docker.io 05:09:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:09:02 Configure a credential helper to remove this warning. See 05:09:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:09:02 05:09:02 Login Succeeded 05:09:02 ---> docker-login.sh ends [Pipeline] } 05:09:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:09:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:09:02 ========================================================= 05:09:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:09:02 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 05:09:03 + 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 . 05:09:03 Sending build context to Docker daemon 2.689MB 05:09:03 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 05:09:03 Step 2/11 : FROM ${BASE} AS builder 05:09:03 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:09:03 a0d0a0d46f8b: Pulling fs layer 05:09:03 31adcdaf11c8: Pulling fs layer 05:09:03 b8b176561691: Pulling fs layer 05:09:03 4527c011a84f: Pulling fs layer 05:09:03 5d74067f8e1e: Pulling fs layer 05:09:03 e0aca202a116: Pulling fs layer 05:09:03 3a43be97a3b4: Pulling fs layer 05:09:03 34cad66bf833: Pulling fs layer 05:09:03 b4e3c513aaa6: Pulling fs layer 05:09:03 4527c011a84f: Waiting 05:09:03 5d74067f8e1e: Waiting 05:09:03 e0aca202a116: Waiting 05:09:03 3a43be97a3b4: Waiting 05:09:03 34cad66bf833: Waiting 05:09:03 b4e3c513aaa6: Waiting 05:09:03 b8b176561691: Verifying Checksum 05:09:03 b8b176561691: Download complete 05:09:03 31adcdaf11c8: Verifying Checksum 05:09:03 31adcdaf11c8: Download complete 05:09:03 5d74067f8e1e: Verifying Checksum 05:09:03 5d74067f8e1e: Download complete 05:09:03 e0aca202a116: Verifying Checksum 05:09:03 e0aca202a116: Download complete 05:09:03 3a43be97a3b4: Verifying Checksum 05:09:03 3a43be97a3b4: Download complete 05:09:03 a0d0a0d46f8b: Verifying Checksum 05:09:03 a0d0a0d46f8b: Download complete 05:09:03 34cad66bf833: Verifying Checksum 05:09:03 34cad66bf833: Download complete 05:09:03 a0d0a0d46f8b: Pull complete 05:09:04 b4e3c513aaa6: Verifying Checksum 05:09:04 b4e3c513aaa6: Download complete 05:09:04 31adcdaf11c8: Pull complete 05:09:04 4527c011a84f: Verifying Checksum 05:09:04 4527c011a84f: Download complete 05:09:04 b8b176561691: Pull complete 05:09:05 b78e95d17946: Pull complete 05:09:05 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 05:09:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:09:05 ---> 8b459fc5aaf0 05:09:05 Step 3/11 : ARG MAKE='make build' 05:09:06 ---> Running in 0e0cd35718f2 05:09:07 Removing intermediate container 0e0cd35718f2 05:09:07 ---> 684618ea644a 05:09:07 Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:09:07 ---> Running in 04afd03999b2 05:09:07 Removing intermediate container 04afd03999b2 05:09:07 ---> 738a06a74866 05:09:07 Step 5/11 : ARG ALPINE_PKG_EXTRA="" 05:09:07 ---> Running in d59aad26354d 05:09:07 Removing intermediate container d59aad26354d 05:09:07 ---> 773031d03150 05:09:07 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:09:07 ---> Running in e4a7ecce4b0d 05:09:09 4527c011a84f: Pull complete 05:09:09 5d74067f8e1e: Pull complete 05:09:09 e0aca202a116: Pull complete 05:09:09 3a43be97a3b4: Pull complete 05:09:09 34cad66bf833: Pull complete 05:09:09 Removing intermediate container e4a7ecce4b0d 05:09:09 ---> a9a7c1bffa7c 05:09:09 Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:09:09 ---> Running in c4fdcc96f067 05:09:10 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:09:11 b4e3c513aaa6: Pull complete 05:09:11 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 05:09:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:09:11 ---> 9f6097aaca64 05:09:11 Step 3/11 : ARG MAKE='make build' 05:09:12 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:09:12 (1/4) Installing openssh-keygen (8.6_p1-r3) 05:09:12 (2/4) Installing libedit (20210216.3.1-r0) 05:09:12 (3/4) Installing openssh-client-common (8.6_p1-r3) 05:09:13 (4/4) Installing openssh-client-default (8.6_p1-r3) 05:09:13 Executing busybox-1.33.1-r3.trigger 05:09:13 OK: 223 MiB in 56 packages 05:09:14 Removing intermediate container c4fdcc96f067 05:09:14 ---> d2ba71549f10 05:09:14 Step 8/11 : WORKDIR /device-snmp-go 05:09:14 ---> Running in acc4ad908566 05:09:14 Removing intermediate container acc4ad908566 05:09:14 ---> d1a7a0d379da 05:09:14 Step 9/11 : COPY . . 05:09:15 ---> 8c9d6611b7f1 05:09:15 Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:15 ---> Running in 7286dd903df3 05:09:15 ---> Running in 2175f956853c 05:09:15 Removing intermediate container 2175f956853c 05:09:15 ---> eb3c878f3e94 05:09:15 Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:09:15 ---> Running in a5341471d1cd 05:09:15 Removing intermediate container a5341471d1cd 05:09:15 ---> 84da3a949b00 05:09:15 Step 5/11 : ARG ALPINE_PKG_EXTRA="" 05:09:15 ---> Running in 1cdf3129b44b 05:09:15 Removing intermediate container 1cdf3129b44b 05:09:15 ---> cf3509c6297d 05:09:15 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:09:15 ---> Running in ef6bab77d3f0 05:09:15 Removing intermediate container ef6bab77d3f0 05:09:15 ---> 6c6e8b0b2442 05:09:15 Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:09:15 ---> Running in 84b63e39180e 05:09:16 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:09:17 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:09:17 (1/4) Installing openssh-keygen (8.6_p1-r3) 05:09:17 (2/4) Installing libedit (20210216.3.1-r0) 05:09:17 (3/4) Installing openssh-client-common (8.6_p1-r3) 05:09:17 (4/4) Installing openssh-client-default (8.6_p1-r3) 05:09:17 Executing busybox-1.33.1-r3.trigger 05:09:17 OK: 224 MiB in 56 packages 05:09:17 Removing intermediate container 84b63e39180e 05:09:17 ---> a2f502bc53f4 05:09:17 Step 8/11 : WORKDIR /device-snmp-go 05:09:17 ---> Running in c683dc06aa7a 05:09:17 Removing intermediate container c683dc06aa7a 05:09:17 ---> f34c677a2830 05:09:17 Step 9/11 : COPY . . 05:09:18 ---> 79eb996e1d6f 05:09:18 Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:18 ---> Running in b2b16a4f17b9 05:09:57 Removing intermediate container b2b16a4f17b9 05:09:57 ---> 300e1006ea8b 05:09:57 Step 11/11 : RUN ${MAKE} 05:09:57 ---> Running in a71fc73d3ac3 05:09:57 noop 05:09:57 Removing intermediate container a71fc73d3ac3 05:09:57 ---> 054b3fad26bb 05:09:57 Successfully built 054b3fad26bb 05:09:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:09:57 + docker inspect -f . ci-base-image-x86_64 05:09:57 . [Pipeline] withDockerContainer 05:09:57 prd-centos7-docker-4c-2g-236 does not seem to be running inside a container 05:09:57 $ 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 05:09:58 $ docker top 5bd23e6b2879b952526ad83887acb75cb9debb5ce59a4a01f86f8a77ef852f5d -eo pid,comm [Pipeline] { [Pipeline] sh 05:09:58 + go version 05:09:58 go version go1.16.8 linux/amd64 [Pipeline] } 05:09:58 $ docker stop --time=1 5bd23e6b2879b952526ad83887acb75cb9debb5ce59a4a01f86f8a77ef852f5d 05:09:59 $ docker rm -f 5bd23e6b2879b952526ad83887acb75cb9debb5ce59a4a01f86f8a77ef852f5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:10:00 + docker inspect -f . ci-base-image-x86_64 05:10:00 . [Pipeline] withDockerContainer 05:10:00 prd-centos7-docker-4c-2g-236 does not seem to be running inside a container 05:10:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:10:00 $ docker top a392b2419286f55d9b1a02dc70811783113d3c27591f05f49beb296c3f01a202 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 05:10:01 + make test 05:10:01 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:10:02 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:10:20 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:10:20 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.008s coverage: 0.0% of statements 05:10:20 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:10:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:10:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:10:24 ./bin/test-attribution-txt.sh [Pipeline] echo 05:10:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:10:24 $ docker stop --time=1 a392b2419286f55d9b1a02dc70811783113d3c27591f05f49beb296c3f01a202 05:10:26 $ docker rm -f a392b2419286f55d9b1a02dc70811783113d3c27591f05f49beb296c3f01a202 [Pipeline] // withDockerContainer [Pipeline] sh 05:10:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:10:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:10:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:10:28 + ls -al . 05:10:28 total 144 05:10:28 drwxrwxr-x. 8 jenkins jenkins 4096 Dec 27 05:10 . 05:10:28 drwxrwxr-x. 4 jenkins jenkins 28 Dec 27 05:08 .. 05:10:28 -rw-rw-r--. 1 jenkins jenkins 6926 Dec 27 05:08 Attribution.txt 05:10:28 drwxrwxr-x. 2 jenkins jenkins 60 Dec 27 05:08 bin 05:10:28 -rw-rw-r--. 1 jenkins jenkins 4401 Dec 27 05:08 CHANGELOG.md 05:10:28 drwxrwxr-x. 3 jenkins jenkins 32 Dec 27 05:08 cmd 05:10:28 -rw-r--r--. 1 jenkins jenkins 7631 Dec 27 05:10 coverage.out 05:10:28 -rw-rw-r--. 1 jenkins jenkins 1493 Dec 27 05:08 Dockerfile 05:10:28 -rw-rw-r--. 1 jenkins jenkins 6 Dec 27 05:08 .dockerignore 05:10:28 drwxrwxr-x. 8 jenkins jenkins 179 Dec 27 05:08 .git 05:10:28 drwxrwxr-x. 2 jenkins jenkins 103 Dec 27 05:08 .github 05:10:28 -rw-rw-r--. 1 jenkins jenkins 262 Dec 27 05:08 .gitignore 05:10:28 -rw-rw-r--. 1 jenkins jenkins 214 Dec 27 05:08 go.mod 05:10:28 -rw-rw-r--. 1 jenkins jenkins 49712 Dec 27 05:08 go.sum 05:10:28 -rw-rw-r--. 1 jenkins jenkins 677 Dec 27 05:08 GOVERNANCE.md 05:10:28 drwxrwxr-x. 3 jenkins jenkins 20 Dec 27 05:08 internal 05:10:28 -rw-rw-r--. 1 jenkins jenkins 656 Dec 27 05:08 Jenkinsfile 05:10:28 -rw-rw-r--. 1 jenkins jenkins 11340 Dec 27 05:08 LICENSE 05:10:28 -rw-rw-r--. 1 jenkins jenkins 1057 Dec 27 05:08 Makefile 05:10:28 -rw-rw-r--. 1 jenkins jenkins 620 Dec 27 05:08 OWNERS.md 05:10:28 -rw-rw-r--. 1 jenkins jenkins 9073 Dec 27 05:08 README.md 05:10:28 drwxrwxr-x. 3 jenkins jenkins 58 Dec 27 05:08 snap 05:10:28 -rw-rw-r--. 1 jenkins jenkins 5 Dec 27 05:06 VERSION 05:10:28 -rw-rw-r--. 1 jenkins jenkins 209 Dec 27 05:08 version.go [Pipeline] isUnix [Pipeline] sh 05:10:28 + 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 . 05:10:28 Sending build context to Docker daemon 2.697MB 05:10:28 Step 1/23 : ARG BASE=golang:1.16-alpine3.14 05:10:28 Step 2/23 : FROM ${BASE} AS builder 05:10:28 ---> 054b3fad26bb 05:10:28 Step 3/23 : ARG MAKE='make build' 05:10:28 ---> Running in 4717008dd86c 05:10:28 Removing intermediate container 4717008dd86c 05:10:28 ---> c0a27fb88acd 05:10:28 Step 4/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:10:28 ---> Running in f2451bd06caa 05:10:28 Removing intermediate container f2451bd06caa 05:10:28 ---> 3d6fe64c594c 05:10:28 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 05:10:28 ---> Running in 26a6e953b641 05:10:28 Removing intermediate container 26a6e953b641 05:10:28 ---> 600eda7d1bbf 05:10:28 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:10:28 ---> Running in 4b6a59c490f7 05:10:29 Removing intermediate container 4b6a59c490f7 05:10:29 ---> 8971767e4443 05:10:29 Step 7/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:10:29 ---> Running in 842449fc352f 05:10:29 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:10:30 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:10:31 OK: 224 MiB in 56 packages 05:10:31 Removing intermediate container 842449fc352f 05:10:31 ---> 32ba1545b137 05:10:31 Step 8/23 : WORKDIR /device-snmp-go 05:10:31 ---> Running in 79666a52eadf 05:10:31 Removing intermediate container 79666a52eadf 05:10:31 ---> 919eac851e82 05:10:31 Step 9/23 : COPY . . 05:10:31 ---> d34c32bd90bb 05:10:31 Step 10/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:10:31 ---> Running in 149515fb6537 05:10:32 Removing intermediate container 149515fb6537 05:10:32 ---> 0631968827b3 05:10:32 Step 11/23 : RUN ${MAKE} 05:10:32 ---> Running in 8848c1123e0b 05:10:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp ./cmd 05:10:37 Removing intermediate container 7286dd903df3 05:10:37 ---> 0af7c79f0327 05:10:37 Step 11/11 : RUN ${MAKE} 05:10:37 ---> Running in 1d0fe4dc5a5d 05:10:37 noop 05:10:37 Removing intermediate container 1d0fe4dc5a5d 05:10:37 ---> 30978435cd8c 05:10:37 Successfully built 30978435cd8c 05:10:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:10:37 + docker inspect -f . ci-base-image-arm64 05:10:37 . [Pipeline] withDockerContainer 05:10:38 prd-ubuntu18.04-docker-arm64-4c-16g-235 does not seem to be running inside a container 05:10:38 $ 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 05:10:39 $ docker top cc8df51eea52cc7ae4c6810cc5762288d5c96d17c1285fd71cf553272ce1f1bd -eo pid,comm [Pipeline] { [Pipeline] sh 05:10:40 + go version 05:10:40 go version go1.16.8 linux/arm64 [Pipeline] } 05:10:40 $ docker stop --time=1 cc8df51eea52cc7ae4c6810cc5762288d5c96d17c1285fd71cf553272ce1f1bd 05:10:42 $ docker rm -f cc8df51eea52cc7ae4c6810cc5762288d5c96d17c1285fd71cf553272ce1f1bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:10:42 + docker inspect -f . ci-base-image-arm64 05:10:42 . [Pipeline] withDockerContainer 05:10:43 prd-ubuntu18.04-docker-arm64-4c-16g-235 does not seem to be running inside a container 05:10:43 $ 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 05:10:44 $ docker top fbace6c2233c58ec5f48541811176babb42a0b7644d7fbc3ebecb649b1ae318b -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 05:10:45 + make test 05:10:45 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:10:46 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:10:47 Removing intermediate container 8848c1123e0b 05:10:47 ---> 898abdd67c8f 05:10:47 Step 12/23 : FROM alpine:3.14 05:10:47 3.14: Pulling from library/alpine 05:10:47 97518928ae5f: Pulling fs layer 05:10:47 97518928ae5f: Download complete 05:10:47 97518928ae5f: Pull complete 05:10:47 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 05:10:47 Status: Downloaded newer image for alpine:3.14 05:10:47 ---> 0a97eee8041e 05:10:47 Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init 05:10:47 ---> Running in 2c7834a4a805 05:10:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:10:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:10:47 (1/6) Installing dumb-init (1.2.5-r1) 05:10:47 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:10:47 (3/6) Installing libsodium (1.0.18-r0) 05:10:47 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:10:47 (5/6) Installing libzmq (4.3.4-r0) 05:10:47 (6/6) Installing zeromq (4.3.4-r0) 05:10:47 Executing busybox-1.33.1-r6.trigger 05:10:47 OK: 8 MiB in 20 packages 05:10:47 Removing intermediate container 2c7834a4a805 05:10:47 ---> 1c4b04da9b51 05:10:47 Step 14/23 : COPY --from=builder /device-snmp-go/cmd / 05:10:47 ---> 09db4fabcf4e 05:10:47 Step 15/23 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:10:47 ---> 646638e66a7f 05:10:47 Step 16/23 : COPY --from=builder /device-snmp-go/LICENSE / 05:10:47 ---> 42b87e1b2d9d 05:10:47 Step 17/23 : EXPOSE 59993 05:10:47 ---> Running in 733903db5fe3 05:10:47 Removing intermediate container 733903db5fe3 05:10:47 ---> 0de4dd63e8ae 05:10:47 Step 18/23 : EXPOSE 161 05:10:47 ---> Running in 7b5f3950fc1c 05:10:47 Removing intermediate container 7b5f3950fc1c 05:10:47 ---> aaf1782611bc 05:10:47 Step 19/23 : ENTRYPOINT ["/device-snmp"] 05:10:47 ---> Running in 3748a3eb317c 05:10:47 Removing intermediate container 3748a3eb317c 05:10:47 ---> 1ba7ecd2aea7 05:10:47 Step 20/23 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:10:47 ---> Running in f9c68ae2d3b1 05:10:47 Removing intermediate container f9c68ae2d3b1 05:10:47 ---> 414f260eeead 05:10:47 Step 21/23 : LABEL arch=amd64 05:10:48 ---> Running in 2b62c3310029 05:10:48 Removing intermediate container 2b62c3310029 05:10:48 ---> 04664e836f21 05:10:48 Step 22/23 : LABEL git_sha=c789a195c629e83a38ae553e6e7d0ceb26cc17c3 05:10:48 ---> Running in 15ccc3e77c85 05:10:48 Removing intermediate container 15ccc3e77c85 05:10:48 ---> 50a74c873784 05:10:48 Step 23/23 : LABEL version=0.0.0 05:10:48 ---> Running in 5763c1e4ca90 05:10:48 Removing intermediate container 5763c1e4ca90 05:10:48 ---> 70dfb9427f06 05:10:48 [Warning] One or more build-args [ARCH] were not consumed 05:10:48 Successfully built 70dfb9427f06 05:10:48 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 05:10:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:10:49 05:10:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 05:10:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:10:49 latest: Pulling from edgex-lftools-log-publisher 05:10:49 b4d181a07f80: Pulling fs layer 05:10:49 a1111a8f2ec3: Pulling fs layer 05:10:49 ed53099fbce6: Pulling fs layer 05:10:49 dc539afda2c1: Pulling fs layer 05:10:49 77bc0d833cb6: Pulling fs layer 05:10:49 9065ff56babe: Pulling fs layer 05:10:49 d287ab97295c: Pulling fs layer 05:10:49 77bc0d833cb6: Waiting 05:10:49 9065ff56babe: Waiting 05:10:49 d287ab97295c: Waiting 05:10:49 a1111a8f2ec3: Verifying Checksum 05:10:49 a1111a8f2ec3: Download complete 05:10:49 dc539afda2c1: Verifying Checksum 05:10:49 dc539afda2c1: Download complete 05:10:49 77bc0d833cb6: Verifying Checksum 05:10:49 77bc0d833cb6: Download complete 05:10:49 ed53099fbce6: Verifying Checksum 05:10:49 ed53099fbce6: Download complete 05:10:49 9065ff56babe: Verifying Checksum 05:10:49 9065ff56babe: Download complete 05:10:49 b4d181a07f80: Verifying Checksum 05:10:49 b4d181a07f80: Download complete 05:10:50 d287ab97295c: Verifying Checksum 05:10:50 d287ab97295c: Download complete 05:10:51 b4d181a07f80: Pull complete 05:10:51 a1111a8f2ec3: Pull complete 05:10:51 ed53099fbce6: Pull complete 05:10:51 dc539afda2c1: Pull complete 05:10:52 77bc0d833cb6: Pull complete 05:10:52 9065ff56babe: Pull complete 05:10:57 d287ab97295c: Pull complete 05:10:57 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 05:10:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:10:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 05:10:57 prd-centos7-docker-4c-2g-236 does not seem to be running inside a container 05:10:57 $ 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 05:10:59 $ docker top c8dc0469e0b0f2aa91a9a165d94f10862508a2baa9d9a6d553e73fe1e026f46e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:11:00 ---> job-cost.sh 05:11:00 lf-activate-venv: SKIPPING 05:11:00 INFO: No Stack... 05:11:01 INFO: Retrieving Pricing Info for: v3-standard-2 05:11:01 INFO: Archiving Costs [Pipeline] sh 05:11:01 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 05:11:01 + cut -d, -f6 [Pipeline] lock 05:11:01 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] 05:11:01 Resource [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] did not exist. Created. 05:11:01 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:11:02 + echo total: 0.05999999865889549 [Pipeline] stash 05:11:02 Stashed 1 file(s) [Pipeline] } 05:11:02 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:11:02 $ docker stop --time=1 c8dc0469e0b0f2aa91a9a165d94f10862508a2baa9d9a6d553e73fe1e026f46e 05:11:03 $ 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] } 05:11:43 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:11:43 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.037s coverage: 0.0% of statements 05:11:43 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:12:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:12:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:12:01 ./bin/test-attribution-txt.sh [Pipeline] echo 05:12:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:12:02 $ docker stop --time=1 fbace6c2233c58ec5f48541811176babb42a0b7644d7fbc3ebecb649b1ae318b 05:12:04 $ docker rm -f fbace6c2233c58ec5f48541811176babb42a0b7644d7fbc3ebecb649b1ae318b [Pipeline] // withDockerContainer [Pipeline] sh 05:12:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:12:05 Warning: overwriting stash ‘coverage-report’ 05:12:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:12:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:12:06 + ls -al . 05:12:06 total 172 05:12:06 drwxrwxr-x 8 jenkins jenkins 4096 Dec 27 05:12 . 05:12:06 drwxrwxr-x 4 jenkins jenkins 4096 Dec 27 05:08 .. 05:12:06 -rw-rw-r-- 1 jenkins jenkins 6 Dec 27 05:08 .dockerignore 05:12:06 drwxrwxr-x 8 jenkins jenkins 4096 Dec 27 05:08 .git 05:12:06 drwxrwxr-x 2 jenkins jenkins 4096 Dec 27 05:08 .github 05:12:06 -rw-rw-r-- 1 jenkins jenkins 262 Dec 27 05:08 .gitignore 05:12:06 -rw-rw-r-- 1 jenkins jenkins 6926 Dec 27 05:08 Attribution.txt 05:12:06 -rw-rw-r-- 1 jenkins jenkins 4401 Dec 27 05:08 CHANGELOG.md 05:12:06 -rw-rw-r-- 1 jenkins jenkins 1493 Dec 27 05:08 Dockerfile 05:12:06 -rw-rw-r-- 1 jenkins jenkins 677 Dec 27 05:08 GOVERNANCE.md 05:12:06 -rw-rw-r-- 1 jenkins jenkins 656 Dec 27 05:08 Jenkinsfile 05:12:06 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 27 05:08 LICENSE 05:12:06 -rw-rw-r-- 1 jenkins jenkins 1057 Dec 27 05:08 Makefile 05:12:06 -rw-rw-r-- 1 jenkins jenkins 620 Dec 27 05:08 OWNERS.md 05:12:06 -rw-rw-r-- 1 jenkins jenkins 9073 Dec 27 05:08 README.md 05:12:06 -rw-rw-r-- 1 jenkins jenkins 5 Dec 27 05:06 VERSION 05:12:06 drwxrwxr-x 2 jenkins jenkins 4096 Dec 27 05:08 bin 05:12:06 drwxrwxr-x 3 jenkins jenkins 4096 Dec 27 05:08 cmd 05:12:06 -rw-r--r-- 1 jenkins jenkins 7631 Dec 27 05:11 coverage.out 05:12:06 -rw-rw-r-- 1 jenkins jenkins 214 Dec 27 05:08 go.mod 05:12:06 -rw-rw-r-- 1 jenkins jenkins 49712 Dec 27 05:08 go.sum 05:12:06 drwxrwxr-x 3 jenkins jenkins 4096 Dec 27 05:08 internal 05:12:06 drwxrwxr-x 3 jenkins jenkins 4096 Dec 27 05:08 snap 05:12:06 -rw-rw-r-- 1 jenkins jenkins 209 Dec 27 05:08 version.go [Pipeline] isUnix [Pipeline] sh 05:12:07 + 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 . 05:12:07 Sending build context to Docker daemon 2.696MB 05:12:07 Step 1/23 : ARG BASE=golang:1.16-alpine3.14 05:12:07 Step 2/23 : FROM ${BASE} AS builder 05:12:07 ---> 30978435cd8c 05:12:07 Step 3/23 : ARG MAKE='make build' 05:12:07 ---> Running in 0d6b25c825cc 05:12:08 Removing intermediate container 0d6b25c825cc 05:12:08 ---> a5e3de407865 05:12:08 Step 4/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:12:08 ---> Running in 55d26b677fcf 05:12:08 Removing intermediate container 55d26b677fcf 05:12:08 ---> 85d8163af9f7 05:12:08 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 05:12:08 ---> Running in 1746bcc9dc13 05:12:08 Removing intermediate container 1746bcc9dc13 05:12:08 ---> 7626250a591b 05:12:08 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:08 ---> Running in c47de74dc7d6 05:12:10 Removing intermediate container c47de74dc7d6 05:12:10 ---> f731034be2d4 05:12:10 Step 7/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:12:10 ---> Running in 09418bb9fd42 05:12:11 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:12:12 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:12:13 OK: 223 MiB in 56 packages 05:12:14 Removing intermediate container 09418bb9fd42 05:12:14 ---> 51855eb12228 05:12:14 Step 8/23 : WORKDIR /device-snmp-go 05:12:14 ---> Running in 28225bff4e37 05:12:14 Removing intermediate container 28225bff4e37 05:12:14 ---> cdc062a129b2 05:12:14 Step 9/23 : COPY . . 05:12:15 ---> 32253b10824c 05:12:15 Step 10/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:15 ---> Running in b4e48f986d97 05:12:17 Removing intermediate container b4e48f986d97 05:12:17 ---> 6025d43b7f82 05:12:17 Step 11/23 : RUN ${MAKE} 05:12:17 ---> Running in ed91cd6574db 05:12:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp ./cmd 05:12:57 Removing intermediate container ed91cd6574db 05:12:57 ---> b5a1039d886f 05:12:57 Step 12/23 : FROM alpine:3.14 05:12:57 3.14: Pulling from library/alpine 05:12:57 be307f383ecc: Pulling fs layer 05:12:57 be307f383ecc: Verifying Checksum 05:12:57 be307f383ecc: Download complete 05:12:57 be307f383ecc: Pull complete 05:12:57 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 05:12:57 Status: Downloaded newer image for alpine:3.14 05:12:57 ---> 5b8b7b635229 05:12:57 Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init 05:12:57 ---> Running in a1627e6a88ed 05:12:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:12:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:12:57 (1/6) Installing dumb-init (1.2.5-r1) 05:12:57 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:12:57 (3/6) Installing libsodium (1.0.18-r0) 05:12:57 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:12:57 (5/6) Installing libzmq (4.3.4-r0) 05:12:57 (6/6) Installing zeromq (4.3.4-r0) 05:12:57 Executing busybox-1.33.1-r6.trigger 05:12:57 OK: 8 MiB in 20 packages 05:12:58 Removing intermediate container a1627e6a88ed 05:12:58 ---> 89aaba715ffd 05:12:58 Step 14/23 : COPY --from=builder /device-snmp-go/cmd / 05:12:59 ---> 2572113892fa 05:12:59 Step 15/23 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:12:59 ---> ccbee725d072 05:12:59 Step 16/23 : COPY --from=builder /device-snmp-go/LICENSE / 05:13:00 ---> bcd3646ff170 05:13:00 Step 17/23 : EXPOSE 59993 05:13:00 ---> Running in ed370decf309 05:13:00 Removing intermediate container ed370decf309 05:13:00 ---> 49f1af13c07c 05:13:00 Step 18/23 : EXPOSE 161 05:13:00 ---> Running in f4545a10df53 05:13:00 Removing intermediate container f4545a10df53 05:13:00 ---> bca6076101e3 05:13:00 Step 19/23 : ENTRYPOINT ["/device-snmp"] 05:13:01 ---> Running in c6a1bbe1b279 05:13:01 Removing intermediate container c6a1bbe1b279 05:13:01 ---> d31cd6ea9847 05:13:01 Step 20/23 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:13:01 ---> Running in a2d7c793caef 05:13:01 Removing intermediate container a2d7c793caef 05:13:01 ---> 1da6ea01bf1b 05:13:01 Step 21/23 : LABEL arch=arm64 05:13:01 ---> Running in 5331cf3e194f 05:13:02 Removing intermediate container 5331cf3e194f 05:13:02 ---> 2f4f09c86ab5 05:13:02 Step 22/23 : LABEL git_sha=c789a195c629e83a38ae553e6e7d0ceb26cc17c3 05:13:02 ---> Running in 6be4f68545f2 05:13:02 Removing intermediate container 6be4f68545f2 05:13:02 ---> ae9780890e28 05:13:02 Step 23/23 : LABEL version=0.0.0 05:13:02 ---> Running in 211de2198147 05:13:03 Removing intermediate container 211de2198147 05:13:03 ---> 24d3700e7108 05:13:03 [Warning] One or more build-args [ARCH] were not consumed 05:13:03 Successfully built 24d3700e7108 05:13:03 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 05:13:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:03 05:13:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 05:13:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:04 arm64: Pulling from edgex-lftools-log-publisher 05:13:04 448f6bf000e3: Pulling fs layer 05:13:04 f757da607395: Pulling fs layer 05:13:04 05883995daec: Pulling fs layer 05:13:04 8603b9c90790: Pulling fs layer 05:13:04 1560dd03e051: Pulling fs layer 05:13:04 27f5ce0e4adf: Pulling fs layer 05:13:04 c2d8d7efcc4b: Pulling fs layer 05:13:04 1560dd03e051: Waiting 05:13:04 27f5ce0e4adf: Waiting 05:13:04 c2d8d7efcc4b: Waiting 05:13:04 8603b9c90790: Waiting 05:13:04 f757da607395: Verifying Checksum 05:13:04 f757da607395: Download complete 05:13:04 8603b9c90790: Verifying Checksum 05:13:04 8603b9c90790: Download complete 05:13:04 1560dd03e051: Verifying Checksum 05:13:04 1560dd03e051: Download complete 05:13:04 27f5ce0e4adf: Verifying Checksum 05:13:04 27f5ce0e4adf: Download complete 05:13:04 05883995daec: Verifying Checksum 05:13:04 05883995daec: Download complete 05:13:04 448f6bf000e3: Verifying Checksum 05:13:04 448f6bf000e3: Download complete 05:13:07 c2d8d7efcc4b: Verifying Checksum 05:13:07 c2d8d7efcc4b: Download complete 05:13:08 448f6bf000e3: Pull complete 05:13:08 f757da607395: Pull complete 05:13:10 05883995daec: Pull complete 05:13:10 8603b9c90790: Pull complete 05:13:11 1560dd03e051: Pull complete 05:13:11 27f5ce0e4adf: Pull complete 05:13:26 c2d8d7efcc4b: Pull complete 05:13:26 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 05:13:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 05:13:27 prd-ubuntu18.04-docker-arm64-4c-16g-235 does not seem to be running inside a container 05:13:27 $ 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 05:13:29 $ docker top a10f511c1c29a25995a6abdb76004480500f1e49278cbc3f5955e6081aebec46 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:13:30 ---> job-cost.sh 05:13:30 lf-activate-venv: SKIPPING 05:13:30 INFO: No Stack... 05:13:31 INFO: Retrieving Pricing Info for: v3-standard-4 05:13:31 INFO: Archiving Costs [Pipeline] sh 05:13:32 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 05:13:32 + cut -d, -f6 [Pipeline] lock 05:13:32 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] 05:13:32 Resource [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] did not exist. Created. 05:13:32 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:13:33 /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 05:13:33 + echo total: 0.10999999940395355 [Pipeline] stash 05:13:34 Warning: overwriting stash ‘stack-cost’ 05:13:34 Stashed 1 file(s) [Pipeline] } 05:13:34 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-132-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:13:34 $ docker stop --time=1 a10f511c1c29a25995a6abdb76004480500f1e49278cbc3f5955e6081aebec46 05:13:35 $ 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 05:13:36 provisioning config files... 05:13:36 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/config1321792489646973130tmp [Pipeline] { [Pipeline] sh 05:13:37 + set +x 05:13:37 + curl -s https://codecov.io/bash 05:13:37 + bash -s -- 05:13:37 05:13:37 _____ _ 05:13:37 / ____| | | 05:13:37 | | ___ __| | ___ ___ _____ __ 05:13:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:13:37 | |___| (_) | (_| | __/ (_| (_) \ V / 05:13:37 \_____\___/ \__,_|\___|\___\___/ \_/ 05:13:37 Bash-1.0.6 05:13:37 05:13:37 05:13:37 ==> git version 2.24.4 found 05:13:37 ==> 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 05:13:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:13:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:13:37 ==> Jenkins CI detected. 05:13:37 current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-132 05:13:37 project root: . 05:13:37 --> token set from env 05:13:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:13:37 ==> Running gcov in . (disable via -X gcov) 05:13:37 ==> Python coveragepy not found 05:13:37 ==> Searching for coverage reports in: 05:13:37 + . 05:13:37 -> Found 1 reports 05:13:37 ==> Detecting git/mercurial file structure 05:13:37 ==> Reading reports 05:13:37 + ./coverage.out bytes=7631 05:13:37 ==> Appending adjustments 05:13:37 https://docs.codecov.io/docs/fixing-reports 05:13:37 + Found adjustments 05:13:37 ==> Gzipping contents 05:13:37 4.0K /tmp/codecov.BAgPB6.gz 05:13:37 ==> Uploading reports 05:13:37 url: https://codecov.io 05:13:37 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= 05:13:37 -> Pinging Codecov 05:13:37 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= 05:13:37 -> Uploading to 05:13:37 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 05:13:37 % Total % Received % Xferd Average Speed Time Time Time Current 05:13:37 Dload Upload Total Spent Left Speed 05:13:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1578 0 0 100 1578 0 5456 --:--:-- --:--:-- --:--:-- 5460 05:13:38 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/c789a195c629e83a38ae553e6e7d0ceb26cc17c3 [Pipeline] } 05:13:38 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 05:13:39 + '[' -d /w/workspace/gexfoundry_device-snmp-go_PR-132/archives ']' [Pipeline] libraryResource [Pipeline] sh 05:13:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:13:40 ---> package-listing.sh 05:13:40 ++ facter osfamily 05:13:40 ++ tr '[:upper:]' '[:lower:]' 05:13:41 + OS_FAMILY=redhat 05:13:41 + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-132 05:13:41 + START_PACKAGES=/tmp/packages_start.txt 05:13:41 + END_PACKAGES=/tmp/packages_end.txt 05:13:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:13:41 + PACKAGES=/tmp/packages_start.txt 05:13:41 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-132 ']' 05:13:41 + PACKAGES=/tmp/packages_end.txt 05:13:41 + case "${OS_FAMILY}" in 05:13:41 + rpm -qa 05:13:41 + sort 05:13:41 + '[' -f /tmp/packages_start.txt ']' 05:13:41 + '[' -f /tmp/packages_end.txt ']' 05:13:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:13:41 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-132 ']' 05:13:41 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-132/archives/ 05:13:41 + 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 05:13:41 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 05:13:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:13:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:13:42 05:13:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 05:13:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:13:43 latest: Pulling from edgex-lftools-log-publisher 05:13:43 b4d181a07f80: Pulling fs layer 05:13:43 a1111a8f2ec3: Pulling fs layer 05:13:43 ed53099fbce6: Pulling fs layer 05:13:43 dc539afda2c1: Pulling fs layer 05:13:43 77bc0d833cb6: Pulling fs layer 05:13:43 9065ff56babe: Pulling fs layer 05:13:43 d287ab97295c: Pulling fs layer 05:13:43 dc539afda2c1: Waiting 05:13:43 77bc0d833cb6: Waiting 05:13:43 9065ff56babe: Waiting 05:13:43 d287ab97295c: Waiting 05:13:43 a1111a8f2ec3: Verifying Checksum 05:13:43 a1111a8f2ec3: Download complete 05:13:43 dc539afda2c1: Verifying Checksum 05:13:43 dc539afda2c1: Download complete 05:13:43 ed53099fbce6: Verifying Checksum 05:13:43 ed53099fbce6: Download complete 05:13:43 9065ff56babe: Verifying Checksum 05:13:43 9065ff56babe: Download complete 05:13:43 77bc0d833cb6: Verifying Checksum 05:13:43 77bc0d833cb6: Download complete 05:13:43 b4d181a07f80: Verifying Checksum 05:13:43 b4d181a07f80: Download complete 05:13:43 d287ab97295c: Verifying Checksum 05:13:43 d287ab97295c: Download complete 05:13:44 b4d181a07f80: Pull complete 05:13:44 a1111a8f2ec3: Pull complete 05:13:45 ed53099fbce6: Pull complete 05:13:45 dc539afda2c1: Pull complete 05:13:45 77bc0d833cb6: Pull complete 05:13:45 9065ff56babe: Pull complete 05:13:51 d287ab97295c: Pull complete 05:13:51 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 05:13:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:13:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 05:13:51 prd-centos7-docker-4c-2g-234 does not seem to be running inside a container 05:13:51 $ 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 05:13:53 $ docker top a0c0ba8da34993d20710dc308f793ee9d2ed6243871225ef0322722ea702b05d -eo pid,comm [Pipeline] { [Pipeline] sh 05:13:53 + touch /tmp/pre-build-complete [Pipeline] sh 05:13:54 + mkdir -p /var/log/sysstat [Pipeline] sh 05:13:54 + ls /var/log/sa-host 05:13:54 + sadf -c /var/log/sa-host/sa17 05:13:54 file_magic: OK 05:13:54 HZ: Using current value: 100 05:13:54 file_header: OK 05:13:54 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 05:13:54 Statistics: 05:13:54 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:13:54 File successfully converted to sysstat format version 12.0.3 05:13:54 + sadf -c /var/log/sa-host/sa27 05:13:54 file_magic: OK 05:13:54 HZ: Using current value: 100 05:13:54 file_header: OK 05:13:54 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 05:13:54 Statistics: 05:13:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:13:54 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:13:54 provisioning config files... 05:13:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-132@tmp/config7395969315195779020tmp [Pipeline] { [Pipeline] echo 05:13:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:13:55 ---> create-netrc.sh [Pipeline] } 05:13:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:13:55 ---> python-tools-install.sh [Pipeline] echo 05:13:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:13:56 ---> sudo-logs.sh 05:13:56 Archiving 'sudo' log.. 05:13:56 sudo: unable to resolve host prd-centos7-docker-4c-2g-234.novalocal: Name or service not known 05:13:56 sudo: unable to resolve host prd-centos7-docker-4c-2g-234.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 05:13:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:13:56 ---> job-cost.sh 05:13:56 lf-activate-venv: SKIPPING 05:13:56 DEBUG: total: 0.10999999940395355 05:13:56 INFO: Retrieving Stack Cost... 05:13:56 INFO: Retrieving Pricing Info for: v3-standard-2 05:13:57 INFO: Archiving Costs [Pipeline] echo 05:13:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:13:57 ---> logs-deploy.sh 05:13:57 lf-activate-venv: SKIPPING 05:13:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-132/1 05:13:57 INFO: archiving workspace using pattern(s): 05:13:57 Archives upload complete. 05:13:58 INFO: archiving logs to Nexus 05:13:58 ---> uname -a: 05:13:58 Linux prd-centos7-docker-4c-2g-234.novalocal 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 GNU/Linux 05:13:58 05:13:58 05:13:58 ---> lscpu: 05:13:58 Architecture: x86_64 05:13:58 CPU op-mode(s): 32-bit, 64-bit 05:13:58 Byte Order: Little Endian 05:13:58 Address sizes: 40 bits physical, 48 bits virtual 05:13:58 CPU(s): 2 05:13:58 On-line CPU(s) list: 0,1 05:13:58 Thread(s) per core: 1 05:13:58 Core(s) per socket: 1 05:13:58 Socket(s): 2 05:13:58 NUMA node(s): 1 05:13:58 Vendor ID: AuthenticAMD 05:13:58 CPU family: 23 05:13:58 Model: 49 05:13:58 Model name: AMD EPYC-Rome Processor 05:13:58 Stepping: 0 05:13:58 CPU MHz: 2799.998 05:13:58 BogoMIPS: 5599.99 05:13:58 Virtualization: AMD-V 05:13:58 Hypervisor vendor: KVM 05:13:58 Virtualization type: full 05:13:58 L1d cache: 32K 05:13:58 L1i cache: 32K 05:13:58 L2 cache: 512K 05:13:58 L3 cache: 16384K 05:13:58 NUMA node0 CPU(s): 0,1 05:13:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 05:13:58 05:13:58 05:13:58 ---> nproc: 05:13:58 2 05:13:58 05:13:58 05:13:58 ---> df -h: 05:13:58 Filesystem Size Used Avail Use% Mounted on 05:13:58 overlay 40G 7.7G 33G 20% / 05:13:58 tmpfs 64M 0 64M 0% /dev 05:13:58 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 05:13:58 shm 64M 0 64M 0% /dev/shm 05:13:58 /dev/vda1 40G 7.7G 33G 20% /facter-os 05:13:58 05:13:58 05:13:58 ---> sar -b -r -n DEV: 05:13:58 Linux 3.10.0-1160.45.1.el7.x86_64 (centos-7-docker-61956895-6fad-6945-99d6-2040f50c295e.novalocal) 12/27/21 _x86_64_ (2 CPU) 05:13:58 05:13:58 05:05:39 LINUX RESTART (2 CPU) 05:13:58 05:13:58 05:06:01 tps rtps wtps bread/s bwrtn/s 05:13:58 05:07:01 82.46 6.76 75.70 3030.52 3495.76 05:13:58 05:08:01 1.75 0.05 1.70 1.07 31.66 05:13:58 05:09:01 0.23 0.00 0.23 0.00 3.76 05:13:58 05:10:01 0.15 0.00 0.15 0.00 1.88 05:13:58 05:11:01 0.28 0.00 0.28 0.00 3.48 05:13:58 05:12:01 0.25 0.00 0.25 0.00 4.28 05:13:58 05:13:01 0.37 0.00 0.37 0.00 5.45 05:13:58 Average: 12.22 0.97 11.25 433.43 507.01 05:13:58 05:13:58 05:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:13:58 05:07:01 5689772 0 619580 7.74 2620 1696968 1257672 13.89 567392 1518628 128 05:13:58 05:08:01 5697256 0 612048 7.64 2620 1697016 1193264 13.17 560692 1518620 16 05:13:58 05:09:01 5700864 0 608440 7.60 2620 1697016 1193384 13.18 557080 1518620 20 05:13:58 05:10:01 5701880 0 607416 7.58 2620 1697024 1164480 12.86 556716 1518620 20 05:13:58 05:11:01 5705848 0 603444 7.53 2620 1697028 1164480 12.86 553264 1518620 20 05:13:58 05:12:01 5705636 0 603652 7.54 2620 1697032 1164576 12.86 553752 1518620 8 05:13:58 05:13:01 5705652 0 603632 7.54 2620 1697036 1164480 12.86 553620 1518620 8 05:13:58 Average: 5700987 0 608316 7.60 2620 1697017 1186048 13.09 557502 1518621 31 05:13:58 05:13:58 05:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:13:58 05:07:01 eth0 424.56 227.36 1038.95 73.18 0.00 0.00 0.00 0.00 05:13:58 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:07:01 docker0 8.84 6.41 1.03 39.48 0.00 0.00 0.00 0.00 05:13:58 05:08:01 eth0 0.65 0.17 0.14 0.03 0.00 0.00 0.00 0.00 05:13:58 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:09:01 eth0 1.13 0.60 0.55 0.28 0.00 0.00 0.00 0.00 05:13:58 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:10:01 eth0 0.13 0.13 0.01 0.18 0.00 0.00 0.00 0.00 05:13:58 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:11:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:13:58 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:12:01 eth0 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 05:13:58 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:13:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:13:58 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 Average: eth0 61.05 32.69 148.66 10.55 0.00 0.00 0.00 0.00 05:13:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:58 Average: docker0 1.26 0.92 0.15 5.65 0.00 0.00 0.00 0.00 05:13:58 05:13:58 05:13:58 ---> sar -P ALL: 05:13:58 Linux 3.10.0-1160.45.1.el7.x86_64 (centos-7-docker-61956895-6fad-6945-99d6-2040f50c295e.novalocal) 12/27/21 _x86_64_ (2 CPU) 05:13:58 05:13:58 05:05:39 LINUX RESTART (2 CPU) 05:13:58 05:13:58 05:06:01 CPU %user %nice %system %iowait %steal %idle 05:13:58 05:07:01 all 10.88 0.00 3.14 2.32 0.04 83.61 05:13:58 05:07:01 0 9.65 0.00 3.54 1.40 0.03 85.38 05:13:58 05:07:01 1 12.12 0.00 2.75 3.26 0.05 81.82 05:13:58 05:08:01 all 0.18 0.00 0.07 0.00 0.02 99.73 05:13:58 05:08:01 0 0.25 0.00 0.08 0.00 0.02 99.65 05:13:58 05:08:01 1 0.12 0.00 0.05 0.00 0.02 99.82 05:13:58 05:09:01 all 0.11 0.00 0.06 0.00 0.01 99.82 05:13:58 05:09:01 0 0.13 0.00 0.07 0.00 0.02 99.78 05:13:58 05:09:01 1 0.08 0.00 0.05 0.00 0.00 99.87 05:13:58 05:10:01 all 0.23 0.00 0.03 0.00 0.02 99.72 05:13:58 05:10:01 0 0.38 0.00 0.02 0.00 0.02 99.58 05:13:58 05:10:01 1 0.08 0.00 0.05 0.00 0.02 99.85 05:13:58 05:11:01 all 0.24 0.00 0.06 0.00 0.01 99.69 05:13:58 05:11:01 0 0.33 0.00 0.05 0.00 0.00 99.62 05:13:58 05:11:01 1 0.15 0.00 0.07 0.00 0.02 99.77 05:13:58 05:12:01 all 0.21 0.00 0.03 0.00 0.02 99.74 05:13:58 05:12:01 0 0.35 0.00 0.03 0.00 0.02 99.60 05:13:58 05:12:01 1 0.07 0.00 0.03 0.00 0.02 99.88 05:13:58 05:13:01 all 0.19 0.00 0.04 0.00 0.00 99.77 05:13:58 05:13:01 0 0.32 0.00 0.03 0.00 0.00 99.65 05:13:58 05:13:01 1 0.07 0.00 0.05 0.00 0.00 99.88 05:13:58 Average: all 1.70 0.00 0.48 0.33 0.02 97.48 05:13:58 Average: 0 1.61 0.00 0.54 0.20 0.01 97.64 05:13:58 Average: 1 1.78 0.00 0.43 0.46 0.02 97.32 05:13:58 05:13:58 05:13:58