Started by user Bill Mahoney Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ad194bc803dc916884c38fead828e9a39ff73581 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 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 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-515 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 upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 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 Fetching without tags Checking out Revision ad194bc803dc916884c38fead828e9a39ff73581 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f ad194bc803dc916884c38fead828e9a39ff73581 # timeout=10 Commit message: "Merge pull request #56 from hahattan/issue-54/55" > git rev-list --no-walk ad194bc803dc916884c38fead828e9a39ff73581 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-19T20:42:50.244Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-19T20:42:50.758Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-19T20:42:50.945Z] ========================================================= [2020-08-19T20:42:50.945Z] EdgeX Global Pipelines Version Info [2020-08-19T20:42:50.945Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:42:52.333Z] ------------------- [2020-08-19T20:42:52.333Z] stable info: [2020-08-19T20:42:52.333Z] ------------------- [2020-08-19T20:42:52.333Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-19T20:42:52.333Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-19T20:42:52.333Z] Message: update stable to v1.0.106 [2020-08-19T20:42:53.279Z] ------------------- [2020-08-19T20:42:53.279Z] experimental info: [2020-08-19T20:42:53.279Z] ------------------- [2020-08-19T20:42:53.279Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-19T20:42:53.279Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-19T20:42:53.279Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-19T20:42:55.376Z] + git log --format=format:%s -1 ad194bc803dc916884c38fead828e9a39ff73581 [Pipeline] echo [2020-08-19T20:42:55.440Z] GIT_COMMIT: ad194bc803dc916884c38fead828e9a39ff73581, Commit Message: Merge pull request #56 from hahattan/issue-54/55 [Pipeline] echo [2020-08-19T20:42:55.480Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:42:55.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:42:56.218Z] [2020-08-19T20:42:56.218Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:42:56.567Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:42:56.567Z] latest: Pulling from edgex-devops/git-semver [2020-08-19T20:42:56.567Z] 31603596830f: Pulling fs layer [2020-08-19T20:42:56.567Z] 2a8b12db71e7: Pulling fs layer [2020-08-19T20:42:56.567Z] 6ca5941a6612: Pulling fs layer [2020-08-19T20:42:56.567Z] ecc8261a40a4: Pulling fs layer [2020-08-19T20:42:56.567Z] ecc8261a40a4: Waiting [2020-08-19T20:42:56.567Z] 2a8b12db71e7: Verifying Checksum [2020-08-19T20:42:56.567Z] 2a8b12db71e7: Download complete [2020-08-19T20:42:56.567Z] 31603596830f: Verifying Checksum [2020-08-19T20:42:56.567Z] 31603596830f: Download complete [2020-08-19T20:42:56.829Z] ecc8261a40a4: Verifying Checksum [2020-08-19T20:42:56.829Z] ecc8261a40a4: Download complete [2020-08-19T20:42:56.829Z] 6ca5941a6612: Verifying Checksum [2020-08-19T20:42:56.829Z] 6ca5941a6612: Download complete [2020-08-19T20:42:57.092Z] 31603596830f: Pull complete [2020-08-19T20:42:57.362Z] 2a8b12db71e7: Pull complete [2020-08-19T20:42:58.313Z] 6ca5941a6612: Pull complete [2020-08-19T20:42:58.313Z] ecc8261a40a4: Pull complete [2020-08-19T20:42:58.313Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-19T20:42:58.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:42:58.313Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-19T20:42:58.691Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:42:58.751Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-19T20:43:00.784Z] $ docker top 39fb550e7dcd87565187cc734e9531b50c5ae74f0b2ee614a77b89269f752280 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:43:01.049Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:43:01.049Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:43:01.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:43:01.282Z] $ docker exec 39fb550e7dcd87565187cc734e9531b50c5ae74f0b2ee614a77b89269f752280 ssh-agent [2020-08-19T20:43:01.448Z] SSH_AUTH_SOCK=/tmp/ssh-pP6DFvGDF5qa/agent.11 [2020-08-19T20:43:01.448Z] SSH_AGENT_PID=17 [2020-08-19T20:43:01.524Z] Running ssh-add (command line suppressed) [2020-08-19T20:43:01.648Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6170536063532288072.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6170536063532288072.key) [2020-08-19T20:43:01.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:43:02.031Z] + git describe --exact-match --tags HEAD [2020-08-19T20:43:02.031Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-19T20:43:02.053Z] $ docker exec --env ******** --env ******** 39fb550e7dcd87565187cc734e9531b50c5ae74f0b2ee614a77b89269f752280 ssh-agent -k [2020-08-19T20:43:02.163Z] unset SSH_AUTH_SOCK; [2020-08-19T20:43:02.163Z] unset SSH_AGENT_PID; [2020-08-19T20:43:02.163Z] echo Agent pid 17 killed; [2020-08-19T20:43:02.208Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-19T20:43:02.311Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-19T20:43:02.311Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-19T20:43:02.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:43:02.404Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:43:02.571Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:43:02.576Z] $ docker exec 39fb550e7dcd87565187cc734e9531b50c5ae74f0b2ee614a77b89269f752280 ssh-agent [2020-08-19T20:43:02.743Z] SSH_AUTH_SOCK=/tmp/ssh-Hxu9EuLSmmd8/agent.45 [2020-08-19T20:43:02.743Z] SSH_AGENT_PID=50 [2020-08-19T20:43:02.752Z] Running ssh-add (command line suppressed) [2020-08-19T20:43:02.881Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_540293858372706438.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_540293858372706438.key) [2020-08-19T20:43:02.942Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:43:03.275Z] + git semver init [2020-08-19T20:43:03.275Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:43:03.275Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-19T20:43:03.275Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-19T20:43:03.275Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:43:03.275Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:43:03.275Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:43:03.275Z] # $SEMVER_BRANCH = master [2020-08-19T20:43:03.275Z] # $SEMVER_TEMP = /tmp/semver-388773643 [2020-08-19T20:43:03.275Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-08-19T20:43:03.849Z] # '/tmp/semver-388773643' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' [2020-08-19T20:43:03.849Z] # -> Force: false [2020-08-19T20:43:03.849Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-08-19T20:43:03.861Z] $ docker exec --env ******** --env ******** 39fb550e7dcd87565187cc734e9531b50c5ae74f0b2ee614a77b89269f752280 ssh-agent -k [2020-08-19T20:43:03.985Z] unset SSH_AUTH_SOCK; [2020-08-19T20:43:03.985Z] unset SSH_AGENT_PID; [2020-08-19T20:43:03.985Z] echo Agent pid 50 killed; [2020-08-19T20:43:04.030Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:43:04.486Z] + git semver [Pipeline] } [2020-08-19T20:43:04.503Z] $ docker stop --time=1 39fb550e7dcd87565187cc734e9531b50c5ae74f0b2ee614a77b89269f752280 [2020-08-19T20:43:05.848Z] $ docker rm -f 39fb550e7dcd87565187cc734e9531b50c5ae74f0b2ee614a77b89269f752280 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-19T20:43:06.531Z] Stashed 19 file(s) [Pipeline] echo [2020-08-19T20:43:06.533Z] [edgeXSemver] initialized semver on version 1.2.2 [Pipeline] echo [2020-08-19T20:43:06.616Z] Archived original version: [1.2.2] [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 [2020-08-19T20:43:22.058Z] Still waiting to schedule task [2020-08-19T20:43:22.058Z] ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-507’ is offline; ‘prd-centos7-docker-4c-2g-517’ is offline [2020-08-19T20:43:22.060Z] Still waiting to schedule task [2020-08-19T20:43:22.060Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-513’ [2020-08-19T20:44:43.277Z] Running on prd-centos7-docker-4c-2g-521 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-08-19T20:44:43.320Z] Running in /w/workspace/device-snmp-go/11 [Pipeline] { [Pipeline] checkout [2020-08-19T20:44:50.969Z] using credential edgex-jenkins-ssh [2020-08-19T20:44:51.094Z] Cloning the remote Git repository [2020-08-19T20:44:51.094Z] Cloning with configured refspecs honoured and without tags [2020-08-19T20:44:51.210Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-08-19T20:44:51.325Z] > git init /w/workspace/device-snmp-go/11 # timeout=10 [2020-08-19T20:44:51.481Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-19T20:44:51.483Z] > git --version # timeout=10 [2020-08-19T20:44:51.553Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-19T20:44:51.634Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:44:52.259Z] Fetching without tags [2020-08-19T20:44:52.698Z] Checking out Revision ad194bc803dc916884c38fead828e9a39ff73581 (master) [2020-08-19T20:44:52.226Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-19T20:44:52.237Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:44:52.251Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-19T20:44:52.265Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-19T20:44:52.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-19T20:44:52.280Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:44:52.726Z] > git config core.sparsecheckout # timeout=10 [2020-08-19T20:44:52.732Z] > git checkout -f ad194bc803dc916884c38fead828e9a39ff73581 # timeout=10 [2020-08-19T20:44:57.063Z] Commit message: "Merge pull request #56 from hahattan/issue-54/55" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-19T20:44:58.232Z] ========================================================= [2020-08-19T20:44:58.232Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-19T20:44:58.232Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:59.971Z] + 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 . [2020-08-19T20:45:00.594Z] Sending build context to Docker daemon 346.6kB [2020-08-19T20:45:00.594Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-08-19T20:45:00.594Z] Step 2/10 : FROM ${BASE} [2020-08-19T20:45:00.594Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-19T20:45:00.594Z] df20fa9351a1: Pulling fs layer [2020-08-19T20:45:00.594Z] ed8968b2872e: Pulling fs layer [2020-08-19T20:45:00.594Z] a92cc7c5fd73: Pulling fs layer [2020-08-19T20:45:00.594Z] 2dd03ba5bac4: Pulling fs layer [2020-08-19T20:45:00.594Z] 1e091d79d1de: Pulling fs layer [2020-08-19T20:45:00.594Z] 481702a1767f: Pulling fs layer [2020-08-19T20:45:00.594Z] f64a6f60c768: Pulling fs layer [2020-08-19T20:45:00.594Z] e78d2573fc39: Pulling fs layer [2020-08-19T20:45:00.594Z] e876d2f968b6: Pulling fs layer [2020-08-19T20:45:00.594Z] ce8a83651883: Pulling fs layer [2020-08-19T20:45:00.594Z] 07967f4d0e4b: Pulling fs layer [2020-08-19T20:45:00.594Z] 2dd03ba5bac4: Waiting [2020-08-19T20:45:00.594Z] 1e091d79d1de: Waiting [2020-08-19T20:45:00.594Z] 481702a1767f: Waiting [2020-08-19T20:45:00.594Z] f64a6f60c768: Waiting [2020-08-19T20:45:00.594Z] e78d2573fc39: Waiting [2020-08-19T20:45:00.594Z] e876d2f968b6: Waiting [2020-08-19T20:45:00.594Z] ce8a83651883: Waiting [2020-08-19T20:45:00.594Z] 07967f4d0e4b: Waiting [2020-08-19T20:45:00.594Z] a92cc7c5fd73: Download complete [2020-08-19T20:45:00.916Z] ed8968b2872e: Download complete [2020-08-19T20:45:00.916Z] 1e091d79d1de: Verifying Checksum [2020-08-19T20:45:00.916Z] 1e091d79d1de: Download complete [2020-08-19T20:45:00.916Z] 481702a1767f: Verifying Checksum [2020-08-19T20:45:00.916Z] 481702a1767f: Download complete [2020-08-19T20:45:01.311Z] df20fa9351a1: Verifying Checksum [2020-08-19T20:45:01.311Z] df20fa9351a1: Download complete [2020-08-19T20:45:01.983Z] df20fa9351a1: Pull complete [2020-08-19T20:45:02.291Z] ed8968b2872e: Pull complete [2020-08-19T20:45:02.563Z] a92cc7c5fd73: Pull complete [2020-08-19T20:45:04.112Z] f64a6f60c768: Verifying Checksum [2020-08-19T20:45:04.112Z] f64a6f60c768: Download complete [2020-08-19T20:45:04.112Z] e876d2f968b6: Verifying Checksum [2020-08-19T20:45:04.112Z] e876d2f968b6: Download complete [2020-08-19T20:45:07.298Z] 2dd03ba5bac4: Download complete [2020-08-19T20:45:07.661Z] 07967f4d0e4b: Verifying Checksum [2020-08-19T20:45:07.661Z] 07967f4d0e4b: Download complete [2020-08-19T20:45:07.661Z] e78d2573fc39: Verifying Checksum [2020-08-19T20:45:07.661Z] e78d2573fc39: Download complete [2020-08-19T20:45:08.457Z] ce8a83651883: Verifying Checksum [2020-08-19T20:45:08.457Z] ce8a83651883: Download complete [2020-08-19T20:45:18.829Z] 2dd03ba5bac4: Pull complete [2020-08-19T20:45:18.829Z] 1e091d79d1de: Pull complete [2020-08-19T20:45:18.829Z] 481702a1767f: Pull complete [2020-08-19T20:45:22.279Z] f64a6f60c768: Pull complete [2020-08-19T20:45:26.571Z] e78d2573fc39: Pull complete [2020-08-19T20:45:26.945Z] e876d2f968b6: Pull complete [2020-08-19T20:45:29.040Z] ce8a83651883: Pull complete [2020-08-19T20:45:29.040Z] 07967f4d0e4b: Pull complete [2020-08-19T20:45:29.040Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-19T20:45:29.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-19T20:45:29.040Z] ---> 5d7c900382c6 [2020-08-19T20:45:29.040Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-08-19T20:45:31.075Z] ---> Running in 3a69f4b90275 [2020-08-19T20:45:31.392Z] Removing intermediate container 3a69f4b90275 [2020-08-19T20:45:31.392Z] ---> 9c2d725d453a [2020-08-19T20:45:31.392Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-08-19T20:45:31.392Z] ---> Running in be6dd0e61b19 [2020-08-19T20:45:31.682Z] Removing intermediate container be6dd0e61b19 [2020-08-19T20:45:31.682Z] ---> 9fdbe93ece8a [2020-08-19T20:45:31.682Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-08-19T20:45:31.682Z] ---> Running in 9a2c34aa47f6 [2020-08-19T20:45:31.964Z] Removing intermediate container 9a2c34aa47f6 [2020-08-19T20:45:31.964Z] ---> ed1783daf960 [2020-08-19T20:45:31.964Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:45:31.964Z] ---> Running in db4cbe69e92a [2020-08-19T20:45:34.091Z] Removing intermediate container db4cbe69e92a [2020-08-19T20:45:34.091Z] ---> 3c1e547cf3b4 [2020-08-19T20:45:34.091Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-19T20:45:34.091Z] ---> Running in 342194d721a3 [2020-08-19T20:45:35.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:45:35.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:45:36.424Z] OK: 166 MiB in 39 packages [2020-08-19T20:45:37.078Z] Removing intermediate container 342194d721a3 [2020-08-19T20:45:37.078Z] ---> 6fc2b9c522da [2020-08-19T20:45:37.078Z] Step 8/10 : WORKDIR /device-snmp-go [2020-08-19T20:45:37.078Z] ---> Running in 71eade9eb45d [2020-08-19T20:45:37.742Z] Removing intermediate container 71eade9eb45d [2020-08-19T20:45:37.742Z] ---> 3a713cda1d9a [2020-08-19T20:45:37.742Z] Step 9/10 : COPY . . [2020-08-19T20:45:38.107Z] ---> bef2a3f13b14 [2020-08-19T20:45:38.107Z] Step 10/10 : RUN go mod download [2020-08-19T20:45:38.514Z] ---> Running in 14f3a87429ab [2020-08-19T20:45:42.207Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:45:42.207Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T20:45:42.207Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-19T20:45:42.207Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:45:42.207Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-19T20:45:42.207Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-19T20:45:42.207Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:45:42.207Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-19T20:45:42.207Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-19T20:45:42.207Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-19T20:45:42.207Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:45:42.207Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T20:45:42.207Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T20:45:42.542Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:45:42.542Z] go: finding github.com/fatih/color v1.7.0 [2020-08-19T20:45:42.542Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:45:42.542Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-19T20:45:42.542Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:45:42.808Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-19T20:45:42.808Z] go: finding github.com/golang/mock v1.2.0 [2020-08-19T20:45:42.808Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-19T20:45:42.808Z] go: finding github.com/google/uuid v1.1.0 [2020-08-19T20:45:42.808Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-19T20:45:43.233Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:45:43.233Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-19T20:45:43.233Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-19T20:45:43.233Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:45:43.233Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:45:43.510Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-19T20:45:43.510Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-19T20:45:43.510Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:45:43.510Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-19T20:45:43.510Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-19T20:45:43.777Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-19T20:45:43.777Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-19T20:45:43.777Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-19T20:45:43.777Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-19T20:45:43.777Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-19T20:45:44.042Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-19T20:45:44.042Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-19T20:45:44.042Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-19T20:45:44.042Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-19T20:45:44.042Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-19T20:45:44.342Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-19T20:45:44.342Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-19T20:45:44.342Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:45:44.342Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:45:44.342Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-19T20:45:44.342Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-19T20:45:44.655Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-19T20:45:44.655Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-19T20:45:44.655Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:45:44.655Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:45:44.655Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-19T20:45:44.936Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:45:44.936Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-19T20:45:44.936Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-19T20:45:44.936Z] go: finding github.com/posener/complete v1.1.1 [2020-08-19T20:45:44.936Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-19T20:45:45.244Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-19T20:45:45.244Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-08-19T20:45:45.244Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-19T20:45:45.244Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-19T20:45:45.244Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-19T20:45:45.556Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-19T20:45:45.556Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-19T20:45:45.556Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-19T20:45:45.556Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-19T20:45:45.556Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-19T20:45:45.853Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-19T20:45:45.853Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:45:56.638Z] Removing intermediate container 14f3a87429ab [2020-08-19T20:45:56.638Z] ---> 0841257c2790 [2020-08-19T20:45:56.638Z] Successfully built 0841257c2790 [2020-08-19T20:45:56.638Z] 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 [2020-08-19T20:45:58.305Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-19T20:45:58.800Z] + ls -al . [2020-08-19T20:45:58.800Z] total 76 [2020-08-19T20:45:58.800Z] drwxrwxr-x. 9 jenkins jenkins 4096 Aug 19 20:44 . [2020-08-19T20:45:58.800Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 19 20:44 .. [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 4910 Aug 19 20:44 Attribution.txt [2020-08-19T20:45:58.800Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 19 20:44 bin [2020-08-19T20:45:58.800Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 19 20:44 cmd [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 994 Aug 19 20:44 Dockerfile [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 409 Aug 19 20:44 Dockerfile.build [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 6 Aug 19 20:44 .dockerignore [2020-08-19T20:45:58.800Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 19 20:44 .git [2020-08-19T20:45:58.800Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 19 20:44 .github [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 272 Aug 19 20:44 .gitignore [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 203 Aug 19 20:44 go.mod [2020-08-19T20:45:58.800Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 19 20:44 internal [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 678 Aug 19 20:44 Jenkinsfile [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 19 20:44 LICENSE [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 937 Aug 19 20:44 Makefile [2020-08-19T20:45:58.800Z] drwxrwxr-x. 2 jenkins jenkins 84 Aug 19 20:44 profiles [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 12398 Aug 19 20:44 README.md [2020-08-19T20:45:58.800Z] drwxrwxr-x. 3 jenkins jenkins 61 Aug 19 20:44 .semver [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 19 20:43 VERSION [2020-08-19T20:45:58.800Z] -rw-rw-r--. 1 jenkins jenkins 209 Aug 19 20:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:59.680Z] + 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=ad194bc803dc916884c38fead828e9a39ff73581 --label arch=amd64 --label version=1.2.2 . [2020-08-19T20:46:00.404Z] Sending build context to Docker daemon 346.6kB [2020-08-19T20:46:00.404Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-08-19T20:46:00.404Z] Step 2/25 : FROM ${BASE} AS builder [2020-08-19T20:46:00.404Z] ---> 0841257c2790 [2020-08-19T20:46:00.404Z] Step 3/25 : ARG MAKE='make build' [2020-08-19T20:46:00.404Z] ---> Running in d56749d88a94 [2020-08-19T20:46:00.731Z] Removing intermediate container d56749d88a94 [2020-08-19T20:46:00.731Z] ---> bbf83b996f46 [2020-08-19T20:46:00.731Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-08-19T20:46:00.731Z] ---> Running in b44a944fea94 [2020-08-19T20:46:00.994Z] Removing intermediate container b44a944fea94 [2020-08-19T20:46:00.994Z] ---> 744f6d216e8a [2020-08-19T20:46:00.994Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-08-19T20:46:01.260Z] ---> Running in fe2caabb9d06 [2020-08-19T20:46:01.534Z] Removing intermediate container fe2caabb9d06 [2020-08-19T20:46:01.534Z] ---> 18cb3e9b44d7 [2020-08-19T20:46:01.534Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:46:01.534Z] ---> Running in 2988710921fc [2020-08-19T20:46:03.562Z] Removing intermediate container 2988710921fc [2020-08-19T20:46:03.562Z] ---> 1d6b599e0808 [2020-08-19T20:46:03.562Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-19T20:46:04.027Z] ---> Running in f796af72ed48 [2020-08-19T20:46:04.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:46:06.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:46:07.331Z] OK: 166 MiB in 39 packages [2020-08-19T20:46:08.292Z] Removing intermediate container f796af72ed48 [2020-08-19T20:46:08.292Z] ---> 73dcbcb38366 [2020-08-19T20:46:08.292Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-08-19T20:46:08.292Z] ---> Running in 9a7c1a9adbaf [2020-08-19T20:46:08.558Z] Removing intermediate container 9a7c1a9adbaf [2020-08-19T20:46:08.558Z] ---> 40b639c62674 [2020-08-19T20:46:08.558Z] Step 9/25 : COPY go.mod . [2020-08-19T20:46:08.558Z] ---> b492e6000859 [2020-08-19T20:46:08.558Z] Step 10/25 : COPY Makefile . [2020-08-19T20:46:09.149Z] ---> b8f8625ea917 [2020-08-19T20:46:09.149Z] Step 11/25 : RUN make update [2020-08-19T20:46:09.149Z] ---> Running in 142d0ece6cf8 [2020-08-19T20:46:09.738Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-19T20:46:10.378Z] Removing intermediate container 142d0ece6cf8 [2020-08-19T20:46:10.378Z] ---> 5b78f67daf8d [2020-08-19T20:46:10.378Z] Step 12/25 : COPY . . [2020-08-19T20:46:10.976Z] ---> 99d9c01fb327 [2020-08-19T20:46:10.976Z] Step 13/25 : RUN ${MAKE} [2020-08-19T20:46:10.976Z] ---> Running in a358423bec4d [2020-08-19T20:46:11.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.2" -o cmd/device-snmp-go ./cmd [2020-08-19T20:46:16.178Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-524 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-08-19T20:46:16.223Z] Running in /w/workspace/device-snmp-go/11 [Pipeline] { [Pipeline] checkout [2020-08-19T20:46:21.696Z] using credential edgex-jenkins-ssh [2020-08-19T20:46:21.762Z] Cloning the remote Git repository [2020-08-19T20:46:21.762Z] Cloning with configured refspecs honoured and without tags [2020-08-19T20:46:21.827Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-08-19T20:46:21.952Z] > git init /w/workspace/device-snmp-go/11 # timeout=10 [2020-08-19T20:46:22.034Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-19T20:46:22.035Z] > git --version # timeout=10 [2020-08-19T20:46:22.060Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-19T20:46:22.164Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:46:23.268Z] Fetching without tags [2020-08-19T20:46:23.817Z] Checking out Revision ad194bc803dc916884c38fead828e9a39ff73581 (master) [2020-08-19T20:46:23.180Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-19T20:46:23.210Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:46:23.246Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-19T20:46:23.290Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-19T20:46:23.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-19T20:46:23.305Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:46:23.837Z] > git config core.sparsecheckout # timeout=10 [2020-08-19T20:46:23.865Z] > git checkout -f ad194bc803dc916884c38fead828e9a39ff73581 # timeout=10 [2020-08-19T20:46:27.266Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-19T20:46:28.423Z] Commit message: "Merge pull request #56 from hahattan/issue-54/55" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-19T20:46:29.418Z] ========================================================= [2020-08-19T20:46:29.418Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-19T20:46:29.418Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:30.557Z] + 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 . [2020-08-19T20:46:31.199Z] Sending build context to Docker daemon 346.6kB [2020-08-19T20:46:31.199Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-08-19T20:46:31.199Z] Step 2/10 : FROM ${BASE} [2020-08-19T20:46:31.476Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-19T20:46:31.476Z] b538f80385f9: Pulling fs layer [2020-08-19T20:46:31.476Z] 74f711af9a0d: Pulling fs layer [2020-08-19T20:46:31.476Z] 99f96fe45779: Pulling fs layer [2020-08-19T20:46:31.476Z] fd7a069fd194: Pulling fs layer [2020-08-19T20:46:31.476Z] 66aa3694b03b: Pulling fs layer [2020-08-19T20:46:31.476Z] 170f70906a0f: Pulling fs layer [2020-08-19T20:46:31.476Z] ad7c5574e4b9: Pulling fs layer [2020-08-19T20:46:31.476Z] e772456be8f7: Pulling fs layer [2020-08-19T20:46:31.476Z] c890913d741a: Pulling fs layer [2020-08-19T20:46:31.476Z] 2480fcc9aa5a: Pulling fs layer [2020-08-19T20:46:31.476Z] 09adf4765672: Pulling fs layer [2020-08-19T20:46:31.476Z] ad7c5574e4b9: Waiting [2020-08-19T20:46:31.476Z] e772456be8f7: Waiting [2020-08-19T20:46:31.476Z] c890913d741a: Waiting [2020-08-19T20:46:31.476Z] 2480fcc9aa5a: Waiting [2020-08-19T20:46:31.476Z] 09adf4765672: Waiting [2020-08-19T20:46:31.476Z] fd7a069fd194: Waiting [2020-08-19T20:46:31.476Z] 66aa3694b03b: Waiting [2020-08-19T20:46:31.476Z] 170f70906a0f: Waiting [2020-08-19T20:46:31.759Z] 99f96fe45779: Verifying Checksum [2020-08-19T20:46:31.759Z] 99f96fe45779: Download complete [2020-08-19T20:46:31.759Z] 74f711af9a0d: Verifying Checksum [2020-08-19T20:46:31.759Z] 74f711af9a0d: Download complete [2020-08-19T20:46:31.759Z] 66aa3694b03b: Verifying Checksum [2020-08-19T20:46:31.759Z] 66aa3694b03b: Download complete [2020-08-19T20:46:31.759Z] 170f70906a0f: Verifying Checksum [2020-08-19T20:46:31.759Z] 170f70906a0f: Download complete [2020-08-19T20:46:31.759Z] b538f80385f9: Verifying Checksum [2020-08-19T20:46:31.759Z] b538f80385f9: Download complete [2020-08-19T20:46:32.776Z] b538f80385f9: Pull complete [2020-08-19T20:46:33.034Z] Removing intermediate container a358423bec4d [2020-08-19T20:46:33.034Z] ---> 6487d6bbf7a7 [2020-08-19T20:46:33.034Z] Step 14/25 : FROM alpine [2020-08-19T20:46:33.034Z] latest: Pulling from library/alpine [2020-08-19T20:46:33.034Z] df20fa9351a1: Already exists [2020-08-19T20:46:33.058Z] 74f711af9a0d: Pull complete [2020-08-19T20:46:33.593Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-19T20:46:33.593Z] Status: Downloaded newer image for alpine:latest [2020-08-19T20:46:33.593Z] ---> a24bb4013296 [2020-08-19T20:46:33.593Z] Step 15/25 : ENV APP_PORT=49993 [2020-08-19T20:46:33.593Z] ---> Running in 0ac7955b7e0f [2020-08-19T20:46:33.679Z] 99f96fe45779: Pull complete [2020-08-19T20:46:33.962Z] Removing intermediate container 0ac7955b7e0f [2020-08-19T20:46:33.962Z] ---> 73748fcb243e [2020-08-19T20:46:33.962Z] Step 16/25 : EXPOSE $APP_PORT [2020-08-19T20:46:33.962Z] ---> Running in 9c094705bb14 [2020-08-19T20:46:34.292Z] Removing intermediate container 9c094705bb14 [2020-08-19T20:46:34.292Z] ---> 974f5519c4de [2020-08-19T20:46:34.292Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-08-19T20:46:34.292Z] ---> Running in c8543a448b4f [2020-08-19T20:46:34.588Z] Removing intermediate container c8543a448b4f [2020-08-19T20:46:34.588Z] ---> 9e65ae14b6b9 [2020-08-19T20:46:34.588Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-08-19T20:46:34.588Z] ---> Running in 148837e14c34 [2020-08-19T20:46:34.879Z] Removing intermediate container 148837e14c34 [2020-08-19T20:46:34.879Z] ---> c569a5c56ad4 [2020-08-19T20:46:34.879Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-08-19T20:46:35.698Z] ad7c5574e4b9: Verifying Checksum [2020-08-19T20:46:35.698Z] ad7c5574e4b9: Download complete [2020-08-19T20:46:35.698Z] c890913d741a: Verifying Checksum [2020-08-19T20:46:35.698Z] c890913d741a: Download complete [2020-08-19T20:46:36.078Z] ---> 0d2d912bb75d [2020-08-19T20:46:36.078Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-08-19T20:46:37.084Z] ---> 08ea93361672 [2020-08-19T20:46:37.084Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-08-19T20:46:37.359Z] ---> 0ed3b41d6f51 [2020-08-19T20:46:37.359Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-08-19T20:46:37.359Z] ---> Running in bf33157a4556 [2020-08-19T20:46:37.634Z] Removing intermediate container bf33157a4556 [2020-08-19T20:46:37.634Z] ---> 5a8bcac04c57 [2020-08-19T20:46:37.634Z] Step 23/25 : LABEL arch=amd64 [2020-08-19T20:46:37.634Z] ---> Running in b98d6e29cf73 [2020-08-19T20:46:37.692Z] 2480fcc9aa5a: Verifying Checksum [2020-08-19T20:46:37.692Z] 2480fcc9aa5a: Download complete [2020-08-19T20:46:37.692Z] 09adf4765672: Verifying Checksum [2020-08-19T20:46:37.692Z] 09adf4765672: Download complete [2020-08-19T20:46:37.909Z] Removing intermediate container b98d6e29cf73 [2020-08-19T20:46:37.909Z] ---> e83e92c17e89 [2020-08-19T20:46:37.909Z] Step 24/25 : LABEL git_sha=ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:46:37.909Z] ---> Running in 04fdf107ef0e [2020-08-19T20:46:37.964Z] e772456be8f7: Verifying Checksum [2020-08-19T20:46:37.964Z] e772456be8f7: Download complete [2020-08-19T20:46:38.193Z] Removing intermediate container 04fdf107ef0e [2020-08-19T20:46:38.193Z] ---> 4ecc7254e055 [2020-08-19T20:46:38.193Z] Step 25/25 : LABEL version=1.2.2 [2020-08-19T20:46:38.193Z] ---> Running in 3dc5f40a3fe7 [2020-08-19T20:46:38.474Z] Removing intermediate container 3dc5f40a3fe7 [2020-08-19T20:46:38.474Z] ---> 53428883e86b [2020-08-19T20:46:38.474Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-19T20:46:38.474Z] Successfully built 53428883e86b [2020-08-19T20:46:38.474Z] Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // script [2020-08-19T20:46:38.561Z] fd7a069fd194: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-19T20:46:38.986Z] provisioning config files... [2020-08-19T20:46:39.054Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/11@tmp/config5791542648990450020tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:46:39.540Z] nexus3.edgexfoundry.org:10001 [2020-08-19T20:46:39.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:46:39.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:46:39.854Z] Configure a credential helper to remove this warning. See [2020-08-19T20:46:39.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:46:39.854Z] [2020-08-19T20:46:39.854Z] Login Succeeded [2020-08-19T20:46:39.854Z] nexus3.edgexfoundry.org:10002 [2020-08-19T20:46:40.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:46:40.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:46:40.402Z] Configure a credential helper to remove this warning. See [2020-08-19T20:46:40.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:46:40.402Z] [2020-08-19T20:46:40.402Z] Login Succeeded [2020-08-19T20:46:40.402Z] nexus3.edgexfoundry.org:10003 [2020-08-19T20:46:40.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:46:40.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:46:40.668Z] Configure a credential helper to remove this warning. See [2020-08-19T20:46:40.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:46:40.668Z] [2020-08-19T20:46:40.668Z] Login Succeeded [2020-08-19T20:46:40.668Z] nexus3.edgexfoundry.org:10004 [2020-08-19T20:46:40.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:46:40.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:46:40.941Z] Configure a credential helper to remove this warning. See [2020-08-19T20:46:40.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:46:40.941Z] [2020-08-19T20:46:40.941Z] Login Succeeded [2020-08-19T20:46:40.941Z] docker.io [2020-08-19T20:46:40.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:46:41.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:46:41.516Z] Configure a credential helper to remove this warning. See [2020-08-19T20:46:41.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:46:41.516Z] [2020-08-19T20:46:41.516Z] Login Succeeded [Pipeline] } [2020-08-19T20:46:41.526Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:46:41.713Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: [2020-08-19T20:46:41.713Z] ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:46:41.713Z] latest [2020-08-19T20:46:41.713Z] 1.2.2 [2020-08-19T20:46:41.713Z] ad194bc803dc916884c38fead828e9a39ff73581-1.2.2 [2020-08-19T20:46:41.713Z] master [2020-08-19T20:46:41.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:42.307Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:42.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:46:42.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-19T20:46:42.645Z] bb468d14d3cf: Preparing [2020-08-19T20:46:42.645Z] 22329efed9df: Preparing [2020-08-19T20:46:42.645Z] 933358dafca0: Preparing [2020-08-19T20:46:42.645Z] 50644c29ef5a: Preparing [2020-08-19T20:46:42.645Z] 50644c29ef5a: Layer already exists [2020-08-19T20:46:42.938Z] 22329efed9df: Pushed [2020-08-19T20:46:42.938Z] bb468d14d3cf: Pushed [2020-08-19T20:46:44.457Z] 933358dafca0: Pushed [2020-08-19T20:46:44.724Z] ad194bc803dc916884c38fead828e9a39ff73581: digest: sha256:440ee3bb84be572a65875ee3456c5876604b914a15c542a3b17777159276d5b3 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:45.094Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:45.464Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-08-19T20:46:45.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-19T20:46:45.464Z] bb468d14d3cf: Preparing [2020-08-19T20:46:45.464Z] 22329efed9df: Preparing [2020-08-19T20:46:45.464Z] 933358dafca0: Preparing [2020-08-19T20:46:45.464Z] 50644c29ef5a: Preparing [2020-08-19T20:46:45.464Z] bb468d14d3cf: Layer already exists [2020-08-19T20:46:45.464Z] 933358dafca0: Layer already exists [2020-08-19T20:46:45.464Z] 22329efed9df: Layer already exists [2020-08-19T20:46:45.464Z] 50644c29ef5a: Layer already exists [2020-08-19T20:46:45.741Z] latest: digest: sha256:440ee3bb84be572a65875ee3456c5876604b914a15c542a3b17777159276d5b3 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:46.192Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.2 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:46.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.2 [2020-08-19T20:46:46.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-19T20:46:46.527Z] bb468d14d3cf: Preparing [2020-08-19T20:46:46.527Z] 22329efed9df: Preparing [2020-08-19T20:46:46.527Z] 933358dafca0: Preparing [2020-08-19T20:46:46.527Z] 50644c29ef5a: Preparing [2020-08-19T20:46:46.527Z] bb468d14d3cf: Layer already exists [2020-08-19T20:46:46.527Z] 22329efed9df: Layer already exists [2020-08-19T20:46:46.527Z] 933358dafca0: Layer already exists [2020-08-19T20:46:46.527Z] 50644c29ef5a: Layer already exists [2020-08-19T20:46:46.527Z] 1.2.2: digest: sha256:440ee3bb84be572a65875ee3456c5876604b914a15c542a3b17777159276d5b3 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:47.125Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:48.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2 [2020-08-19T20:46:48.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-19T20:46:48.156Z] bb468d14d3cf: Preparing [2020-08-19T20:46:48.156Z] 22329efed9df: Preparing [2020-08-19T20:46:48.156Z] 933358dafca0: Preparing [2020-08-19T20:46:48.156Z] 50644c29ef5a: Preparing [2020-08-19T20:46:48.156Z] 22329efed9df: Layer already exists [2020-08-19T20:46:48.156Z] 933358dafca0: Layer already exists [2020-08-19T20:46:48.156Z] 50644c29ef5a: Layer already exists [2020-08-19T20:46:48.156Z] bb468d14d3cf: Layer already exists [2020-08-19T20:46:48.430Z] ad194bc803dc916884c38fead828e9a39ff73581-1.2.2: digest: sha256:440ee3bb84be572a65875ee3456c5876604b914a15c542a3b17777159276d5b3 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:48.843Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:46:49.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [2020-08-19T20:46:49.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-19T20:46:49.178Z] bb468d14d3cf: Preparing [2020-08-19T20:46:49.178Z] 22329efed9df: Preparing [2020-08-19T20:46:49.178Z] 933358dafca0: Preparing [2020-08-19T20:46:49.178Z] 50644c29ef5a: Preparing [2020-08-19T20:46:49.178Z] 22329efed9df: Layer already exists [2020-08-19T20:46:49.178Z] 933358dafca0: Layer already exists [2020-08-19T20:46:49.454Z] bb468d14d3cf: Layer already exists [2020-08-19T20:46:49.454Z] 50644c29ef5a: Layer already exists [2020-08-19T20:46:49.454Z] master: digest: sha256:440ee3bb84be572a65875ee3456c5876604b914a15c542a3b17777159276d5b3 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:46:49.656Z] ===================================================== [Pipeline] echo [2020-08-19T20:46:49.701Z] taggedImages: [2020-08-19T20:46:49.701Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:46:49.701Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-08-19T20:46:49.701Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.2 [2020-08-19T20:46:49.701Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2 [2020-08-19T20:46:49.701Z] - 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] } [2020-08-19T20:46:50.976Z] fd7a069fd194: Pull complete [2020-08-19T20:46:50.976Z] 66aa3694b03b: Pull complete [2020-08-19T20:46:50.976Z] 170f70906a0f: Pull complete [2020-08-19T20:46:53.613Z] ad7c5574e4b9: Pull complete [2020-08-19T20:46:59.035Z] e772456be8f7: Pull complete [2020-08-19T20:46:59.035Z] c890913d741a: Pull complete [2020-08-19T20:47:01.035Z] 2480fcc9aa5a: Pull complete [2020-08-19T20:47:01.310Z] 09adf4765672: Pull complete [2020-08-19T20:47:01.310Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-19T20:47:01.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-19T20:47:01.310Z] ---> 2248a725d1cf [2020-08-19T20:47:01.310Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-08-19T20:47:06.751Z] ---> Running in 4286af1d3d03 [2020-08-19T20:47:07.035Z] Removing intermediate container 4286af1d3d03 [2020-08-19T20:47:07.035Z] ---> 6810b35a668c [2020-08-19T20:47:07.035Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-08-19T20:47:07.309Z] ---> Running in 2b113d6c0458 [2020-08-19T20:47:07.906Z] Removing intermediate container 2b113d6c0458 [2020-08-19T20:47:07.906Z] ---> 5ec7b2d94700 [2020-08-19T20:47:07.907Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-08-19T20:47:07.907Z] ---> Running in 84d2e2ea0885 [2020-08-19T20:47:08.517Z] Removing intermediate container 84d2e2ea0885 [2020-08-19T20:47:08.517Z] ---> ea41ba26adb0 [2020-08-19T20:47:08.517Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:47:08.517Z] ---> Running in f9bfdc65c07e [2020-08-19T20:47:11.915Z] Removing intermediate container f9bfdc65c07e [2020-08-19T20:47:11.915Z] ---> 2992423122f8 [2020-08-19T20:47:11.915Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-19T20:47:11.915Z] ---> Running in b9c9dc7018fc [2020-08-19T20:47:13.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:47:14.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:47:15.755Z] OK: 142 MiB in 39 packages [2020-08-19T20:47:17.185Z] Removing intermediate container b9c9dc7018fc [2020-08-19T20:47:17.185Z] ---> dea4c653be96 [2020-08-19T20:47:17.185Z] Step 8/10 : WORKDIR /device-snmp-go [2020-08-19T20:47:17.185Z] ---> Running in 006a293393f2 [2020-08-19T20:47:17.459Z] Removing intermediate container 006a293393f2 [2020-08-19T20:47:17.459Z] ---> 445731973621 [2020-08-19T20:47:17.459Z] Step 9/10 : COPY . . [2020-08-19T20:47:18.450Z] ---> eec4b727d9a3 [2020-08-19T20:47:18.450Z] Step 10/10 : RUN go mod download [2020-08-19T20:47:18.450Z] ---> Running in 2235f6d00f9a [2020-08-19T20:47:21.837Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:47:21.837Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T20:47:21.837Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-19T20:47:21.837Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:47:21.837Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-19T20:47:21.837Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-19T20:47:22.106Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:47:22.106Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-19T20:47:22.106Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-19T20:47:22.106Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-19T20:47:22.106Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:47:22.106Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T20:47:22.106Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T20:47:22.376Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:47:22.376Z] go: finding github.com/fatih/color v1.7.0 [2020-08-19T20:47:22.376Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:47:22.376Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-19T20:47:22.376Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:47:22.376Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-19T20:47:22.376Z] go: finding github.com/golang/mock v1.2.0 [2020-08-19T20:47:22.647Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-19T20:47:22.647Z] go: finding github.com/google/uuid v1.1.0 [2020-08-19T20:47:22.647Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-19T20:47:22.647Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:47:22.647Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-19T20:47:22.647Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-19T20:47:22.647Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:47:22.920Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:47:22.920Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-19T20:47:22.920Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-19T20:47:22.920Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:47:22.920Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-19T20:47:22.920Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-19T20:47:23.195Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-19T20:47:23.195Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-19T20:47:23.195Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-19T20:47:23.195Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-19T20:47:23.195Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-19T20:47:23.195Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-19T20:47:23.195Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-19T20:47:23.469Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-19T20:47:23.469Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-19T20:47:23.470Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-19T20:47:23.470Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-19T20:47:23.470Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-19T20:47:23.470Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:47:23.470Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:47:23.741Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-19T20:47:23.741Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-19T20:47:23.742Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-19T20:47:23.742Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-19T20:47:23.742Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:47:23.742Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:47:23.742Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-19T20:47:24.015Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:47:24.015Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-19T20:47:24.015Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-19T20:47:24.015Z] go: finding github.com/posener/complete v1.1.1 [2020-08-19T20:47:24.015Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-19T20:47:24.015Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-19T20:47:24.285Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-08-19T20:47:24.285Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-19T20:47:24.285Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-19T20:47:24.285Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-19T20:47:24.285Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-19T20:47:24.285Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-19T20:47:24.285Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-19T20:47:24.560Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-19T20:47:24.560Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-19T20:47:24.560Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-19T20:47:24.560Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:47:34.725Z] Removing intermediate container 2235f6d00f9a [2020-08-19T20:47:34.725Z] ---> 1587e879ae29 [2020-08-19T20:47:34.725Z] Successfully built 1587e879ae29 [2020-08-19T20:47:34.725Z] Successfully tagged ci-base-image-arm64: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 [2020-08-19T20:47:35.588Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-19T20:47:35.939Z] + ls -al . [2020-08-19T20:47:35.939Z] total 108 [2020-08-19T20:47:35.939Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 19 20:46 . [2020-08-19T20:47:35.939Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:46 .. [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 6 Aug 19 20:46 .dockerignore [2020-08-19T20:47:35.939Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 19 20:46 .git [2020-08-19T20:47:35.939Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:46 .github [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 272 Aug 19 20:46 .gitignore [2020-08-19T20:47:35.939Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:46 .semver [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 4910 Aug 19 20:46 Attribution.txt [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 994 Aug 19 20:46 Dockerfile [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 409 Aug 19 20:46 Dockerfile.build [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 19 20:46 Jenkinsfile [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 19 20:46 LICENSE [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 937 Aug 19 20:46 Makefile [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 12398 Aug 19 20:46 README.md [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 19 20:43 VERSION [2020-08-19T20:47:35.939Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:46 bin [2020-08-19T20:47:35.939Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:46 cmd [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 203 Aug 19 20:46 go.mod [2020-08-19T20:47:35.939Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:46 internal [2020-08-19T20:47:35.939Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:46 profiles [2020-08-19T20:47:35.939Z] -rw-rw-r-- 1 jenkins jenkins 209 Aug 19 20:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:47:36.288Z] + 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=ad194bc803dc916884c38fead828e9a39ff73581 --label arch=arm64 --label version=1.2.2 . [2020-08-19T20:47:36.566Z] Sending build context to Docker daemon 346.6kB [2020-08-19T20:47:36.566Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-08-19T20:47:36.566Z] Step 2/25 : FROM ${BASE} AS builder [2020-08-19T20:47:36.566Z] ---> 1587e879ae29 [2020-08-19T20:47:36.566Z] Step 3/25 : ARG MAKE='make build' [2020-08-19T20:47:36.836Z] ---> Running in dc63b49c2019 [2020-08-19T20:47:37.425Z] Removing intermediate container dc63b49c2019 [2020-08-19T20:47:37.425Z] ---> 6028e9cdb631 [2020-08-19T20:47:37.425Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-08-19T20:47:37.425Z] ---> Running in 0ae44c9e7bdd [2020-08-19T20:47:38.019Z] Removing intermediate container 0ae44c9e7bdd [2020-08-19T20:47:38.019Z] ---> b3b9a840cc5f [2020-08-19T20:47:38.019Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-08-19T20:47:38.019Z] ---> Running in 67d88b430bd8 [2020-08-19T20:47:39.991Z] Removing intermediate container 67d88b430bd8 [2020-08-19T20:47:39.991Z] ---> e1957de610d2 [2020-08-19T20:47:39.992Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:47:39.992Z] ---> Running in 340ce22d0bf3 [2020-08-19T20:47:42.620Z] Removing intermediate container 340ce22d0bf3 [2020-08-19T20:47:42.620Z] ---> b2391fa4333d [2020-08-19T20:47:42.620Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-19T20:47:42.620Z] ---> Running in 5a121dc39637 [2020-08-19T20:47:44.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:47:45.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:47:46.516Z] OK: 142 MiB in 39 packages [2020-08-19T20:47:47.956Z] Removing intermediate container 5a121dc39637 [2020-08-19T20:47:47.956Z] ---> 281218a703c4 [2020-08-19T20:47:47.956Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-08-19T20:47:47.956Z] ---> Running in 98f4cf55ca67 [2020-08-19T20:47:48.231Z] Removing intermediate container 98f4cf55ca67 [2020-08-19T20:47:48.231Z] ---> 7d5fa2775ea9 [2020-08-19T20:47:48.231Z] Step 9/25 : COPY go.mod . [2020-08-19T20:47:49.209Z] ---> 8e20f9ab872e [2020-08-19T20:47:49.209Z] Step 10/25 : COPY Makefile . [2020-08-19T20:47:49.804Z] ---> f7bf020d8efc [2020-08-19T20:47:49.804Z] Step 11/25 : RUN make update [2020-08-19T20:47:49.804Z] ---> Running in ec625caa1fe1 [2020-08-19T20:47:51.779Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-19T20:47:52.773Z] Removing intermediate container ec625caa1fe1 [2020-08-19T20:47:52.773Z] ---> 821571bbb6c1 [2020-08-19T20:47:52.773Z] Step 12/25 : COPY . . [2020-08-19T20:47:53.745Z] ---> 5337959b87c1 [2020-08-19T20:47:53.745Z] Step 13/25 : RUN ${MAKE} [2020-08-19T20:47:53.745Z] ---> Running in 5d7c8ef135eb [2020-08-19T20:47:55.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.2" -o cmd/device-snmp-go ./cmd [2020-08-19T20:48:22.014Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-19T20:48:25.545Z] Removing intermediate container 5d7c8ef135eb [2020-08-19T20:48:25.545Z] ---> f6a4f9374f6a [2020-08-19T20:48:25.545Z] Step 14/25 : FROM alpine [2020-08-19T20:48:25.826Z] latest: Pulling from library/alpine [2020-08-19T20:48:26.109Z] b538f80385f9: Already exists [2020-08-19T20:48:26.390Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-19T20:48:26.390Z] Status: Downloaded newer image for alpine:latest [2020-08-19T20:48:26.390Z] ---> 62ee0e9f8440 [2020-08-19T20:48:26.390Z] Step 15/25 : ENV APP_PORT=49993 [2020-08-19T20:48:26.390Z] ---> Running in 28a32101ee1b [2020-08-19T20:48:26.996Z] Removing intermediate container 28a32101ee1b [2020-08-19T20:48:26.996Z] ---> 13a7fd6cddae [2020-08-19T20:48:26.996Z] Step 16/25 : EXPOSE $APP_PORT [2020-08-19T20:48:26.996Z] ---> Running in d980e454a01a [2020-08-19T20:48:27.611Z] Removing intermediate container d980e454a01a [2020-08-19T20:48:27.611Z] ---> 240b29f0217f [2020-08-19T20:48:27.611Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-08-19T20:48:27.611Z] ---> Running in 6c0f6caaea72 [2020-08-19T20:48:28.240Z] Removing intermediate container 6c0f6caaea72 [2020-08-19T20:48:28.240Z] ---> ac864830bc28 [2020-08-19T20:48:28.240Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-08-19T20:48:28.240Z] ---> Running in 362b9bd06c3e [2020-08-19T20:48:28.879Z] Removing intermediate container 362b9bd06c3e [2020-08-19T20:48:28.879Z] ---> ba3d5392935b [2020-08-19T20:48:28.879Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-08-19T20:48:30.338Z] ---> 155ac1c1ebd8 [2020-08-19T20:48:30.338Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-08-19T20:48:30.944Z] ---> a042ad897234 [2020-08-19T20:48:30.944Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-08-19T20:48:31.540Z] ---> f11ef8b03bc4 [2020-08-19T20:48:31.540Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-08-19T20:48:31.814Z] ---> Running in f769c5ee2cfe [2020-08-19T20:48:32.089Z] Removing intermediate container f769c5ee2cfe [2020-08-19T20:48:32.089Z] ---> 30b814dddf1f [2020-08-19T20:48:32.089Z] Step 23/25 : LABEL arch=arm64 [2020-08-19T20:48:32.380Z] ---> Running in 992770bc731e [2020-08-19T20:48:32.980Z] Removing intermediate container 992770bc731e [2020-08-19T20:48:32.980Z] ---> 37672be02d71 [2020-08-19T20:48:32.980Z] Step 24/25 : LABEL git_sha=ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:48:32.980Z] ---> Running in 958706915b89 [2020-08-19T20:48:33.581Z] Removing intermediate container 958706915b89 [2020-08-19T20:48:33.581Z] ---> dc3aec207514 [2020-08-19T20:48:33.581Z] Step 25/25 : LABEL version=1.2.2 [2020-08-19T20:48:33.581Z] ---> Running in e7d570a698ef [2020-08-19T20:48:33.864Z] Removing intermediate container e7d570a698ef [2020-08-19T20:48:33.864Z] ---> 1020d584abc5 [2020-08-19T20:48:33.864Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-19T20:48:34.140Z] Successfully built 1020d584abc5 [2020-08-19T20:48:34.140Z] 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 [2020-08-19T20:48:34.495Z] provisioning config files... [2020-08-19T20:48:34.553Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/11@tmp/config1077874757305085191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:48:35.045Z] nexus3.edgexfoundry.org:10001 [2020-08-19T20:48:35.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:48:35.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:48:35.605Z] Configure a credential helper to remove this warning. See [2020-08-19T20:48:35.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:48:35.605Z] [2020-08-19T20:48:35.605Z] Login Succeeded [2020-08-19T20:48:35.605Z] nexus3.edgexfoundry.org:10002 [2020-08-19T20:48:35.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:48:36.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:48:36.151Z] Configure a credential helper to remove this warning. See [2020-08-19T20:48:36.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:48:36.151Z] [2020-08-19T20:48:36.151Z] Login Succeeded [2020-08-19T20:48:36.151Z] nexus3.edgexfoundry.org:10003 [2020-08-19T20:48:36.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:48:36.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:48:36.695Z] Configure a credential helper to remove this warning. See [2020-08-19T20:48:36.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:48:36.695Z] [2020-08-19T20:48:36.695Z] Login Succeeded [2020-08-19T20:48:36.695Z] nexus3.edgexfoundry.org:10004 [2020-08-19T20:48:36.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:48:37.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:48:37.266Z] Configure a credential helper to remove this warning. See [2020-08-19T20:48:37.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:48:37.266Z] [2020-08-19T20:48:37.266Z] Login Succeeded [2020-08-19T20:48:37.266Z] docker.io [2020-08-19T20:48:37.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:48:38.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:48:38.135Z] Configure a credential helper to remove this warning. See [2020-08-19T20:48:38.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:48:38.135Z] [2020-08-19T20:48:38.135Z] Login Succeeded [Pipeline] } [2020-08-19T20:48:38.156Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:48:38.356Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: [2020-08-19T20:48:38.356Z] ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:48:38.356Z] latest [2020-08-19T20:48:38.356Z] 1.2.2 [2020-08-19T20:48:38.356Z] ad194bc803dc916884c38fead828e9a39ff73581-1.2.2 [2020-08-19T20:48:38.356Z] master [2020-08-19T20:48:38.356Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:38.941Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:39.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:48:39.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-19T20:48:39.334Z] a2faebe051bb: Preparing [2020-08-19T20:48:39.334Z] 849f9ba08e70: Preparing [2020-08-19T20:48:39.334Z] e088fc8b410b: Preparing [2020-08-19T20:48:39.334Z] e2f13739ad41: Preparing [2020-08-19T20:48:39.634Z] e2f13739ad41: Layer already exists [2020-08-19T20:48:39.634Z] 849f9ba08e70: Pushed [2020-08-19T20:48:39.634Z] a2faebe051bb: Pushed [2020-08-19T20:48:42.369Z] e088fc8b410b: Pushed [2020-08-19T20:48:42.657Z] ad194bc803dc916884c38fead828e9a39ff73581: digest: sha256:b8a994ce9fea1293ad6a31e54c1ff391fd1b30e321f01849cded92d411347a4f size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:43.033Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:43.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-08-19T20:48:43.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-19T20:48:43.369Z] a2faebe051bb: Preparing [2020-08-19T20:48:43.369Z] 849f9ba08e70: Preparing [2020-08-19T20:48:43.369Z] e088fc8b410b: Preparing [2020-08-19T20:48:43.369Z] e2f13739ad41: Preparing [2020-08-19T20:48:43.641Z] e088fc8b410b: Layer already exists [2020-08-19T20:48:43.641Z] a2faebe051bb: Layer already exists [2020-08-19T20:48:43.641Z] e2f13739ad41: Layer already exists [2020-08-19T20:48:43.641Z] 849f9ba08e70: Layer already exists [2020-08-19T20:48:43.641Z] latest: digest: sha256:b8a994ce9fea1293ad6a31e54c1ff391fd1b30e321f01849cded92d411347a4f size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:43.979Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.2 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:44.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.2 [2020-08-19T20:48:44.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-19T20:48:44.316Z] a2faebe051bb: Preparing [2020-08-19T20:48:44.316Z] 849f9ba08e70: Preparing [2020-08-19T20:48:44.316Z] e088fc8b410b: Preparing [2020-08-19T20:48:44.316Z] e2f13739ad41: Preparing [2020-08-19T20:48:44.316Z] a2faebe051bb: Layer already exists [2020-08-19T20:48:44.316Z] e088fc8b410b: Layer already exists [2020-08-19T20:48:44.316Z] 849f9ba08e70: Layer already exists [2020-08-19T20:48:44.316Z] e2f13739ad41: Layer already exists [2020-08-19T20:48:44.589Z] 1.2.2: digest: sha256:b8a994ce9fea1293ad6a31e54c1ff391fd1b30e321f01849cded92d411347a4f size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:44.936Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:45.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2 [2020-08-19T20:48:45.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-19T20:48:45.281Z] a2faebe051bb: Preparing [2020-08-19T20:48:45.281Z] 849f9ba08e70: Preparing [2020-08-19T20:48:45.281Z] e088fc8b410b: Preparing [2020-08-19T20:48:45.281Z] e2f13739ad41: Preparing [2020-08-19T20:48:45.281Z] e088fc8b410b: Layer already exists [2020-08-19T20:48:45.281Z] e2f13739ad41: Layer already exists [2020-08-19T20:48:45.281Z] a2faebe051bb: Layer already exists [2020-08-19T20:48:45.281Z] 849f9ba08e70: Layer already exists [2020-08-19T20:48:45.552Z] ad194bc803dc916884c38fead828e9a39ff73581-1.2.2: digest: sha256:b8a994ce9fea1293ad6a31e54c1ff391fd1b30e321f01849cded92d411347a4f size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:45.892Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:46.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [2020-08-19T20:48:46.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-19T20:48:46.230Z] a2faebe051bb: Preparing [2020-08-19T20:48:46.230Z] 849f9ba08e70: Preparing [2020-08-19T20:48:46.230Z] e088fc8b410b: Preparing [2020-08-19T20:48:46.230Z] e2f13739ad41: Preparing [2020-08-19T20:48:46.230Z] e2f13739ad41: Layer already exists [2020-08-19T20:48:46.230Z] 849f9ba08e70: Layer already exists [2020-08-19T20:48:46.230Z] a2faebe051bb: Layer already exists [2020-08-19T20:48:46.230Z] e088fc8b410b: Layer already exists [2020-08-19T20:48:46.501Z] master: digest: sha256:b8a994ce9fea1293ad6a31e54c1ff391fd1b30e321f01849cded92d411347a4f size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:48:46.681Z] ===================================================== [Pipeline] echo [2020-08-19T20:48:46.752Z] taggedImages: [2020-08-19T20:48:46.752Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:48:46.752Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-08-19T20:48:46.752Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.2 [2020-08-19T20:48:46.752Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2 [2020-08-19T20:48:46.752Z] - 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 [2020-08-19T20:48:47.911Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-19T20:48:47.912Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-19T20:48:47.954Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:48.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-19T20:48:48.303Z] [2020-08-19T20:48:48.303Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:48:48.644Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-19T20:48:48.644Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-19T20:48:48.644Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-19T20:48:48.644Z] 408f87550127: Pulling fs layer [2020-08-19T20:48:48.644Z] fe522b08c979: Pulling fs layer [2020-08-19T20:48:48.644Z] 221eaa008020: Pulling fs layer [2020-08-19T20:48:48.644Z] 2a4607e5d6b9: Pulling fs layer [2020-08-19T20:48:48.644Z] 8f79b27c4fd2: Pulling fs layer [2020-08-19T20:48:48.644Z] e5c8dbe1645b: Pulling fs layer [2020-08-19T20:48:48.644Z] 23e8b3b47431: Pulling fs layer [2020-08-19T20:48:48.644Z] 5c568d65a230: Pulling fs layer [2020-08-19T20:48:48.644Z] 8f79b27c4fd2: Waiting [2020-08-19T20:48:48.644Z] e5c8dbe1645b: Waiting [2020-08-19T20:48:48.644Z] 221eaa008020: Waiting [2020-08-19T20:48:48.644Z] 23e8b3b47431: Waiting [2020-08-19T20:48:48.644Z] 2a4607e5d6b9: Waiting [2020-08-19T20:48:48.644Z] 5c568d65a230: Waiting [2020-08-19T20:48:48.644Z] 408f87550127: Download complete [2020-08-19T20:48:48.644Z] 2a4607e5d6b9: Verifying Checksum [2020-08-19T20:48:48.644Z] 2a4607e5d6b9: Download complete [2020-08-19T20:48:48.644Z] 8f79b27c4fd2: Verifying Checksum [2020-08-19T20:48:48.644Z] 8f79b27c4fd2: Download complete [2020-08-19T20:48:48.644Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-19T20:48:48.644Z] cbdbe7a5bc2a: Download complete [2020-08-19T20:48:49.267Z] e5c8dbe1645b: Verifying Checksum [2020-08-19T20:48:49.267Z] e5c8dbe1645b: Download complete [2020-08-19T20:48:49.267Z] cbdbe7a5bc2a: Pull complete [2020-08-19T20:48:49.544Z] 23e8b3b47431: Verifying Checksum [2020-08-19T20:48:49.544Z] 23e8b3b47431: Download complete [2020-08-19T20:48:49.544Z] 408f87550127: Pull complete [2020-08-19T20:48:49.816Z] 5c568d65a230: Verifying Checksum [2020-08-19T20:48:49.816Z] 5c568d65a230: Download complete [2020-08-19T20:48:49.816Z] fe522b08c979: Pull complete [2020-08-19T20:48:50.400Z] 221eaa008020: Verifying Checksum [2020-08-19T20:48:50.400Z] 221eaa008020: Download complete [2020-08-19T20:48:55.762Z] 221eaa008020: Pull complete [2020-08-19T20:48:55.762Z] 2a4607e5d6b9: Pull complete [2020-08-19T20:48:55.762Z] 8f79b27c4fd2: Pull complete [2020-08-19T20:48:59.103Z] e5c8dbe1645b: Pull complete [2020-08-19T20:49:01.678Z] 23e8b3b47431: Pull complete [2020-08-19T20:49:03.607Z] 5c568d65a230: Pull complete [2020-08-19T20:49:03.607Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-19T20:49:03.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-19T20:49:03.607Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-19T20:49:03.782Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:49:03.834Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-19T20:49:04.999Z] $ docker top 94db26c4e7215469dec5fa1f7e7d408aad4e6002815ccc39387086675bdf61af -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-19T20:49:05.518Z] + snyk monitor '--org=edgex-jenkins' [2020-08-19T20:49:13.673Z] [2020-08-19T20:49:13.674Z] Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... [2020-08-19T20:49:13.674Z] [2020-08-19T20:49:13.674Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/2621be77-e586-4e33-b1ce-c1d2153a4d02 [2020-08-19T20:49:13.674Z] [2020-08-19T20:49:13.674Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-19T20:49:13.674Z] [2020-08-19T20:49:13.674Z] [2020-08-19T20:49:13.674Z] Snyk CLI supports Node.js 8 and higher. [2020-08-19T20:49:13.674Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-19T20:49:13.674Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-19T20:49:13.674Z] [2020-08-19T20:49:13.674Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-19T20:49:13.674Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-19T20:49:13.690Z] $ docker stop --time=1 94db26c4e7215469dec5fa1f7e7d408aad4e6002815ccc39387086675bdf61af [2020-08-19T20:49:16.342Z] $ docker rm -f 94db26c4e7215469dec5fa1f7e7d408aad4e6002815ccc39387086675bdf61af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:49:17.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:49:17.350Z] [2020-08-19T20:49:17.350Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:49:17.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:49:17.711Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-19T20:49:17.711Z] e7c96db7181b: Pulling fs layer [2020-08-19T20:49:17.711Z] 1868ca2cb446: Pulling fs layer [2020-08-19T20:49:17.711Z] 136be5d0fe8e: Pulling fs layer [2020-08-19T20:49:17.711Z] 894bfe63afcb: Pulling fs layer [2020-08-19T20:49:17.711Z] 894bfe63afcb: Waiting [2020-08-19T20:49:17.711Z] 1868ca2cb446: Verifying Checksum [2020-08-19T20:49:17.711Z] 1868ca2cb446: Download complete [2020-08-19T20:49:17.711Z] 136be5d0fe8e: Verifying Checksum [2020-08-19T20:49:17.711Z] 136be5d0fe8e: Download complete [2020-08-19T20:49:17.711Z] e7c96db7181b: Verifying Checksum [2020-08-19T20:49:17.711Z] e7c96db7181b: Download complete [2020-08-19T20:49:17.711Z] 894bfe63afcb: Verifying Checksum [2020-08-19T20:49:17.974Z] e7c96db7181b: Pull complete [2020-08-19T20:49:18.235Z] 1868ca2cb446: Pull complete [2020-08-19T20:49:18.497Z] 136be5d0fe8e: Pull complete [2020-08-19T20:49:18.497Z] 894bfe63afcb: Pull complete [2020-08-19T20:49:18.757Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-19T20:49:18.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:49:18.757Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-19T20:49:18.852Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:49:18.899Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:49:19.930Z] $ docker top a8ace5718abe5871a288405fa553f130256a73ca089fe12667cf1fe4651e198f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:49:20.485Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:49:20.485Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:49:24.858Z] $ docker stop --time=1 a8ace5718abe5871a288405fa553f130256a73ca089fe12667cf1fe4651e198f [2020-08-19T20:49:26.202Z] $ docker rm -f a8ace5718abe5871a288405fa553f130256a73ca089fe12667cf1fe4651e198f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:49:26.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:49:26.667Z] . [Pipeline] withDockerContainer [2020-08-19T20:49:26.781Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:49:26.830Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:49:27.437Z] $ docker top f216898b549ebb4ea1c8724ef43d21f1ab9eddb31b118e8c1e98675959c6c2cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:49:27.985Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:49:27.985Z] + tee [2020-08-19T20:49:27.985Z] clair timeout 1m0s [2020-08-19T20:49:27.985Z] docker timeout: 1m0s [2020-08-19T20:49:27.985Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:49:28.653Z] $ docker stop --time=1 f216898b549ebb4ea1c8724ef43d21f1ab9eddb31b118e8c1e98675959c6c2cf [2020-08-19T20:49:29.995Z] $ docker rm -f f216898b549ebb4ea1c8724ef43d21f1ab9eddb31b118e8c1e98675959c6c2cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:49:30.532Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-08-19T20:49:30.545Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go_ad194bc803dc916884c38fead828e9a39ff73581.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:49:30.610Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:49:30.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:49:30.963Z] . [Pipeline] withDockerContainer [2020-08-19T20:49:31.091Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:49:31.160Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:49:31.807Z] $ docker top 40a0343ba4116de44f6fd9d01757a4fe25a2f44ef66f1e2c988987f352dcb08b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:49:32.448Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:49:32.448Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:49:35.943Z] $ docker stop --time=1 40a0343ba4116de44f6fd9d01757a4fe25a2f44ef66f1e2c988987f352dcb08b [2020-08-19T20:49:37.342Z] $ docker rm -f 40a0343ba4116de44f6fd9d01757a4fe25a2f44ef66f1e2c988987f352dcb08b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:49:37.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:49:37.828Z] . [Pipeline] withDockerContainer [2020-08-19T20:49:37.926Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:49:37.972Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:49:38.638Z] $ docker top f15f44ee579e24fed8fc1df94b89ee4c11f34807768cb5257192e242942cd339 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:49:39.143Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581 [2020-08-19T20:49:39.143Z] + tee [2020-08-19T20:49:39.143Z] clair timeout 1m0s [2020-08-19T20:49:39.143Z] docker timeout: 1m0s [2020-08-19T20:49:39.143Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:49:39.840Z] $ docker stop --time=1 f15f44ee579e24fed8fc1df94b89ee4c11f34807768cb5257192e242942cd339 [2020-08-19T20:49:41.179Z] $ docker rm -f f15f44ee579e24fed8fc1df94b89ee4c11f34807768cb5257192e242942cd339 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:49:41.656Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-08-19T20:49:41.669Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go-arm64_ad194bc803dc916884c38fead828e9a39ff73581.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:49:41.749Z] 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 [2020-08-19T20:49:42.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:49:42.774Z] . [Pipeline] withDockerContainer [2020-08-19T20:49:42.863Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:49:42.908Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-19T20:49:43.498Z] $ docker top 19e095fc9710ef95b53f9229bcd190737314b5e3eab9ae2b3e831edce8814a06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:49:43.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:49:43.781Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:49:43.988Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:49:43.992Z] $ docker exec 19e095fc9710ef95b53f9229bcd190737314b5e3eab9ae2b3e831edce8814a06 ssh-agent [2020-08-19T20:49:44.165Z] SSH_AUTH_SOCK=/tmp/ssh-SZv8FOwyGC06/agent.11 [2020-08-19T20:49:44.165Z] SSH_AGENT_PID=16 [2020-08-19T20:49:44.174Z] Running ssh-add (command line suppressed) [2020-08-19T20:49:44.304Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2112574991735094127.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2112574991735094127.key) [2020-08-19T20:49:44.374Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:49:44.765Z] + git semver tag [2020-08-19T20:49:44.765Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:49:44.765Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-19T20:49:44.765Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-19T20:49:44.765Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:49:44.765Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:49:44.765Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:49:44.765Z] # $SEMVER_BRANCH = master [2020-08-19T20:49:44.765Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-08-19T20:49:44.765Z] # ad194bc803dc916884c38fead828e9a39ff73581 HEAD [2020-08-19T20:49:44.765Z] # -> Force: false [2020-08-19T20:49:44.765Z] # ba7dff33b080a7c04e30f2c96e7b46211bb0cb87 refs/tags/v1.2.2 [Pipeline] } [2020-08-19T20:49:44.785Z] $ docker exec --env ******** --env ******** 19e095fc9710ef95b53f9229bcd190737314b5e3eab9ae2b3e831edce8814a06 ssh-agent -k [2020-08-19T20:49:44.905Z] unset SSH_AUTH_SOCK; [2020-08-19T20:49:44.905Z] unset SSH_AGENT_PID; [2020-08-19T20:49:44.906Z] echo Agent pid 16 killed; [2020-08-19T20:49:44.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:49:45.489Z] + git semver [Pipeline] } [2020-08-19T20:49:45.517Z] $ docker stop --time=1 19e095fc9710ef95b53f9229bcd190737314b5e3eab9ae2b3e831edce8814a06 [2020-08-19T20:49:46.858Z] $ docker rm -f 19e095fc9710ef95b53f9229bcd190737314b5e3eab9ae2b3e831edce8814a06 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:49:47.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-19T20:49:47.508Z] [2020-08-19T20:49:47.508Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:49:47.906Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-19T20:49:47.906Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-19T20:49:47.906Z] ab5ef0e58194: Pulling fs layer [2020-08-19T20:49:47.906Z] 9712f1f96733: Pulling fs layer [2020-08-19T20:49:47.906Z] 63f879dbbcfc: Pulling fs layer [2020-08-19T20:49:47.906Z] 0d9ebad4ef96: Pulling fs layer [2020-08-19T20:49:47.906Z] e9a5061849ea: Pulling fs layer [2020-08-19T20:49:47.906Z] d747dcd14b5f: Pulling fs layer [2020-08-19T20:49:47.906Z] 2de7ff778b66: Pulling fs layer [2020-08-19T20:49:47.906Z] d747dcd14b5f: Waiting [2020-08-19T20:49:47.906Z] 2de7ff778b66: Waiting [2020-08-19T20:49:47.906Z] e9a5061849ea: Waiting [2020-08-19T20:49:47.906Z] 0d9ebad4ef96: Waiting [2020-08-19T20:49:47.906Z] 9712f1f96733: Verifying Checksum [2020-08-19T20:49:47.906Z] 9712f1f96733: Download complete [2020-08-19T20:49:48.979Z] 63f879dbbcfc: Verifying Checksum [2020-08-19T20:49:48.979Z] 63f879dbbcfc: Download complete [2020-08-19T20:49:48.979Z] e9a5061849ea: Verifying Checksum [2020-08-19T20:49:48.979Z] e9a5061849ea: Download complete [2020-08-19T20:49:49.277Z] d747dcd14b5f: Verifying Checksum [2020-08-19T20:49:49.277Z] d747dcd14b5f: Download complete [2020-08-19T20:49:49.277Z] 0d9ebad4ef96: Verifying Checksum [2020-08-19T20:49:49.277Z] 0d9ebad4ef96: Download complete [2020-08-19T20:49:49.277Z] ab5ef0e58194: Verifying Checksum [2020-08-19T20:49:49.277Z] ab5ef0e58194: Download complete [2020-08-19T20:49:49.562Z] 2de7ff778b66: Verifying Checksum [2020-08-19T20:49:49.562Z] 2de7ff778b66: Download complete [2020-08-19T20:49:53.906Z] ab5ef0e58194: Pull complete [2020-08-19T20:49:53.906Z] 9712f1f96733: Pull complete [2020-08-19T20:49:55.479Z] 63f879dbbcfc: Pull complete [2020-08-19T20:50:02.454Z] 0d9ebad4ef96: Pull complete [2020-08-19T20:50:02.454Z] e9a5061849ea: Pull complete [2020-08-19T20:50:02.454Z] d747dcd14b5f: Pull complete [2020-08-19T20:50:05.818Z] 2de7ff778b66: Pull complete [2020-08-19T20:50:05.818Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-19T20:50:05.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-19T20:50:05.818Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-19T20:50:06.015Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:50:06.066Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-19T20:50:09.324Z] $ docker top 143dc73923ddbc3d2c00f8b75f41d7ce1957d9b5769eba7104ce8d722de8df12 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-19T20:50:09.609Z] provisioning config files... [2020-08-19T20:50:09.622Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config3083017527011246133tmp [2020-08-19T20:50:09.643Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config3501654429679799793tmp [2020-08-19T20:50:09.663Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2378211830624911896tmp [Pipeline] { [Pipeline] echo [2020-08-19T20:50:09.792Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:50:10.093Z] ---> sigul-configuration.sh [2020-08-19T20:50:10.093Z] gpg: directory `/root/.gnupg' created [2020-08-19T20:50:10.093Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-19T20:50:10.093Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-19T20:50:10.093Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-19T20:50:10.093Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-19T20:50:10.093Z] gpg: CAST5 encrypted data [2020-08-19T20:50:10.359Z] gpg: encrypted with 1 passphrase [2020-08-19T20:50:10.359Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-19T20:50:10.656Z] + mkdir /home/jenkins [2020-08-19T20:50:10.656Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-19T20:50:10.953Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-19T20:50:10.963Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:50:11.258Z] ---> sigul-install.sh [2020-08-19T20:50:17.870Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-19T20:50:18.181Z] + git tag --list [2020-08-19T20:50:18.181Z] v1.2.2 [Pipeline] sh [2020-08-19T20:50:18.481Z] + lftools sign git-tag v1.2.2 [2020-08-19T20:50:19.868Z] Signing Git tag with Sigul... [2020-08-19T20:50:19.869Z] Signing v1.2.2 [Pipeline] echo [2020-08-19T20:50:20.821Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:50:21.115Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-19T20:50:21.123Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-19T20:50:21.217Z] $ docker stop --time=1 143dc73923ddbc3d2c00f8b75f41d7ce1957d9b5769eba7104ce8d722de8df12 [2020-08-19T20:50:23.126Z] $ docker rm -f 143dc73923ddbc3d2c00f8b75f41d7ce1957d9b5769eba7104ce8d722de8df12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:50:24.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:50:24.044Z] . [Pipeline] withDockerContainer [2020-08-19T20:50:24.134Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:50:24.182Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-19T20:50:24.823Z] $ docker top c7ccc0ec38f242c7c069c9254f5eba940dcd026476100d1a373490e599cf0324 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:50:25.121Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:50:25.121Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:50:25.314Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:50:25.319Z] $ docker exec c7ccc0ec38f242c7c069c9254f5eba940dcd026476100d1a373490e599cf0324 ssh-agent [2020-08-19T20:50:25.491Z] SSH_AUTH_SOCK=/tmp/ssh-heFI3c8KoP1k/agent.11 [2020-08-19T20:50:25.491Z] SSH_AGENT_PID=16 [2020-08-19T20:50:25.499Z] Running ssh-add (command line suppressed) [2020-08-19T20:50:25.631Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5630233705239583979.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5630233705239583979.key) [2020-08-19T20:50:25.683Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:50:26.015Z] + git semver bump pre [2020-08-19T20:50:26.015Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:50:26.015Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-19T20:50:26.015Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-19T20:50:26.015Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:50:26.015Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:50:26.015Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:50:26.015Z] # $SEMVER_BRANCH = master [2020-08-19T20:50:26.015Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-08-19T20:50:26.015Z] 1.2.3-dev.1 [Pipeline] } [2020-08-19T20:50:26.026Z] $ docker exec --env ******** --env ******** c7ccc0ec38f242c7c069c9254f5eba940dcd026476100d1a373490e599cf0324 ssh-agent -k [2020-08-19T20:50:26.138Z] unset SSH_AUTH_SOCK; [2020-08-19T20:50:26.138Z] unset SSH_AGENT_PID; [2020-08-19T20:50:26.138Z] echo Agent pid 16 killed; [2020-08-19T20:50:26.195Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:50:26.680Z] + git semver [Pipeline] } [2020-08-19T20:50:26.696Z] $ docker stop --time=1 c7ccc0ec38f242c7c069c9254f5eba940dcd026476100d1a373490e599cf0324 [2020-08-19T20:50:28.063Z] $ docker rm -f c7ccc0ec38f242c7c069c9254f5eba940dcd026476100d1a373490e599cf0324 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:50:28.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:50:28.598Z] . [Pipeline] withDockerContainer [2020-08-19T20:50:28.694Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:50:28.739Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-19T20:50:29.722Z] $ docker top 5675ba61ec59b58dc04b46b2be41532b3dc30c0f7bd4362ce3ec15f4366f4077 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:50:30.093Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:50:30.093Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:50:30.274Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:50:30.279Z] $ docker exec 5675ba61ec59b58dc04b46b2be41532b3dc30c0f7bd4362ce3ec15f4366f4077 ssh-agent [2020-08-19T20:50:30.454Z] SSH_AUTH_SOCK=/tmp/ssh-urVfKstOlm1I/agent.12 [2020-08-19T20:50:30.454Z] SSH_AGENT_PID=17 [2020-08-19T20:50:30.462Z] Running ssh-add (command line suppressed) [2020-08-19T20:50:30.600Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8344523702325515902.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8344523702325515902.key) [2020-08-19T20:50:30.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:50:31.071Z] + git semver push [2020-08-19T20:50:31.071Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:50:31.072Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-19T20:50:31.072Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-19T20:50:31.072Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:50:31.072Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:50:31.072Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:50:31.072Z] # $SEMVER_BRANCH = master [2020-08-19T20:50:31.072Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-08-19T20:50:37.672Z] $ docker exec --env ******** --env ******** 5675ba61ec59b58dc04b46b2be41532b3dc30c0f7bd4362ce3ec15f4366f4077 ssh-agent -k [2020-08-19T20:50:37.808Z] unset SSH_AUTH_SOCK; [2020-08-19T20:50:37.808Z] unset SSH_AGENT_PID; [2020-08-19T20:50:37.808Z] echo Agent pid 17 killed; [2020-08-19T20:50:37.864Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:50:38.336Z] + git semver [Pipeline] } [2020-08-19T20:50:38.354Z] $ docker stop --time=1 5675ba61ec59b58dc04b46b2be41532b3dc30c0f7bd4362ce3ec15f4366f4077 [2020-08-19T20:50:39.703Z] $ docker rm -f 5675ba61ec59b58dc04b46b2be41532b3dc30c0f7bd4362ce3ec15f4366f4077 [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 [2020-08-19T20:50:41.047Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:50:41.609Z] ---> package-listing.sh [2020-08-19T20:50:41.609Z] ++ facter osfamily [2020-08-19T20:50:41.609Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-19T20:50:41.609Z] + OS_FAMILY=redhat [2020-08-19T20:50:41.609Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_master [2020-08-19T20:50:41.609Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-19T20:50:41.609Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-19T20:50:41.609Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-19T20:50:41.609Z] + PACKAGES=/tmp/packages_start.txt [2020-08-19T20:50:41.609Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-08-19T20:50:41.609Z] + PACKAGES=/tmp/packages_end.txt [2020-08-19T20:50:41.609Z] + case "${OS_FAMILY}" in [2020-08-19T20:50:41.609Z] + rpm -qa [2020-08-19T20:50:41.609Z] + sort [2020-08-19T20:50:45.827Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-19T20:50:45.827Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-19T20:50:45.827Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-19T20:50:45.827Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-08-19T20:50:45.827Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ [2020-08-19T20:50:45.827Z] + 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 [2020-08-19T20:50:46.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T20:50:46.212Z] [2020-08-19T20:50:46.212Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:50:46.556Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T20:50:46.556Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-19T20:50:46.556Z] c9b1b535fdd9: Pulling fs layer [2020-08-19T20:50:46.556Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-19T20:50:46.556Z] 756a868c4378: Pulling fs layer [2020-08-19T20:50:46.556Z] 444b2fc9a129: Pulling fs layer [2020-08-19T20:50:46.556Z] ea15f1150254: Pulling fs layer [2020-08-19T20:50:46.556Z] 41b27a9f41bf: Pulling fs layer [2020-08-19T20:50:46.556Z] 28c525ee5125: Pulling fs layer [2020-08-19T20:50:46.556Z] 094b1ea09ed8: Pulling fs layer [2020-08-19T20:50:46.556Z] 138eaada9080: Pulling fs layer [2020-08-19T20:50:46.556Z] 0622d0fa9048: Pulling fs layer [2020-08-19T20:50:46.556Z] 28c525ee5125: Waiting [2020-08-19T20:50:46.556Z] 094b1ea09ed8: Waiting [2020-08-19T20:50:46.556Z] 138eaada9080: Waiting [2020-08-19T20:50:46.556Z] ea15f1150254: Waiting [2020-08-19T20:50:46.556Z] 41b27a9f41bf: Waiting [2020-08-19T20:50:46.556Z] 444b2fc9a129: Waiting [2020-08-19T20:50:46.556Z] 0622d0fa9048: Waiting [2020-08-19T20:50:46.556Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-19T20:50:46.556Z] 2cc5ad85d9ab: Download complete [2020-08-19T20:50:46.556Z] 444b2fc9a129: Download complete [2020-08-19T20:50:46.556Z] c9b1b535fdd9: Verifying Checksum [2020-08-19T20:50:46.556Z] ea15f1150254: Verifying Checksum [2020-08-19T20:50:46.556Z] ea15f1150254: Download complete [2020-08-19T20:50:46.556Z] 28c525ee5125: Verifying Checksum [2020-08-19T20:50:46.556Z] 28c525ee5125: Download complete [2020-08-19T20:50:47.137Z] 756a868c4378: Verifying Checksum [2020-08-19T20:50:47.137Z] 756a868c4378: Download complete [2020-08-19T20:50:47.137Z] 138eaada9080: Verifying Checksum [2020-08-19T20:50:47.137Z] 138eaada9080: Download complete [2020-08-19T20:50:47.137Z] 0622d0fa9048: Verifying Checksum [2020-08-19T20:50:47.137Z] 0622d0fa9048: Download complete [2020-08-19T20:50:47.137Z] 094b1ea09ed8: Verifying Checksum [2020-08-19T20:50:47.137Z] 094b1ea09ed8: Download complete [2020-08-19T20:50:47.712Z] 41b27a9f41bf: Verifying Checksum [2020-08-19T20:50:47.712Z] 41b27a9f41bf: Download complete [2020-08-19T20:50:47.973Z] c9b1b535fdd9: Pull complete [2020-08-19T20:50:48.234Z] 2cc5ad85d9ab: Pull complete [2020-08-19T20:50:50.155Z] 756a868c4378: Pull complete [2020-08-19T20:50:50.417Z] 444b2fc9a129: Pull complete [2020-08-19T20:50:50.679Z] ea15f1150254: Pull complete [2020-08-19T20:50:53.997Z] 41b27a9f41bf: Pull complete [2020-08-19T20:50:53.998Z] 28c525ee5125: Pull complete [2020-08-19T20:50:56.605Z] 094b1ea09ed8: Pull complete [2020-08-19T20:50:56.605Z] 138eaada9080: Pull complete [2020-08-19T20:50:56.605Z] 0622d0fa9048: Pull complete [2020-08-19T20:50:56.605Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-19T20:50:56.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T20:50:56.605Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-19T20:50:56.760Z] prd-centos7-docker-4c-2g-515 does not seem to be running inside a container [2020-08-19T20:50:56.807Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-19T20:51:00.711Z] $ docker top 9eb328db9cc86a319ac6707ea0b00c6451663df6cd37a175fb13114fc38fead4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-19T20:51:01.007Z] provisioning config files... [2020-08-19T20:51:01.024Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8741247794282670369tmp [Pipeline] { [Pipeline] echo [2020-08-19T20:51:01.113Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:51:01.409Z] ---> create-netrc.sh [Pipeline] echo [2020-08-19T20:51:01.419Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:51:01.725Z] ---> logs-deploy.sh [2020-08-19T20:51:01.725Z] + ARCHIVE_ARTIFACTS= [2020-08-19T20:51:01.725Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-19T20:51:01.725Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-19T20:51:01.725Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-19T20:51:01.725Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/11 [2020-08-19T20:51:01.725Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/11/ [2020-08-19T20:51:01.725Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/11 /w/workspace/gexfoundry_device-snmp-go_master [2020-08-19T20:51:03.139Z] Archives upload complete. [2020-08-19T20:51:03.139Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/11 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/11/