Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c3a411597e9cf6081b038267f0590ff316b15934 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > 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 BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: 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-884 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 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision c3a411597e9cf6081b038267f0590ff316b15934 (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 c3a411597e9cf6081b038267f0590ff316b15934 # timeout=10 Commit message: "Merge pull request #59 from venkata-subbareddyK/update-Dockerfile-forCMD" > git rev-list --no-walk b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-31T20:57:18.453Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T20:57:18.643Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T20:57:18.732Z] ========================================================= [2020-08-31T20:57:18.732Z] EdgeX Global Pipelines Version Info [2020-08-31T20:57:18.732Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:57:20.334Z] ------------------- [2020-08-31T20:57:20.334Z] stable info: [2020-08-31T20:57:20.334Z] ------------------- [2020-08-31T20:57:20.334Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T20:57:20.334Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T20:57:20.334Z] Message: update stable to v1.0.115 [2020-08-31T20:57:21.292Z] ------------------- [2020-08-31T20:57:21.292Z] experimental info: [2020-08-31T20:57:21.292Z] ------------------- [2020-08-31T20:57:21.292Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T20:57:21.292Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T20:57:21.292Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T20:57:21.602Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2020-08-31T20:57:21.696Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2020-08-31T20:57:21.787Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T20:57:21.865Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T20:57:22.008Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T20:57:22.087Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T20:57:22.168Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T20:57:22.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T20:57:22.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-08-31T20:57:22.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T20:57:22.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T20:57:22.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo [2020-08-31T20:57:22.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T20:57:23.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T20:57:23.150Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T20:57:23.231Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T20:57:23.332Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T20:57:23.410Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T20:57:23.489Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T20:57:23.587Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-08-31T20:57:23.670Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T20:57:23.751Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T20:57:23.854Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-08-31T20:57:23.941Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-08-31T20:57:24.024Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-08-31T20:57:24.110Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c3a411597e9cf6081b038267f0590ff316b15934 [Pipeline] echo [2020-08-31T20:57:24.187Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c3a4115 [Pipeline] echo [2020-08-31T20:57:24.264Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T20:57:24.898Z] + git log --format=format:%s -1 c3a411597e9cf6081b038267f0590ff316b15934 [Pipeline] echo [2020-08-31T20:57:25.105Z] GIT_COMMIT: c3a411597e9cf6081b038267f0590ff316b15934, Commit Message: Merge pull request #59 from venkata-subbareddyK/update-Dockerfile-forCMD [Pipeline] echo [2020-08-31T20:57:25.172Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:57:25.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:57:26.270Z] [2020-08-31T20:57:26.270Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:57:26.637Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:57:26.637Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T20:57:26.637Z] 31603596830f: Pulling fs layer [2020-08-31T20:57:26.637Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T20:57:26.637Z] 6ca5941a6612: Pulling fs layer [2020-08-31T20:57:26.637Z] ecc8261a40a4: Pulling fs layer [2020-08-31T20:57:26.637Z] ecc8261a40a4: Waiting [2020-08-31T20:57:26.637Z] 2a8b12db71e7: Verifying Checksum [2020-08-31T20:57:26.637Z] 2a8b12db71e7: Download complete [2020-08-31T20:57:26.946Z] 31603596830f: Verifying Checksum [2020-08-31T20:57:26.946Z] 31603596830f: Download complete [2020-08-31T20:57:26.946Z] ecc8261a40a4: Verifying Checksum [2020-08-31T20:57:26.946Z] ecc8261a40a4: Download complete [2020-08-31T20:57:26.946Z] 6ca5941a6612: Verifying Checksum [2020-08-31T20:57:26.946Z] 6ca5941a6612: Download complete [2020-08-31T20:57:27.582Z] 31603596830f: Pull complete [2020-08-31T20:57:27.582Z] 2a8b12db71e7: Pull complete [2020-08-31T20:57:29.612Z] 6ca5941a6612: Pull complete [2020-08-31T20:57:29.612Z] ecc8261a40a4: Pull complete [2020-08-31T20:57:29.612Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T20:57:29.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:57:29.612Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T20:57:29.894Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T20:57:30.160Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T20:57:32.191Z] $ docker top 111fa88181c63c60f223960874275e94cb6c23e8ef81eaa05762d69c195e9437 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T20:57:32.544Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:57:32.544Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:57:32.853Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:57:32.860Z] $ docker exec 111fa88181c63c60f223960874275e94cb6c23e8ef81eaa05762d69c195e9437 ssh-agent [2020-08-31T20:57:33.141Z] SSH_AUTH_SOCK=/tmp/ssh-HjwWlQbo5DDa/agent.12 [2020-08-31T20:57:33.141Z] SSH_AGENT_PID=17 [2020-08-31T20:57:33.181Z] Running ssh-add (command line suppressed) [2020-08-31T20:57:33.332Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8053791401590164161.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8053791401590164161.key) [2020-08-31T20:57:33.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:57:33.744Z] + git describe --exact-match --tags HEAD [2020-08-31T20:57:33.744Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T20:57:33.950Z] $ docker exec --env ******** --env ******** 111fa88181c63c60f223960874275e94cb6c23e8ef81eaa05762d69c195e9437 ssh-agent -k [2020-08-31T20:57:34.212Z] unset SSH_AUTH_SOCK; [2020-08-31T20:57:34.212Z] unset SSH_AGENT_PID; [2020-08-31T20:57:34.213Z] echo Agent pid 17 killed; [2020-08-31T20:57:34.238Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T20:57:34.491Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T20:57:34.491Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T20:57:34.595Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:57:34.595Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:57:34.886Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:57:34.892Z] $ docker exec 111fa88181c63c60f223960874275e94cb6c23e8ef81eaa05762d69c195e9437 ssh-agent [2020-08-31T20:57:35.111Z] SSH_AUTH_SOCK=/tmp/ssh-254HggbHWGMW/agent.47 [2020-08-31T20:57:35.111Z] SSH_AGENT_PID=53 [2020-08-31T20:57:35.119Z] Running ssh-add (command line suppressed) [2020-08-31T20:57:35.324Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_67175883952820198.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_67175883952820198.key) [2020-08-31T20:57:35.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:57:35.800Z] + git semver init [2020-08-31T20:57:35.800Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T20:57:35.800Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-31T20:57:35.800Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-31T20:57:35.800Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T20:57:35.800Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T20:57:35.800Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T20:57:35.800Z] # $SEMVER_BRANCH = master [2020-08-31T20:57:35.800Z] # $SEMVER_TEMP = /tmp/semver-258524494 [2020-08-31T20:57:35.800Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-08-31T20:57:36.392Z] # '/tmp/semver-258524494' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' [2020-08-31T20:57:36.392Z] # -> Force: false [2020-08-31T20:57:36.392Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-08-31T20:57:36.409Z] $ docker exec --env ******** --env ******** 111fa88181c63c60f223960874275e94cb6c23e8ef81eaa05762d69c195e9437 ssh-agent -k [2020-08-31T20:57:36.679Z] unset SSH_AUTH_SOCK; [2020-08-31T20:57:36.681Z] unset SSH_AGENT_PID; [2020-08-31T20:57:36.681Z] echo Agent pid 53 killed; [2020-08-31T20:57:36.859Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T20:57:37.449Z] + git semver [Pipeline] } [2020-08-31T20:57:37.470Z] $ docker stop --time=1 111fa88181c63c60f223960874275e94cb6c23e8ef81eaa05762d69c195e9437 [2020-08-31T20:57:39.032Z] $ docker rm -f 111fa88181c63c60f223960874275e94cb6c23e8ef81eaa05762d69c195e9437 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T20:57:40.167Z] Stashed 21 file(s) [Pipeline] echo [2020-08-31T20:57:40.169Z] [edgeXSemver]: initialized semver on version 1.2.3-dev.2 [Pipeline] echo [2020-08-31T20:57:40.329Z] Archived original version: [1.2.3-dev.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-31T20:57:55.874Z] Still waiting to schedule task [2020-08-31T20:57:55.874Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T20:57:55.877Z] Still waiting to schedule task [2020-08-31T20:57:55.878Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-881’ [2020-08-31T21:01:02.830Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-889 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-08-31T21:01:02.885Z] Running in /w/workspace/device-snmp-go/13 [Pipeline] { [Pipeline] checkout [2020-08-31T21:01:08.132Z] using credential edgex-jenkins-ssh [2020-08-31T21:01:08.184Z] Cloning the remote Git repository [2020-08-31T21:01:08.184Z] Cloning with configured refspecs honoured and without tags [2020-08-31T21:01:09.254Z] Fetching without tags [2020-08-31T21:01:08.260Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T21:01:08.363Z] > git init /w/workspace/device-snmp-go/13 # timeout=10 [2020-08-31T21:01:08.455Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T21:01:08.456Z] > git --version # timeout=10 [2020-08-31T21:01:08.476Z] > git --version # 'git version 2.17.1' [2020-08-31T21:01:08.478Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:01:08.528Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:01:09.179Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-31T21:01:09.216Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:01:09.251Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-31T21:01:09.283Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T21:01:09.284Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:01:09.757Z] Checking out Revision c3a411597e9cf6081b038267f0590ff316b15934 (master) [2020-08-31T21:01:09.306Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:01:09.797Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:01:09.820Z] > git checkout -f c3a411597e9cf6081b038267f0590ff316b15934 # timeout=10 [2020-08-31T21:01:14.242Z] Commit message: "Merge pull request #59 from venkata-subbareddyK/update-Dockerfile-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T21:01:15.089Z] ========================================================= [2020-08-31T21:01:15.089Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T21:01:15.089Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:01:16.187Z] + 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-31T21:01:16.794Z] Sending build context to Docker daemon 356.4kB [2020-08-31T21:01:17.067Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-08-31T21:01:17.067Z] Step 2/10 : FROM ${BASE} [2020-08-31T21:01:17.346Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T21:01:17.346Z] b538f80385f9: Pulling fs layer [2020-08-31T21:01:17.346Z] 74f711af9a0d: Pulling fs layer [2020-08-31T21:01:17.346Z] 99f96fe45779: Pulling fs layer [2020-08-31T21:01:17.346Z] fd7a069fd194: Pulling fs layer [2020-08-31T21:01:17.346Z] 66aa3694b03b: Pulling fs layer [2020-08-31T21:01:17.346Z] 170f70906a0f: Pulling fs layer [2020-08-31T21:01:17.346Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T21:01:17.346Z] e772456be8f7: Pulling fs layer [2020-08-31T21:01:17.346Z] c890913d741a: Pulling fs layer [2020-08-31T21:01:17.346Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T21:01:17.346Z] 09adf4765672: Pulling fs layer [2020-08-31T21:01:17.346Z] 66aa3694b03b: Waiting [2020-08-31T21:01:17.346Z] 170f70906a0f: Waiting [2020-08-31T21:01:17.346Z] ad7c5574e4b9: Waiting [2020-08-31T21:01:17.346Z] e772456be8f7: Waiting [2020-08-31T21:01:17.346Z] c890913d741a: Waiting [2020-08-31T21:01:17.346Z] 2480fcc9aa5a: Waiting [2020-08-31T21:01:17.346Z] 09adf4765672: Waiting [2020-08-31T21:01:17.346Z] fd7a069fd194: Waiting [2020-08-31T21:01:17.346Z] 99f96fe45779: Verifying Checksum [2020-08-31T21:01:17.346Z] 99f96fe45779: Download complete [2020-08-31T21:01:17.346Z] 74f711af9a0d: Verifying Checksum [2020-08-31T21:01:17.346Z] 74f711af9a0d: Download complete [2020-08-31T21:01:17.346Z] 66aa3694b03b: Verifying Checksum [2020-08-31T21:01:17.346Z] 66aa3694b03b: Download complete [2020-08-31T21:01:17.346Z] 170f70906a0f: Verifying Checksum [2020-08-31T21:01:17.346Z] 170f70906a0f: Download complete [2020-08-31T21:01:17.641Z] b538f80385f9: Verifying Checksum [2020-08-31T21:01:17.641Z] b538f80385f9: Download complete [2020-08-31T21:01:18.773Z] b538f80385f9: Pull complete [2020-08-31T21:01:19.379Z] 74f711af9a0d: Pull complete [2020-08-31T21:01:19.658Z] 99f96fe45779: Pull complete [2020-08-31T21:01:19.933Z] ad7c5574e4b9: Verifying Checksum [2020-08-31T21:01:19.933Z] ad7c5574e4b9: Download complete [2020-08-31T21:01:20.208Z] c890913d741a: Download complete [2020-08-31T21:01:21.657Z] 2480fcc9aa5a: Verifying Checksum [2020-08-31T21:01:21.657Z] 2480fcc9aa5a: Download complete [2020-08-31T21:01:21.657Z] 09adf4765672: Verifying Checksum [2020-08-31T21:01:21.657Z] 09adf4765672: Download complete [2020-08-31T21:01:23.092Z] e772456be8f7: Verifying Checksum [2020-08-31T21:01:23.092Z] e772456be8f7: Download complete [2020-08-31T21:01:23.365Z] fd7a069fd194: Verifying Checksum [2020-08-31T21:01:23.365Z] fd7a069fd194: Download complete [2020-08-31T21:01:35.796Z] fd7a069fd194: Pull complete [2020-08-31T21:01:35.796Z] 66aa3694b03b: Pull complete [2020-08-31T21:01:35.796Z] 170f70906a0f: Pull complete [2020-08-31T21:01:39.235Z] ad7c5574e4b9: Pull complete [2020-08-31T21:01:43.592Z] e772456be8f7: Pull complete [2020-08-31T21:01:43.592Z] c890913d741a: Pull complete [2020-08-31T21:01:46.251Z] 2480fcc9aa5a: Pull complete [2020-08-31T21:01:46.524Z] 09adf4765672: Pull complete [2020-08-31T21:01:46.524Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T21:01:46.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T21:01:46.524Z] ---> 2248a725d1cf [2020-08-31T21:01:46.524Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-08-31T21:01:50.826Z] ---> Running in 6f371270d0c2 [2020-08-31T21:01:51.101Z] Removing intermediate container 6f371270d0c2 [2020-08-31T21:01:51.101Z] ---> e787a2b000a6 [2020-08-31T21:01:51.101Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T21:01:51.375Z] ---> Running in 5d668998d672 [2020-08-31T21:01:51.646Z] Removing intermediate container 5d668998d672 [2020-08-31T21:01:51.646Z] ---> e6be1d590631 [2020-08-31T21:01:51.646Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-08-31T21:01:51.921Z] ---> Running in 6565cc36f777 [2020-08-31T21:01:52.194Z] Removing intermediate container 6565cc36f777 [2020-08-31T21:01:52.194Z] ---> 58aa92be840a [2020-08-31T21:01:52.194Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:01:52.194Z] ---> Running in 122395453c44 [2020-08-31T21:01:54.815Z] Removing intermediate container 122395453c44 [2020-08-31T21:01:54.815Z] ---> 24685ae59233 [2020-08-31T21:01:54.815Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T21:01:54.815Z] ---> Running in efb283b29ef4 [2020-08-31T21:01:56.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:01:57.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:01:58.195Z] OK: 142 MiB in 39 packages [2020-08-31T21:01:59.621Z] Removing intermediate container efb283b29ef4 [2020-08-31T21:01:59.621Z] ---> 27e698ed828c [2020-08-31T21:01:59.621Z] Step 8/10 : WORKDIR /device-snmp-go [2020-08-31T21:01:59.621Z] ---> Running in 8f91f957c05a [2020-08-31T21:01:59.895Z] Removing intermediate container 8f91f957c05a [2020-08-31T21:01:59.895Z] ---> 17b1191d1726 [2020-08-31T21:01:59.895Z] Step 9/10 : COPY . . [2020-08-31T21:02:00.874Z] ---> b92f46d30892 [2020-08-31T21:02:00.874Z] Step 10/10 : RUN go mod download [2020-08-31T21:02:01.147Z] ---> Running in 3165f4a95a46 [2020-08-31T21:02:04.544Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T21:02:04.544Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T21:02:04.544Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T21:02:04.544Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T21:02:04.544Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T21:02:04.544Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T21:02:04.544Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T21:02:04.544Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T21:02:04.544Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-31T21:02:04.544Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T21:02:04.544Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T21:02:04.544Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T21:02:04.544Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T21:02:04.544Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T21:02:04.544Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T21:02:04.816Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T21:02:04.816Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T21:02:04.816Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T21:02:04.816Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T21:02:04.816Z] go: finding github.com/golang/mock v1.2.0 [2020-08-31T21:02:04.816Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T21:02:04.816Z] go: finding github.com/google/uuid v1.1.0 [2020-08-31T21:02:05.085Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T21:02:05.085Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T21:02:05.085Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T21:02:05.085Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T21:02:05.085Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T21:02:05.353Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T21:02:05.353Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T21:02:05.353Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T21:02:05.353Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T21:02:05.353Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T21:02:05.353Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T21:02:05.353Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T21:02:05.624Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T21:02:05.624Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T21:02:05.624Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T21:02:05.624Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T21:02:05.624Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T21:02:05.624Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T21:02:05.624Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T21:02:05.893Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T21:02:05.893Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T21:02:05.893Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T21:02:05.893Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T21:02:05.893Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T21:02:05.893Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T21:02:05.893Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T21:02:06.167Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T21:02:06.167Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T21:02:06.167Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T21:02:06.167Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T21:02:06.167Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T21:02:06.167Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T21:02:06.436Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T21:02:06.436Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T21:02:06.436Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T21:02:06.436Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T21:02:06.436Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T21:02:06.436Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T21:02:06.436Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-08-31T21:02:06.706Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T21:02:06.706Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T21:02:06.706Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T21:02:06.706Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T21:02:06.706Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T21:02:06.706Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-31T21:02:06.706Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T21:02:06.978Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T21:02:06.978Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T21:02:06.978Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T21:02:07.604Z] Running on prd-centos7-docker-4c-2g-890 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-08-31T21:02:07.650Z] Running in /w/workspace/device-snmp-go/13 [Pipeline] { [Pipeline] checkout [2020-08-31T21:02:10.435Z] using credential edgex-jenkins-ssh [2020-08-31T21:02:10.491Z] Cloning the remote Git repository [2020-08-31T21:02:10.491Z] Cloning with configured refspecs honoured and without tags [2020-08-31T21:02:11.149Z] Fetching without tags [2020-08-31T21:02:10.523Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T21:02:10.589Z] > git init /w/workspace/device-snmp-go/13 # timeout=10 [2020-08-31T21:02:10.638Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T21:02:10.638Z] > git --version # timeout=10 [2020-08-31T21:02:10.643Z] > git --version # 'git version 2.16.5' [2020-08-31T21:02:10.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:02:10.669Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:02:11.128Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-31T21:02:11.136Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:02:11.149Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-31T21:02:11.159Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T21:02:11.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:02:11.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-31T21:02:11.538Z] Checking out Revision c3a411597e9cf6081b038267f0590ff316b15934 (master) [2020-08-31T21:02:11.553Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:02:11.557Z] > git checkout -f c3a411597e9cf6081b038267f0590ff316b15934 # timeout=10 [2020-08-31T21:02:15.097Z] Commit message: "Merge pull request #59 from venkata-subbareddyK/update-Dockerfile-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T21:02:15.921Z] ========================================================= [2020-08-31T21:02:15.921Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T21:02:15.921Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:16.617Z] + 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-31T21:02:16.879Z] Sending build context to Docker daemon 356.4kB [2020-08-31T21:02:16.879Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-08-31T21:02:16.879Z] Step 2/10 : FROM ${BASE} [2020-08-31T21:02:17.132Z] Removing intermediate container 3165f4a95a46 [2020-08-31T21:02:17.132Z] ---> 877d88c0229e [2020-08-31T21:02:17.132Z] Successfully built 877d88c0229e [2020-08-31T21:02:17.132Z] Successfully tagged ci-base-image-arm64:latest [2020-08-31T21:02:17.145Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T21:02:17.145Z] df20fa9351a1: Pulling fs layer [2020-08-31T21:02:17.145Z] ed8968b2872e: Pulling fs layer [2020-08-31T21:02:17.145Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T21:02:17.145Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T21:02:17.145Z] 1e091d79d1de: Pulling fs layer [2020-08-31T21:02:17.145Z] 481702a1767f: Pulling fs layer [2020-08-31T21:02:17.145Z] f64a6f60c768: Pulling fs layer [2020-08-31T21:02:17.145Z] e78d2573fc39: Pulling fs layer [2020-08-31T21:02:17.145Z] e876d2f968b6: Pulling fs layer [2020-08-31T21:02:17.145Z] ce8a83651883: Pulling fs layer [2020-08-31T21:02:17.145Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T21:02:17.145Z] 2dd03ba5bac4: Waiting [2020-08-31T21:02:17.145Z] f64a6f60c768: Waiting [2020-08-31T21:02:17.145Z] e78d2573fc39: Waiting [2020-08-31T21:02:17.145Z] e876d2f968b6: Waiting [2020-08-31T21:02:17.145Z] 1e091d79d1de: Waiting [2020-08-31T21:02:17.145Z] ce8a83651883: Waiting [2020-08-31T21:02:17.145Z] 481702a1767f: Waiting [2020-08-31T21:02:17.145Z] a92cc7c5fd73: Verifying Checksum [2020-08-31T21:02:17.145Z] a92cc7c5fd73: Download complete [2020-08-31T21:02:17.145Z] ed8968b2872e: Verifying Checksum [2020-08-31T21:02:17.145Z] ed8968b2872e: Download complete [2020-08-31T21:02:17.145Z] 1e091d79d1de: Verifying Checksum [2020-08-31T21:02:17.145Z] 1e091d79d1de: Download complete [2020-08-31T21:02:17.145Z] 481702a1767f: Verifying Checksum [2020-08-31T21:02:17.145Z] 481702a1767f: Download complete [2020-08-31T21:02:17.145Z] df20fa9351a1: Verifying Checksum [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-08-31T21:02:17.417Z] df20fa9351a1: Pull complete Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-08-31T21:02:17.695Z] ed8968b2872e: Pull complete [Pipeline] sh [2020-08-31T21:02:18.286Z] f64a6f60c768: Verifying Checksum [2020-08-31T21:02:18.286Z] f64a6f60c768: Download complete [2020-08-31T21:02:18.286Z] e876d2f968b6: Verifying Checksum [2020-08-31T21:02:18.286Z] e876d2f968b6: Download complete [2020-08-31T21:02:18.375Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T21:02:18.704Z] + ls -al . [2020-08-31T21:02:18.704Z] total 108 [2020-08-31T21:02:18.704Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 21:01 . [2020-08-31T21:02:18.704Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:01 .. [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 6 Aug 31 21:01 .dockerignore [2020-08-31T21:02:18.704Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 21:01 .git [2020-08-31T21:02:18.704Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:01 .github [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 272 Aug 31 21:01 .gitignore [2020-08-31T21:02:18.704Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:01 .semver [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 4405 Aug 31 21:01 Attribution.txt [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 1002 Aug 31 21:01 Dockerfile [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 409 Aug 31 21:01 Dockerfile.build [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 31 21:01 Jenkinsfile [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 21:01 LICENSE [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 937 Aug 31 21:01 Makefile [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 12398 Aug 31 21:01 README.md [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 31 20:57 VERSION [2020-08-31T21:02:18.704Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:01 bin [2020-08-31T21:02:18.704Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:01 cmd [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 203 Aug 31 21:01 go.mod [2020-08-31T21:02:18.704Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:01 internal [2020-08-31T21:02:18.704Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:01 profiles [2020-08-31T21:02:18.704Z] -rw-rw-r-- 1 jenkins jenkins 209 Aug 31 21:01 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:18.878Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T21:02:18.878Z] 2dd03ba5bac4: Download complete [2020-08-31T21:02:18.878Z] 07967f4d0e4b: Verifying Checksum [2020-08-31T21:02:18.878Z] 07967f4d0e4b: Download complete [2020-08-31T21:02:19.068Z] + 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=c3a411597e9cf6081b038267f0590ff316b15934 --label arch=arm64 --label version=1.2.3-dev.2 . [2020-08-31T21:02:19.145Z] ce8a83651883: Verifying Checksum [2020-08-31T21:02:19.145Z] ce8a83651883: Download complete [2020-08-31T21:02:19.145Z] e78d2573fc39: Verifying Checksum [2020-08-31T21:02:19.145Z] e78d2573fc39: Download complete [2020-08-31T21:02:19.341Z] Sending build context to Docker daemon 356.4kB [2020-08-31T21:02:19.341Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-08-31T21:02:19.341Z] Step 2/26 : FROM ${BASE} AS builder [2020-08-31T21:02:19.341Z] ---> 877d88c0229e [2020-08-31T21:02:19.341Z] Step 3/26 : ARG MAKE='make build' [2020-08-31T21:02:19.408Z] a92cc7c5fd73: Pull complete [2020-08-31T21:02:19.610Z] ---> Running in b4ede3b6ce61 [2020-08-31T21:02:19.882Z] Removing intermediate container b4ede3b6ce61 [2020-08-31T21:02:19.882Z] ---> f1e6d2eae335 [2020-08-31T21:02:19.882Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2020-08-31T21:02:20.152Z] ---> Running in 9602b24abe43 [2020-08-31T21:02:20.424Z] Removing intermediate container 9602b24abe43 [2020-08-31T21:02:20.424Z] ---> 13e134600ff6 [2020-08-31T21:02:20.424Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T21:02:20.697Z] ---> Running in aecb94bb4842 [2020-08-31T21:02:20.969Z] Removing intermediate container aecb94bb4842 [2020-08-31T21:02:20.969Z] ---> 13221158144d [2020-08-31T21:02:20.969Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:02:21.238Z] ---> Running in b4bdf574312d [2020-08-31T21:02:23.849Z] Removing intermediate container b4bdf574312d [2020-08-31T21:02:23.849Z] ---> 68ab7762121b [2020-08-31T21:02:23.849Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T21:02:23.849Z] ---> Running in 6d3a3cab5979 [2020-08-31T21:02:24.814Z] 2dd03ba5bac4: Pull complete [2020-08-31T21:02:25.075Z] 1e091d79d1de: Pull complete [2020-08-31T21:02:25.075Z] 481702a1767f: Pull complete [2020-08-31T21:02:25.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:02:25.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:02:26.457Z] OK: 142 MiB in 39 packages [2020-08-31T21:02:27.892Z] Removing intermediate container 6d3a3cab5979 [2020-08-31T21:02:27.892Z] ---> e18ad7192728 [2020-08-31T21:02:27.892Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-08-31T21:02:27.892Z] ---> Running in f1d0a7cff322 [2020-08-31T21:02:28.165Z] Removing intermediate container f1d0a7cff322 [2020-08-31T21:02:28.165Z] ---> dc4e762cb5a6 [2020-08-31T21:02:28.165Z] Step 9/26 : COPY go.mod . [2020-08-31T21:02:28.761Z] ---> 9c8c02a6f174 [2020-08-31T21:02:28.761Z] Step 10/26 : COPY Makefile . [2020-08-31T21:02:29.738Z] ---> 6cc61c0e10ba [2020-08-31T21:02:29.738Z] Step 11/26 : RUN make update [2020-08-31T21:02:29.738Z] ---> Running in 00c6ead606ef [2020-08-31T21:02:31.169Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-31T21:02:32.155Z] Removing intermediate container 00c6ead606ef [2020-08-31T21:02:32.155Z] ---> 40d75ea745b0 [2020-08-31T21:02:32.155Z] Step 12/26 : COPY . . [2020-08-31T21:02:33.157Z] ---> cbdf730a6893 [2020-08-31T21:02:33.157Z] Step 13/26 : RUN ${MAKE} [2020-08-31T21:02:33.157Z] ---> Running in c5e10b265a9a [2020-08-31T21:02:34.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.3-dev.2" -o cmd/device-snmp-go ./cmd [2020-08-31T21:02:35.102Z] f64a6f60c768: Pull complete [2020-08-31T21:02:38.437Z] e78d2573fc39: Pull complete [2020-08-31T21:02:38.437Z] e876d2f968b6: Pull complete [2020-08-31T21:02:39.011Z] ce8a83651883: Pull complete [2020-08-31T21:02:39.274Z] 07967f4d0e4b: Pull complete [2020-08-31T21:02:39.274Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T21:02:39.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T21:02:39.274Z] ---> 5d7c900382c6 [2020-08-31T21:02:39.274Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-08-31T21:02:40.225Z] ---> Running in 5ea66ad6d815 [2020-08-31T21:02:40.225Z] Removing intermediate container 5ea66ad6d815 [2020-08-31T21:02:40.225Z] ---> 8c9f315be11a [2020-08-31T21:02:40.225Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T21:02:40.225Z] ---> Running in bbb35aea0b60 [2020-08-31T21:02:40.504Z] Removing intermediate container bbb35aea0b60 [2020-08-31T21:02:40.504Z] ---> 3fec5ea661be [2020-08-31T21:02:40.504Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-08-31T21:02:40.504Z] ---> Running in ad1fb9a42554 [2020-08-31T21:02:40.770Z] Removing intermediate container ad1fb9a42554 [2020-08-31T21:02:40.770Z] ---> 0dfc05c6c387 [2020-08-31T21:02:40.770Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:02:40.770Z] ---> Running in 1e2af1684d86 [2020-08-31T21:02:42.698Z] Removing intermediate container 1e2af1684d86 [2020-08-31T21:02:42.698Z] ---> 58b294cbbc42 [2020-08-31T21:02:42.698Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T21:02:42.698Z] ---> Running in aecba251943f [2020-08-31T21:02:42.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T21:02:43.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T21:02:44.479Z] OK: 166 MiB in 39 packages [2020-08-31T21:02:44.745Z] Removing intermediate container aecba251943f [2020-08-31T21:02:44.745Z] ---> 12aaf4cc7041 [2020-08-31T21:02:44.745Z] Step 8/10 : WORKDIR /device-snmp-go [2020-08-31T21:02:44.745Z] ---> Running in 1cd62cedfe59 [2020-08-31T21:02:45.009Z] Removing intermediate container 1cd62cedfe59 [2020-08-31T21:02:45.009Z] ---> 5d8d9fcf154b [2020-08-31T21:02:45.009Z] Step 9/10 : COPY . . [2020-08-31T21:02:45.587Z] ---> fe4ba7a75831 [2020-08-31T21:02:45.587Z] Step 10/10 : RUN go mod download [2020-08-31T21:02:45.587Z] ---> Running in 9f86f37070d3 [2020-08-31T21:02:48.137Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T21:02:48.137Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T21:02:48.137Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T21:02:48.137Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T21:02:48.137Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T21:02:48.137Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T21:02:48.137Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T21:02:48.137Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T21:02:48.137Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-31T21:02:48.137Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T21:02:48.137Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T21:02:48.137Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T21:02:48.137Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T21:02:48.137Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T21:02:48.137Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T21:02:48.137Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T21:02:48.397Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T21:02:48.397Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T21:02:48.397Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T21:02:48.397Z] go: finding github.com/golang/mock v1.2.0 [2020-08-31T21:02:48.397Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T21:02:48.397Z] go: finding github.com/google/uuid v1.1.0 [2020-08-31T21:02:48.397Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T21:02:48.658Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T21:02:48.658Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T21:02:48.658Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T21:02:48.658Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T21:02:48.658Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T21:02:48.658Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T21:02:48.658Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T21:02:48.919Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T21:02:48.919Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T21:02:48.919Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T21:02:48.919Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T21:02:48.920Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T21:02:48.920Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T21:02:48.920Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T21:02:49.181Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T21:02:49.181Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T21:02:49.181Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T21:02:49.181Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T21:02:49.181Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T21:02:49.181Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T21:02:49.181Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T21:02:49.442Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T21:02:49.442Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T21:02:49.442Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T21:02:49.442Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T21:02:49.442Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T21:02:49.442Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T21:02:49.442Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T21:02:49.704Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T21:02:49.704Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T21:02:49.704Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T21:02:49.704Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T21:02:49.704Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T21:02:49.704Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T21:02:49.704Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T21:02:49.968Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T21:02:49.968Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T21:02:49.968Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-08-31T21:02:49.968Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T21:02:49.968Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T21:02:49.968Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T21:02:49.968Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T21:02:50.232Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T21:02:50.232Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-31T21:02:50.232Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T21:02:50.232Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T21:02:50.232Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T21:02:50.232Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T21:02:58.390Z] Removing intermediate container 9f86f37070d3 [2020-08-31T21:02:58.390Z] ---> 6ac96c5bb1e9 [2020-08-31T21:02:58.390Z] Successfully built 6ac96c5bb1e9 [2020-08-31T21:02:58.390Z] 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-31T21:02:59.178Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T21:02:59.475Z] + ls -al . [2020-08-31T21:02:59.475Z] total 76 [2020-08-31T21:02:59.475Z] drwxrwxr-x. 9 jenkins jenkins 4096 Aug 31 21:02 . [2020-08-31T21:02:59.475Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 31 21:02 .. [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 4405 Aug 31 21:02 Attribution.txt [2020-08-31T21:02:59.475Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 31 21:02 bin [2020-08-31T21:02:59.475Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 31 21:02 cmd [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 1002 Aug 31 21:02 Dockerfile [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 409 Aug 31 21:02 Dockerfile.build [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 6 Aug 31 21:02 .dockerignore [2020-08-31T21:02:59.475Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 31 21:02 .git [2020-08-31T21:02:59.475Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 21:02 .github [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 272 Aug 31 21:02 .gitignore [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 203 Aug 31 21:02 go.mod [2020-08-31T21:02:59.475Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 31 21:02 internal [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 678 Aug 31 21:02 Jenkinsfile [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 31 21:02 LICENSE [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 937 Aug 31 21:02 Makefile [2020-08-31T21:02:59.475Z] drwxrwxr-x. 2 jenkins jenkins 84 Aug 31 21:02 profiles [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 12398 Aug 31 21:02 README.md [2020-08-31T21:02:59.475Z] drwxrwxr-x. 3 jenkins jenkins 61 Aug 31 21:02 .semver [2020-08-31T21:02:59.475Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 31 20:57 VERSION [2020-08-31T21:02:59.476Z] -rw-rw-r--. 1 jenkins jenkins 209 Aug 31 21:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:59.778Z] + 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=c3a411597e9cf6081b038267f0590ff316b15934 --label arch=amd64 --label version=1.2.3-dev.2 . [2020-08-31T21:03:00.352Z] Sending build context to Docker daemon 356.4kB [2020-08-31T21:03:00.352Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-08-31T21:03:00.352Z] Step 2/26 : FROM ${BASE} AS builder [2020-08-31T21:03:00.352Z] ---> 6ac96c5bb1e9 [2020-08-31T21:03:00.352Z] Step 3/26 : ARG MAKE='make build' [2020-08-31T21:03:00.613Z] ---> Running in bbbdc09f8838 [2020-08-31T21:03:00.877Z] Removing intermediate container bbbdc09f8838 [2020-08-31T21:03:00.877Z] ---> 5735b6c0d027 [2020-08-31T21:03:00.877Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2020-08-31T21:03:00.877Z] ---> Running in 17df965e761e [2020-08-31T21:03:00.877Z] Removing intermediate container 17df965e761e [2020-08-31T21:03:00.877Z] ---> 40c026b67ca2 [2020-08-31T21:03:00.877Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T21:03:01.151Z] ---> Running in 6e6cc791e5e9 [2020-08-31T21:03:01.151Z] Removing intermediate container 6e6cc791e5e9 [2020-08-31T21:03:01.151Z] ---> dd629f7bc78f [2020-08-31T21:03:01.151Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:03:01.151Z] ---> Running in 993c74db6a26 [2020-08-31T21:03:01.380Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-31T21:03:02.205Z] Removing intermediate container 993c74db6a26 [2020-08-31T21:03:02.205Z] ---> 12144e8a1c89 [2020-08-31T21:03:02.205Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T21:03:02.471Z] ---> Running in d71e3aa82600 [2020-08-31T21:03:02.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T21:03:03.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T21:03:04.550Z] Removing intermediate container c5e10b265a9a [2020-08-31T21:03:04.550Z] ---> 8e36c760ca41 [2020-08-31T21:03:04.550Z] Step 14/26 : FROM alpine [2020-08-31T21:03:04.644Z] OK: 166 MiB in 39 packages [2020-08-31T21:03:04.818Z] latest: Pulling from library/alpine [2020-08-31T21:03:04.906Z] Removing intermediate container d71e3aa82600 [2020-08-31T21:03:04.906Z] ---> 340e15342f24 [2020-08-31T21:03:04.906Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-08-31T21:03:04.906Z] ---> Running in e0cd741316a5 [2020-08-31T21:03:05.089Z] b538f80385f9: Already exists [2020-08-31T21:03:05.089Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T21:03:05.089Z] Status: Downloaded newer image for alpine:latest [2020-08-31T21:03:05.089Z] ---> 62ee0e9f8440 [2020-08-31T21:03:05.089Z] Step 15/26 : ENV APP_PORT=49993 [2020-08-31T21:03:05.168Z] Removing intermediate container e0cd741316a5 [2020-08-31T21:03:05.168Z] ---> 248b25f19fa2 [2020-08-31T21:03:05.168Z] Step 9/26 : COPY go.mod . [2020-08-31T21:03:05.361Z] ---> Running in 7bfe84b7a92e [2020-08-31T21:03:05.429Z] ---> 92cc2cb47b16 [2020-08-31T21:03:05.429Z] Step 10/26 : COPY Makefile . [2020-08-31T21:03:05.429Z] ---> 0f4819949e6f [2020-08-31T21:03:05.429Z] Step 11/26 : RUN make update [2020-08-31T21:03:05.632Z] Removing intermediate container 7bfe84b7a92e [2020-08-31T21:03:05.632Z] ---> 8d4daa58ce61 [2020-08-31T21:03:05.632Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-31T21:03:05.690Z] ---> Running in 77febd85e5e8 [2020-08-31T21:03:05.900Z] ---> Running in 3c29935a430e [2020-08-31T21:03:06.090Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-31T21:03:06.170Z] Removing intermediate container 3c29935a430e [2020-08-31T21:03:06.170Z] ---> e88f66901964 [2020-08-31T21:03:06.170Z] Step 17/26 : ENV DEVICE_PORT=161 [2020-08-31T21:03:06.440Z] ---> Running in 9bb54564c184 [2020-08-31T21:03:06.708Z] Removing intermediate container 9bb54564c184 [2020-08-31T21:03:06.708Z] ---> 348e1035bc57 [2020-08-31T21:03:06.708Z] Step 18/26 : EXPOSE $DEVICE_PORT [2020-08-31T21:03:06.709Z] Removing intermediate container 77febd85e5e8 [2020-08-31T21:03:06.709Z] ---> f731451e9165 [2020-08-31T21:03:06.709Z] Step 12/26 : COPY . . [2020-08-31T21:03:06.978Z] ---> Running in 274a5a99f732 [2020-08-31T21:03:07.253Z] Removing intermediate container 274a5a99f732 [2020-08-31T21:03:07.253Z] ---> 27720340279d [2020-08-31T21:03:07.253Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-08-31T21:03:07.305Z] ---> 978ee2370bfb [2020-08-31T21:03:07.305Z] Step 13/26 : RUN ${MAKE} [2020-08-31T21:03:07.305Z] ---> Running in c4ad4abe0e00 [2020-08-31T21:03:07.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.3-dev.2" -o cmd/device-snmp-go ./cmd [2020-08-31T21:03:08.675Z] ---> c76ac651cd65 [2020-08-31T21:03:08.675Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-08-31T21:03:08.947Z] ---> 0143e109bdae [2020-08-31T21:03:08.947Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-08-31T21:03:09.915Z] ---> 266eb12a7680 [2020-08-31T21:03:09.915Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2020-08-31T21:03:09.915Z] ---> Running in 4bf1af82f0bc [2020-08-31T21:03:10.185Z] Removing intermediate container 4bf1af82f0bc [2020-08-31T21:03:10.185Z] ---> f55d06b39977 [2020-08-31T21:03:10.185Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-08-31T21:03:10.457Z] ---> Running in bd8e5470807b [2020-08-31T21:03:10.728Z] Removing intermediate container bd8e5470807b [2020-08-31T21:03:10.728Z] ---> 4951ae926917 [2020-08-31T21:03:10.728Z] Step 24/26 : LABEL arch=arm64 [2020-08-31T21:03:11.000Z] ---> Running in 8f20f5b116ec [2020-08-31T21:03:11.269Z] Removing intermediate container 8f20f5b116ec [2020-08-31T21:03:11.269Z] ---> bc31b009d49b [2020-08-31T21:03:11.269Z] Step 25/26 : LABEL git_sha=c3a411597e9cf6081b038267f0590ff316b15934 [2020-08-31T21:03:11.539Z] ---> Running in bf0d46febd76 [2020-08-31T21:03:11.809Z] Removing intermediate container bf0d46febd76 [2020-08-31T21:03:11.809Z] ---> 0a6268294d58 [2020-08-31T21:03:11.809Z] Step 26/26 : LABEL version=1.2.3-dev.2 [2020-08-31T21:03:12.081Z] ---> Running in ba60e212d7a4 [2020-08-31T21:03:12.352Z] Removing intermediate container ba60e212d7a4 [2020-08-31T21:03:12.352Z] ---> 933a0b7d10f9 [2020-08-31T21:03:12.352Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T21:03:12.621Z] Successfully built 933a0b7d10f9 [2020-08-31T21:03:12.621Z] 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-31T21:03:13.088Z] provisioning config files... [2020-08-31T21:03:13.138Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/13@tmp/config7188501699077846051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:03:13.550Z] ---> docker-login.sh [2020-08-31T21:03:13.550Z] nexus3.edgexfoundry.org:10001 [2020-08-31T21:03:13.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:03:14.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:03:14.099Z] Configure a credential helper to remove this warning. See [2020-08-31T21:03:14.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:03:14.099Z] [2020-08-31T21:03:14.099Z] Login Succeeded [2020-08-31T21:03:14.099Z] nexus3.edgexfoundry.org:10002 [2020-08-31T21:03:14.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:03:14.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:03:14.644Z] Configure a credential helper to remove this warning. See [2020-08-31T21:03:14.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:03:14.644Z] [2020-08-31T21:03:14.644Z] Login Succeeded [2020-08-31T21:03:14.644Z] nexus3.edgexfoundry.org:10003 [2020-08-31T21:03:14.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:03:15.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:03:15.188Z] Configure a credential helper to remove this warning. See [2020-08-31T21:03:15.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:03:15.188Z] [2020-08-31T21:03:15.188Z] Login Succeeded [2020-08-31T21:03:15.188Z] nexus3.edgexfoundry.org:10004 [2020-08-31T21:03:15.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:03:15.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:03:15.468Z] Configure a credential helper to remove this warning. See [2020-08-31T21:03:15.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:03:15.468Z] [2020-08-31T21:03:15.468Z] Login Succeeded [2020-08-31T21:03:15.468Z] docker.io [2020-08-31T21:03:16.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:03:16.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:03:16.333Z] Configure a credential helper to remove this warning. See [2020-08-31T21:03:16.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:03:16.333Z] [2020-08-31T21:03:16.333Z] Login Succeeded [2020-08-31T21:03:16.333Z] ---> docker-login.sh ends [Pipeline] } [2020-08-31T21:03:16.349Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:03:16.518Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: [2020-08-31T21:03:16.518Z] c3a411597e9cf6081b038267f0590ff316b15934 [2020-08-31T21:03:16.518Z] latest [2020-08-31T21:03:16.518Z] 1.2.3-dev.2 [2020-08-31T21:03:16.518Z] c3a411597e9cf6081b038267f0590ff316b15934-1.2.3-dev.2 [2020-08-31T21:03:16.518Z] master [2020-08-31T21:03:16.518Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:16.994Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:c3a411597e9cf6081b038267f0590ff316b15934 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:17.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:c3a411597e9cf6081b038267f0590ff316b15934 [2020-08-31T21:03:17.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-31T21:03:17.339Z] 8b8741c94ddd: Preparing [2020-08-31T21:03:17.339Z] 5f6abcda957b: Preparing [2020-08-31T21:03:17.339Z] 6f12591af972: Preparing [2020-08-31T21:03:17.339Z] e2f13739ad41: Preparing [2020-08-31T21:03:17.610Z] e2f13739ad41: Layer already exists [2020-08-31T21:03:17.610Z] 5f6abcda957b: Pushed [2020-08-31T21:03:17.610Z] 8b8741c94ddd: Pushed [2020-08-31T21:03:17.693Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-31T21:03:19.618Z] Removing intermediate container c4ad4abe0e00 [2020-08-31T21:03:19.618Z] ---> 333e1faf0c2b [2020-08-31T21:03:19.618Z] Step 14/26 : FROM alpine [2020-08-31T21:03:19.879Z] latest: Pulling from library/alpine [2020-08-31T21:03:20.140Z] df20fa9351a1: Already exists [2020-08-31T21:03:20.140Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T21:03:20.140Z] Status: Downloaded newer image for alpine:latest [2020-08-31T21:03:20.140Z] ---> a24bb4013296 [2020-08-31T21:03:20.140Z] Step 15/26 : ENV APP_PORT=49993 [2020-08-31T21:03:20.209Z] 6f12591af972: Pushed [2020-08-31T21:03:20.209Z] c3a411597e9cf6081b038267f0590ff316b15934: digest: sha256:0bb1770896c37c7d50eefa3499e3c88423eca80a7c980adea2518e8ec4cfe814 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:20.402Z] ---> Running in 7cd9a7e4fb97 [2020-08-31T21:03:20.402Z] Removing intermediate container 7cd9a7e4fb97 [2020-08-31T21:03:20.402Z] ---> c60356a9d3de [2020-08-31T21:03:20.402Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-31T21:03:20.402Z] ---> Running in 0ad45f4026aa [2020-08-31T21:03:20.547Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:20.664Z] Removing intermediate container 0ad45f4026aa [2020-08-31T21:03:20.664Z] ---> f1e80810cf99 [2020-08-31T21:03:20.664Z] Step 17/26 : ENV DEVICE_PORT=161 [2020-08-31T21:03:20.664Z] ---> Running in d658540ad0f8 [2020-08-31T21:03:20.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-08-31T21:03:20.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-31T21:03:20.926Z] Removing intermediate container d658540ad0f8 [2020-08-31T21:03:20.926Z] ---> 34eb76b5d760 [2020-08-31T21:03:20.926Z] Step 18/26 : EXPOSE $DEVICE_PORT [2020-08-31T21:03:20.926Z] ---> Running in 2fa72454b5c5 [2020-08-31T21:03:21.187Z] Removing intermediate container 2fa72454b5c5 [2020-08-31T21:03:21.187Z] ---> abbe1441b4d2 [2020-08-31T21:03:21.187Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-08-31T21:03:21.759Z] ---> fd458a62b66c [2020-08-31T21:03:21.759Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-08-31T21:03:21.759Z] ---> 5e505cc1bbb1 [2020-08-31T21:03:21.759Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-08-31T21:03:22.019Z] ---> 65072f6a650b [2020-08-31T21:03:22.019Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2020-08-31T21:03:22.281Z] ---> Running in 606af20fa610 [2020-08-31T21:03:22.281Z] Removing intermediate container 606af20fa610 [2020-08-31T21:03:22.281Z] ---> 08b336974835 [2020-08-31T21:03:22.281Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-08-31T21:03:22.281Z] ---> Running in 8cd4734a8dc5 [2020-08-31T21:03:22.302Z] 8b8741c94ddd: Preparing [2020-08-31T21:03:22.302Z] 5f6abcda957b: Preparing [2020-08-31T21:03:22.302Z] 6f12591af972: Preparing [2020-08-31T21:03:22.302Z] e2f13739ad41: Preparing [2020-08-31T21:03:22.302Z] 5f6abcda957b: Layer already exists [2020-08-31T21:03:22.302Z] 6f12591af972: Layer already exists [2020-08-31T21:03:22.302Z] 8b8741c94ddd: Layer already exists [2020-08-31T21:03:22.302Z] e2f13739ad41: Layer already exists [2020-08-31T21:03:22.302Z] latest: digest: sha256:0bb1770896c37c7d50eefa3499e3c88423eca80a7c980adea2518e8ec4cfe814 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:22.542Z] Removing intermediate container 8cd4734a8dc5 [2020-08-31T21:03:22.542Z] ---> 5cc23df583ba [2020-08-31T21:03:22.542Z] Step 24/26 : LABEL arch=amd64 [2020-08-31T21:03:22.542Z] ---> Running in 840982e7a0e0 [2020-08-31T21:03:22.642Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:22.804Z] Removing intermediate container 840982e7a0e0 [2020-08-31T21:03:22.804Z] ---> ebca8dbec52e [2020-08-31T21:03:22.804Z] Step 25/26 : LABEL git_sha=c3a411597e9cf6081b038267f0590ff316b15934 [2020-08-31T21:03:22.804Z] ---> Running in 4c08a10dd5ee [2020-08-31T21:03:22.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.2 [2020-08-31T21:03:22.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-31T21:03:22.977Z] 8b8741c94ddd: Preparing [2020-08-31T21:03:22.977Z] 5f6abcda957b: Preparing [2020-08-31T21:03:22.977Z] 6f12591af972: Preparing [2020-08-31T21:03:22.977Z] e2f13739ad41: Preparing [2020-08-31T21:03:22.977Z] 8b8741c94ddd: Layer already exists [2020-08-31T21:03:22.977Z] 5f6abcda957b: Layer already exists [2020-08-31T21:03:22.977Z] e2f13739ad41: Layer already exists [2020-08-31T21:03:22.977Z] 6f12591af972: Layer already exists [2020-08-31T21:03:23.065Z] Removing intermediate container 4c08a10dd5ee [2020-08-31T21:03:23.065Z] ---> 0758a86c6146 [2020-08-31T21:03:23.065Z] Step 26/26 : LABEL version=1.2.3-dev.2 [2020-08-31T21:03:23.065Z] ---> Running in 72028932e78d [2020-08-31T21:03:23.250Z] 1.2.3-dev.2: digest: sha256:0bb1770896c37c7d50eefa3499e3c88423eca80a7c980adea2518e8ec4cfe814 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:23.326Z] Removing intermediate container 72028932e78d [2020-08-31T21:03:23.326Z] ---> a65440b86a91 [2020-08-31T21:03:23.326Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T21:03:23.326Z] Successfully built a65440b86a91 [2020-08-31T21:03:23.326Z] Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-08-31T21:03:23.596Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:c3a411597e9cf6081b038267f0590ff316b15934-1.2.3-dev.2 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] wrap [2020-08-31T21:03:23.787Z] provisioning config files... [2020-08-31T21:03:23.830Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/13@tmp/config8203064110902605117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:03:24.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:c3a411597e9cf6081b038267f0590ff316b15934-1.2.3-dev.2 [2020-08-31T21:03:24.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-31T21:03:24.025Z] 8b8741c94ddd: Preparing [2020-08-31T21:03:24.025Z] 5f6abcda957b: Preparing [2020-08-31T21:03:24.025Z] 6f12591af972: Preparing [2020-08-31T21:03:24.025Z] e2f13739ad41: Preparing [2020-08-31T21:03:24.025Z] e2f13739ad41: Layer already exists [2020-08-31T21:03:24.025Z] 5f6abcda957b: Layer already exists [2020-08-31T21:03:24.025Z] 8b8741c94ddd: Layer already exists [2020-08-31T21:03:24.025Z] 6f12591af972: Layer already exists [2020-08-31T21:03:24.213Z] ---> docker-login.sh [2020-08-31T21:03:24.213Z] nexus3.edgexfoundry.org:10001 [2020-08-31T21:03:24.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:03:24.308Z] c3a411597e9cf6081b038267f0590ff316b15934-1.2.3-dev.2: digest: sha256:0bb1770896c37c7d50eefa3499e3c88423eca80a7c980adea2518e8ec4cfe814 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:24.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:03:24.476Z] Configure a credential helper to remove this warning. See [2020-08-31T21:03:24.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:03:24.476Z] [2020-08-31T21:03:24.476Z] Login Succeeded [2020-08-31T21:03:24.476Z] nexus3.edgexfoundry.org:10002 [2020-08-31T21:03:24.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:03:24.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:03:24.476Z] Configure a credential helper to remove this warning. See [2020-08-31T21:03:24.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:03:24.476Z] [2020-08-31T21:03:24.476Z] Login Succeeded [2020-08-31T21:03:24.476Z] nexus3.edgexfoundry.org:10003 [2020-08-31T21:03:24.674Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:24.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:03:24.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:03:24.737Z] Configure a credential helper to remove this warning. See [2020-08-31T21:03:24.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:03:24.737Z] [2020-08-31T21:03:24.737Z] Login Succeeded [2020-08-31T21:03:24.737Z] nexus3.edgexfoundry.org:10004 [2020-08-31T21:03:25.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:03:25.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:03:25.000Z] Configure a credential helper to remove this warning. See [2020-08-31T21:03:25.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:03:25.000Z] [2020-08-31T21:03:25.000Z] Login Succeeded [2020-08-31T21:03:25.000Z] docker.io [2020-08-31T21:03:25.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:03:25.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [2020-08-31T21:03:25.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-31T21:03:25.012Z] 8b8741c94ddd: Preparing [2020-08-31T21:03:25.012Z] 5f6abcda957b: Preparing [2020-08-31T21:03:25.012Z] 6f12591af972: Preparing [2020-08-31T21:03:25.012Z] e2f13739ad41: Preparing [2020-08-31T21:03:25.012Z] 6f12591af972: Layer already exists [2020-08-31T21:03:25.012Z] 8b8741c94ddd: Layer already exists [2020-08-31T21:03:25.012Z] e2f13739ad41: Layer already exists [2020-08-31T21:03:25.012Z] 5f6abcda957b: Layer already exists [2020-08-31T21:03:25.284Z] master: digest: sha256:0bb1770896c37c7d50eefa3499e3c88423eca80a7c980adea2518e8ec4cfe814 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:03:25.471Z] ===================================================== [Pipeline] echo [2020-08-31T21:03:25.513Z] taggedImages: [2020-08-31T21:03:25.514Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:c3a411597e9cf6081b038267f0590ff316b15934 [2020-08-31T21:03:25.514Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-08-31T21:03:25.514Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.2 [2020-08-31T21:03:25.514Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:c3a411597e9cf6081b038267f0590ff316b15934-1.2.3-dev.2 [2020-08-31T21:03:25.514Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] } [Pipeline] // script [2020-08-31T21:03:25.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:03:25.573Z] Configure a credential helper to remove this warning. See [2020-08-31T21:03:25.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:03:25.573Z] [2020-08-31T21:03:25.573Z] Login Succeeded [2020-08-31T21:03:25.573Z] ---> docker-login.sh ends [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T21:03:25.672Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] stage [Pipeline] { (Snap) [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:03:25.840Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: [2020-08-31T21:03:25.840Z] c3a411597e9cf6081b038267f0590ff316b15934 [2020-08-31T21:03:25.840Z] latest [2020-08-31T21:03:25.840Z] 1.2.3-dev.2 [2020-08-31T21:03:25.840Z] c3a411597e9cf6081b038267f0590ff316b15934-1.2.3-dev.2 [2020-08-31T21:03:25.840Z] master [2020-08-31T21:03:25.840Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-08-31T21:03:26.340Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:c3a411597e9cf6081b038267f0590ff316b15934 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:26.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:c3a411597e9cf6081b038267f0590ff316b15934 [2020-08-31T21:03:26.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-31T21:03:26.748Z] 4af826f866d7: Preparing [2020-08-31T21:03:26.748Z] ee1d5d53bb2e: Preparing [2020-08-31T21:03:26.748Z] dd10abe5a353: Preparing [2020-08-31T21:03:26.748Z] 50644c29ef5a: Preparing [2020-08-31T21:03:26.748Z] 50644c29ef5a: Layer already exists [2020-08-31T21:03:26.748Z] ee1d5d53bb2e: Pushed [2020-08-31T21:03:26.748Z] 4af826f866d7: Pushed [2020-08-31T21:03:27.691Z] dd10abe5a353: Pushed [2020-08-31T21:03:27.952Z] c3a411597e9cf6081b038267f0590ff316b15934: digest: sha256:48e6537e85633aaa5552cdba700f845a2bf47620042b92a6e034b1d1106e24d5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:28.254Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:28.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-08-31T21:03:28.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-31T21:03:28.552Z] 4af826f866d7: Preparing [2020-08-31T21:03:28.552Z] ee1d5d53bb2e: Preparing [2020-08-31T21:03:28.552Z] dd10abe5a353: Preparing [2020-08-31T21:03:28.552Z] 50644c29ef5a: Preparing [2020-08-31T21:03:28.552Z] ee1d5d53bb2e: Layer already exists [2020-08-31T21:03:28.552Z] 50644c29ef5a: Layer already exists [2020-08-31T21:03:28.552Z] 4af826f866d7: Layer already exists [2020-08-31T21:03:28.552Z] dd10abe5a353: Layer already exists [2020-08-31T21:03:28.552Z] latest: digest: sha256:48e6537e85633aaa5552cdba700f845a2bf47620042b92a6e034b1d1106e24d5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:28.856Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:29.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.2 [2020-08-31T21:03:29.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-31T21:03:29.153Z] 4af826f866d7: Preparing [2020-08-31T21:03:29.153Z] ee1d5d53bb2e: Preparing [2020-08-31T21:03:29.153Z] dd10abe5a353: Preparing [2020-08-31T21:03:29.153Z] 50644c29ef5a: Preparing [2020-08-31T21:03:29.153Z] 50644c29ef5a: Layer already exists [2020-08-31T21:03:29.153Z] dd10abe5a353: Layer already exists [2020-08-31T21:03:29.153Z] ee1d5d53bb2e: Layer already exists [2020-08-31T21:03:29.153Z] 4af826f866d7: Layer already exists [2020-08-31T21:03:29.153Z] 1.2.3-dev.2: digest: sha256:48e6537e85633aaa5552cdba700f845a2bf47620042b92a6e034b1d1106e24d5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:29.473Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:c3a411597e9cf6081b038267f0590ff316b15934-1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:29.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:c3a411597e9cf6081b038267f0590ff316b15934-1.2.3-dev.2 [2020-08-31T21:03:29.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-31T21:03:29.769Z] 4af826f866d7: Preparing [2020-08-31T21:03:29.769Z] ee1d5d53bb2e: Preparing [2020-08-31T21:03:29.769Z] dd10abe5a353: Preparing [2020-08-31T21:03:29.769Z] 50644c29ef5a: Preparing [2020-08-31T21:03:29.769Z] dd10abe5a353: Layer already exists [2020-08-31T21:03:29.769Z] ee1d5d53bb2e: Layer already exists [2020-08-31T21:03:29.769Z] 4af826f866d7: Layer already exists [2020-08-31T21:03:29.769Z] 50644c29ef5a: Layer already exists [2020-08-31T21:03:29.769Z] c3a411597e9cf6081b038267f0590ff316b15934-1.2.3-dev.2: digest: sha256:48e6537e85633aaa5552cdba700f845a2bf47620042b92a6e034b1d1106e24d5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:30.070Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:30.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [2020-08-31T21:03:30.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-31T21:03:30.941Z] 4af826f866d7: Preparing [2020-08-31T21:03:30.941Z] ee1d5d53bb2e: Preparing [2020-08-31T21:03:30.941Z] dd10abe5a353: Preparing [2020-08-31T21:03:30.941Z] 50644c29ef5a: Preparing [2020-08-31T21:03:30.941Z] 4af826f866d7: Layer already exists [2020-08-31T21:03:30.941Z] ee1d5d53bb2e: Layer already exists [2020-08-31T21:03:30.941Z] dd10abe5a353: Layer already exists [2020-08-31T21:03:30.941Z] 50644c29ef5a: Layer already exists [2020-08-31T21:03:30.941Z] master: digest: sha256:48e6537e85633aaa5552cdba700f845a2bf47620042b92a6e034b1d1106e24d5 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:03:31.125Z] ===================================================== [Pipeline] echo [2020-08-31T21:03:31.165Z] taggedImages: [2020-08-31T21:03:31.165Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:c3a411597e9cf6081b038267f0590ff316b15934 [2020-08-31T21:03:31.165Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-08-31T21:03:31.165Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.2 [2020-08-31T21:03:31.165Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:c3a411597e9cf6081b038267f0590ff316b15934-1.2.3-dev.2 [2020-08-31T21:03:31.165Z] - 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] } [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-31T21:03:32.532Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-31T21:03:32.533Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-31T21:03:32.592Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:32.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:03:32.978Z] [2020-08-31T21:03:32.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:33.346Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:03:33.347Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-31T21:03:33.347Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-31T21:03:33.347Z] 408f87550127: Pulling fs layer [2020-08-31T21:03:33.347Z] fe522b08c979: Pulling fs layer [2020-08-31T21:03:33.347Z] 221eaa008020: Pulling fs layer [2020-08-31T21:03:33.347Z] 2a4607e5d6b9: Pulling fs layer [2020-08-31T21:03:33.347Z] 8f79b27c4fd2: Pulling fs layer [2020-08-31T21:03:33.347Z] e5c8dbe1645b: Pulling fs layer [2020-08-31T21:03:33.347Z] 23e8b3b47431: Pulling fs layer [2020-08-31T21:03:33.347Z] 5c568d65a230: Pulling fs layer [2020-08-31T21:03:33.347Z] 221eaa008020: Waiting [2020-08-31T21:03:33.347Z] 2a4607e5d6b9: Waiting [2020-08-31T21:03:33.347Z] 8f79b27c4fd2: Waiting [2020-08-31T21:03:33.347Z] e5c8dbe1645b: Waiting [2020-08-31T21:03:33.347Z] 23e8b3b47431: Waiting [2020-08-31T21:03:33.347Z] 5c568d65a230: Waiting [2020-08-31T21:03:33.347Z] fe522b08c979: Verifying Checksum [2020-08-31T21:03:33.347Z] fe522b08c979: Download complete [2020-08-31T21:03:33.347Z] 408f87550127: Verifying Checksum [2020-08-31T21:03:33.347Z] 408f87550127: Download complete [2020-08-31T21:03:33.347Z] 2a4607e5d6b9: Verifying Checksum [2020-08-31T21:03:33.347Z] 2a4607e5d6b9: Download complete [2020-08-31T21:03:33.347Z] 8f79b27c4fd2: Verifying Checksum [2020-08-31T21:03:33.347Z] 8f79b27c4fd2: Download complete [2020-08-31T21:03:33.657Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-31T21:03:33.657Z] cbdbe7a5bc2a: Download complete [2020-08-31T21:03:34.323Z] cbdbe7a5bc2a: Pull complete [2020-08-31T21:03:34.323Z] e5c8dbe1645b: Verifying Checksum [2020-08-31T21:03:34.323Z] e5c8dbe1645b: Download complete [2020-08-31T21:03:34.689Z] 408f87550127: Pull complete [2020-08-31T21:03:35.221Z] fe522b08c979: Pull complete [2020-08-31T21:03:35.895Z] 23e8b3b47431: Verifying Checksum [2020-08-31T21:03:35.895Z] 23e8b3b47431: Download complete [2020-08-31T21:03:36.577Z] 5c568d65a230: Verifying Checksum [2020-08-31T21:03:36.577Z] 5c568d65a230: Download complete [2020-08-31T21:03:36.858Z] 221eaa008020: Verifying Checksum [2020-08-31T21:03:36.858Z] 221eaa008020: Download complete [2020-08-31T21:03:45.182Z] 221eaa008020: Pull complete [2020-08-31T21:03:45.464Z] 2a4607e5d6b9: Pull complete [2020-08-31T21:03:45.464Z] 8f79b27c4fd2: Pull complete [2020-08-31T21:03:48.186Z] e5c8dbe1645b: Pull complete [2020-08-31T21:03:51.717Z] 23e8b3b47431: Pull complete [2020-08-31T21:03:54.411Z] 5c568d65a230: Pull complete [2020-08-31T21:03:54.411Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-31T21:03:54.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:03:54.411Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-31T21:03:54.735Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T21:03:55.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-snmp-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-31T21:03:56.727Z] $ docker top 9fdd1042b09422a2e08d884892e31ef4c360afcaabc5c075e2f2376de78f3e39 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T21:03:57.404Z] + snyk monitor '--org=edgex-jenkins' [2020-08-31T21:04:05.629Z] [2020-08-31T21:04:05.629Z] Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... [2020-08-31T21:04:05.629Z] [2020-08-31T21:04:05.629Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/6d00f8c6-b9c4-443f-8967-73dcbc157cfe [2020-08-31T21:04:05.629Z] [2020-08-31T21:04:05.629Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-31T21:04:05.629Z] [2020-08-31T21:04:05.629Z] [2020-08-31T21:04:05.629Z] Snyk CLI supports Node.js 8 and higher. [2020-08-31T21:04:05.629Z] 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-31T21:04:05.629Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-31T21:04:05.629Z] [2020-08-31T21:04:05.629Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-31T21:04:05.629Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-31T21:04:05.658Z] $ docker stop --time=1 9fdd1042b09422a2e08d884892e31ef4c360afcaabc5c075e2f2376de78f3e39 [2020-08-31T21:04:08.520Z] $ docker rm -f 9fdd1042b09422a2e08d884892e31ef4c360afcaabc5c075e2f2376de78f3e39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:09.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:04:09.715Z] [2020-08-31T21:04:09.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:10.107Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:04:10.107Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-31T21:04:10.107Z] e7c96db7181b: Pulling fs layer [2020-08-31T21:04:10.107Z] 1868ca2cb446: Pulling fs layer [2020-08-31T21:04:10.107Z] 136be5d0fe8e: Pulling fs layer [2020-08-31T21:04:10.107Z] 894bfe63afcb: Pulling fs layer [2020-08-31T21:04:10.107Z] 1868ca2cb446: Verifying Checksum [2020-08-31T21:04:10.107Z] 1868ca2cb446: Download complete [2020-08-31T21:04:10.107Z] 136be5d0fe8e: Download complete [2020-08-31T21:04:10.388Z] e7c96db7181b: Verifying Checksum [2020-08-31T21:04:10.388Z] e7c96db7181b: Download complete [2020-08-31T21:04:10.388Z] 894bfe63afcb: Verifying Checksum [2020-08-31T21:04:10.388Z] 894bfe63afcb: Download complete [2020-08-31T21:04:10.653Z] e7c96db7181b: Pull complete [2020-08-31T21:04:10.653Z] 1868ca2cb446: Pull complete [2020-08-31T21:04:11.251Z] 136be5d0fe8e: Pull complete [2020-08-31T21:04:11.516Z] 894bfe63afcb: Pull complete [2020-08-31T21:04:11.799Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-31T21:04:11.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:04:11.799Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-31T21:04:12.063Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T21:04:12.137Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:04:13.427Z] $ docker top 749c2b59410a25e840a2fbca71d8fe0813ce600872b123068d9097e4df78e63e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:04:14.200Z] + tee [2020-08-31T21:04:14.200Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:c3a411597e9cf6081b038267f0590ff316b15934 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:04:18.655Z] $ docker stop --time=1 749c2b59410a25e840a2fbca71d8fe0813ce600872b123068d9097e4df78e63e [2020-08-31T21:04:20.195Z] $ docker rm -f 749c2b59410a25e840a2fbca71d8fe0813ce600872b123068d9097e4df78e63e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:20.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:04:20.824Z] . [Pipeline] withDockerContainer [2020-08-31T21:04:20.953Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T21:04:21.175Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:04:22.332Z] $ docker top 5cb4845ce27986ef27bd2337ddd7a18aaa455800c54648104bded5732d9091f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:04:23.066Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:c3a411597e9cf6081b038267f0590ff316b15934 [2020-08-31T21:04:23.066Z] clair timeout 1m0s [2020-08-31T21:04:23.066Z] docker timeout: 1m0s [2020-08-31T21:04:23.066Z] no whitelist file [2020-08-31T21:04:23.066Z] + tee [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:04:24.129Z] $ docker stop --time=1 5cb4845ce27986ef27bd2337ddd7a18aaa455800c54648104bded5732d9091f6 [2020-08-31T21:04:25.797Z] $ docker rm -f 5cb4845ce27986ef27bd2337ddd7a18aaa455800c54648104bded5732d9091f6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-31T21:04:26.383Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-08-31T21:04:26.399Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go_c3a411597e9cf6081b038267f0590ff316b15934.html [Pipeline] writeFile [Pipeline] step [2020-08-31T21:04:26.446Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:26.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:04:26.801Z] . [Pipeline] withDockerContainer [2020-08-31T21:04:26.909Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T21:04:27.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:04:28.224Z] $ docker top e1feabdef214b4e31466d922cc4ab17155bc2f011d737f128d263f4a9171a93a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:04:28.817Z] + tee [2020-08-31T21:04:28.817Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:c3a411597e9cf6081b038267f0590ff316b15934 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:04:32.680Z] $ docker stop --time=1 e1feabdef214b4e31466d922cc4ab17155bc2f011d737f128d263f4a9171a93a [2020-08-31T21:04:34.289Z] $ docker rm -f e1feabdef214b4e31466d922cc4ab17155bc2f011d737f128d263f4a9171a93a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:34.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:04:34.869Z] . [Pipeline] withDockerContainer [2020-08-31T21:04:35.048Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T21:04:35.216Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:04:36.351Z] $ docker top 907ddc5c4b2bb241852757ff19a33b2fb5d4bef380bc3f116778440baafc09ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:04:37.069Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:c3a411597e9cf6081b038267f0590ff316b15934 [2020-08-31T21:04:37.069Z] + tee [2020-08-31T21:04:37.069Z] clair timeout 1m0s [2020-08-31T21:04:37.069Z] docker timeout: 1m0s [2020-08-31T21:04:37.069Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:04:38.165Z] $ docker stop --time=1 907ddc5c4b2bb241852757ff19a33b2fb5d4bef380bc3f116778440baafc09ce [2020-08-31T21:04:39.628Z] $ docker rm -f 907ddc5c4b2bb241852757ff19a33b2fb5d4bef380bc3f116778440baafc09ce [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-31T21:04:40.142Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-08-31T21:04:40.156Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go-arm64_c3a411597e9cf6081b038267f0590ff316b15934.html [Pipeline] writeFile [Pipeline] step [2020-08-31T21:04:40.206Z] 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-31T21:04:41.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:04:41.558Z] . [Pipeline] withDockerContainer [2020-08-31T21:04:41.767Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T21:04:41.867Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:04:42.803Z] $ docker top f858caca265df594734f4d89b531d273c6ff7b283170f42f25923de507572c1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:04:43.194Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:04:43.194Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:04:43.465Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:04:43.471Z] $ docker exec f858caca265df594734f4d89b531d273c6ff7b283170f42f25923de507572c1f ssh-agent [2020-08-31T21:04:43.678Z] SSH_AUTH_SOCK=/tmp/ssh-m9Fs1wclym5v/agent.13 [2020-08-31T21:04:43.678Z] SSH_AGENT_PID=18 [2020-08-31T21:04:43.687Z] Running ssh-add (command line suppressed) [2020-08-31T21:04:43.897Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5775580325807394649.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5775580325807394649.key) [2020-08-31T21:04:43.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:04:44.309Z] + git semver tag [2020-08-31T21:04:44.574Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:04:44.574Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-31T21:04:44.574Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-31T21:04:44.574Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:04:44.574Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:04:44.574Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:04:44.574Z] # $SEMVER_BRANCH = master [2020-08-31T21:04:44.574Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-08-31T21:04:44.574Z] # c3a411597e9cf6081b038267f0590ff316b15934 HEAD [2020-08-31T21:04:44.574Z] # -> Force: false [2020-08-31T21:04:44.574Z] # af97813b71c6bc4f9615b7f4fdd69e1f2d247df6 refs/tags/v1.2.3-dev.2 [Pipeline] } [2020-08-31T21:04:44.589Z] $ docker exec --env ******** --env ******** f858caca265df594734f4d89b531d273c6ff7b283170f42f25923de507572c1f ssh-agent -k [2020-08-31T21:04:44.759Z] unset SSH_AUTH_SOCK; [2020-08-31T21:04:44.759Z] unset SSH_AGENT_PID; [2020-08-31T21:04:44.759Z] echo Agent pid 18 killed; [2020-08-31T21:04:44.819Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:04:45.264Z] + git semver [Pipeline] } [2020-08-31T21:04:45.283Z] $ docker stop --time=1 f858caca265df594734f4d89b531d273c6ff7b283170f42f25923de507572c1f [2020-08-31T21:04:46.658Z] $ docker rm -f f858caca265df594734f4d89b531d273c6ff7b283170f42f25923de507572c1f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:47.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:04:47.474Z] [2020-08-31T21:04:47.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:47.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:04:47.916Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-31T21:04:47.916Z] ab5ef0e58194: Pulling fs layer [2020-08-31T21:04:47.916Z] 9712f1f96733: Pulling fs layer [2020-08-31T21:04:47.916Z] 63f879dbbcfc: Pulling fs layer [2020-08-31T21:04:47.916Z] 0d9ebad4ef96: Pulling fs layer [2020-08-31T21:04:47.916Z] e9a5061849ea: Pulling fs layer [2020-08-31T21:04:47.916Z] d747dcd14b5f: Pulling fs layer [2020-08-31T21:04:47.916Z] 2de7ff778b66: Pulling fs layer [2020-08-31T21:04:47.916Z] 0d9ebad4ef96: Waiting [2020-08-31T21:04:47.916Z] e9a5061849ea: Waiting [2020-08-31T21:04:47.916Z] d747dcd14b5f: Waiting [2020-08-31T21:04:47.916Z] 2de7ff778b66: Waiting [2020-08-31T21:04:47.916Z] 9712f1f96733: Verifying Checksum [2020-08-31T21:04:47.916Z] 9712f1f96733: Download complete [2020-08-31T21:04:49.672Z] 63f879dbbcfc: Verifying Checksum [2020-08-31T21:04:49.672Z] 63f879dbbcfc: Download complete [2020-08-31T21:04:50.341Z] e9a5061849ea: Verifying Checksum [2020-08-31T21:04:50.341Z] e9a5061849ea: Download complete [2020-08-31T21:04:50.341Z] d747dcd14b5f: Verifying Checksum [2020-08-31T21:04:50.341Z] d747dcd14b5f: Download complete [2020-08-31T21:04:50.341Z] 0d9ebad4ef96: Verifying Checksum [2020-08-31T21:04:50.341Z] 0d9ebad4ef96: Download complete [2020-08-31T21:04:51.067Z] ab5ef0e58194: Verifying Checksum [2020-08-31T21:04:51.067Z] ab5ef0e58194: Download complete [2020-08-31T21:04:51.371Z] 2de7ff778b66: Verifying Checksum [2020-08-31T21:04:51.371Z] 2de7ff778b66: Download complete [2020-08-31T21:04:56.987Z] ab5ef0e58194: Pull complete [2020-08-31T21:04:56.987Z] 9712f1f96733: Pull complete [2020-08-31T21:04:59.556Z] 63f879dbbcfc: Pull complete [2020-08-31T21:05:09.855Z] 0d9ebad4ef96: Pull complete [2020-08-31T21:05:10.502Z] e9a5061849ea: Pull complete [2020-08-31T21:05:10.780Z] d747dcd14b5f: Pull complete [2020-08-31T21:05:15.068Z] 2de7ff778b66: Pull complete [2020-08-31T21:05:15.068Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-31T21:05:15.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:05:15.069Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-31T21:05:15.304Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T21:05:15.369Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-31T21:05:18.201Z] $ docker top 16284027f031686e884b4e79a0442cb78a7725ef4b75bd9bc6be217b40b8cf54 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-31T21:05:18.423Z] provisioning config files... [2020-08-31T21:05:18.466Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config6087415025312538220tmp [2020-08-31T21:05:18.490Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config1643052287244890461tmp [2020-08-31T21:05:18.516Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config654766099623480742tmp [Pipeline] { [Pipeline] echo [2020-08-31T21:05:18.566Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:05:19.206Z] ---> sigul-configuration.sh [2020-08-31T21:05:19.206Z] gpg: directory `/root/.gnupg' created [2020-08-31T21:05:19.207Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-31T21:05:19.207Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-31T21:05:19.207Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-31T21:05:19.207Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-31T21:05:19.207Z] gpg: CAST5 encrypted data [2020-08-31T21:05:19.207Z] gpg: encrypted with 1 passphrase [2020-08-31T21:05:19.207Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-31T21:05:19.635Z] + mkdir /home/jenkins [2020-08-31T21:05:19.635Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-31T21:05:20.038Z] + 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-31T21:05:20.060Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:05:20.394Z] ---> sigul-install.sh [2020-08-31T21:05:27.718Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-31T21:05:28.350Z] + git tag --list [2020-08-31T21:05:28.350Z] v1.2.3-dev.2 [Pipeline] sh [2020-08-31T21:05:29.019Z] + lftools sign git-tag v1.2.3-dev.2 [2020-08-31T21:05:30.969Z] Signing Git tag with Sigul... [2020-08-31T21:05:30.969Z] Signing v1.2.3-dev.2 [2020-08-31T21:05:31.544Z] Error: Authentication failed [Pipeline] echo [2020-08-31T21:05:31.826Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:05:32.238Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-31T21:05:32.263Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-31T21:05:32.351Z] $ docker stop --time=1 16284027f031686e884b4e79a0442cb78a7725ef4b75bd9bc6be217b40b8cf54 [2020-08-31T21:05:34.281Z] $ docker rm -f 16284027f031686e884b4e79a0442cb78a7725ef4b75bd9bc6be217b40b8cf54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:05:35.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:05:35.120Z] . [Pipeline] withDockerContainer [2020-08-31T21:05:35.256Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T21:05:35.347Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:05:36.522Z] $ docker top 624c9208d94f0e6939fc47d609f75168d7fc5ea85f4769eb848dff54c215e709 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:05:36.830Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:05:36.830Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:05:37.211Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:05:37.216Z] $ docker exec 624c9208d94f0e6939fc47d609f75168d7fc5ea85f4769eb848dff54c215e709 ssh-agent [2020-08-31T21:05:37.538Z] SSH_AUTH_SOCK=/tmp/ssh-ZRHs5Eyc7gEH/agent.11 [2020-08-31T21:05:37.538Z] SSH_AGENT_PID=17 [2020-08-31T21:05:37.547Z] Running ssh-add (command line suppressed) [2020-08-31T21:05:37.749Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4523212666309457201.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4523212666309457201.key) [2020-08-31T21:05:37.850Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:05:38.221Z] + git semver bump pre [2020-08-31T21:05:38.508Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:05:38.508Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-31T21:05:38.508Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-31T21:05:38.508Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:05:38.508Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:05:38.508Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:05:38.508Z] # $SEMVER_BRANCH = master [2020-08-31T21:05:38.509Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-08-31T21:05:38.509Z] 1.2.3-dev.3 [Pipeline] } [2020-08-31T21:05:38.529Z] $ docker exec --env ******** --env ******** 624c9208d94f0e6939fc47d609f75168d7fc5ea85f4769eb848dff54c215e709 ssh-agent -k [2020-08-31T21:05:38.844Z] unset SSH_AUTH_SOCK; [2020-08-31T21:05:38.845Z] unset SSH_AGENT_PID; [2020-08-31T21:05:38.845Z] echo Agent pid 17 killed; [2020-08-31T21:05:38.952Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:05:39.448Z] + git semver [Pipeline] } [2020-08-31T21:05:39.550Z] $ docker stop --time=1 624c9208d94f0e6939fc47d609f75168d7fc5ea85f4769eb848dff54c215e709 [2020-08-31T21:05:41.452Z] $ docker rm -f 624c9208d94f0e6939fc47d609f75168d7fc5ea85f4769eb848dff54c215e709 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:05:42.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:05:42.207Z] . [Pipeline] withDockerContainer [2020-08-31T21:05:42.527Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T21:05:42.696Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:05:44.144Z] $ docker top 4f992d044c3bb904ae841037edacab2e85138f46e937afab5b293f8409cdbfee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:05:44.512Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:05:44.512Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:05:45.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:05:45.199Z] $ docker exec 4f992d044c3bb904ae841037edacab2e85138f46e937afab5b293f8409cdbfee ssh-agent [2020-08-31T21:05:45.756Z] SSH_AUTH_SOCK=/tmp/ssh-8eYUdNWZaqyW/agent.11 [2020-08-31T21:05:45.757Z] SSH_AGENT_PID=16 [2020-08-31T21:05:45.778Z] Running ssh-add (command line suppressed) [2020-08-31T21:05:46.284Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8637548048846343227.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8637548048846343227.key) [2020-08-31T21:05:46.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:05:47.196Z] + git semver push [2020-08-31T21:05:47.196Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:05:47.196Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-31T21:05:47.196Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-31T21:05:47.196Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:05:47.196Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:05:47.196Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:05:47.196Z] # $SEMVER_BRANCH = master [2020-08-31T21:05:47.196Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-08-31T21:05:53.997Z] $ docker exec --env ******** --env ******** 4f992d044c3bb904ae841037edacab2e85138f46e937afab5b293f8409cdbfee ssh-agent -k [2020-08-31T21:05:54.241Z] unset SSH_AUTH_SOCK; [2020-08-31T21:05:54.241Z] unset SSH_AGENT_PID; [2020-08-31T21:05:54.241Z] echo Agent pid 16 killed; [2020-08-31T21:05:54.429Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:05:55.261Z] + git semver [Pipeline] } [2020-08-31T21:05:55.287Z] $ docker stop --time=1 4f992d044c3bb904ae841037edacab2e85138f46e937afab5b293f8409cdbfee [2020-08-31T21:05:56.821Z] $ docker rm -f 4f992d044c3bb904ae841037edacab2e85138f46e937afab5b293f8409cdbfee [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-31T21:05:58.028Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:05:58.632Z] ---> package-listing.sh [2020-08-31T21:05:58.632Z] ++ facter osfamily [2020-08-31T21:05:58.632Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T21:05:58.922Z] + OS_FAMILY=redhat [2020-08-31T21:05:58.922Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_master [2020-08-31T21:05:58.922Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T21:05:58.922Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T21:05:58.922Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T21:05:58.922Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T21:05:58.922Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-08-31T21:05:58.922Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T21:05:58.922Z] + case "${OS_FAMILY}" in [2020-08-31T21:05:58.922Z] + rpm -qa [2020-08-31T21:05:58.922Z] + sort [2020-08-31T21:06:03.186Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T21:06:03.186Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T21:06:03.186Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T21:06:03.186Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-08-31T21:06:03.186Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ [2020-08-31T21:06:03.186Z] + 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-31T21:06:03.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:06:03.658Z] [2020-08-31T21:06:03.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:06:04.053Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:06:04.053Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T21:06:04.053Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T21:06:04.053Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T21:06:04.053Z] 756a868c4378: Pulling fs layer [2020-08-31T21:06:04.053Z] 444b2fc9a129: Pulling fs layer [2020-08-31T21:06:04.053Z] ea15f1150254: Pulling fs layer [2020-08-31T21:06:04.053Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T21:06:04.053Z] 28c525ee5125: Pulling fs layer [2020-08-31T21:06:04.053Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T21:06:04.053Z] 138eaada9080: Pulling fs layer [2020-08-31T21:06:04.053Z] 0622d0fa9048: Pulling fs layer [2020-08-31T21:06:04.053Z] 28c525ee5125: Waiting [2020-08-31T21:06:04.053Z] 094b1ea09ed8: Waiting [2020-08-31T21:06:04.053Z] 138eaada9080: Waiting [2020-08-31T21:06:04.053Z] 0622d0fa9048: Waiting [2020-08-31T21:06:04.053Z] 444b2fc9a129: Waiting [2020-08-31T21:06:04.053Z] ea15f1150254: Waiting [2020-08-31T21:06:04.053Z] 41b27a9f41bf: Waiting [2020-08-31T21:06:04.053Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T21:06:04.053Z] 2cc5ad85d9ab: Download complete [2020-08-31T21:06:04.341Z] 444b2fc9a129: Download complete [2020-08-31T21:06:04.342Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T21:06:04.342Z] c9b1b535fdd9: Download complete [2020-08-31T21:06:04.342Z] ea15f1150254: Verifying Checksum [2020-08-31T21:06:04.342Z] ea15f1150254: Download complete [2020-08-31T21:06:04.342Z] 28c525ee5125: Download complete [2020-08-31T21:06:04.962Z] 756a868c4378: Verifying Checksum [2020-08-31T21:06:04.962Z] 756a868c4378: Download complete [2020-08-31T21:06:04.962Z] 138eaada9080: Verifying Checksum [2020-08-31T21:06:04.962Z] 138eaada9080: Download complete [2020-08-31T21:06:05.255Z] 0622d0fa9048: Verifying Checksum [2020-08-31T21:06:05.255Z] 0622d0fa9048: Download complete [2020-08-31T21:06:05.255Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T21:06:05.255Z] 094b1ea09ed8: Download complete [2020-08-31T21:06:05.895Z] c9b1b535fdd9: Pull complete [2020-08-31T21:06:06.161Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T21:06:06.161Z] 41b27a9f41bf: Download complete [2020-08-31T21:06:06.437Z] 2cc5ad85d9ab: Pull complete [2020-08-31T21:06:08.420Z] 756a868c4378: Pull complete [2020-08-31T21:06:08.420Z] 444b2fc9a129: Pull complete [2020-08-31T21:06:08.724Z] ea15f1150254: Pull complete [2020-08-31T21:06:13.085Z] 41b27a9f41bf: Pull complete [2020-08-31T21:06:13.085Z] 28c525ee5125: Pull complete [2020-08-31T21:06:16.463Z] 094b1ea09ed8: Pull complete [2020-08-31T21:06:17.036Z] 138eaada9080: Pull complete [2020-08-31T21:06:17.036Z] 0622d0fa9048: Pull complete [2020-08-31T21:06:17.036Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T21:06:17.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:06:17.036Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T21:06:17.182Z] prd-centos7-docker-4c-2g-884 does not seem to be running inside a container [2020-08-31T21:06:17.518Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-31T21:06:20.393Z] $ docker top f47239a3a8f6bea398fc2aba689621e3fe2b3abbb11ee5fa8701bde633d246d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T21:06:20.765Z] provisioning config files... [2020-08-31T21:06:20.784Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config5517785335755002526tmp [Pipeline] { [Pipeline] echo [2020-08-31T21:06:20.858Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:06:21.510Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T21:06:21.522Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:06:22.196Z] ---> logs-deploy.sh [2020-08-31T21:06:22.196Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/13 [2020-08-31T21:06:22.197Z] INFO: archiving workspace using pattern(s): [2020-08-31T21:06:23.660Z] Archives upload complete. [2020-08-31T21:06:23.660Z] INFO: archiving logs to Nexus