Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b72f034d41a4e7add9e1368711a8e2b22eb63515 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go, goVersion:1.13] ========================================================= [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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go 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 SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-576 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_master # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b72f034d41a4e7add9e1368711a8e2b22eb63515 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 Commit message: "Merge pull request #58 from hahattan/attribution-cleanup" > git rev-list --no-walk ad194bc803dc916884c38fead828e9a39ff73581 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:15:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:15:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:15:59 ========================================================= 11:15:59 EdgeX Global Pipelines Version Info 11:15:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:16:00 ------------------- 11:16:00 stable info: 11:16:00 ------------------- 11:16:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:16:00 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 11:16:00 Message: update stable to v1.0.106 11:16:01 ------------------- 11:16:01 experimental info: 11:16:01 ------------------- 11:16:01 Commited By: **** collab-it+edgex@linuxfoundation.org 11:16:01 Commit SHA: e704329c986c85333370bdb08be78f377e1e8369 11:16:01 Message: update experimental to v1.0.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:16:03 + git log --format=format:%s -1 b72f034d41a4e7add9e1368711a8e2b22eb63515 [Pipeline] echo 11:16:03 GIT_COMMIT: b72f034d41a4e7add9e1368711a8e2b22eb63515, Commit Message: Merge pull request #58 from hahattan/attribution-cleanup [Pipeline] echo 11:16:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:16:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:16:05 11:16:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:16:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:16:05 latest: Pulling from edgex-devops/git-semver 11:16:05 31603596830f: Pulling fs layer 11:16:05 2a8b12db71e7: Pulling fs layer 11:16:05 6ca5941a6612: Pulling fs layer 11:16:05 ecc8261a40a4: Pulling fs layer 11:16:05 ecc8261a40a4: Waiting 11:16:05 2a8b12db71e7: Verifying Checksum 11:16:05 2a8b12db71e7: Download complete 11:16:05 31603596830f: Verifying Checksum 11:16:05 31603596830f: Download complete 11:16:05 6ca5941a6612: Verifying Checksum 11:16:05 6ca5941a6612: Download complete 11:16:05 ecc8261a40a4: Verifying Checksum 11:16:05 ecc8261a40a4: Download complete 11:16:06 31603596830f: Pull complete 11:16:06 2a8b12db71e7: Pull complete 11:16:07 6ca5941a6612: Pull complete 11:16:07 ecc8261a40a4: Pull complete 11:16:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:16:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:16:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:16:07 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:16:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:16:09 $ docker top 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:16:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:16:09 [ssh-agent] Looking for ssh-agent implementation... 11:16:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:16:09 $ docker exec 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 ssh-agent 11:16:09 SSH_AUTH_SOCK=/tmp/ssh-IHpCKjXJetib/agent.12 11:16:09 SSH_AGENT_PID=17 11:16:09 Running ssh-add (command line suppressed) 11:16:10 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1263949546631066443.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1263949546631066443.key) 11:16:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:16:10 + git describe --exact-match --tags HEAD 11:16:10 fatal: No names found, cannot describe anything. [Pipeline] } 11:16:10 $ docker exec --env ******** --env ******** 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 ssh-agent -k 11:16:10 unset SSH_AUTH_SOCK; 11:16:10 unset SSH_AGENT_PID; 11:16:10 echo Agent pid 17 killed; 11:16:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:16:10 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:16:10 This usually means this commit has not been tagged. [Pipeline] sshagent 11:16:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:16:10 [ssh-agent] Looking for ssh-agent implementation... 11:16:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:16:11 $ docker exec 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 ssh-agent 11:16:11 SSH_AUTH_SOCK=/tmp/ssh-HHOoULEttrYQ/agent.46 11:16:11 SSH_AGENT_PID=51 11:16:11 Running ssh-add (command line suppressed) 11:16:11 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8297949122518134548.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8297949122518134548.key) 11:16:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:16:11 + git semver init 11:16:11 # -> Open(): unable to determine branch for HEAD 11:16:11 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 11:16:11 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 11:16:11 # $SEMVER_REMOTE_NAME = origin 11:16:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:16:11 # $SEMVER_USER_NAME = edgex-jenkins 11:16:11 # $SEMVER_BRANCH = master 11:16:11 # $SEMVER_TEMP = /tmp/semver-975268960 11:16:11 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 11:16:12 # '/tmp/semver-975268960' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' 11:16:12 # -> Force: false 11:16:12 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 11:16:12 $ docker exec --env ******** --env ******** 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 ssh-agent -k 11:16:12 unset SSH_AUTH_SOCK; 11:16:12 unset SSH_AGENT_PID; 11:16:12 echo Agent pid 51 killed; 11:16:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:16:12 + git semver [Pipeline] } 11:16:12 $ docker stop --time=1 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 11:16:14 $ docker rm -f 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:16:14 Stashed 20 file(s) [Pipeline] echo 11:16:14 [edgeXSemver] initialized semver on version 1.2.3-dev.1 [Pipeline] echo 11:16:14 Archived original version: [1.2.3-dev.1] [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 11:16:30 Still waiting to schedule task 11:16:30 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:16:30 Still waiting to schedule task 11:16:30 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:18:16 Running on prd-centos7-docker-4c-2g-580 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 11:18:16 Running in /w/workspace/device-snmp-go/12 [Pipeline] { [Pipeline] checkout 11:18:18 using credential edgex-jenkins-ssh 11:18:18 Cloning the remote Git repository 11:18:18 Cloning with configured refspecs honoured and without tags 11:18:18 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 11:18:19 Fetching without tags 11:18:18 > git init /w/workspace/device-snmp-go/12 # timeout=10 11:18:18 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 11:18:18 > git --version # timeout=10 11:18:18 > git --version # 'git version 2.16.5' 11:18:18 using GIT_SSH to set credentials SSH Credentials for GitHub 11:18:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:18:19 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 11:18:19 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:18:19 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 11:18:19 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 11:18:19 using GIT_SSH to set credentials SSH Credentials for GitHub 11:18:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:18:20 Checking out Revision b72f034d41a4e7add9e1368711a8e2b22eb63515 (master) 11:18:20 > git config core.sparsecheckout # timeout=10 11:18:20 > git checkout -f b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 11:18:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-578 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 11:18:21 Running in /w/workspace/device-snmp-go/12 [Pipeline] { [Pipeline] checkout 11:18:23 Commit message: "Merge pull request #58 from hahattan/attribution-cleanup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:18:24 ========================================================= 11:18:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 11:18:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:18:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 11:18:25 Sending build context to Docker daemon 350.2kB 11:18:25 Step 1/10 : ARG BASE=golang:1.13-alpine 11:18:25 Step 2/10 : FROM ${BASE} 11:18:25 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 11:18:25 df20fa9351a1: Pulling fs layer 11:18:25 ed8968b2872e: Pulling fs layer 11:18:25 a92cc7c5fd73: Pulling fs layer 11:18:25 2dd03ba5bac4: Pulling fs layer 11:18:25 1e091d79d1de: Pulling fs layer 11:18:25 481702a1767f: Pulling fs layer 11:18:25 f64a6f60c768: Pulling fs layer 11:18:25 e78d2573fc39: Pulling fs layer 11:18:25 e876d2f968b6: Pulling fs layer 11:18:25 ce8a83651883: Pulling fs layer 11:18:25 07967f4d0e4b: Pulling fs layer 11:18:25 f64a6f60c768: Waiting 11:18:25 e78d2573fc39: Waiting 11:18:25 e876d2f968b6: Waiting 11:18:25 ce8a83651883: Waiting 11:18:25 07967f4d0e4b: Waiting 11:18:25 2dd03ba5bac4: Waiting 11:18:25 1e091d79d1de: Waiting 11:18:25 481702a1767f: Waiting 11:18:25 a92cc7c5fd73: Verifying Checksum 11:18:25 a92cc7c5fd73: Download complete 11:18:25 ed8968b2872e: Download complete 11:18:25 1e091d79d1de: Verifying Checksum 11:18:25 1e091d79d1de: Download complete 11:18:25 481702a1767f: Verifying Checksum 11:18:25 481702a1767f: Download complete 11:18:25 df20fa9351a1: Verifying Checksum 11:18:25 df20fa9351a1: Pull complete 11:18:26 ed8968b2872e: Pull complete 11:18:26 using credential edgex-jenkins-ssh 11:18:26 Cloning the remote Git repository 11:18:26 Cloning with configured refspecs honoured and without tags 11:18:26 f64a6f60c768: Verifying Checksum 11:18:26 f64a6f60c768: Download complete 11:18:26 e876d2f968b6: Verifying Checksum 11:18:26 e876d2f968b6: Download complete 11:18:26 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 11:18:26 > git init /w/workspace/device-snmp-go/12 # timeout=10 11:18:27 a92cc7c5fd73: Pull complete 11:18:27 2dd03ba5bac4: Verifying Checksum 11:18:27 2dd03ba5bac4: Download complete 11:18:27 07967f4d0e4b: Verifying Checksum 11:18:27 07967f4d0e4b: Download complete 11:18:27 e78d2573fc39: Verifying Checksum 11:18:27 e78d2573fc39: Download complete 11:18:27 ce8a83651883: Verifying Checksum 11:18:27 ce8a83651883: Download complete 11:18:27 Fetching without tags 11:18:26 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 11:18:26 > git --version # timeout=10 11:18:26 > git --version # 'git version 2.17.1' 11:18:26 using GIT_SSH to set credentials SSH Credentials for GitHub 11:18:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:18:27 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 11:18:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:18:27 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 11:18:27 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 11:18:27 using GIT_SSH to set credentials SSH Credentials for GitHub 11:18:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:18:28 Checking out Revision b72f034d41a4e7add9e1368711a8e2b22eb63515 (master) 11:18:28 > git config core.sparsecheckout # timeout=10 11:18:28 > git checkout -f b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 11:18:32 Commit message: "Merge pull request #58 from hahattan/attribution-cleanup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:18:33 ========================================================= 11:18:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 11:18:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:18:34 2dd03ba5bac4: Pull complete 11:18:34 1e091d79d1de: Pull complete 11:18:34 481702a1767f: Pull complete 11:18:34 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 11:18:35 Sending build context to Docker daemon 350.2kB 11:18:35 Step 1/10 : ARG BASE=golang:1.13-alpine 11:18:35 Step 2/10 : FROM ${BASE} 11:18:35 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:18:35 b538f80385f9: Pulling fs layer 11:18:35 74f711af9a0d: Pulling fs layer 11:18:35 99f96fe45779: Pulling fs layer 11:18:35 fd7a069fd194: Pulling fs layer 11:18:35 66aa3694b03b: Pulling fs layer 11:18:35 170f70906a0f: Pulling fs layer 11:18:35 ad7c5574e4b9: Pulling fs layer 11:18:35 e772456be8f7: Pulling fs layer 11:18:35 c890913d741a: Pulling fs layer 11:18:35 2480fcc9aa5a: Pulling fs layer 11:18:35 09adf4765672: Pulling fs layer 11:18:35 fd7a069fd194: Waiting 11:18:35 ad7c5574e4b9: Waiting 11:18:35 e772456be8f7: Waiting 11:18:35 66aa3694b03b: Waiting 11:18:35 c890913d741a: Waiting 11:18:35 09adf4765672: Waiting 11:18:35 170f70906a0f: Waiting 11:18:35 2480fcc9aa5a: Waiting 11:18:35 99f96fe45779: Download complete 11:18:35 74f711af9a0d: Verifying Checksum 11:18:35 74f711af9a0d: Download complete 11:18:35 66aa3694b03b: Verifying Checksum 11:18:35 66aa3694b03b: Download complete 11:18:35 170f70906a0f: Download complete 11:18:35 b538f80385f9: Verifying Checksum 11:18:35 b538f80385f9: Download complete 11:18:36 b538f80385f9: Pull complete 11:18:37 74f711af9a0d: Pull complete 11:18:37 99f96fe45779: Pull complete 11:18:38 ad7c5574e4b9: Verifying Checksum 11:18:38 ad7c5574e4b9: Download complete 11:18:38 c890913d741a: Verifying Checksum 11:18:38 c890913d741a: Download complete 11:18:40 2480fcc9aa5a: Verifying Checksum 11:18:40 2480fcc9aa5a: Download complete 11:18:40 09adf4765672: Download complete 11:18:40 e772456be8f7: Verifying Checksum 11:18:40 e772456be8f7: Download complete 11:18:40 f64a6f60c768: Pull complete 11:18:41 fd7a069fd194: Download complete 11:18:43 e78d2573fc39: Pull complete 11:18:43 e876d2f968b6: Pull complete 11:18:44 ce8a83651883: Pull complete 11:18:44 07967f4d0e4b: Pull complete 11:18:44 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 11:18:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 11:18:44 ---> 5d7c900382c6 11:18:44 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 11:18:46 ---> Running in 36bc5c522e20 11:18:46 Removing intermediate container 36bc5c522e20 11:18:46 ---> a163d6903355 11:18:46 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 11:18:46 ---> Running in 4ac7f3d2e4f2 11:18:46 Removing intermediate container 4ac7f3d2e4f2 11:18:46 ---> 71b1b65f50da 11:18:46 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 11:18:46 ---> Running in 00b9e4084494 11:18:46 Removing intermediate container 00b9e4084494 11:18:46 ---> 9c417187543a 11:18:46 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:18:47 ---> Running in c46043d0da01 11:18:48 Removing intermediate container c46043d0da01 11:18:48 ---> efa2781ac007 11:18:48 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:18:48 ---> Running in a7c5c7c86e98 11:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:18:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:18:50 OK: 166 MiB in 39 packages 11:18:50 Removing intermediate container a7c5c7c86e98 11:18:50 ---> 3a05c86a9366 11:18:50 Step 8/10 : WORKDIR /device-snmp-go 11:18:50 ---> Running in d6a2021915aa 11:18:51 Removing intermediate container d6a2021915aa 11:18:51 ---> 4c4e6b0a7fde 11:18:51 Step 9/10 : COPY . . 11:18:51 ---> d62769f03535 11:18:51 Step 10/10 : RUN go mod download 11:18:51 ---> Running in ab0da05237d3 11:18:54 fd7a069fd194: Pull complete 11:18:54 66aa3694b03b: Pull complete 11:18:54 170f70906a0f: Pull complete 11:18:55 go: finding github.com/BurntSushi/toml v0.3.1 11:18:55 go: finding github.com/OneOfOne/xxhash v1.2.6 11:18:55 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 11:18:55 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:18:55 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 11:18:55 go: finding github.com/bgentry/speakeasy v0.1.0 11:18:55 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:18:55 go: finding github.com/davecgh/go-spew v1.1.1 11:18:55 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 11:18:55 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:18:55 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 11:18:55 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:18:55 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 11:18:55 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 11:18:55 go: finding github.com/fatih/color v1.7.0 11:18:55 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:18:55 go: finding github.com/go-kit/kit v0.8.0 11:18:55 go: finding github.com/go-logfmt/logfmt v0.4.0 11:18:55 go: finding github.com/go-stack/stack v1.8.0 11:18:55 go: finding github.com/golang/mock v1.2.0 11:18:55 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 11:18:55 go: finding github.com/google/uuid v1.1.0 11:18:55 go: finding github.com/gorilla/mux v1.7.1 11:18:55 go: finding github.com/hashicorp/consul/api v1.1.0 11:18:55 go: finding github.com/hashicorp/consul/sdk v0.1.1 11:18:55 go: finding github.com/hashicorp/errwrap v1.0.0 11:18:56 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:18:56 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 11:18:56 go: finding github.com/hashicorp/go-msgpack v0.5.3 11:18:56 go: finding github.com/hashicorp/go-multierror v1.0.0 11:18:56 go: finding github.com/hashicorp/go-rootcerts v1.0.0 11:18:56 go: finding github.com/hashicorp/go-sockaddr v1.0.0 11:18:56 go: finding github.com/hashicorp/go-syslog v1.0.0 11:18:56 go: finding github.com/hashicorp/go-uuid v1.0.1 11:18:56 go: finding github.com/hashicorp/go.net v0.0.1 11:18:56 go: finding github.com/hashicorp/golang-lru v0.5.0 11:18:56 go: finding github.com/hashicorp/logutils v1.0.0 11:18:56 go: finding github.com/hashicorp/mdns v1.0.0 11:18:56 go: finding github.com/hashicorp/memberlist v0.1.3 11:18:56 go: finding github.com/hashicorp/serf v0.8.2 11:18:56 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:18:56 go: finding github.com/mattn/go-colorable v0.0.9 11:18:56 go: finding github.com/mattn/go-isatty v0.0.3 11:18:56 go: finding github.com/miekg/dns v1.0.14 11:18:56 ad7c5574e4b9: Pull complete 11:18:56 go: finding github.com/mitchellh/cli v1.0.0 11:18:56 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:18:56 go: finding github.com/mitchellh/copystructure v1.0.0 11:18:56 go: finding github.com/mitchellh/go-homedir v1.0.0 11:18:56 go: finding github.com/mitchellh/go-testing-interface v1.0.0 11:18:56 go: finding github.com/mitchellh/gox v0.4.0 11:18:57 go: finding github.com/mitchellh/iochan v1.0.0 11:18:57 go: finding github.com/mitchellh/mapstructure v1.1.2 11:18:57 go: finding github.com/mitchellh/reflectwalk v1.0.0 11:18:57 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 11:18:57 go: finding github.com/pelletier/go-toml v1.2.0 11:18:57 go: finding github.com/pkg/errors v0.8.1 11:18:57 go: finding github.com/pmezard/go-difflib v1.0.0 11:18:57 go: finding github.com/posener/complete v1.1.1 11:18:57 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 11:18:57 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 11:18:57 go: finding github.com/soniah/gosnmp v1.21.0 11:18:57 go: finding github.com/stretchr/objx v0.1.0 11:18:57 go: finding github.com/stretchr/testify v1.5.1 11:18:57 go: finding github.com/ugorji/go v1.1.4 11:18:57 go: finding github.com/x448/float16 v0.8.4 11:18:57 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 11:18:57 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 11:18:57 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 11:18:57 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 11:18:57 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:18:57 go: finding gopkg.in/yaml.v2 v2.2.8 11:19:02 e772456be8f7: Pull complete 11:19:02 c890913d741a: Pull complete 11:19:04 2480fcc9aa5a: Pull complete 11:19:04 09adf4765672: Pull complete 11:19:04 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 11:19:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 11:19:04 ---> 2248a725d1cf 11:19:04 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 11:19:06 Removing intermediate container ab0da05237d3 11:19:06 ---> 4fb77144e577 11:19:06 Successfully built 4fb77144e577 11:19:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:19:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:19:09 + ls -al . 11:19:09 total 76 11:19:09 drwxrwxr-x. 9 jenkins jenkins 4096 Aug 28 11:18 . 11:19:09 drwxrwxr-x. 4 jenkins jenkins 30 Aug 28 11:18 .. 11:19:09 -rw-rw-r--. 1 jenkins jenkins 4405 Aug 28 11:18 Attribution.txt 11:19:09 drwxrwxr-x. 2 jenkins jenkins 87 Aug 28 11:18 bin 11:19:09 drwxrwxr-x. 3 jenkins jenkins 32 Aug 28 11:18 cmd 11:19:09 -rw-rw-r--. 1 jenkins jenkins 994 Aug 28 11:18 Dockerfile 11:19:09 -rw-rw-r--. 1 jenkins jenkins 409 Aug 28 11:18 Dockerfile.build 11:19:09 -rw-rw-r--. 1 jenkins jenkins 6 Aug 28 11:18 .dockerignore 11:19:09 drwxrwxr-x. 8 jenkins jenkins 162 Aug 28 11:18 .git 11:19:09 drwxrwxr-x. 2 jenkins jenkins 38 Aug 28 11:18 .github 11:19:09 -rw-rw-r--. 1 jenkins jenkins 272 Aug 28 11:18 .gitignore 11:19:09 -rw-rw-r--. 1 jenkins jenkins 203 Aug 28 11:18 go.mod 11:19:09 drwxrwxr-x. 3 jenkins jenkins 20 Aug 28 11:18 internal 11:19:09 -rw-rw-r--. 1 jenkins jenkins 678 Aug 28 11:18 Jenkinsfile 11:19:09 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 28 11:18 LICENSE 11:19:09 -rw-rw-r--. 1 jenkins jenkins 937 Aug 28 11:18 Makefile 11:19:09 drwxrwxr-x. 2 jenkins jenkins 84 Aug 28 11:18 profiles 11:19:09 -rw-rw-r--. 1 jenkins jenkins 12398 Aug 28 11:18 README.md 11:19:09 drwxrwxr-x. 3 jenkins jenkins 61 Aug 28 11:18 .semver 11:19:09 -rw-rw-r--. 1 jenkins jenkins 11 Aug 28 11:16 VERSION 11:19:09 -rw-rw-r--. 1 jenkins jenkins 209 Aug 28 11:18 version.go [Pipeline] isUnix [Pipeline] sh 11:19:09 + docker build -t docker-device-snmp-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=b72f034d41a4e7add9e1368711a8e2b22eb63515 --label arch=amd64 --label version=1.2.3-dev.1 . 11:19:09 Sending build context to Docker daemon 350.2kB 11:19:09 Step 1/25 : ARG BASE=golang:1.13-alpine 11:19:09 Step 2/25 : FROM ${BASE} AS builder 11:19:09 ---> 4fb77144e577 11:19:09 Step 3/25 : ARG MAKE='make build' 11:19:09 ---> Running in 874926493ef9 11:19:09 Removing intermediate container 874926493ef9 11:19:09 ---> f7d63cb04a4c 11:19:09 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 11:19:09 ---> Running in b64b7199ddca 11:19:09 Removing intermediate container b64b7199ddca 11:19:09 ---> 8724ea68e5a2 11:19:09 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 11:19:10 ---> Running in 24fd5f6d1d90 11:19:10 Removing intermediate container 24fd5f6d1d90 11:19:10 ---> c32e7ff5dd75 11:19:10 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 11:19:10 ---> Running in f59bd99d6540 11:19:10 ---> Running in 8004dd957a29 11:19:10 Removing intermediate container f59bd99d6540 11:19:10 ---> 7d3e4d7768d6 11:19:10 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:19:10 ---> Running in 0ff5bcf7c78e 11:19:10 Removing intermediate container 8004dd957a29 11:19:10 ---> 52dbb2ecda7e 11:19:10 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 11:19:10 ---> Running in 94375eef7956 11:19:11 Removing intermediate container 94375eef7956 11:19:11 ---> 4461ae06a0d5 11:19:11 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:19:11 ---> Running in 28c26f6bd38d 11:19:12 Removing intermediate container 0ff5bcf7c78e 11:19:12 ---> 9c3720cf99ad 11:19:12 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:19:12 ---> Running in 9cf84ba4c5e9 11:19:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:19:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:19:13 OK: 166 MiB in 39 packages 11:19:13 Removing intermediate container 28c26f6bd38d 11:19:13 ---> 4f44832fb09d 11:19:13 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:19:13 ---> Running in 1bc6ebffd392 11:19:14 Removing intermediate container 9cf84ba4c5e9 11:19:14 ---> fbd97672d523 11:19:14 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 11:19:14 ---> Running in f138f89ea425 11:19:14 Removing intermediate container f138f89ea425 11:19:14 ---> 65832180c527 11:19:14 Step 9/25 : COPY go.mod . 11:19:14 ---> 0b5dbd4e15ea 11:19:14 Step 10/25 : COPY Makefile . 11:19:14 ---> 6e40f105262c 11:19:14 Step 11/25 : RUN make update 11:19:14 ---> Running in 55188b158d67 11:19:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:19:15 CGO_ENABLED=0 GO111MODULE=on go mod download 11:19:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:19:16 Removing intermediate container 55188b158d67 11:19:16 ---> 43d5b552d071 11:19:16 Step 12/25 : COPY . . 11:19:16 OK: 142 MiB in 39 packages 11:19:16 ---> 0821178fa4ba 11:19:16 Step 13/25 : RUN ${MAKE} 11:19:16 ---> Running in 60a4a6abb24c 11:19:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.3-dev.1" -o cmd/device-snmp-go ./cmd 11:19:17 Removing intermediate container 1bc6ebffd392 11:19:17 ---> 3f86119e3550 11:19:17 Step 8/10 : WORKDIR /device-snmp-go 11:19:17 ---> Running in 000dee27582c 11:19:18 Removing intermediate container 000dee27582c 11:19:18 ---> ddce010d05c4 11:19:18 Step 9/10 : COPY . . 11:19:19 ---> 4181436f4c6f 11:19:19 Step 10/10 : RUN go mod download 11:19:19 ---> Running in 2a10f94b36e8 11:19:22 go: finding github.com/BurntSushi/toml v0.3.1 11:19:22 go: finding github.com/OneOfOne/xxhash v1.2.6 11:19:22 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 11:19:22 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:19:22 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 11:19:22 go: finding github.com/bgentry/speakeasy v0.1.0 11:19:22 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:19:22 go: finding github.com/davecgh/go-spew v1.1.1 11:19:22 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 11:19:22 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:19:22 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 11:19:22 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:19:22 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 11:19:22 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 11:19:23 go: finding github.com/fatih/color v1.7.0 11:19:23 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:19:23 go: finding github.com/go-kit/kit v0.8.0 11:19:23 go: finding github.com/go-logfmt/logfmt v0.4.0 11:19:23 go: finding github.com/go-stack/stack v1.8.0 11:19:23 go: finding github.com/golang/mock v1.2.0 11:19:23 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 11:19:23 go: finding github.com/google/uuid v1.1.0 11:19:23 go: finding github.com/gorilla/mux v1.7.1 11:19:23 go: finding github.com/hashicorp/consul/api v1.1.0 11:19:23 go: finding github.com/hashicorp/consul/sdk v0.1.1 11:19:23 go: finding github.com/hashicorp/errwrap v1.0.0 11:19:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:19:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 11:19:23 go: finding github.com/hashicorp/go-msgpack v0.5.3 11:19:24 go: finding github.com/hashicorp/go-multierror v1.0.0 11:19:24 go: finding github.com/hashicorp/go-rootcerts v1.0.0 11:19:24 go: finding github.com/hashicorp/go-sockaddr v1.0.0 11:19:24 go: finding github.com/hashicorp/go-syslog v1.0.0 11:19:24 go: finding github.com/hashicorp/go-uuid v1.0.1 11:19:24 go: finding github.com/hashicorp/go.net v0.0.1 11:19:24 go: finding github.com/hashicorp/golang-lru v0.5.0 11:19:24 go: finding github.com/hashicorp/logutils v1.0.0 11:19:24 go: finding github.com/hashicorp/mdns v1.0.0 11:19:24 go: finding github.com/hashicorp/memberlist v0.1.3 11:19:24 go: finding github.com/hashicorp/serf v0.8.2 11:19:24 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:19:24 go: finding github.com/mattn/go-colorable v0.0.9 11:19:24 go: finding github.com/mattn/go-isatty v0.0.3 11:19:24 go: finding github.com/miekg/dns v1.0.14 11:19:24 go: finding github.com/mitchellh/cli v1.0.0 11:19:24 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:19:24 go: finding github.com/mitchellh/copystructure v1.0.0 11:19:24 go: finding github.com/mitchellh/go-homedir v1.0.0 11:19:25 go: finding github.com/mitchellh/go-testing-interface v1.0.0 11:19:25 go: finding github.com/mitchellh/gox v0.4.0 11:19:25 go: finding github.com/mitchellh/iochan v1.0.0 11:19:25 go: finding github.com/mitchellh/mapstructure v1.1.2 11:19:25 go: finding github.com/mitchellh/reflectwalk v1.0.0 11:19:25 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 11:19:25 go: finding github.com/pelletier/go-toml v1.2.0 11:19:25 go: finding github.com/pkg/errors v0.8.1 11:19:25 go: finding github.com/pmezard/go-difflib v1.0.0 11:19:25 go: finding github.com/posener/complete v1.1.1 11:19:25 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 11:19:25 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 11:19:25 go: finding github.com/soniah/gosnmp v1.21.0 11:19:25 go: finding github.com/stretchr/objx v0.1.0 11:19:25 go: finding github.com/stretchr/testify v1.5.1 11:19:25 go: finding github.com/ugorji/go v1.1.4 11:19:25 go: finding github.com/x448/float16 v0.8.4 11:19:25 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 11:19:25 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 11:19:25 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 11:19:26 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 11:19:26 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:19:26 go: finding gopkg.in/yaml.v2 v2.2.8 11:19:27 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:19:29 Removing intermediate container 60a4a6abb24c 11:19:29 ---> c80ad1c7a982 11:19:29 Step 14/25 : FROM alpine 11:19:29 latest: Pulling from library/alpine 11:19:29 df20fa9351a1: Already exists 11:19:30 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 11:19:30 Status: Downloaded newer image for alpine:latest 11:19:30 ---> a24bb4013296 11:19:30 Step 15/25 : ENV APP_PORT=49993 11:19:30 ---> Running in 480b969bb717 11:19:30 Removing intermediate container 480b969bb717 11:19:30 ---> 3a33119f4176 11:19:30 Step 16/25 : EXPOSE $APP_PORT 11:19:30 ---> Running in 48368574cb15 11:19:30 Removing intermediate container 48368574cb15 11:19:30 ---> b7adcdcb603d 11:19:30 Step 17/25 : ENV DEVICE_PORT=161 11:19:30 ---> Running in 4513ee5eea07 11:19:30 Removing intermediate container 4513ee5eea07 11:19:30 ---> 56767626d8dc 11:19:30 Step 18/25 : EXPOSE $DEVICE_PORT 11:19:30 ---> Running in d768bf09370c 11:19:30 Removing intermediate container d768bf09370c 11:19:30 ---> 06dc9b673fab 11:19:30 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 11:19:31 ---> 98c28d8309d2 11:19:31 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 11:19:32 ---> f31156c6059c 11:19:32 Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 11:19:32 ---> 80dad9643a1e 11:19:32 Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] 11:19:32 ---> Running in f683c3d7cc63 11:19:32 Removing intermediate container f683c3d7cc63 11:19:32 ---> 5f160dce86a0 11:19:32 Step 23/25 : LABEL arch=amd64 11:19:32 ---> Running in d3faa88a1202 11:19:33 Removing intermediate container d3faa88a1202 11:19:33 ---> 75dcbbcc8052 11:19:33 Step 24/25 : LABEL git_sha=b72f034d41a4e7add9e1368711a8e2b22eb63515 11:19:33 ---> Running in 7a9b7de85d74 11:19:33 Removing intermediate container 7a9b7de85d74 11:19:33 ---> 677c4735fda4 11:19:33 Step 25/25 : LABEL version=1.2.3-dev.1 11:19:33 ---> Running in d123fcd7d8eb 11:19:33 Removing intermediate container d123fcd7d8eb 11:19:33 ---> 339d1e92398d 11:19:33 [Warning] One or more build-args [ARCH] were not consumed 11:19:33 Successfully built 339d1e92398d 11:19:33 Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:19:34 provisioning config files... 11:19:34 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/12@tmp/config8172462181529879803tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:19:34 nexus3.edgexfoundry.org:10001 11:19:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:19:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:19:35 Configure a credential helper to remove this warning. See 11:19:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:19:35 11:19:35 Login Succeeded 11:19:35 nexus3.edgexfoundry.org:10002 11:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:19:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:19:35 Configure a credential helper to remove this warning. See 11:19:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:19:35 11:19:35 Login Succeeded 11:19:35 nexus3.edgexfoundry.org:10003 11:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:19:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:19:35 Configure a credential helper to remove this warning. See 11:19:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:19:35 11:19:35 Login Succeeded 11:19:35 nexus3.edgexfoundry.org:10004 11:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:19:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:19:35 Configure a credential helper to remove this warning. See 11:19:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:19:35 11:19:35 Login Succeeded 11:19:35 docker.io 11:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:19:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:19:36 Configure a credential helper to remove this warning. See 11:19:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:19:36 11:19:36 Login Succeeded [Pipeline] } 11:19:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:19:36 [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: 11:19:36 b72f034d41a4e7add9e1368711a8e2b22eb63515 11:19:36 latest 11:19:36 1.2.3-dev.1 11:19:36 b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 11:19:36 master 11:19:36 ===================================================== [Pipeline] withEnv [Pipeline] { 11:19:36 Removing intermediate container 2a10f94b36e8 11:19:36 ---> 52aa3ba8d140 11:19:36 Successfully built 52aa3ba8d140 11:19:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 11:19:37 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515 [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 11:19:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:19:37 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515 11:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 11:19:37 4face4483802: Preparing 11:19:37 f9e3ef6ddc68: Preparing 11:19:37 d4049bcfbda3: Preparing 11:19:37 50644c29ef5a: Preparing 11:19:37 50644c29ef5a: Layer already exists 11:19:37 f9e3ef6ddc68: Pushed 11:19:37 4face4483802: Pushed 11:19:37 + ls -al . 11:19:37 total 108 11:19:37 drwxrwxr-x 9 jenkins jenkins 4096 Aug 28 11:18 . 11:19:37 drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 11:18 .. 11:19:37 -rw-rw-r-- 1 jenkins jenkins 6 Aug 28 11:18 .dockerignore 11:19:37 drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 11:18 .git 11:19:37 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:18 .github 11:19:37 -rw-rw-r-- 1 jenkins jenkins 272 Aug 28 11:18 .gitignore 11:19:37 drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:18 .semver 11:19:37 -rw-rw-r-- 1 jenkins jenkins 4405 Aug 28 11:18 Attribution.txt 11:19:37 -rw-rw-r-- 1 jenkins jenkins 994 Aug 28 11:18 Dockerfile 11:19:37 -rw-rw-r-- 1 jenkins jenkins 409 Aug 28 11:18 Dockerfile.build 11:19:37 -rw-rw-r-- 1 jenkins jenkins 678 Aug 28 11:18 Jenkinsfile 11:19:37 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 28 11:18 LICENSE 11:19:37 -rw-rw-r-- 1 jenkins jenkins 937 Aug 28 11:18 Makefile 11:19:37 -rw-rw-r-- 1 jenkins jenkins 12398 Aug 28 11:18 README.md 11:19:37 -rw-rw-r-- 1 jenkins jenkins 11 Aug 28 11:16 VERSION 11:19:37 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:18 bin 11:19:37 drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:18 cmd 11:19:37 -rw-rw-r-- 1 jenkins jenkins 203 Aug 28 11:18 go.mod 11:19:37 drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:18 internal 11:19:37 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:18 profiles 11:19:37 -rw-rw-r-- 1 jenkins jenkins 209 Aug 28 11:18 version.go [Pipeline] isUnix [Pipeline] sh 11:19:38 + docker build -t docker-device-snmp-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b72f034d41a4e7add9e1368711a8e2b22eb63515 --label arch=arm64 --label version=1.2.3-dev.1 . 11:19:38 Sending build context to Docker daemon 350.2kB 11:19:38 Step 1/25 : ARG BASE=golang:1.13-alpine 11:19:38 Step 2/25 : FROM ${BASE} AS builder 11:19:38 ---> 52aa3ba8d140 11:19:38 Step 3/25 : ARG MAKE='make build' 11:19:38 d4049bcfbda3: Pushed 11:19:38 ---> Running in 0a6ca63b1918 11:19:38 b72f034d41a4e7add9e1368711a8e2b22eb63515: digest: sha256:365b52809b5f59ab44d190f13dca3ee261664aeacab81984e0b397200bdabd93 size: 1154 [Pipeline] isUnix [Pipeline] sh 11:19:39 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh 11:19:39 Removing intermediate container 0a6ca63b1918 11:19:39 ---> e2f1a3c20aac 11:19:39 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 11:19:39 ---> Running in 3a0314d6f4b1 11:19:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 11:19:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 11:19:39 4face4483802: Preparing 11:19:39 f9e3ef6ddc68: Preparing 11:19:39 d4049bcfbda3: Preparing 11:19:39 50644c29ef5a: Preparing 11:19:39 f9e3ef6ddc68: Layer already exists 11:19:39 d4049bcfbda3: Layer already exists 11:19:39 50644c29ef5a: Layer already exists 11:19:39 4face4483802: Layer already exists 11:19:39 latest: digest: sha256:365b52809b5f59ab44d190f13dca3ee261664aeacab81984e0b397200bdabd93 size: 1154 [Pipeline] isUnix [Pipeline] sh 11:19:39 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh 11:19:39 Removing intermediate container 3a0314d6f4b1 11:19:39 ---> 0f06c36e090d 11:19:39 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 11:19:39 ---> Running in 7552a86b4904 11:19:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.1 11:19:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 11:19:39 4face4483802: Preparing 11:19:39 f9e3ef6ddc68: Preparing 11:19:39 d4049bcfbda3: Preparing 11:19:39 50644c29ef5a: Preparing 11:19:39 f9e3ef6ddc68: Layer already exists 11:19:39 d4049bcfbda3: Layer already exists 11:19:39 4face4483802: Layer already exists 11:19:39 50644c29ef5a: Layer already exists 11:19:39 1.2.3-dev.1: digest: sha256:365b52809b5f59ab44d190f13dca3ee261664aeacab81984e0b397200bdabd93 size: 1154 [Pipeline] isUnix [Pipeline] sh 11:19:40 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh 11:19:40 Removing intermediate container 7552a86b4904 11:19:40 ---> 286b6e8afe0a 11:19:40 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:19:40 ---> Running in 9dc49b91f7b2 11:19:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 11:19:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 11:19:40 4face4483802: Preparing 11:19:40 f9e3ef6ddc68: Preparing 11:19:40 d4049bcfbda3: Preparing 11:19:40 50644c29ef5a: Preparing 11:19:40 50644c29ef5a: Layer already exists 11:19:40 d4049bcfbda3: Layer already exists 11:19:40 4face4483802: Layer already exists 11:19:40 f9e3ef6ddc68: Layer already exists 11:19:40 b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1: digest: sha256:365b52809b5f59ab44d190f13dca3ee261664aeacab81984e0b397200bdabd93 size: 1154 [Pipeline] isUnix [Pipeline] sh 11:19:40 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh 11:19:41 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master 11:19:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 11:19:41 4face4483802: Preparing 11:19:41 f9e3ef6ddc68: Preparing 11:19:41 d4049bcfbda3: Preparing 11:19:41 50644c29ef5a: Preparing 11:19:41 50644c29ef5a: Layer already exists 11:19:41 f9e3ef6ddc68: Layer already exists 11:19:41 d4049bcfbda3: Layer already exists 11:19:41 4face4483802: Layer already exists 11:19:41 master: digest: sha256:365b52809b5f59ab44d190f13dca3ee261664aeacab81984e0b397200bdabd93 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:19:41 ===================================================== [Pipeline] echo 11:19:41 taggedImages: 11:19:41 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515 11:19:41 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 11:19:41 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.1 11:19:41 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 11:19:41 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:19:43 Removing intermediate container 9dc49b91f7b2 11:19:43 ---> f1b87988b333 11:19:43 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:19:43 ---> Running in aa8c44e1548e 11:19:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:19:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:19:45 OK: 142 MiB in 39 packages 11:19:47 Removing intermediate container aa8c44e1548e 11:19:47 ---> d162fbd27c8e 11:19:47 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 11:19:47 ---> Running in 1a6d943faa03 11:19:47 Removing intermediate container 1a6d943faa03 11:19:47 ---> 6487332456e4 11:19:47 Step 9/25 : COPY go.mod . 11:19:48 ---> 8f346231ab03 11:19:48 Step 10/25 : COPY Makefile . 11:19:49 ---> eb6bb08a48e7 11:19:49 Step 11/25 : RUN make update 11:19:49 ---> Running in 94c1ff3f9457 11:19:50 CGO_ENABLED=0 GO111MODULE=on go mod download 11:19:51 Removing intermediate container 94c1ff3f9457 11:19:51 ---> c6a70faf47d5 11:19:51 Step 12/25 : COPY . . 11:19:52 ---> 4076dd0ac2f3 11:19:52 Step 13/25 : RUN ${MAKE} 11:19:52 ---> Running in 00ec64515b32 11:19:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.3-dev.1" -o cmd/device-snmp-go ./cmd 11:20:20 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:20:26 Removing intermediate container 00ec64515b32 11:20:26 ---> 2dd87421e6ce 11:20:26 Step 14/25 : FROM alpine 11:20:26 latest: Pulling from library/alpine 11:20:26 b538f80385f9: Already exists 11:20:26 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 11:20:26 Status: Downloaded newer image for alpine:latest 11:20:26 ---> 62ee0e9f8440 11:20:26 Step 15/25 : ENV APP_PORT=49993 11:20:26 ---> Running in 190cd64d62ea 11:20:26 Removing intermediate container 190cd64d62ea 11:20:26 ---> 645d85b927e5 11:20:26 Step 16/25 : EXPOSE $APP_PORT 11:20:26 ---> Running in e2474b52b956 11:20:27 Removing intermediate container e2474b52b956 11:20:27 ---> ee2c31f89d74 11:20:27 Step 17/25 : ENV DEVICE_PORT=161 11:20:27 ---> Running in 223ed5cb4398 11:20:27 Removing intermediate container 223ed5cb4398 11:20:27 ---> 48a3d0663b3e 11:20:27 Step 18/25 : EXPOSE $DEVICE_PORT 11:20:28 ---> Running in 84df112ab612 11:20:28 Removing intermediate container 84df112ab612 11:20:28 ---> abb1cafc88e4 11:20:28 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 11:20:29 ---> fcdb9b90c7f4 11:20:29 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 11:20:30 ---> 15ec8a63c298 11:20:30 Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 11:20:30 ---> 876b67d921f1 11:20:30 Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] 11:20:31 ---> Running in 736d22d3f040 11:20:31 Removing intermediate container 736d22d3f040 11:20:31 ---> 4b2b04b746d1 11:20:31 Step 23/25 : LABEL arch=arm64 11:20:31 ---> Running in 49d3f8b3c07b 11:20:32 Removing intermediate container 49d3f8b3c07b 11:20:32 ---> 48cd6df52c8f 11:20:32 Step 24/25 : LABEL git_sha=b72f034d41a4e7add9e1368711a8e2b22eb63515 11:20:32 ---> Running in ff9185078c12 11:20:32 Removing intermediate container ff9185078c12 11:20:32 ---> eb39aacbdceb 11:20:32 Step 25/25 : LABEL version=1.2.3-dev.1 11:20:32 ---> Running in 6679a21639f7 11:20:33 Removing intermediate container 6679a21639f7 11:20:33 ---> 3fe02f7b7e4f 11:20:33 [Warning] One or more build-args [ARCH] were not consumed 11:20:33 Successfully built 3fe02f7b7e4f 11:20:33 Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:20:34 provisioning config files... 11:20:34 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/12@tmp/config1903467624725120392tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:20:35 nexus3.edgexfoundry.org:10001 11:20:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:35 Configure a credential helper to remove this warning. See 11:20:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:35 11:20:35 Login Succeeded 11:20:35 nexus3.edgexfoundry.org:10002 11:20:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:36 Configure a credential helper to remove this warning. See 11:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:36 11:20:36 Login Succeeded 11:20:36 nexus3.edgexfoundry.org:10003 11:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:36 Configure a credential helper to remove this warning. See 11:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:36 11:20:36 Login Succeeded 11:20:36 nexus3.edgexfoundry.org:10004 11:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:36 Configure a credential helper to remove this warning. See 11:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:36 11:20:36 Login Succeeded 11:20:36 docker.io 11:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:37 Configure a credential helper to remove this warning. See 11:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:37 11:20:37 Login Succeeded [Pipeline] } 11:20:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:20:38 [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: 11:20:38 b72f034d41a4e7add9e1368711a8e2b22eb63515 11:20:38 latest 11:20:38 1.2.3-dev.1 11:20:38 b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 11:20:38 master 11:20:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:20:38 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515 [Pipeline] isUnix [Pipeline] sh 11:20:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515 11:20:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 11:20:38 1b281157baee: Preparing 11:20:38 7c5cf7462237: Preparing 11:20:38 cf5e9a323a49: Preparing 11:20:38 e2f13739ad41: Preparing 11:20:39 e2f13739ad41: Layer already exists 11:20:39 1b281157baee: Pushed 11:20:39 7c5cf7462237: Pushed 11:20:41 cf5e9a323a49: Pushed 11:20:41 b72f034d41a4e7add9e1368711a8e2b22eb63515: digest: sha256:3ef9300eb81082e1d74db5ca8f555f48ba540ebd21264db06fbc9f9413b6b137 size: 1154 [Pipeline] isUnix [Pipeline] sh 11:20:42 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:20:42 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 11:20:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 11:20:42 1b281157baee: Preparing 11:20:42 7c5cf7462237: Preparing 11:20:42 cf5e9a323a49: Preparing 11:20:42 e2f13739ad41: Preparing 11:20:42 e2f13739ad41: Layer already exists 11:20:42 cf5e9a323a49: Layer already exists 11:20:42 1b281157baee: Layer already exists 11:20:42 7c5cf7462237: Layer already exists 11:20:43 latest: digest: sha256:3ef9300eb81082e1d74db5ca8f555f48ba540ebd21264db06fbc9f9413b6b137 size: 1154 [Pipeline] isUnix [Pipeline] sh 11:20:43 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh 11:20:43 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.1 11:20:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 11:20:43 1b281157baee: Preparing 11:20:43 7c5cf7462237: Preparing 11:20:43 cf5e9a323a49: Preparing 11:20:43 e2f13739ad41: Preparing 11:20:43 e2f13739ad41: Layer already exists 11:20:43 1b281157baee: Layer already exists 11:20:43 7c5cf7462237: Layer already exists 11:20:43 cf5e9a323a49: Layer already exists 11:20:43 1.2.3-dev.1: digest: sha256:3ef9300eb81082e1d74db5ca8f555f48ba540ebd21264db06fbc9f9413b6b137 size: 1154 [Pipeline] isUnix [Pipeline] sh 11:20:44 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh 11:20:44 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 11:20:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 11:20:44 1b281157baee: Preparing 11:20:44 7c5cf7462237: Preparing 11:20:44 cf5e9a323a49: Preparing 11:20:44 e2f13739ad41: Preparing 11:20:44 1b281157baee: Layer already exists 11:20:44 7c5cf7462237: Layer already exists 11:20:44 cf5e9a323a49: Layer already exists 11:20:44 e2f13739ad41: Layer already exists 11:20:44 b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1: digest: sha256:3ef9300eb81082e1d74db5ca8f555f48ba540ebd21264db06fbc9f9413b6b137 size: 1154 [Pipeline] isUnix [Pipeline] sh 11:20:45 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh 11:20:45 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master 11:20:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 11:20:45 1b281157baee: Preparing 11:20:45 7c5cf7462237: Preparing 11:20:45 cf5e9a323a49: Preparing 11:20:45 e2f13739ad41: Preparing 11:20:45 1b281157baee: Layer already exists 11:20:45 7c5cf7462237: Layer already exists 11:20:45 e2f13739ad41: Layer already exists 11:20:45 cf5e9a323a49: Layer already exists 11:20:45 master: digest: sha256:3ef9300eb81082e1d74db5ca8f555f48ba540ebd21264db06fbc9f9413b6b137 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:20:46 ===================================================== [Pipeline] echo 11:20:46 taggedImages: 11:20:46 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515 11:20:46 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 11:20:46 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.1 11:20:46 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 11:20:46 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 11:20:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 11:20:47 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 11:20:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:20:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:20:48 11:20:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 11:20:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:20:48 1.317.0: Pulling from edgex-devops/edgex-snyk-go 11:20:48 cbdbe7a5bc2a: Pulling fs layer 11:20:48 408f87550127: Pulling fs layer 11:20:48 fe522b08c979: Pulling fs layer 11:20:48 221eaa008020: Pulling fs layer 11:20:48 2a4607e5d6b9: Pulling fs layer 11:20:48 8f79b27c4fd2: Pulling fs layer 11:20:48 e5c8dbe1645b: Pulling fs layer 11:20:48 23e8b3b47431: Pulling fs layer 11:20:48 5c568d65a230: Pulling fs layer 11:20:48 8f79b27c4fd2: Waiting 11:20:48 e5c8dbe1645b: Waiting 11:20:48 23e8b3b47431: Waiting 11:20:48 221eaa008020: Waiting 11:20:48 fe522b08c979: Verifying Checksum 11:20:48 fe522b08c979: Download complete 11:20:48 408f87550127: Verifying Checksum 11:20:48 408f87550127: Download complete 11:20:48 2a4607e5d6b9: Verifying Checksum 11:20:48 2a4607e5d6b9: Download complete 11:20:48 cbdbe7a5bc2a: Verifying Checksum 11:20:48 cbdbe7a5bc2a: Download complete 11:20:48 8f79b27c4fd2: Verifying Checksum 11:20:48 8f79b27c4fd2: Download complete 11:20:48 e5c8dbe1645b: Verifying Checksum 11:20:48 e5c8dbe1645b: Download complete 11:20:49 cbdbe7a5bc2a: Pull complete 11:20:49 23e8b3b47431: Verifying Checksum 11:20:49 23e8b3b47431: Download complete 11:20:49 408f87550127: Pull complete 11:20:49 5c568d65a230: Verifying Checksum 11:20:49 5c568d65a230: Download complete 11:20:49 fe522b08c979: Pull complete 11:20:50 221eaa008020: Verifying Checksum 11:20:50 221eaa008020: Download complete 11:20:55 221eaa008020: Pull complete 11:20:55 2a4607e5d6b9: Pull complete 11:20:55 8f79b27c4fd2: Pull complete 11:20:58 e5c8dbe1645b: Pull complete 11:21:01 23e8b3b47431: Pull complete 11:21:03 5c568d65a230: Pull complete 11:21:03 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 11:21:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:21:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 11:21:03 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:21:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-snmp-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 11:21:04 $ docker top 1aeb88e2603a8977698da18da823285347f78a8583b179afe4a1f12ddb59f15d -eo pid,comm [Pipeline] { [Pipeline] sh 11:21:04 + snyk monitor '--org=edgex-jenkins' 11:21:17 11:21:17 Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... 11:21:17 11:21:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/2284b32d-558a-48e7-adfc-ed00e1f4f404 11:21:17 11:21:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:21:17 11:21:17 11:21:17 Snyk CLI supports Node.js 8 and higher. 11:21:17 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 11:21:17 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 11:21:17 11:21:17 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 11:21:17 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 11:21:17 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 11:21:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:21:17 $ docker stop --time=1 1aeb88e2603a8977698da18da823285347f78a8583b179afe4a1f12ddb59f15d 11:21:19 $ docker rm -f 1aeb88e2603a8977698da18da823285347f78a8583b179afe4a1f12ddb59f15d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:21:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:21:20 11:21:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 11:21:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:21:20 latest: Pulling from edgex-devops/edgex-klar 11:21:20 e7c96db7181b: Pulling fs layer 11:21:20 1868ca2cb446: Pulling fs layer 11:21:20 136be5d0fe8e: Pulling fs layer 11:21:20 894bfe63afcb: Pulling fs layer 11:21:20 894bfe63afcb: Waiting 11:21:20 1868ca2cb446: Download complete 11:21:20 136be5d0fe8e: Download complete 11:21:20 e7c96db7181b: Verifying Checksum 11:21:20 e7c96db7181b: Download complete 11:21:20 894bfe63afcb: Verifying Checksum 11:21:20 894bfe63afcb: Download complete 11:21:20 e7c96db7181b: Pull complete 11:21:21 1868ca2cb446: Pull complete 11:21:21 136be5d0fe8e: Pull complete 11:21:21 894bfe63afcb: Pull complete 11:21:21 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 11:21:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:21:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 11:21:21 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:21:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:21:22 $ docker top e208fa2cb139648848f4b51fa482b10f556fbd20c13e65ded9bd8d7262745d21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:23 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515 11:21:23 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:21:27 $ docker stop --time=1 e208fa2cb139648848f4b51fa482b10f556fbd20c13e65ded9bd8d7262745d21 11:21:29 $ docker rm -f e208fa2cb139648848f4b51fa482b10f556fbd20c13e65ded9bd8d7262745d21 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:21:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:21:29 . [Pipeline] withDockerContainer 11:21:29 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:21:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:21:30 $ docker top fb1e4cfc36a49d3b0ab37c6e9f0acd8ce8773db938b5a3b9773e9ab650a55c78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:30 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515 11:21:30 + tee 11:21:30 clair timeout 1m0s 11:21:30 docker timeout: 1m0s 11:21:30 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:21:31 $ docker stop --time=1 fb1e4cfc36a49d3b0ab37c6e9f0acd8ce8773db938b5a3b9773e9ab650a55c78 11:21:32 $ docker rm -f fb1e4cfc36a49d3b0ab37c6e9f0acd8ce8773db938b5a3b9773e9ab650a55c78 [Pipeline] // withDockerContainer [Pipeline] sh 11:21:33 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo 11:21:33 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go_b72f034d41a4e7add9e1368711a8e2b22eb63515.html [Pipeline] writeFile [Pipeline] step 11:21:33 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 11:21:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:21:33 . [Pipeline] withDockerContainer 11:21:33 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:21:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:21:34 $ docker top 2de0d8852f74b46345bc4b04f18e15155c98b819fe80db125fee785241dec84a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:35 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515 11:21:35 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:21:38 $ docker stop --time=1 2de0d8852f74b46345bc4b04f18e15155c98b819fe80db125fee785241dec84a 11:21:39 $ docker rm -f 2de0d8852f74b46345bc4b04f18e15155c98b819fe80db125fee785241dec84a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:21:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:21:40 . [Pipeline] withDockerContainer 11:21:40 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:21:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:21:41 $ docker top 2ad22557b3710ff8667f2c28d35814324a62a3f42e147c9faab80dcb56daa93d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:41 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515 11:21:41 + tee 11:21:41 clair timeout 1m0s 11:21:41 docker timeout: 1m0s 11:21:41 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:21:42 $ docker stop --time=1 2ad22557b3710ff8667f2c28d35814324a62a3f42e147c9faab80dcb56daa93d 11:21:43 $ docker rm -f 2ad22557b3710ff8667f2c28d35814324a62a3f42e147c9faab80dcb56daa93d [Pipeline] // withDockerContainer [Pipeline] sh 11:21:44 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo 11:21:44 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go-arm64_b72f034d41a4e7add9e1368711a8e2b22eb63515.html [Pipeline] writeFile [Pipeline] step 11:21:44 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 11:21:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:21:45 . [Pipeline] withDockerContainer 11:21:45 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:21:45 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:21:46 $ docker top 826c85a39c1a80e8e9996fd7580cced4e59c2ab7c43d7e89599c11e258421cc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:21:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:21:46 [ssh-agent] Looking for ssh-agent implementation... 11:21:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:21:46 $ docker exec 826c85a39c1a80e8e9996fd7580cced4e59c2ab7c43d7e89599c11e258421cc7 ssh-agent 11:21:46 SSH_AUTH_SOCK=/tmp/ssh-vVeL2INU4plp/agent.11 11:21:46 SSH_AGENT_PID=17 11:21:46 Running ssh-add (command line suppressed) 11:21:46 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5506882702748911809.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5506882702748911809.key) 11:21:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:21:47 + git semver tag 11:21:47 # -> Open(): unable to determine branch for HEAD 11:21:47 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 11:21:47 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 11:21:47 # $SEMVER_REMOTE_NAME = origin 11:21:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:21:47 # $SEMVER_USER_NAME = edgex-jenkins 11:21:47 # $SEMVER_BRANCH = master 11:21:47 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 11:21:47 # b72f034d41a4e7add9e1368711a8e2b22eb63515 HEAD 11:21:47 # -> Force: false 11:21:47 # c31e4ed8f9a0fdfaed8aefe71b3215b3a8fb8d98 refs/tags/v1.2.3-dev.1 [Pipeline] } 11:21:47 $ docker exec --env ******** --env ******** 826c85a39c1a80e8e9996fd7580cced4e59c2ab7c43d7e89599c11e258421cc7 ssh-agent -k 11:21:47 unset SSH_AUTH_SOCK; 11:21:47 unset SSH_AGENT_PID; 11:21:47 echo Agent pid 17 killed; 11:21:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:21:47 + git semver [Pipeline] } 11:21:47 $ docker stop --time=1 826c85a39c1a80e8e9996fd7580cced4e59c2ab7c43d7e89599c11e258421cc7 11:21:49 $ docker rm -f 826c85a39c1a80e8e9996fd7580cced4e59c2ab7c43d7e89599c11e258421cc7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:21:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:21:49 11:21:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:21:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:21:50 0.23.1-centos7: Pulling from edgex-lftools 11:21:50 ab5ef0e58194: Pulling fs layer 11:21:50 9712f1f96733: Pulling fs layer 11:21:50 63f879dbbcfc: Pulling fs layer 11:21:50 0d9ebad4ef96: Pulling fs layer 11:21:50 e9a5061849ea: Pulling fs layer 11:21:50 d747dcd14b5f: Pulling fs layer 11:21:50 2de7ff778b66: Pulling fs layer 11:21:50 e9a5061849ea: Waiting 11:21:50 d747dcd14b5f: Waiting 11:21:50 2de7ff778b66: Waiting 11:21:50 0d9ebad4ef96: Waiting 11:21:50 9712f1f96733: Verifying Checksum 11:21:50 9712f1f96733: Download complete 11:21:50 63f879dbbcfc: Verifying Checksum 11:21:50 63f879dbbcfc: Download complete 11:21:51 e9a5061849ea: Verifying Checksum 11:21:51 e9a5061849ea: Download complete 11:21:51 d747dcd14b5f: Verifying Checksum 11:21:51 d747dcd14b5f: Download complete 11:21:51 2de7ff778b66: Verifying Checksum 11:21:51 2de7ff778b66: Download complete 11:21:51 0d9ebad4ef96: Verifying Checksum 11:21:51 0d9ebad4ef96: Download complete 11:21:51 ab5ef0e58194: Verifying Checksum 11:21:51 ab5ef0e58194: Download complete 11:21:54 ab5ef0e58194: Pull complete 11:21:54 9712f1f96733: Pull complete 11:21:58 63f879dbbcfc: Pull complete 11:22:04 0d9ebad4ef96: Pull complete 11:22:06 e9a5061849ea: Pull complete 11:22:06 d747dcd14b5f: Pull complete 11:22:09 2de7ff778b66: Pull complete 11:22:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:22:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:22:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:22:09 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:22:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:22:13 $ docker top 679d9f6b7595a98621ba4a4984e4a2671c9c4f1326196d705a85df9e72c12f30 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:22:14 provisioning config files... 11:22:14 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8056276720908503771tmp 11:22:14 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config1506912662797446720tmp 11:22:14 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config7768854238351751776tmp [Pipeline] { [Pipeline] echo 11:22:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:22:14 ---> sigul-configuration.sh 11:22:14 gpg: directory `/root/.gnupg' created 11:22:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:22:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:22:14 gpg: keyring `/root/.gnupg/secring.gpg' created 11:22:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:22:14 gpg: CAST5 encrypted data 11:22:14 gpg: encrypted with 1 passphrase 11:22:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:22:15 + mkdir /home/jenkins 11:22:15 + mkdir /home/jenkins/sigul [Pipeline] sh 11:22:15 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 11:22:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:22:15 ---> sigul-install.sh 11:22:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:22:21 + git tag --list 11:22:21 v1.2.3-dev.1 [Pipeline] sh 11:22:21 + lftools sign git-tag v1.2.3-dev.1 11:22:22 Signing Git tag with Sigul... 11:22:22 Signing v1.2.3-dev.1 11:22:23 Error: Authentication failed [Pipeline] echo 11:22:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:22:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:22:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:22:23 $ docker stop --time=1 679d9f6b7595a98621ba4a4984e4a2671c9c4f1326196d705a85df9e72c12f30 11:22:25 $ docker rm -f 679d9f6b7595a98621ba4a4984e4a2671c9c4f1326196d705a85df9e72c12f30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:22:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:22:26 . [Pipeline] withDockerContainer 11:22:26 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:22:26 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:22:27 $ docker top 7f0ac3a988bf3be5c1870a37753532dcc66b027b977404e7d0dfe90dc9f71e12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:22:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:22:27 [ssh-agent] Looking for ssh-agent implementation... 11:22:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:22:28 $ docker exec 7f0ac3a988bf3be5c1870a37753532dcc66b027b977404e7d0dfe90dc9f71e12 ssh-agent 11:22:28 SSH_AUTH_SOCK=/tmp/ssh-iCdedo6fWG26/agent.12 11:22:28 SSH_AGENT_PID=17 11:22:28 Running ssh-add (command line suppressed) 11:22:28 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8288106204543381763.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8288106204543381763.key) 11:22:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:22:28 + git semver bump pre 11:22:28 # -> Open(): unable to determine branch for HEAD 11:22:28 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 11:22:28 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 11:22:28 # $SEMVER_REMOTE_NAME = origin 11:22:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:22:28 # $SEMVER_USER_NAME = edgex-jenkins 11:22:28 # $SEMVER_BRANCH = master 11:22:28 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 11:22:28 1.2.3-dev.2 [Pipeline] } 11:22:28 $ docker exec --env ******** --env ******** 7f0ac3a988bf3be5c1870a37753532dcc66b027b977404e7d0dfe90dc9f71e12 ssh-agent -k 11:22:28 unset SSH_AUTH_SOCK; 11:22:28 unset SSH_AGENT_PID; 11:22:28 echo Agent pid 17 killed; 11:22:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:22:29 + git semver [Pipeline] } 11:22:29 $ docker stop --time=1 7f0ac3a988bf3be5c1870a37753532dcc66b027b977404e7d0dfe90dc9f71e12 11:22:30 $ docker rm -f 7f0ac3a988bf3be5c1870a37753532dcc66b027b977404e7d0dfe90dc9f71e12 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:22:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:22:31 . [Pipeline] withDockerContainer 11:22:31 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:22:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:22:32 $ docker top 41ca9f831df3770033c1570922934f8a68bb2193eba3dfb6c38e014baf7a9fa8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:22:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:22:32 [ssh-agent] Looking for ssh-agent implementation... 11:22:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:22:32 $ docker exec 41ca9f831df3770033c1570922934f8a68bb2193eba3dfb6c38e014baf7a9fa8 ssh-agent 11:22:32 SSH_AUTH_SOCK=/tmp/ssh-NwmtViJRaAUd/agent.12 11:22:32 SSH_AGENT_PID=18 11:22:32 Running ssh-add (command line suppressed) 11:22:32 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8178094745066527158.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8178094745066527158.key) 11:22:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:22:33 + git semver push 11:22:33 # -> Open(): unable to determine branch for HEAD 11:22:33 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 11:22:33 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 11:22:33 # $SEMVER_REMOTE_NAME = origin 11:22:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:22:33 # $SEMVER_USER_NAME = edgex-jenkins 11:22:33 # $SEMVER_BRANCH = master 11:22:33 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 11:22:39 $ docker exec --env ******** --env ******** 41ca9f831df3770033c1570922934f8a68bb2193eba3dfb6c38e014baf7a9fa8 ssh-agent -k 11:22:39 unset SSH_AUTH_SOCK; 11:22:39 unset SSH_AGENT_PID; 11:22:39 echo Agent pid 18 killed; 11:22:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:22:40 + git semver [Pipeline] } 11:22:40 $ docker stop --time=1 41ca9f831df3770033c1570922934f8a68bb2193eba3dfb6c38e014baf7a9fa8 11:22:41 $ docker rm -f 41ca9f831df3770033c1570922934f8a68bb2193eba3dfb6c38e014baf7a9fa8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 11:22:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:22:43 ---> package-listing.sh 11:22:43 ++ facter osfamily 11:22:43 ++ tr '[:upper:]' '[:lower:]' 11:22:43 + OS_FAMILY=redhat 11:22:43 + workspace=/w/workspace/gexfoundry_device-snmp-go_master 11:22:43 + START_PACKAGES=/tmp/packages_start.txt 11:22:43 + END_PACKAGES=/tmp/packages_end.txt 11:22:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:22:43 + PACKAGES=/tmp/packages_start.txt 11:22:43 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 11:22:43 + PACKAGES=/tmp/packages_end.txt 11:22:43 + case "${OS_FAMILY}" in 11:22:43 + rpm -qa 11:22:43 + sort 11:22:48 + '[' -f /tmp/packages_start.txt ']' 11:22:48 + '[' -f /tmp/packages_end.txt ']' 11:22:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:22:48 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 11:22:48 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ 11:22:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 11:22:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:22:48 11:22:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:22:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:22:49 alpine: Pulling from edgex-lftools-log-publisher 11:22:49 c9b1b535fdd9: Pulling fs layer 11:22:49 2cc5ad85d9ab: Pulling fs layer 11:22:49 756a868c4378: Pulling fs layer 11:22:49 444b2fc9a129: Pulling fs layer 11:22:49 ea15f1150254: Pulling fs layer 11:22:49 41b27a9f41bf: Pulling fs layer 11:22:49 28c525ee5125: Pulling fs layer 11:22:49 094b1ea09ed8: Pulling fs layer 11:22:49 138eaada9080: Pulling fs layer 11:22:49 0622d0fa9048: Pulling fs layer 11:22:49 444b2fc9a129: Waiting 11:22:49 094b1ea09ed8: Waiting 11:22:49 138eaada9080: Waiting 11:22:49 ea15f1150254: Waiting 11:22:49 0622d0fa9048: Waiting 11:22:49 28c525ee5125: Waiting 11:22:49 2cc5ad85d9ab: Download complete 11:22:49 444b2fc9a129: Verifying Checksum 11:22:49 444b2fc9a129: Download complete 11:22:49 c9b1b535fdd9: Verifying Checksum 11:22:49 c9b1b535fdd9: Download complete 11:22:49 ea15f1150254: Download complete 11:22:49 28c525ee5125: Verifying Checksum 11:22:49 28c525ee5125: Download complete 11:22:49 756a868c4378: Verifying Checksum 11:22:49 756a868c4378: Download complete 11:22:49 c9b1b535fdd9: Pull complete 11:22:49 138eaada9080: Verifying Checksum 11:22:49 138eaada9080: Download complete 11:22:49 0622d0fa9048: Verifying Checksum 11:22:49 0622d0fa9048: Download complete 11:22:49 094b1ea09ed8: Verifying Checksum 11:22:49 094b1ea09ed8: Download complete 11:22:50 41b27a9f41bf: Verifying Checksum 11:22:50 41b27a9f41bf: Download complete 11:22:50 2cc5ad85d9ab: Pull complete 11:22:51 756a868c4378: Pull complete 11:22:51 444b2fc9a129: Pull complete 11:22:52 ea15f1150254: Pull complete 11:22:56 41b27a9f41bf: Pull complete 11:22:56 28c525ee5125: Pull complete 11:22:58 094b1ea09ed8: Pull complete 11:22:58 138eaada9080: Pull complete 11:22:58 0622d0fa9048: Pull complete 11:22:58 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 11:22:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:22:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:22:58 prd-centos7-docker-4c-2g-576 does not seem to be running inside a container 11:22:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:23:01 $ docker top bc3ac4d4c9067883e3dcddfe1412636c9b008b208143a137579b57cded470bfd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:23:01 provisioning config files... 11:23:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2438695666354064666tmp [Pipeline] { [Pipeline] echo 11:23:01 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:23:01 ---> create-netrc.sh [Pipeline] echo 11:23:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:23:02 ---> logs-deploy.sh 11:23:02 + ARCHIVE_ARTIFACTS= 11:23:02 + LOGS_SERVER=https://logs.edgexfoundry.org 11:23:02 + '[' https://logs.edgexfoundry.org == None ']' 11:23:02 + NEXUS_URL=https://nexus.edgexfoundry.org 11:23:02 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/12 11:23:02 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/12/ 11:23:02 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/12 /w/workspace/gexfoundry_device-snmp-go_master 11:23:03 Archives upload complete. 11:23:03 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/12 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/12/