Pull request #93 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-snmp-go Obtained Jenkinsfile from 679b5df0a405bf03b77a606fcf286693714a7fdb+b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 (c2062983b5b5b7ae53824f18397850f2eb8558b4) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4992’ Running on prd-centos7-docker-4c-2g-4997 in /w/workspace/dgexfoundry_device-snmp-go_PR-93 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/dgexfoundry_device-snmp-go_PR-93 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 679b5df0a405bf03b77a606fcf286693714a7fdb Merge succeeded, producing aba3ac11b11d4ba2037d3508f4957e9e10db2b94 Checking out Revision aba3ac11b11d4ba2037d3508f4957e9e10db2b94 (PR-93) > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/93/head:refs/remotes/origin/PR-93 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 679b5df0a405bf03b77a606fcf286693714a7fdb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aba3ac11b11d4ba2037d3508f4957e9e10db2b94 # timeout=10 Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:20:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 922f1fb4ab1248dd92bd7b18ebd0e4f2baa247ed # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:20:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:20:13 ========================================================= 03:20:13 EdgeX Global Pipelines Version Info 03:20:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:20:14 ------------------- 03:20:14 stable info: 03:20:14 ------------------- 03:20:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:20:14 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 03:20:14 Message: update stable to v1.0.192 03:20:15 ------------------- 03:20:15 experimental info: 03:20:15 ------------------- 03:20:15 Commited By: **** collab-it+edgex@linuxfoundation.org 03:20:15 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 03:20:15 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 03:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-93 [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-93 [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-93 [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aba3ac11b11d4ba2037d3508f4957e9e10db2b94 [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aba3ac1 [Pipeline] echo 03:20:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:20:16 provisioning config files... 03:20:16 copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/config63683693276029710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:20:16 ---> docker-login.sh 03:20:16 nexus3.edgexfoundry.org:10001 03:20:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:17 Configure a credential helper to remove this warning. See 03:20:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:17 03:20:17 Login Succeeded 03:20:17 nexus3.edgexfoundry.org:10002 03:20:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:17 Configure a credential helper to remove this warning. See 03:20:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:17 03:20:17 Login Succeeded 03:20:17 nexus3.edgexfoundry.org:10003 03:20:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:17 Configure a credential helper to remove this warning. See 03:20:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:17 03:20:17 Login Succeeded 03:20:17 nexus3.edgexfoundry.org:10004 03:20:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:17 Configure a credential helper to remove this warning. See 03:20:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:17 03:20:17 Login Succeeded 03:20:17 docker.io 03:20:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:18 Configure a credential helper to remove this warning. See 03:20:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:18 03:20:18 Login Succeeded 03:20:18 ---> docker-login.sh ends [Pipeline] } 03:20:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:20:18 + git log --format=format:%s -1 aba3ac11b11d4ba2037d3508f4957e9e10db2b94 [Pipeline] echo 03:20:18 GIT_COMMIT: aba3ac11b11d4ba2037d3508f4957e9e10db2b94, Commit Message: Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD [Pipeline] echo 03:20:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:20:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:20:19 03:20:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:20:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:20:20 latest: Pulling from edgex-devops/git-semver 03:20:20 31603596830f: Pulling fs layer 03:20:20 54011a49482f: Pulling fs layer 03:20:20 a6820b24f6d8: Pulling fs layer 03:20:20 f581987b2513: Pulling fs layer 03:20:20 f581987b2513: Waiting 03:20:20 54011a49482f: Download complete 03:20:20 31603596830f: Verifying Checksum 03:20:20 31603596830f: Download complete 03:20:20 a6820b24f6d8: Verifying Checksum 03:20:20 a6820b24f6d8: Download complete 03:20:20 f581987b2513: Verifying Checksum 03:20:20 f581987b2513: Download complete 03:20:20 31603596830f: Pull complete 03:20:20 54011a49482f: Pull complete 03:20:21 a6820b24f6d8: Pull complete 03:20:21 f581987b2513: Pull complete 03:20:21 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 03:20:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:20:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:20:22 prd-centos7-docker-4c-2g-4997 does not seem to be running inside a container 03:20:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-93 -v /w/workspace/dgexfoundry_device-snmp-go_PR-93:/w/workspace/dgexfoundry_device-snmp-go_PR-93:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:20:24 $ docker top 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:20:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:20:24 [ssh-agent] Looking for ssh-agent implementation... 03:20:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:20:24 $ docker exec 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 ssh-agent 03:20:25 SSH_AUTH_SOCK=/tmp/ssh-WkrS9INlwzn3/agent.11 03:20:25 SSH_AGENT_PID=17 03:20:25 Running ssh-add (command line suppressed) 03:20:25 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_6244592259108896580.key (/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_6244592259108896580.key) 03:20:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:20:25 + git tag --points-at HEAD [Pipeline] } 03:20:25 $ docker exec --env ******** --env ******** 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 ssh-agent -k 03:20:25 unset SSH_AUTH_SOCK; 03:20:25 unset SSH_AGENT_PID; 03:20:25 echo Agent pid 17 killed; 03:20:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:20:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:20:25 [ssh-agent] Looking for ssh-agent implementation... 03:20:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:20:25 $ docker exec 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 ssh-agent 03:20:26 SSH_AUTH_SOCK=/tmp/ssh-PkTFFaDDdAd6/agent.47 03:20:26 SSH_AGENT_PID=52 03:20:26 Running ssh-add (command line suppressed) 03:20:26 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_3937539514312946426.key (/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_3937539514312946426.key) 03:20:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:20:26 + git semver init 03:20:26 # -> Open(): unable to determine branch for HEAD 03:20:26 # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-93/.git 03:20:26 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-93 03:20:26 # $SEMVER_REMOTE_NAME = origin 03:20:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:20:26 # $SEMVER_USER_NAME = edgex-jenkins 03:20:26 # $SEMVER_BRANCH = PR-93 03:20:26 # $SEMVER_TEMP = /tmp/semver-122586692 03:20:26 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 03:20:26 # '/tmp/semver-122586692' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-93/.semver' 03:20:27 # -> Force: false 03:20:27 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-93/.semver [Pipeline] } 03:20:27 $ docker exec --env ******** --env ******** 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 ssh-agent -k 03:20:27 unset SSH_AUTH_SOCK; 03:20:27 unset SSH_AGENT_PID; 03:20:27 echo Agent pid 52 killed; 03:20:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:20:27 + git semver [Pipeline] } 03:20:27 $ docker stop --time=1 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 03:20:29 $ docker rm -f 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 [Pipeline] // withDockerContainer [Pipeline] sh 03:20:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:20:29 Stashed 1 file(s) [Pipeline] echo 03:20:29 [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 03:20:44 Still waiting to schedule task 03:20:44 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:20:44 Still waiting to schedule task 03:20:44 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:23:48 Running on prd-centos7-docker-4c-2g-4998 in /w/workspace/dgexfoundry_device-snmp-go_PR-93 [Pipeline] { [Pipeline] ws 03:23:48 Running in /w/workspace/device-snmp-go/4 [Pipeline] { [Pipeline] checkout 03:23:53 using credential edgex-jenkins-ssh 03:23:53 Cloning the remote Git repository 03:23:53 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 03:23:53 > git init /w/workspace/device-snmp-go/4 # timeout=10 03:23:53 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 03:23:53 > git --version # timeout=10 03:23:54 > git --version # 'git version 2.24.3' 03:23:54 using GIT_SSH to set credentials SSH Credentials for GitHub 03:23:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:23:54 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 03:23:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:23:54 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 03:23:54 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 03:23:54 using GIT_SSH to set credentials SSH Credentials for GitHub 03:23:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/93/head:refs/remotes/origin/PR-93 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:23:55 Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 679b5df0a405bf03b77a606fcf286693714a7fdb 03:23:55 Merge succeeded, producing e7c2189318f63e924529c7d8e0b59634e44dbee5 03:23:55 Checking out Revision e7c2189318f63e924529c7d8e0b59634e44dbee5 (PR-93) 03:23:55 > git config core.sparsecheckout # timeout=10 03:23:55 > git checkout -f 679b5df0a405bf03b77a606fcf286693714a7fdb # timeout=10 03:23:55 > git remote # timeout=10 03:23:55 > git config --get remote.origin.url # timeout=10 03:23:55 using GIT_SSH to set credentials SSH Credentials for GitHub 03:23:55 > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 03:23:55 > git rev-parse HEAD^{commit} # timeout=10 03:23:55 > git config core.sparsecheckout # timeout=10 03:23:55 > git checkout -f e7c2189318f63e924529c7d8e0b59634e44dbee5 # timeout=10 03:23:59 Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" 03:23:59 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:24:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:24:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:24:01 + sudo service docker restart 03:24:01 + true 03:24:01 Redirecting to /bin/systemctl restart docker.service 03:24:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4999 in /w/workspace/dgexfoundry_device-snmp-go_PR-93 [Pipeline] { [Pipeline] ws 03:24:02 Running in /w/workspace/device-snmp-go/4 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:24:02 provisioning config files... 03:24:03 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/4@tmp/config7131201578728185199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:24:03 ---> docker-login.sh 03:24:03 nexus3.edgexfoundry.org:10001 03:24:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:03 Configure a credential helper to remove this warning. See 03:24:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:03 03:24:03 Login Succeeded 03:24:03 nexus3.edgexfoundry.org:10002 03:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:04 Configure a credential helper to remove this warning. See 03:24:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:04 03:24:04 Login Succeeded 03:24:04 nexus3.edgexfoundry.org:10003 03:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:04 Configure a credential helper to remove this warning. See 03:24:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:04 03:24:04 Login Succeeded 03:24:04 nexus3.edgexfoundry.org:10004 03:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:04 Configure a credential helper to remove this warning. See 03:24:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:04 03:24:04 Login Succeeded 03:24:04 docker.io 03:24:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:05 Configure a credential helper to remove this warning. See 03:24:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:05 03:24:05 Login Succeeded 03:24:05 ---> docker-login.sh ends [Pipeline] } 03:24:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:24:05 ========================================================= 03:24:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 03:24:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:24:06 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 03:24:06 Sending build context to Docker daemon 386.6kB 03:24:06 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 03:24:06 Step 2/10 : FROM ${BASE} 03:24:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 03:24:06 540db60ca938: Pulling fs layer 03:24:06 adcc1eea9eea: Pulling fs layer 03:24:06 4c4ab2625f07: Pulling fs layer 03:24:06 0510c868ecb4: Pulling fs layer 03:24:06 afea3b2eda06: Pulling fs layer 03:24:06 7809a108b3ef: Pulling fs layer 03:24:06 f706445af74f: Pulling fs layer 03:24:06 0510c868ecb4: Waiting 03:24:06 afea3b2eda06: Waiting 03:24:06 7809a108b3ef: Waiting 03:24:06 f706445af74f: Waiting 03:24:06 4c4ab2625f07: Download complete 03:24:06 adcc1eea9eea: Download complete 03:24:06 afea3b2eda06: Verifying Checksum 03:24:06 afea3b2eda06: Download complete 03:24:06 7809a108b3ef: Verifying Checksum 03:24:06 7809a108b3ef: Download complete 03:24:06 540db60ca938: Verifying Checksum 03:24:06 540db60ca938: Download complete 03:24:06 540db60ca938: Pull complete 03:24:07 adcc1eea9eea: Pull complete 03:24:07 4c4ab2625f07: Pull complete 03:24:08 using credential edgex-jenkins-ssh 03:24:08 Cloning the remote Git repository 03:24:08 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 03:24:08 > git init /w/workspace/device-snmp-go/4 # timeout=10 03:24:08 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 03:24:08 > git --version # timeout=10 03:24:08 > git --version # 'git version 2.17.1' 03:24:08 using GIT_SSH to set credentials SSH Credentials for GitHub 03:24:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:24:09 f706445af74f: Verifying Checksum 03:24:09 f706445af74f: Download complete 03:24:09 0510c868ecb4: Verifying Checksum 03:24:09 0510c868ecb4: Download complete 03:24:10 Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 679b5df0a405bf03b77a606fcf286693714a7fdb 03:24:10 Merge succeeded, producing e7eb4114bffa5dfdde818164e894d27e638c327d 03:24:10 Checking out Revision e7eb4114bffa5dfdde818164e894d27e638c327d (PR-93) 03:24:09 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 03:24:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:24:09 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 03:24:09 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 03:24:09 using GIT_SSH to set credentials SSH Credentials for GitHub 03:24:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/93/head:refs/remotes/origin/PR-93 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:24:10 > git config core.sparsecheckout # timeout=10 03:24:10 > git checkout -f 679b5df0a405bf03b77a606fcf286693714a7fdb # timeout=10 03:24:10 > git remote # timeout=10 03:24:10 > git config --get remote.origin.url # timeout=10 03:24:10 using GIT_SSH to set credentials SSH Credentials for GitHub 03:24:10 > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 03:24:10 > git rev-parse HEAD^{commit} # timeout=10 03:24:10 > git config core.sparsecheckout # timeout=10 03:24:10 > git checkout -f e7eb4114bffa5dfdde818164e894d27e638c327d # timeout=10 03:24:14 Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" 03:24:14 First time build. Skipping changelog. 03:24:14 > git rev-list --no-walk 922f1fb4ab1248dd92bd7b18ebd0e4f2baa247ed # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:24:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:24:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:24:16 + + sudo servicetrue docker 03:24:16 restart 03:24:18 0510c868ecb4: Pull complete 03:24:18 afea3b2eda06: Pull complete 03:24:18 7809a108b3ef: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:24:19 provisioning config files... 03:24:19 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/4@tmp/config1699032699550203650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:24:19 ---> docker-login.sh 03:24:19 nexus3.edgexfoundry.org:10001 03:24:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:20 Configure a credential helper to remove this warning. See 03:24:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:20 03:24:20 Login Succeeded 03:24:20 nexus3.edgexfoundry.org:10002 03:24:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:21 Configure a credential helper to remove this warning. See 03:24:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:21 03:24:21 Login Succeeded 03:24:21 nexus3.edgexfoundry.org:10003 03:24:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:21 Configure a credential helper to remove this warning. See 03:24:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:21 03:24:21 Login Succeeded 03:24:21 nexus3.edgexfoundry.org:10004 03:24:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:22 Configure a credential helper to remove this warning. See 03:24:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:22 03:24:22 Login Succeeded 03:24:22 docker.io 03:24:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:22 Configure a credential helper to remove this warning. See 03:24:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:22 03:24:22 Login Succeeded 03:24:22 ---> docker-login.sh ends [Pipeline] } 03:24:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:24:23 ========================================================= 03:24:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 03:24:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:24:23 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 03:24:23 Sending build context to Docker daemon 385.5kB 03:24:23 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 03:24:23 Step 2/10 : FROM ${BASE} 03:24:24 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:24:24 595b0fe564bb: Pulling fs layer 03:24:24 7186ed65a4f7: Pulling fs layer 03:24:24 316046926c0a: Pulling fs layer 03:24:24 4ebd0625c992: Pulling fs layer 03:24:24 207e8628e3a3: Pulling fs layer 03:24:24 c791037a9be2: Pulling fs layer 03:24:24 ffd874e62e21: Pulling fs layer 03:24:24 207e8628e3a3: Waiting 03:24:24 c791037a9be2: Waiting 03:24:24 ffd874e62e21: Waiting 03:24:24 4ebd0625c992: Waiting 03:24:24 316046926c0a: Verifying Checksum 03:24:24 316046926c0a: Download complete 03:24:24 7186ed65a4f7: Download complete 03:24:24 207e8628e3a3: Verifying Checksum 03:24:24 207e8628e3a3: Download complete 03:24:24 c791037a9be2: Verifying Checksum 03:24:24 c791037a9be2: Download complete 03:24:24 595b0fe564bb: Download complete 03:24:24 595b0fe564bb: Pull complete 03:24:25 7186ed65a4f7: Pull complete 03:24:25 316046926c0a: Pull complete 03:24:26 f706445af74f: Pull complete 03:24:26 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 03:24:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 03:24:26 ---> b068be0155e3 03:24:26 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" 03:24:26 ---> Running in 8f02adca75bb 03:24:26 Removing intermediate container 8f02adca75bb 03:24:26 ---> 4ab685f53776 03:24:26 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 03:24:26 ---> Running in 648b8aa199d2 03:24:26 Removing intermediate container 648b8aa199d2 03:24:26 ---> a6b15431ebc3 03:24:26 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 03:24:26 ---> Running in c3a3937cf4c1 03:24:26 Removing intermediate container c3a3937cf4c1 03:24:26 ---> 8e730905b69d 03:24:26 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:24:26 ffd874e62e21: Verifying Checksum 03:24:26 ffd874e62e21: Download complete 03:24:26 ---> Running in d410cb6eafbd 03:24:27 4ebd0625c992: Verifying Checksum 03:24:27 4ebd0625c992: Download complete 03:24:29 Removing intermediate container d410cb6eafbd 03:24:29 ---> c9b4aadad9cd 03:24:29 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:24:29 ---> Running in 3d354e907be2 03:24:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:24:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:24:32 (1/13) Installing libc-dev (0.7.2-r3) 03:24:32 (2/13) Installing libsodium (1.0.18-r0) 03:24:32 (3/13) Installing pkgconf (1.7.3-r0) 03:24:32 (4/13) Installing libsodium-dev (1.0.18-r0) 03:24:32 (5/13) Installing openssh-keygen (8.4_p1-r3) 03:24:32 (6/13) Installing libedit (20191231.3.1-r1) 03:24:32 (7/13) Installing openssh-client (8.4_p1-r3) 03:24:33 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 03:24:33 (9/13) Installing openssh-server-common (8.4_p1-r3) 03:24:33 (10/13) Installing openssh-server (8.4_p1-r3) 03:24:33 (11/13) Installing openssh (8.4_p1-r3) 03:24:33 (12/13) Installing libzmq (4.3.3-r1) 03:24:33 (13/13) Installing zeromq-dev (4.3.3-r1) 03:24:33 Executing busybox-1.32.1-r6.trigger 03:24:33 OK: 156 MiB in 53 packages 03:24:34 Removing intermediate container 3d354e907be2 03:24:34 ---> 99f0d9dc83dd 03:24:34 Step 8/10 : WORKDIR /device-snmp-go 03:24:34 ---> Running in 6d477c236da4 03:24:34 Removing intermediate container 6d477c236da4 03:24:34 ---> 604edfcb27b7 03:24:34 Step 9/10 : COPY . . 03:24:35 ---> f7fbf234ff71 03:24:35 Step 10/10 : RUN go mod download 03:24:35 ---> Running in 47794de1e902 03:24:37 4ebd0625c992: Pull complete 03:24:37 207e8628e3a3: Pull complete 03:24:37 c791037a9be2: Pull complete 03:24:42 ffd874e62e21: Pull complete 03:24:42 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 03:24:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 03:24:42 ---> cfc18b08335c 03:24:42 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" 03:24:44 ---> Running in 3a38b1b7d260 03:24:44 Removing intermediate container 3a38b1b7d260 03:24:44 ---> bab84bf80f7b 03:24:44 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 03:24:44 ---> Running in 97ad7ea030c4 03:24:45 Removing intermediate container 97ad7ea030c4 03:24:45 ---> 228f218fa2a4 03:24:45 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 03:24:45 ---> Running in d2df482341d6 03:24:46 Removing intermediate container d2df482341d6 03:24:46 ---> 8d0fce0ccff6 03:24:46 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:24:46 ---> Running in 1919bc240f69 03:24:48 Removing intermediate container 1919bc240f69 03:24:48 ---> c2f38f752bcf 03:24:48 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:24:48 ---> Running in fd3bf0a039f1 03:24:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:24:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:24:51 (1/13) Installing libc-dev (0.7.2-r3) 03:24:51 (2/13) Installing libsodium (1.0.18-r0) 03:24:51 (3/13) Installing pkgconf (1.7.3-r0) 03:24:51 (4/13) Installing libsodium-dev (1.0.18-r0) 03:24:51 (5/13) Installing openssh-keygen (8.4_p1-r3) 03:24:51 (6/13) Installing libedit (20191231.3.1-r1) 03:24:52 (7/13) Installing openssh-client (8.4_p1-r3) 03:24:52 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 03:24:52 (9/13) Installing openssh-server-common (8.4_p1-r3) 03:24:52 (10/13) Installing openssh-server (8.4_p1-r3) 03:24:52 (11/13) Installing openssh (8.4_p1-r3) 03:24:52 (12/13) Installing libzmq (4.3.3-r1) 03:24:52 (13/13) Installing zeromq-dev (4.3.3-r1) 03:24:52 Executing busybox-1.32.1-r6.trigger 03:24:52 OK: 145 MiB in 53 packages 03:24:54 Removing intermediate container fd3bf0a039f1 03:24:54 ---> 2ae539782537 03:24:54 Step 8/10 : WORKDIR /device-snmp-go 03:24:54 ---> Running in aaba8d520b37 03:24:54 Removing intermediate container aaba8d520b37 03:24:54 ---> 3776ec08b82c 03:24:54 Step 9/10 : COPY . . 03:24:55 ---> 9d425f840283 03:24:55 Step 10/10 : RUN go mod download 03:24:56 ---> Running in 4530c0500070 03:25:15 Removing intermediate container 47794de1e902 03:25:15 ---> 699bf2916725 03:25:15 Successfully built 699bf2916725 03:25:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:25:15 + docker inspect -f . ci-base-image-x86_64 03:25:15 . [Pipeline] withDockerContainer 03:25:16 prd-centos7-docker-4c-2g-4998 does not seem to be running inside a container 03:25:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/4 -v /w/workspace/device-snmp-go/4:/w/workspace/device-snmp-go/4:rw,z -v /w/workspace/device-snmp-go/4@tmp:/w/workspace/device-snmp-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:25:17 $ docker top 6e0be9970af5c7337c6af7d8503975df3eb8e016c1e752b4068260ba49a6fa8d -eo pid,comm [Pipeline] { [Pipeline] sh 03:25:18 + go version 03:25:18 go version go1.16.3 linux/amd64 [Pipeline] } 03:25:18 $ docker stop --time=1 6e0be9970af5c7337c6af7d8503975df3eb8e016c1e752b4068260ba49a6fa8d 03:25:20 $ docker rm -f 6e0be9970af5c7337c6af7d8503975df3eb8e016c1e752b4068260ba49a6fa8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:25:21 + docker inspect -f . ci-base-image-x86_64 03:25:21 . [Pipeline] withDockerContainer 03:25:21 prd-centos7-docker-4c-2g-4998 does not seem to be running inside a container 03:25:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/4 -v /w/workspace/device-snmp-go/4:/w/workspace/device-snmp-go/4:rw,z -v /w/workspace/device-snmp-go/4@tmp:/w/workspace/device-snmp-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:25:22 $ docker top 1473f544e232385476c6995376701be63ec4ea594d102d1f62be94d7ad725753 -eo pid,comm [Pipeline] { [Pipeline] sh 03:25:22 Removing intermediate container 4530c0500070 03:25:22 ---> 16d877d199b8 03:25:22 Successfully built 16d877d199b8 03:25:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:25:23 + go mod tidy 03:25:23 + docker inspect -f . ci-base-image-arm64 03:25:23 . [Pipeline] withDockerContainer 03:25:23 prd-ubuntu18.04-docker-arm64-4c-16g-4999 does not seem to be running inside a container 03:25:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/4 -v /w/workspace/device-snmp-go/4:/w/workspace/device-snmp-go/4:rw,z -v /w/workspace/device-snmp-go/4@tmp:/w/workspace/device-snmp-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:25:25 $ docker top 9e20d78e249765d2b78a2637cd0fce0c638bf4358c54b8b2ad532a8f8bab7459 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 03:25:25 + make test 03:25:25 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 03:25:26 + go version 03:25:26 go version go1.16.3 linux/arm64 [Pipeline] } 03:25:26 $ docker stop --time=1 9e20d78e249765d2b78a2637cd0fce0c638bf4358c54b8b2ad532a8f8bab7459 03:25:27 ? github.com/edgexfoundry/device-snmp-go [no test files] 03:25:28 $ docker rm -f 9e20d78e249765d2b78a2637cd0fce0c638bf4358c54b8b2ad532a8f8bab7459 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:25:28 + docker inspect -f . ci-base-image-arm64 03:25:28 . [Pipeline] withDockerContainer 03:25:29 prd-ubuntu18.04-docker-arm64-4c-16g-4999 does not seem to be running inside a container 03:25:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/4 -v /w/workspace/device-snmp-go/4:/w/workspace/device-snmp-go/4:rw,z -v /w/workspace/device-snmp-go/4@tmp:/w/workspace/device-snmp-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:25:30 $ docker top ffc982660645e97668b43fb3a07b54107587e71e69d1b1f903af0b6700389361 -eo pid,comm [Pipeline] { [Pipeline] sh 03:25:31 + go mod tidy [Pipeline] sh 03:25:32 + make test 03:25:32 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 03:25:34 ? github.com/edgexfoundry/device-snmp-go [no test files] 03:26:07 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 03:26:07 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.024s coverage: 0.0% of statements 03:26:07 CGO_ENABLED=1 GO111MODULE=on go vet ./... 03:26:21 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 03:26:21 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.027s coverage: 0.0% of statements 03:26:21 CGO_ENABLED=1 GO111MODULE=on go vet ./... 03:26:23 gofmt -l . 03:26:23 [ "`gofmt -l .`" = "" ] 03:26:23 ./bin/test-attribution-txt.sh 03:26:23 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:26:23 $ docker stop --time=1 1473f544e232385476c6995376701be63ec4ea594d102d1f62be94d7ad725753 03:26:25 $ docker rm -f 1473f544e232385476c6995376701be63ec4ea594d102d1f62be94d7ad725753 [Pipeline] // withDockerContainer [Pipeline] sh 03:26:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:26:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:26:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:26:30 + ls -al . 03:26:30 total 108 03:26:30 drwxrwxr-x. 7 jenkins jenkins 4096 May 13 03:26 . 03:26:30 drwxrwxr-x. 4 jenkins jenkins 28 May 13 03:23 .. 03:26:30 -rw-rw-r--. 1 jenkins jenkins 6520 May 13 03:23 Attribution.txt 03:26:30 drwxrwxr-x. 2 jenkins jenkins 87 May 13 03:23 bin 03:26:30 drwxrwxr-x. 3 jenkins jenkins 32 May 13 03:23 cmd 03:26:30 -rw-r--r--. 1 jenkins jenkins 8663 May 13 03:26 coverage.out 03:26:30 -rw-rw-r--. 1 jenkins jenkins 1446 May 13 03:23 Dockerfile 03:26:30 -rw-rw-r--. 1 jenkins jenkins 1057 May 13 03:23 Dockerfile.build 03:26:30 -rw-rw-r--. 1 jenkins jenkins 6 May 13 03:23 .dockerignore 03:26:30 drwxrwxr-x. 8 jenkins jenkins 179 May 13 03:23 .git 03:26:30 drwxrwxr-x. 2 jenkins jenkins 103 May 13 03:23 .github 03:26:30 -rw-rw-r--. 1 jenkins jenkins 272 May 13 03:23 .gitignore 03:26:30 -rw-r--r--. 1 jenkins jenkins 222 May 13 03:26 go.mod 03:26:30 -rw-r--r--. 1 jenkins jenkins 21043 May 13 03:25 go.sum 03:26:30 drwxrwxr-x. 3 jenkins jenkins 20 May 13 03:23 internal 03:26:30 -rw-rw-r--. 1 jenkins jenkins 656 May 13 03:23 Jenkinsfile 03:26:30 -rw-rw-r--. 1 jenkins jenkins 11340 May 13 03:23 LICENSE 03:26:30 -rw-rw-r--. 1 jenkins jenkins 965 May 13 03:23 Makefile 03:26:30 -rw-rw-r--. 1 jenkins jenkins 9079 May 13 03:23 README.md 03:26:30 -rw-rw-r--. 1 jenkins jenkins 5 May 13 03:20 VERSION 03:26:30 -rw-rw-r--. 1 jenkins jenkins 209 May 13 03:23 version.go [Pipeline] isUnix [Pipeline] sh 03:26:30 + 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=aba3ac11b11d4ba2037d3508f4957e9e10db2b94 --label arch=amd64 --label version=0.0.0 . 03:26:31 Sending build context to Docker daemon 395.8kB 03:26:32 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 03:26:32 Step 2/23 : FROM ${BASE} AS builder 03:26:32 ---> 699bf2916725 03:26:32 Step 3/23 : ARG MAKE='make build' 03:26:32 ---> Running in 7548c028732b 03:26:32 Removing intermediate container 7548c028732b 03:26:32 ---> ecc7529f1ced 03:26:32 Step 4/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 03:26:32 ---> Running in 3dd1f7b618d5 03:26:33 Removing intermediate container 3dd1f7b618d5 03:26:33 ---> 243548028fe3 03:26:33 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 03:26:33 ---> Running in 9e7eaedd81c8 03:26:34 Removing intermediate container 9e7eaedd81c8 03:26:34 ---> 758b45abaea2 03:26:34 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:34 ---> Running in f7d022f3f0bc 03:26:35 Removing intermediate container f7d022f3f0bc 03:26:35 ---> b43c8ae70857 03:26:35 Step 7/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:26:35 ---> Running in 5673cf8b3dec 03:26:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:26:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:26:37 OK: 156 MiB in 53 packages 03:26:38 Removing intermediate container 5673cf8b3dec 03:26:38 ---> 0f004c0be483 03:26:38 Step 8/23 : WORKDIR /device-snmp-go 03:26:38 ---> Running in 268807af402f 03:26:38 Removing intermediate container 268807af402f 03:26:38 ---> ae557bc0b830 03:26:38 Step 9/23 : COPY . . 03:26:39 ---> fa95a9daf633 03:26:39 Step 10/23 : RUN make update 03:26:39 ---> Running in 601ae3a1b6d1 03:26:40 CGO_ENABLED=0 GO111MODULE=on go mod download 03:26:40 Removing intermediate container 601ae3a1b6d1 03:26:40 ---> 54ecf11da63d 03:26:40 Step 11/23 : RUN ${MAKE} 03:26:40 ---> Running in c135b39caa1f 03:26:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd 03:26:48 gofmt -l . 03:26:48 [ "`gofmt -l .`" = "" ] 03:26:48 ./bin/test-attribution-txt.sh 03:26:48 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:26:48 $ docker stop --time=1 ffc982660645e97668b43fb3a07b54107587e71e69d1b1f903af0b6700389361 03:26:50 $ docker rm -f ffc982660645e97668b43fb3a07b54107587e71e69d1b1f903af0b6700389361 [Pipeline] // withDockerContainer [Pipeline] sh 03:26:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:26:51 Warning: overwriting stash ‘coverage-report’ 03:26:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:26:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:26:53 + ls -al . 03:26:53 total 132 03:26:53 drwxrwxr-x 7 jenkins jenkins 4096 May 13 03:26 . 03:26:53 drwxrwxr-x 4 jenkins jenkins 4096 May 13 03:24 .. 03:26:53 -rw-rw-r-- 1 jenkins jenkins 6 May 13 03:24 .dockerignore 03:26:53 drwxrwxr-x 8 jenkins jenkins 4096 May 13 03:24 .git 03:26:53 drwxrwxr-x 2 jenkins jenkins 4096 May 13 03:24 .github 03:26:53 -rw-rw-r-- 1 jenkins jenkins 272 May 13 03:24 .gitignore 03:26:53 -rw-rw-r-- 1 jenkins jenkins 6520 May 13 03:24 Attribution.txt 03:26:53 -rw-rw-r-- 1 jenkins jenkins 1446 May 13 03:24 Dockerfile 03:26:53 -rw-rw-r-- 1 jenkins jenkins 1057 May 13 03:24 Dockerfile.build 03:26:53 -rw-rw-r-- 1 jenkins jenkins 656 May 13 03:24 Jenkinsfile 03:26:53 -rw-rw-r-- 1 jenkins jenkins 11340 May 13 03:24 LICENSE 03:26:53 -rw-rw-r-- 1 jenkins jenkins 965 May 13 03:24 Makefile 03:26:53 -rw-rw-r-- 1 jenkins jenkins 9079 May 13 03:24 README.md 03:26:53 -rw-rw-r-- 1 jenkins jenkins 5 May 13 03:20 VERSION 03:26:53 drwxrwxr-x 2 jenkins jenkins 4096 May 13 03:24 bin 03:26:53 drwxrwxr-x 3 jenkins jenkins 4096 May 13 03:24 cmd 03:26:53 -rw-r--r-- 1 jenkins jenkins 8663 May 13 03:26 coverage.out 03:26:53 -rw-r--r-- 1 jenkins jenkins 222 May 13 03:26 go.mod 03:26:53 -rw-r--r-- 1 jenkins jenkins 21043 May 13 03:25 go.sum 03:26:53 drwxrwxr-x 3 jenkins jenkins 4096 May 13 03:24 internal 03:26:53 -rw-rw-r-- 1 jenkins jenkins 209 May 13 03:24 version.go [Pipeline] isUnix [Pipeline] sh 03:26:53 + 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=aba3ac11b11d4ba2037d3508f4957e9e10db2b94 --label arch=arm64 --label version=0.0.0 . 03:26:54 Sending build context to Docker daemon 394.8kB 03:26:54 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 03:26:54 Step 2/23 : FROM ${BASE} AS builder 03:26:54 ---> 16d877d199b8 03:26:54 Step 3/23 : ARG MAKE='make build' 03:26:54 ---> Running in 36666b7829f0 03:26:55 Removing intermediate container 36666b7829f0 03:26:55 ---> a984237de880 03:26:55 Step 4/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 03:26:55 ---> Running in dfe04102ae79 03:26:55 Removing intermediate container dfe04102ae79 03:26:55 ---> fc21dace2c8b 03:26:55 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 03:26:55 ---> Running in 510b6dbf0d32 03:26:56 Removing intermediate container 510b6dbf0d32 03:26:56 ---> 0d1a8ae56dbf 03:26:56 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:56 ---> Running in fad3fb709d83 03:26:58 Removing intermediate container fad3fb709d83 03:26:58 ---> fc863143de25 03:26:58 Step 7/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:26:58 ---> Running in acbe75e1456b 03:26:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:27:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:27:01 OK: 145 MiB in 53 packages 03:27:02 Removing intermediate container acbe75e1456b 03:27:02 ---> 1ab031f03b69 03:27:02 Step 8/23 : WORKDIR /device-snmp-go 03:27:02 ---> Running in 8a3b1d794164 03:27:03 Removing intermediate container 8a3b1d794164 03:27:03 ---> 25d939fa01c6 03:27:03 Step 9/23 : COPY . . 03:27:04 ---> 9ae90c79e1ef 03:27:04 Step 10/23 : RUN make update 03:27:04 ---> Running in aa38bd558b23 03:27:05 CGO_ENABLED=0 GO111MODULE=on go mod download 03:27:06 Removing intermediate container aa38bd558b23 03:27:06 ---> b43bb0f7eebd 03:27:06 Step 11/23 : RUN ${MAKE} 03:27:06 ---> Running in 06e9b7a9514f 03:27:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd 03:27:15 CGO_ENABLED=1 GO111MODULE=on go build ./... 03:27:17 Removing intermediate container c135b39caa1f 03:27:17 ---> b85e8b5a3c9c 03:27:17 Step 12/23 : FROM alpine:3.12 03:27:17 3.12: Pulling from library/alpine 03:27:18 339de151aab4: Pulling fs layer 03:27:18 339de151aab4: Verifying Checksum 03:27:18 339de151aab4: Download complete 03:27:18 339de151aab4: Pull complete 03:27:18 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:27:18 Status: Downloaded newer image for alpine:3.12 03:27:18 ---> 13621d1b12d4 03:27:18 Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init 03:27:18 ---> Running in fe2e807b77c0 03:27:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:27:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:27:20 (1/6) Installing dumb-init (1.2.2-r1) 03:27:20 (2/6) Installing libgcc (9.3.0-r2) 03:27:20 (3/6) Installing libsodium (1.0.18-r0) 03:27:20 (4/6) Installing libstdc++ (9.3.0-r2) 03:27:20 (5/6) Installing libzmq (4.3.3-r0) 03:27:20 (6/6) Installing zeromq (4.3.3-r0) 03:27:20 Executing busybox-1.31.1-r20.trigger 03:27:20 OK: 8 MiB in 20 packages 03:27:21 Removing intermediate container fe2e807b77c0 03:27:21 ---> 8bc9a74697c0 03:27:21 Step 14/23 : COPY --from=builder /device-snmp-go/cmd / 03:27:21 ---> f136cc484728 03:27:21 Step 15/23 : COPY --from=builder /device-snmp-go/Attribution.txt / 03:27:22 ---> d36b29355f56 03:27:22 Step 16/23 : COPY --from=builder /device-snmp-go/LICENSE / 03:27:23 ---> e076b95c8ad5 03:27:23 Step 17/23 : EXPOSE 49993 03:27:23 ---> Running in 3003f45ac69f 03:27:23 Removing intermediate container 3003f45ac69f 03:27:23 ---> 715d516308b6 03:27:23 Step 18/23 : EXPOSE 161 03:27:23 ---> Running in 460e3b7e8446 03:27:24 Removing intermediate container 460e3b7e8446 03:27:24 ---> 8a5a9ac8556f 03:27:24 Step 19/23 : ENTRYPOINT ["/device-snmp-go"] 03:27:24 ---> Running in f64bf620437b 03:27:24 Removing intermediate container f64bf620437b 03:27:24 ---> b7e28f9bec2f 03:27:24 Step 20/23 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 03:27:24 ---> Running in 387da10d8544 03:27:25 Removing intermediate container 387da10d8544 03:27:25 ---> 13d70b953d56 03:27:25 Step 21/23 : LABEL arch=amd64 03:27:25 ---> Running in 09d467bd1da3 03:27:26 Removing intermediate container 09d467bd1da3 03:27:26 ---> 3e8f6b40c110 03:27:26 Step 22/23 : LABEL git_sha=aba3ac11b11d4ba2037d3508f4957e9e10db2b94 03:27:26 ---> Running in de2ea51321f7 03:27:27 Removing intermediate container de2ea51321f7 03:27:27 ---> 1803d8921b37 03:27:27 Step 23/23 : LABEL version=0.0.0 03:27:27 ---> Running in 0141ef2aeeb8 03:27:27 Removing intermediate container 0141ef2aeeb8 03:27:27 ---> cc30e0de8a9f 03:27:27 [Warning] One or more build-args [ARCH] were not consumed 03:27:27 Successfully built cc30e0de8a9f 03:27:27 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] libraryResource [Pipeline] sh 03:27:28 ---> job-cost.sh 03:27:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hY6W 03:27:40 CGO_ENABLED=1 GO111MODULE=on go build ./... 03:27:50 Removing intermediate container 06e9b7a9514f 03:27:50 ---> 6e4d65144c85 03:27:50 Step 12/23 : FROM alpine:3.12 03:27:50 3.12: Pulling from library/alpine 03:27:50 d2f70382dc9a: Pulling fs layer 03:27:50 d2f70382dc9a: Download complete 03:27:51 d2f70382dc9a: Pull complete 03:27:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:27:51 Status: Downloaded newer image for alpine:3.12 03:27:51 ---> 9852663dfa18 03:27:51 Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init 03:27:51 ---> Running in 4458e5ff5ec1 03:27:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:53 (1/6) Installing dumb-init (1.2.2-r1) 03:27:53 (2/6) Installing libgcc (9.3.0-r2) 03:27:53 (3/6) Installing libsodium (1.0.18-r0) 03:27:53 (4/6) Installing libstdc++ (9.3.0-r2) 03:27:53 (5/6) Installing libzmq (4.3.3-r0) 03:27:53 (6/6) Installing zeromq (4.3.3-r0) 03:27:53 Executing busybox-1.31.1-r20.trigger 03:27:53 OK: 8 MiB in 20 packages 03:27:54 Removing intermediate container 4458e5ff5ec1 03:27:54 ---> 7e6c5fa68ddb 03:27:54 Step 14/23 : COPY --from=builder /device-snmp-go/cmd / 03:27:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:27:55 ---> 41018c5a7656 03:27:55 Step 15/23 : COPY --from=builder /device-snmp-go/Attribution.txt / 03:27:56 ---> e1b4ece859bf 03:27:56 Step 16/23 : COPY --from=builder /device-snmp-go/LICENSE / 03:27:57 ---> 6d7d4269599a 03:27:57 Step 17/23 : EXPOSE 49993 03:27:57 ---> Running in d0ca8fc7719f 03:27:57 Removing intermediate container d0ca8fc7719f 03:27:57 ---> 3b679fd98f8f 03:27:57 Step 18/23 : EXPOSE 161 03:27:58 ---> Running in d16dee70173d 03:27:58 Removing intermediate container d16dee70173d 03:27:58 ---> 962599ee62e9 03:27:58 Step 19/23 : ENTRYPOINT ["/device-snmp-go"] 03:27:58 ---> Running in 8897417a55b7 03:27:59 Removing intermediate container 8897417a55b7 03:27:59 ---> ac28106ec966 03:27:59 Step 20/23 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 03:27:59 ---> Running in 7fe2635bdc39 03:28:00 Removing intermediate container 7fe2635bdc39 03:28:00 ---> b2f1c356c143 03:28:00 Step 21/23 : LABEL arch=arm64 03:28:00 ---> Running in 81c33264c551 03:28:01 Removing intermediate container 81c33264c551 03:28:01 ---> 3b29bc4cefc6 03:28:01 Step 22/23 : LABEL git_sha=aba3ac11b11d4ba2037d3508f4957e9e10db2b94 03:28:01 ---> Running in 41a801d0661d 03:28:02 Removing intermediate container 41a801d0661d 03:28:02 ---> f645441b46b5 03:28:02 Step 23/23 : LABEL version=0.0.0 03:28:02 ---> Running in 6c17d80589ae 03:28:02 Removing intermediate container 6c17d80589ae 03:28:02 ---> 1b9c437b8016 03:28:02 [Warning] One or more build-args [ARCH] were not consumed 03:28:02 Successfully built 1b9c437b8016 03:28:02 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] libraryResource [Pipeline] sh 03:28:03 ---> job-cost.sh 03:28:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-g3vW 03:28:33 lf-activate-venv(): INFO: Adding /tmp/venv-hY6W/bin to PATH 03:28:33 INFO: No Stack... 03:28:33 INFO: Retrieving Pricing Info for: v1-standard-2 03:28:33 INFO: Archiving Costs [Pipeline] sh 03:28:34 + cat /w/workspace/device-snmp-go/4/archives/cost.csv 03:28:34 + cut -d, -f6 [Pipeline] lock 03:28:34 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] 03:28:34 Resource [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] did not exist. Created. 03:28:34 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:28:34 + echo total: 0.029999999329447746 [Pipeline] stash 03:28:34 Stashed 1 file(s) [Pipeline] } 03:28:34 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:28:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:30:03 lf-activate-venv(): INFO: Adding /tmp/venv-g3vW/bin to PATH 03:30:03 INFO: No Stack... 03:30:03 INFO: Retrieving Pricing Info for: lf-standard-4 03:30:04 INFO: Archiving Costs [Pipeline] sh 03:30:04 + cut -d, -f6 03:30:04 + cat /w/workspace/device-snmp-go/4/archives/cost.csv [Pipeline] lock 03:30:04 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] 03:30:04 Resource [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] did not exist. Created. 03:30:04 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:30:05 /w/workspace/device-snmp-go/4@tmp/durable-f38a28af/script.sh: 1: /w/workspace/device-snmp-go/4@tmp/durable-f38a28af/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:30:05 + echo total: 0.20999999344348907 [Pipeline] stash 03:30:05 Warning: overwriting stash ‘stack-cost’ 03:30:05 Stashed 1 file(s) [Pipeline] } 03:30:05 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] [Pipeline] // lock [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] wrap 03:30:06 provisioning config files... 03:30:06 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/config304105827113563555tmp [Pipeline] { [Pipeline] sh 03:30:06 + set +x 03:30:06 + curl -s https://codecov.io/bash 03:30:06 + bash -s -- 03:30:06 03:30:06 _____ _ 03:30:06 / ____| | | 03:30:06 | | ___ __| | ___ ___ _____ __ 03:30:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:30:06 | |___| (_) | (_| | __/ (_| (_) \ V / 03:30:06 \_____\___/ \__,_|\___|\___\___/ \_/ 03:30:06 Bash-1.0.2 03:30:06 03:30:06 03:30:06 ==> git version 2.24.3 found 03:30:06 ==> 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 03:30:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:30:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:30:06 ==> Jenkins CI detected. 03:30:06 project root: . 03:30:06 --> token set from env 03:30:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:30:06 ==> Running gcov in . (disable via -X gcov) 03:30:06 ==> Python coveragepy not found 03:30:06 ==> Searching for coverage reports in: 03:30:06 + . 03:30:06 -> Found 1 reports 03:30:06 ==> Detecting git/mercurial file structure 03:30:06 ==> Reading reports 03:30:06 + ./coverage.out bytes=8663 03:30:06 ==> Appending adjustments 03:30:06 https://docs.codecov.io/docs/fixing-reports 03:30:06 + Found adjustments 03:30:06 ==> Gzipping contents 03:30:07 4.0K /tmp/codecov.pZXiwS.gz 03:30:07 ==> Uploading reports 03:30:07 url: https://codecov.io 03:30:07 query: branch=PR-93&commit=aba3ac11b11d4ba2037d3508f4957e9e10db2b94&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-93%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=93&job=&cmd_args= 03:30:07 -> Pinging Codecov 03:30:07 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-93&commit=aba3ac11b11d4ba2037d3508f4957e9e10db2b94&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-93%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=93&job=&cmd_args= 03:30:07 -> Uploading to 03:30:07 https://storage.googleapis.com/codecov/v4/raw/2021-05-13/6C56EA5C29638FB4528AC87E60AF5AE0/aba3ac11b11d4ba2037d3508f4957e9e10db2b94/0e4c1138-49fa-4a68-9499-6d2db30b2b2d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T033007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d1372bc97ce2d930e062727223b99946bfe05ad1f5c7d7f27221558e352bbc3b 03:30:07 % Total % Received % Xferd Average Speed Time Time Time Current 03:30:07 Dload Upload Total Spent Left Speed 03:30:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1498 0 0 100 1498 0 2488 --:--:-- --:--:-- --:--:-- 2492 03:30:08 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/aba3ac11b11d4ba2037d3508f4957e9e10db2b94 [Pipeline] } 03:30:08 Deleting 1 temporary files [Pipeline] // wrap [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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:30:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:30:10 ---> package-listing.sh 03:30:10 ++ tr '[:upper:]' '[:lower:]' 03:30:10 ++ facter osfamily 03:30:10 + OS_FAMILY=redhat 03:30:10 + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-93 03:30:10 + START_PACKAGES=/tmp/packages_start.txt 03:30:10 + END_PACKAGES=/tmp/packages_end.txt 03:30:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:30:10 + PACKAGES=/tmp/packages_start.txt 03:30:10 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-93 ']' 03:30:10 + PACKAGES=/tmp/packages_end.txt 03:30:10 + case "${OS_FAMILY}" in 03:30:10 + rpm -qa 03:30:10 + sort 03:30:15 + '[' -f /tmp/packages_start.txt ']' 03:30:15 + '[' -f /tmp/packages_end.txt ']' 03:30:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:30:15 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-93 ']' 03:30:15 + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-93/archives/ 03:30:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-93/archives/ [Pipeline] echo 03:30:15 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/dgexfoundry_device-snmp-go_PR-93/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:30:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:30:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:30:16 03:30:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:30:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:30:16 alpine: Pulling from edgex-lftools-log-publisher 03:30:16 df20fa9351a1: Pulling fs layer 03:30:16 36b3adc4ff6f: Pulling fs layer 03:30:16 8ad3a11d3b57: Pulling fs layer 03:30:16 46f8f816bc3b: Pulling fs layer 03:30:16 93b61091891f: Pulling fs layer 03:30:16 93b9cdb0e59b: Pulling fs layer 03:30:16 5e14af77c1be: Pulling fs layer 03:30:16 01666e4c0597: Pulling fs layer 03:30:16 aa168da1d23b: Pulling fs layer 03:30:16 46f8f816bc3b: Waiting 03:30:16 93b61091891f: Waiting 03:30:16 93b9cdb0e59b: Waiting 03:30:16 5e14af77c1be: Waiting 03:30:16 01666e4c0597: Waiting 03:30:16 aa168da1d23b: Waiting 03:30:16 36b3adc4ff6f: Verifying Checksum 03:30:16 36b3adc4ff6f: Download complete 03:30:16 46f8f816bc3b: Verifying Checksum 03:30:16 46f8f816bc3b: Download complete 03:30:16 df20fa9351a1: Verifying Checksum 03:30:16 df20fa9351a1: Download complete 03:30:16 93b9cdb0e59b: Verifying Checksum 03:30:16 93b9cdb0e59b: Download complete 03:30:16 93b61091891f: Download complete 03:30:16 5e14af77c1be: Verifying Checksum 03:30:16 5e14af77c1be: Download complete 03:30:16 01666e4c0597: Verifying Checksum 03:30:16 01666e4c0597: Download complete 03:30:17 8ad3a11d3b57: Verifying Checksum 03:30:17 8ad3a11d3b57: Download complete 03:30:17 df20fa9351a1: Pull complete 03:30:17 36b3adc4ff6f: Pull complete 03:30:18 8ad3a11d3b57: Pull complete 03:30:18 46f8f816bc3b: Pull complete 03:30:18 aa168da1d23b: Verifying Checksum 03:30:18 aa168da1d23b: Download complete 03:30:19 93b61091891f: Pull complete 03:30:19 93b9cdb0e59b: Pull complete 03:30:19 5e14af77c1be: Pull complete 03:30:19 01666e4c0597: Pull complete 03:30:26 aa168da1d23b: Pull complete 03:30:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:30:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:30:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:30:26 prd-centos7-docker-4c-2g-4997 does not seem to be running inside a container 03:30:26 $ 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/dgexfoundry_device-snmp-go_PR-93/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-snmp-go_PR-93 -v /w/workspace/dgexfoundry_device-snmp-go_PR-93:/w/workspace/dgexfoundry_device-snmp-go_PR-93:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:30:29 $ docker top 715a18f274415af46074f0c0674955cb6eaa209d9d5474ed77bb577bbf15803e -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:30 + touch /tmp/pre-build-complete [Pipeline] sh 03:30:30 + mkdir -p /var/log/sa [Pipeline] sh 03:30:30 + ls /var/log/sa-host 03:30:30 + sadf -c /var/log/sa-host/sa13 03:30:30 file_magic: OK 03:30:30 HZ: Using current value: 100 03:30:30 file_header: OK 03:30:30 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 03:30:30 Statistics: 03:30:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:30:30 File successfully converted to sysstat format version 12.2.1 03:30:30 + sadf -c /var/log/sa-host/sa23 03:30:30 file_magic: OK 03:30:30 HZ: Using current value: 100 03:30:30 file_header: OK 03:30:30 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 03:30:30 Statistics: 03:30:30 Hnuu...uuuununununu... 03:30:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:30:31 provisioning config files... 03:30:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/config326344374236233297tmp [Pipeline] { [Pipeline] echo 03:30:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:30:31 ---> create-netrc.sh [Pipeline] } 03:30:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:30:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:30:31 ---> python-tools-install.sh [Pipeline] echo 03:30:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:30:32 ---> sudo-logs.sh 03:30:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:30:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:30:32 ---> job-cost.sh 03:30:32 lf-activate-venv: SKIPPING 03:30:32 DEBUG: total: 0.20999999344348907 03:30:32 INFO: Retrieving Stack Cost... 03:30:33 INFO: Retrieving Pricing Info for: v1-standard-2 03:30:34 INFO: Archiving Costs [Pipeline] echo 03:30:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:30:34 ---> logs-deploy.sh 03:30:34 lf-activate-venv: SKIPPING 03:30:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-93/4 03:30:34 INFO: archiving workspace using pattern(s): 03:30:36 Archives upload complete. 03:30:36 INFO: archiving logs to Nexus 03:30:37 ---> uname -a: 03:30:37 Linux prd-centos7-docker-4c-2g-4997.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:30:37 03:30:37 03:30:37 ---> lscpu: 03:30:37 Architecture: x86_64 03:30:37 CPU op-mode(s): 32-bit, 64-bit 03:30:37 Byte Order: Little Endian 03:30:37 Address sizes: 40 bits physical, 48 bits virtual 03:30:37 CPU(s): 4 03:30:37 On-line CPU(s) list: 0-3 03:30:37 Thread(s) per core: 1 03:30:37 Core(s) per socket: 1 03:30:37 Socket(s): 4 03:30:37 NUMA node(s): 1 03:30:37 Vendor ID: GenuineIntel 03:30:37 CPU family: 6 03:30:37 Model: 44 03:30:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:30:37 Stepping: 1 03:30:37 CPU MHz: 2933.438 03:30:37 BogoMIPS: 5866.87 03:30:37 Virtualization: VT-x 03:30:37 Hypervisor vendor: KVM 03:30:37 Virtualization type: full 03:30:37 L1d cache: 128 KiB 03:30:37 L1i cache: 128 KiB 03:30:37 L2 cache: 16 MiB 03:30:37 L3 cache: 64 MiB 03:30:37 NUMA node0 CPU(s): 0-3 03:30:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:30:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:30:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:30:37 Vulnerability Meltdown: Mitigation; PTI 03:30:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:30:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:30:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:30:37 Vulnerability Srbds: Not affected 03:30:37 Vulnerability Tsx async abort: Not affected 03:30:37 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:30:37 03:30:37 03:30:37 ---> nproc: 03:30:37 4 03:30:37 03:30:37 03:30:37 ---> df -h: 03:30:37 Filesystem Size Used Available Use% Mounted on 03:30:37 overlay 50.0G 7.3G 42.7G 15% / 03:30:37 tmpfs 64.0M 0 64.0M 0% /dev 03:30:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:30:37 shm 64.0M 0 64.0M 0% /dev/shm 03:30:37 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 03:30:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 03:30:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 03:30:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 03:30:37 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp 03:30:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 03:30:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 03:30:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 03:30:37 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 03:30:37 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-93 03:30:37 03:30:37 03:30:37 ---> free -m: 03:30:37 total used free shared buff/cache available 03:30:37 Mem: 1837 735 105 0 997 997 03:30:37 Swap: 1023 1 1022 03:30:37 03:30:37