Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 03464ffadf6f8b9068bcdea2569ab2e117b905af 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9394 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 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 --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 03464ffadf6f8b9068bcdea2569ab2e117b905af (master) > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 03464ffadf6f8b9068bcdea2569ab2e117b905af # timeout=10 Commit message: "Merge pull request #68 from weichou1229/issue-67" > git rev-list --no-walk 848f2065905ad4eb93e9b774cef4a4ef5a1cd264 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-28T03:06:08.859Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-28T03:06:09.075Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-28T03:06:09.171Z] ========================================================= [2020-10-28T03:06:09.171Z] EdgeX Global Pipelines Version Info [2020-10-28T03:06:09.171Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:06:10.730Z] ------------------- [2020-10-28T03:06:10.730Z] stable info: [2020-10-28T03:06:10.730Z] ------------------- [2020-10-28T03:06:10.730Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-28T03:06:10.730Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-28T03:06:10.730Z] Message: update stable to v1.0.148 [2020-10-28T03:06:11.688Z] ------------------- [2020-10-28T03:06:11.688Z] experimental info: [2020-10-28T03:06:11.688Z] ------------------- [2020-10-28T03:06:11.688Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-28T03:06:11.688Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-28T03:06:11.688Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-28T03:06:12.055Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2020-10-28T03:06:12.149Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2020-10-28T03:06:12.258Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-28T03:06:12.351Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-28T03:06:12.451Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-28T03:06:12.540Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-28T03:06:12.662Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-28T03:06:12.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-28T03:06:12.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-28T03:06:12.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-28T03:06:13.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-28T03:06:13.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo [2020-10-28T03:06:13.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-28T03:06:13.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-28T03:06:13.748Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T03:06:13.862Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T03:06:13.958Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-28T03:06:14.120Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-28T03:06:14.236Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-28T03:06:14.351Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-28T03:06:14.456Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-28T03:06:14.552Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-28T03:06:14.674Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-28T03:06:14.767Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-28T03:06:14.927Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-28T03:06:15.019Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-28T03:06:15.108Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-28T03:06:15.201Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-28T03:06:15.296Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03464ffadf6f8b9068bcdea2569ab2e117b905af [Pipeline] echo [2020-10-28T03:06:15.391Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03464ff [Pipeline] echo [2020-10-28T03:06:15.485Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-28T03:06:16.116Z] + git log --format=format:%s -1 03464ffadf6f8b9068bcdea2569ab2e117b905af [Pipeline] echo [2020-10-28T03:06:16.182Z] GIT_COMMIT: 03464ffadf6f8b9068bcdea2569ab2e117b905af, Commit Message: Merge pull request #68 from weichou1229/issue-67 [Pipeline] echo [2020-10-28T03:06:16.232Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:06:16.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T03:06:17.132Z] [2020-10-28T03:06:17.132Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:06:17.506Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T03:06:17.506Z] latest: Pulling from edgex-devops/git-semver [2020-10-28T03:06:17.506Z] 31603596830f: Pulling fs layer [2020-10-28T03:06:17.507Z] 2a8b12db71e7: Pulling fs layer [2020-10-28T03:06:17.507Z] 6ca5941a6612: Pulling fs layer [2020-10-28T03:06:17.507Z] ecc8261a40a4: Pulling fs layer [2020-10-28T03:06:17.507Z] ecc8261a40a4: Waiting [2020-10-28T03:06:17.507Z] 2a8b12db71e7: Verifying Checksum [2020-10-28T03:06:17.507Z] 2a8b12db71e7: Download complete [2020-10-28T03:06:17.507Z] 31603596830f: Verifying Checksum [2020-10-28T03:06:17.507Z] 31603596830f: Download complete [2020-10-28T03:06:17.774Z] ecc8261a40a4: Verifying Checksum [2020-10-28T03:06:17.774Z] ecc8261a40a4: Download complete [2020-10-28T03:06:17.774Z] 6ca5941a6612: Verifying Checksum [2020-10-28T03:06:17.774Z] 6ca5941a6612: Download complete [2020-10-28T03:06:18.045Z] 31603596830f: Pull complete [2020-10-28T03:06:18.045Z] 2a8b12db71e7: Pull complete [2020-10-28T03:06:19.005Z] 6ca5941a6612: Pull complete [2020-10-28T03:06:19.269Z] ecc8261a40a4: Pull complete [2020-10-28T03:06:19.269Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-28T03:06:19.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T03:06:19.269Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-28T03:06:19.388Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:06:19.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T03:06:21.652Z] $ docker top 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T03:06:22.051Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T03:06:22.051Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T03:06:22.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T03:06:22.322Z] $ docker exec 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 ssh-agent [2020-10-28T03:06:22.556Z] SSH_AUTH_SOCK=/tmp/ssh-bIuRIOzI31rN/agent.11 [2020-10-28T03:06:22.556Z] SSH_AGENT_PID=16 [2020-10-28T03:06:22.571Z] Running ssh-add (command line suppressed) [2020-10-28T03:06:22.698Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4755170579354152388.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4755170579354152388.key) [2020-10-28T03:06:22.750Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T03:06:23.093Z] + git tag --points-at HEAD [Pipeline] } [2020-10-28T03:06:23.129Z] $ docker exec --env ******** --env ******** 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 ssh-agent -k [2020-10-28T03:06:23.297Z] unset SSH_AUTH_SOCK; [2020-10-28T03:06:23.298Z] unset SSH_AGENT_PID; [2020-10-28T03:06:23.298Z] echo Agent pid 16 killed; [2020-10-28T03:06:23.346Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-28T03:06:23.501Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T03:06:23.501Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T03:06:23.680Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T03:06:23.688Z] $ docker exec 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 ssh-agent [2020-10-28T03:06:23.853Z] SSH_AUTH_SOCK=/tmp/ssh-JVumXFzqBEWB/agent.47 [2020-10-28T03:06:23.853Z] SSH_AGENT_PID=52 [2020-10-28T03:06:23.863Z] Running ssh-add (command line suppressed) [2020-10-28T03:06:23.991Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3295137553718117808.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3295137553718117808.key) [2020-10-28T03:06:24.046Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T03:06:24.399Z] + git semver init [2020-10-28T03:06:24.399Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T03:06:24.399Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-10-28T03:06:24.399Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-10-28T03:06:24.399Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T03:06:24.399Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T03:06:24.399Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T03:06:24.399Z] # $SEMVER_BRANCH = master [2020-10-28T03:06:24.399Z] # $SEMVER_TEMP = /tmp/semver-953503305 [2020-10-28T03:06:24.399Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-10-28T03:06:24.664Z] # '/tmp/semver-953503305' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' [2020-10-28T03:06:24.664Z] # -> Force: false [2020-10-28T03:06:24.664Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-10-28T03:06:24.683Z] $ docker exec --env ******** --env ******** 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 ssh-agent -k [2020-10-28T03:06:24.800Z] unset SSH_AUTH_SOCK; [2020-10-28T03:06:24.800Z] unset SSH_AGENT_PID; [2020-10-28T03:06:24.801Z] echo Agent pid 52 killed; [2020-10-28T03:06:24.848Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T03:06:25.327Z] + git semver [Pipeline] } [2020-10-28T03:06:25.350Z] $ docker stop --time=1 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 [2020-10-28T03:06:26.850Z] $ docker rm -f 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T03:06:27.356Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-28T03:06:27.907Z] Stashed 1 file(s) [Pipeline] echo [2020-10-28T03:06:27.910Z] [edgeXSemver]: initialized semver on version 1.2.3-dev.5 [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-10-28T03:06:43.526Z] Still waiting to schedule task [2020-10-28T03:06:43.526Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-28T03:06:43.607Z] Still waiting to schedule task [2020-10-28T03:06:43.607Z] ‘prd-centos7-docker-4c-2g-3642’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-9377’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-9383’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-9395’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-9376’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-9396’ is offline [2020-10-28T03:07:56.273Z] Running on prd-centos7-docker-4c-2g-9403 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-10-28T03:07:56.324Z] Running in /w/workspace/device-snmp-go/16 [Pipeline] { [Pipeline] checkout [2020-10-28T03:07:59.618Z] using credential edgex-jenkins-ssh [2020-10-28T03:07:59.673Z] Cloning the remote Git repository [2020-10-28T03:07:59.708Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-10-28T03:07:59.783Z] > git init /w/workspace/device-snmp-go/16 # timeout=10 [2020-10-28T03:07:59.839Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-10-28T03:07:59.840Z] > git --version # timeout=10 [2020-10-28T03:07:59.851Z] > git --version # 'git version 2.16.5' [2020-10-28T03:07:59.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:07:59.883Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:08:00.993Z] Checking out Revision 03464ffadf6f8b9068bcdea2569ab2e117b905af (master) [2020-10-28T03:08:00.490Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-10-28T03:08:00.500Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:08:00.522Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-10-28T03:08:00.539Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-10-28T03:08:00.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:08:00.545Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T03:08:01.007Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T03:08:01.013Z] > git checkout -f 03464ffadf6f8b9068bcdea2569ab2e117b905af # timeout=10 [2020-10-28T03:08:05.468Z] Commit message: "Merge pull request #68 from weichou1229/issue-67" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-28T03:08:06.360Z] ========================================================= [2020-10-28T03:08:06.360Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-28T03:08:06.360Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:08:07.050Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-28T03:08:07.320Z] Sending build context to Docker daemon 301.6kB [2020-10-28T03:08:07.320Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-10-28T03:08:07.320Z] Step 2/10 : FROM ${BASE} [2020-10-28T03:08:07.603Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-28T03:08:07.603Z] df20fa9351a1: Pulling fs layer [2020-10-28T03:08:07.603Z] ed8968b2872e: Pulling fs layer [2020-10-28T03:08:07.603Z] a92cc7c5fd73: Pulling fs layer [2020-10-28T03:08:07.603Z] e871e8e8d7a9: Pulling fs layer [2020-10-28T03:08:07.603Z] e73272ec9a57: Pulling fs layer [2020-10-28T03:08:07.603Z] 1e910a182e73: Pulling fs layer [2020-10-28T03:08:07.603Z] 4e634b169226: Pulling fs layer [2020-10-28T03:08:07.603Z] e73272ec9a57: Waiting [2020-10-28T03:08:07.603Z] 1e910a182e73: Waiting [2020-10-28T03:08:07.603Z] 4e634b169226: Waiting [2020-10-28T03:08:07.603Z] e871e8e8d7a9: Waiting [2020-10-28T03:08:07.603Z] a92cc7c5fd73: Verifying Checksum [2020-10-28T03:08:07.603Z] a92cc7c5fd73: Download complete [2020-10-28T03:08:07.603Z] ed8968b2872e: Verifying Checksum [2020-10-28T03:08:07.603Z] ed8968b2872e: Download complete [2020-10-28T03:08:07.603Z] e73272ec9a57: Verifying Checksum [2020-10-28T03:08:07.603Z] e73272ec9a57: Download complete [2020-10-28T03:08:07.603Z] 1e910a182e73: Verifying Checksum [2020-10-28T03:08:07.603Z] 1e910a182e73: Download complete [2020-10-28T03:08:07.603Z] df20fa9351a1: Download complete [2020-10-28T03:08:07.868Z] df20fa9351a1: Pull complete [2020-10-28T03:08:08.135Z] ed8968b2872e: Pull complete [2020-10-28T03:08:08.135Z] a92cc7c5fd73: Pull complete [2020-10-28T03:08:10.719Z] 4e634b169226: Verifying Checksum [2020-10-28T03:08:10.719Z] 4e634b169226: Download complete [2020-10-28T03:08:11.302Z] e871e8e8d7a9: Verifying Checksum [2020-10-28T03:08:11.302Z] e871e8e8d7a9: Download complete [2020-10-28T03:08:18.009Z] e871e8e8d7a9: Pull complete [2020-10-28T03:08:18.009Z] e73272ec9a57: Pull complete [2020-10-28T03:08:18.009Z] 1e910a182e73: Pull complete [2020-10-28T03:08:22.267Z] 4e634b169226: Pull complete [2020-10-28T03:08:22.267Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-28T03:08:22.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-28T03:08:22.267Z] ---> f7629b54cfaa [2020-10-28T03:08:22.267Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-10-28T03:08:22.850Z] ---> Running in 60269c57f904 [2020-10-28T03:08:23.117Z] Removing intermediate container 60269c57f904 [2020-10-28T03:08:23.117Z] ---> 44042e4478d1 [2020-10-28T03:08:23.117Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-10-28T03:08:23.117Z] ---> Running in fc21c4805ef0 [2020-10-28T03:08:23.117Z] Removing intermediate container fc21c4805ef0 [2020-10-28T03:08:23.117Z] ---> 6a6463262296 [2020-10-28T03:08:23.117Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-10-28T03:08:23.382Z] ---> Running in 837f0889473c [2020-10-28T03:08:23.382Z] Removing intermediate container 837f0889473c [2020-10-28T03:08:23.382Z] ---> 8a95ea61b80c [2020-10-28T03:08:23.382Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T03:08:23.382Z] ---> Running in 47efb2aaeb23 [2020-10-28T03:08:24.800Z] Removing intermediate container 47efb2aaeb23 [2020-10-28T03:08:24.800Z] ---> 15107a51f274 [2020-10-28T03:08:24.800Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-28T03:08:25.066Z] ---> Running in b9cf47e4e675 [2020-10-28T03:08:25.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T03:08:27.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T03:08:28.581Z] OK: 166 MiB in 39 packages [2020-10-28T03:08:29.165Z] Removing intermediate container b9cf47e4e675 [2020-10-28T03:08:29.165Z] ---> 0bec1ee8c6da [2020-10-28T03:08:29.165Z] Step 8/10 : WORKDIR /device-snmp-go [2020-10-28T03:08:29.165Z] ---> Running in c9503f356bfa [2020-10-28T03:08:29.431Z] Removing intermediate container c9503f356bfa [2020-10-28T03:08:29.431Z] ---> 4da2c949d22e [2020-10-28T03:08:29.431Z] Step 9/10 : COPY . . [2020-10-28T03:08:30.009Z] ---> fe11dd058bc5 [2020-10-28T03:08:30.009Z] Step 10/10 : RUN go mod download [2020-10-28T03:08:30.009Z] ---> Running in 80871499fb5d [2020-10-28T03:08:52.088Z] Removing intermediate container 80871499fb5d [2020-10-28T03:08:52.088Z] ---> f524fc99f839 [2020-10-28T03:08:52.088Z] Successfully built f524fc99f839 [2020-10-28T03:08:52.088Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:08:52.528Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T03:08:52.528Z] . [Pipeline] withDockerContainer [2020-10-28T03:08:52.721Z] prd-centos7-docker-4c-2g-9403 does not seem to be running inside a container [2020-10-28T03:08:52.822Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/16 -v /w/workspace/device-snmp-go/16:/w/workspace/device-snmp-go/16:rw,z -v /w/workspace/device-snmp-go/16@tmp:/w/workspace/device-snmp-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-28T03:08:53.745Z] $ docker top 248b05bf0dc190b8b8ef088fa30239d9de17e32e51e57313d1abd781828bf923 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T03:08:54.530Z] + go version [2020-10-28T03:08:54.530Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-28T03:08:54.562Z] $ docker stop --time=1 248b05bf0dc190b8b8ef088fa30239d9de17e32e51e57313d1abd781828bf923 [2020-10-28T03:08:55.937Z] $ docker rm -f 248b05bf0dc190b8b8ef088fa30239d9de17e32e51e57313d1abd781828bf923 [Pipeline] // withDockerContainer [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] sh [2020-10-28T03:08:57.893Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-28T03:08:58.234Z] + ls -al . [2020-10-28T03:08:58.234Z] total 76 [2020-10-28T03:08:58.234Z] drwxrwxr-x. 8 jenkins jenkins 4096 Oct 28 03:08 . [2020-10-28T03:08:58.234Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 28 03:07 .. [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 5082 Oct 28 03:08 Attribution.txt [2020-10-28T03:08:58.234Z] drwxrwxr-x. 2 jenkins jenkins 87 Oct 28 03:08 bin [2020-10-28T03:08:58.234Z] drwxrwxr-x. 3 jenkins jenkins 32 Oct 28 03:08 cmd [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 1002 Oct 28 03:08 Dockerfile [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 409 Oct 28 03:08 Dockerfile.build [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 6 Oct 28 03:08 .dockerignore [2020-10-28T03:08:58.234Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 28 03:08 .git [2020-10-28T03:08:58.234Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 28 03:08 .github [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 272 Oct 28 03:08 .gitignore [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 210 Oct 28 03:08 go.mod [2020-10-28T03:08:58.234Z] drwxrwxr-x. 3 jenkins jenkins 20 Oct 28 03:08 internal [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 656 Oct 28 03:08 Jenkinsfile [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 11340 Oct 28 03:08 LICENSE [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 937 Oct 28 03:08 Makefile [2020-10-28T03:08:58.234Z] drwxrwxr-x. 2 jenkins jenkins 84 Oct 28 03:08 profiles [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 12398 Oct 28 03:08 README.md [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 11 Oct 28 03:06 VERSION [2020-10-28T03:08:58.234Z] -rw-rw-r--. 1 jenkins jenkins 209 Oct 28 03:08 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:08:58.573Z] + 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=03464ffadf6f8b9068bcdea2569ab2e117b905af --label arch=amd64 --label version=1.2.3-dev.5 . [2020-10-28T03:08:58.573Z] Sending build context to Docker daemon 301.6kB [2020-10-28T03:08:58.573Z] Step 1/26 : ARG BASE=golang:1.15-alpine [2020-10-28T03:08:58.573Z] Step 2/26 : FROM ${BASE} AS builder [2020-10-28T03:08:58.573Z] ---> f524fc99f839 [2020-10-28T03:08:58.573Z] Step 3/26 : ARG MAKE='make build' [2020-10-28T03:08:58.845Z] ---> Running in a51eec4b1e81 [2020-10-28T03:08:59.110Z] Removing intermediate container a51eec4b1e81 [2020-10-28T03:08:59.110Z] ---> ac0562ee5b09 [2020-10-28T03:08:59.110Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2020-10-28T03:08:59.110Z] ---> Running in 7b94bb38617d [2020-10-28T03:08:59.110Z] Removing intermediate container 7b94bb38617d [2020-10-28T03:08:59.110Z] ---> ac879a2a5ecd [2020-10-28T03:08:59.110Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2020-10-28T03:08:59.387Z] ---> Running in d9f619d5aac1 [2020-10-28T03:08:59.387Z] Removing intermediate container d9f619d5aac1 [2020-10-28T03:08:59.387Z] ---> 0170858f09c7 [2020-10-28T03:08:59.387Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T03:08:59.387Z] ---> Running in a730092361dc [2020-10-28T03:09:00.818Z] Removing intermediate container a730092361dc [2020-10-28T03:09:00.818Z] ---> 968a7e244623 [2020-10-28T03:09:00.818Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-28T03:09:00.818Z] ---> Running in 78cc35188037 [2020-10-28T03:09:01.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T03:09:02.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T03:09:04.001Z] OK: 166 MiB in 39 packages [2020-10-28T03:09:04.268Z] Removing intermediate container 78cc35188037 [2020-10-28T03:09:04.268Z] ---> 9415f51ebf36 [2020-10-28T03:09:04.268Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-10-28T03:09:04.538Z] ---> Running in 5ed6d0f6e7a2 [2020-10-28T03:09:04.538Z] Removing intermediate container 5ed6d0f6e7a2 [2020-10-28T03:09:04.538Z] ---> 3078664c3191 [2020-10-28T03:09:04.538Z] Step 9/26 : COPY go.mod . [2020-10-28T03:09:04.806Z] ---> 738aa3dc0d6a [2020-10-28T03:09:04.806Z] Step 10/26 : COPY Makefile . [2020-10-28T03:09:05.081Z] ---> e8be39ef6ca7 [2020-10-28T03:09:05.081Z] Step 11/26 : RUN make update [2020-10-28T03:09:05.081Z] ---> Running in 9770289c4f07 [2020-10-28T03:09:05.671Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-10-28T03:09:06.261Z] Removing intermediate container 9770289c4f07 [2020-10-28T03:09:06.261Z] ---> 73f27c6d3e26 [2020-10-28T03:09:06.261Z] Step 12/26 : COPY . . [2020-10-28T03:09:06.850Z] ---> bb595b4f11f4 [2020-10-28T03:09:06.850Z] Step 13/26 : RUN ${MAKE} [2020-10-28T03:09:06.850Z] ---> Running in caa593889a7f [2020-10-28T03:09:07.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.3-dev.5" -o cmd/device-snmp-go ./cmd [2020-10-28T03:09:17.605Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-28T03:09:17.819Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9405 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-10-28T03:09:17.876Z] Running in /w/workspace/device-snmp-go/16 [Pipeline] { [Pipeline] checkout [2020-10-28T03:09:20.196Z] Removing intermediate container caa593889a7f [2020-10-28T03:09:20.196Z] ---> dc181adace31 [2020-10-28T03:09:20.196Z] Step 14/26 : FROM alpine [2020-10-28T03:09:20.782Z] latest: Pulling from library/alpine [2020-10-28T03:09:21.050Z] 188c0c94c7c5: Pulling fs layer [2020-10-28T03:09:21.050Z] 188c0c94c7c5: Verifying Checksum [2020-10-28T03:09:21.050Z] 188c0c94c7c5: Download complete [2020-10-28T03:09:21.320Z] 188c0c94c7c5: Pull complete [2020-10-28T03:09:21.320Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T03:09:21.320Z] Status: Downloaded newer image for alpine:latest [2020-10-28T03:09:21.320Z] ---> d6e46aa2470d [2020-10-28T03:09:21.320Z] Step 15/26 : ENV APP_PORT=49993 [2020-10-28T03:09:21.584Z] ---> Running in 50604b54ec10 [2020-10-28T03:09:21.584Z] Removing intermediate container 50604b54ec10 [2020-10-28T03:09:21.584Z] ---> 1efa034d97c3 [2020-10-28T03:09:21.584Z] Step 16/26 : EXPOSE $APP_PORT [2020-10-28T03:09:21.852Z] ---> Running in 5b0f54b35de8 [2020-10-28T03:09:21.852Z] Removing intermediate container 5b0f54b35de8 [2020-10-28T03:09:21.852Z] ---> 800d7036f3f0 [2020-10-28T03:09:21.852Z] Step 17/26 : ENV DEVICE_PORT=161 [2020-10-28T03:09:21.852Z] ---> Running in a0920663917a [2020-10-28T03:09:22.120Z] Removing intermediate container a0920663917a [2020-10-28T03:09:22.120Z] ---> 8d58ef3ff726 [2020-10-28T03:09:22.120Z] Step 18/26 : EXPOSE $DEVICE_PORT [2020-10-28T03:09:22.120Z] ---> Running in 2e929579f861 [2020-10-28T03:09:22.396Z] Removing intermediate container 2e929579f861 [2020-10-28T03:09:22.396Z] ---> c001524486bb [2020-10-28T03:09:22.396Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-10-28T03:09:22.985Z] ---> 16eb562b1bfa [2020-10-28T03:09:22.985Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-10-28T03:09:22.985Z] ---> 49c05eef4f0c [2020-10-28T03:09:22.985Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-10-28T03:09:23.255Z] ---> fc7d95e0892d [2020-10-28T03:09:23.255Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2020-10-28T03:09:23.536Z] ---> Running in 4c54272476ed [2020-10-28T03:09:23.536Z] Removing intermediate container 4c54272476ed [2020-10-28T03:09:23.536Z] ---> 5df4404ec605 [2020-10-28T03:09:23.537Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-10-28T03:09:23.537Z] ---> Running in 835944699ed3 [2020-10-28T03:09:23.618Z] using credential edgex-jenkins-ssh [2020-10-28T03:09:23.772Z] Cloning the remote Git repository [2020-10-28T03:09:23.804Z] Removing intermediate container 835944699ed3 [2020-10-28T03:09:23.804Z] ---> 7238be057384 [2020-10-28T03:09:23.804Z] Step 24/26 : LABEL arch=amd64 [2020-10-28T03:09:23.804Z] ---> Running in 34d6c5bc4b4f [2020-10-28T03:09:23.804Z] Removing intermediate container 34d6c5bc4b4f [2020-10-28T03:09:23.804Z] ---> 986676f39e01 [2020-10-28T03:09:23.804Z] Step 25/26 : LABEL git_sha=03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:09:24.070Z] ---> Running in feebdbdc979c [2020-10-28T03:09:24.070Z] Removing intermediate container feebdbdc979c [2020-10-28T03:09:24.070Z] ---> 1b349adaaec5 [2020-10-28T03:09:24.070Z] Step 26/26 : LABEL version=1.2.3-dev.5 [2020-10-28T03:09:24.335Z] ---> Running in edd2ad227230 [2020-10-28T03:09:24.336Z] Removing intermediate container edd2ad227230 [2020-10-28T03:09:24.336Z] ---> ebb44579d62e [2020-10-28T03:09:24.336Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-28T03:09:24.336Z] Successfully built ebb44579d62e [2020-10-28T03:09:24.336Z] Successfully tagged docker-device-snmp-go:latest [Pipeline] } [2020-10-28T03:09:23.857Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-10-28T03:09:23.976Z] > git init /w/workspace/device-snmp-go/16 # timeout=10 [2020-10-28T03:09:24.039Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-10-28T03:09:24.040Z] > git --version # timeout=10 [2020-10-28T03:09:24.054Z] > git --version # 'git version 2.17.1' [2020-10-28T03:09:24.055Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:09:24.103Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-28T03:09:24.772Z] provisioning config files... [2020-10-28T03:09:24.829Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/16@tmp/config6853611521354492690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:09:25.215Z] ---> docker-login.sh [2020-10-28T03:09:25.215Z] nexus3.edgexfoundry.org:10001 [2020-10-28T03:09:25.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T03:09:25.335Z] Checking out Revision 03464ffadf6f8b9068bcdea2569ab2e117b905af (master) [2020-10-28T03:09:25.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T03:09:25.491Z] Configure a credential helper to remove this warning. See [2020-10-28T03:09:25.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T03:09:25.491Z] [2020-10-28T03:09:25.491Z] Login Succeeded [2020-10-28T03:09:25.491Z] nexus3.edgexfoundry.org:10002 [2020-10-28T03:09:25.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T03:09:24.797Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-10-28T03:09:24.814Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:09:24.851Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-10-28T03:09:24.879Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-10-28T03:09:24.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:09:24.890Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T03:09:25.358Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T03:09:25.376Z] > git checkout -f 03464ffadf6f8b9068bcdea2569ab2e117b905af # timeout=10 [2020-10-28T03:09:25.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T03:09:25.759Z] Configure a credential helper to remove this warning. See [2020-10-28T03:09:25.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T03:09:25.759Z] [2020-10-28T03:09:25.759Z] Login Succeeded [2020-10-28T03:09:25.759Z] nexus3.edgexfoundry.org:10003 [2020-10-28T03:09:25.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T03:09:25.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T03:09:25.759Z] Configure a credential helper to remove this warning. See [2020-10-28T03:09:25.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T03:09:25.759Z] [2020-10-28T03:09:25.759Z] Login Succeeded [2020-10-28T03:09:25.759Z] nexus3.edgexfoundry.org:10004 [2020-10-28T03:09:26.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T03:09:26.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T03:09:26.026Z] Configure a credential helper to remove this warning. See [2020-10-28T03:09:26.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T03:09:26.026Z] [2020-10-28T03:09:26.026Z] Login Succeeded [2020-10-28T03:09:26.026Z] docker.io [2020-10-28T03:09:26.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T03:09:26.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T03:09:26.572Z] Configure a credential helper to remove this warning. See [2020-10-28T03:09:26.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T03:09:26.572Z] [2020-10-28T03:09:26.572Z] Login Succeeded [2020-10-28T03:09:26.572Z] ---> docker-login.sh ends [Pipeline] } [2020-10-28T03:09:26.595Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T03:09:26.838Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: [2020-10-28T03:09:26.838Z] 03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:09:26.838Z] latest [2020-10-28T03:09:26.838Z] 1.2.3-dev.5 [2020-10-28T03:09:26.838Z] 03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 [2020-10-28T03:09:26.838Z] master [2020-10-28T03:09:26.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:09:27.391Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:09:27.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:09:27.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-10-28T03:09:27.705Z] 60cae760d2e0: Preparing [2020-10-28T03:09:27.705Z] f0726fcf23ca: Preparing [2020-10-28T03:09:27.705Z] ec7d0f636992: Preparing [2020-10-28T03:09:27.705Z] ace0eda3e3be: Preparing [2020-10-28T03:09:27.705Z] ace0eda3e3be: Layer already exists [2020-10-28T03:09:27.970Z] 60cae760d2e0: Pushed [2020-10-28T03:09:27.970Z] f0726fcf23ca: Pushed [2020-10-28T03:09:28.923Z] ec7d0f636992: Pushed [2020-10-28T03:09:29.514Z] 03464ffadf6f8b9068bcdea2569ab2e117b905af: digest: sha256:74417bef597f57737a89ab15bf7caea89a197e053085c17b04e0fae333b2785f size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:09:29.842Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:09:29.924Z] Commit message: "Merge pull request #68 from weichou1229/issue-67" [2020-10-28T03:09:30.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-10-28T03:09:30.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [Pipeline] withEnv [Pipeline] { [2020-10-28T03:09:30.428Z] 60cae760d2e0: Preparing [2020-10-28T03:09:30.428Z] f0726fcf23ca: Preparing [2020-10-28T03:09:30.428Z] ec7d0f636992: Preparing [2020-10-28T03:09:30.428Z] ace0eda3e3be: Preparing [2020-10-28T03:09:30.428Z] ec7d0f636992: Layer already exists [2020-10-28T03:09:30.428Z] ace0eda3e3be: Layer already exists [2020-10-28T03:09:30.428Z] f0726fcf23ca: Layer already exists [2020-10-28T03:09:30.428Z] 60cae760d2e0: Layer already exists [2020-10-28T03:09:30.428Z] latest: digest: sha256:74417bef597f57737a89ab15bf7caea89a197e053085c17b04e0fae333b2785f size: 1155 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-28T03:09:30.873Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-10-28T03:09:31.017Z] ========================================================= [2020-10-28T03:09:31.017Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-28T03:09:31.017Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:09:31.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.5 [2020-10-28T03:09:31.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-10-28T03:09:31.194Z] 60cae760d2e0: Preparing [2020-10-28T03:09:31.194Z] f0726fcf23ca: Preparing [2020-10-28T03:09:31.194Z] ec7d0f636992: Preparing [2020-10-28T03:09:31.194Z] ace0eda3e3be: Preparing [2020-10-28T03:09:31.194Z] f0726fcf23ca: Layer already exists [2020-10-28T03:09:31.194Z] 60cae760d2e0: Layer already exists [2020-10-28T03:09:31.194Z] ace0eda3e3be: Layer already exists [2020-10-28T03:09:31.194Z] ec7d0f636992: Layer already exists [2020-10-28T03:09:31.194Z] 1.2.3-dev.5: digest: sha256:74417bef597f57737a89ab15bf7caea89a197e053085c17b04e0fae333b2785f size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:09:31.972Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-28T03:09:31.991Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:09:32.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 [2020-10-28T03:09:32.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-10-28T03:09:32.304Z] 60cae760d2e0: Preparing [2020-10-28T03:09:32.304Z] f0726fcf23ca: Preparing [2020-10-28T03:09:32.304Z] ec7d0f636992: Preparing [2020-10-28T03:09:32.304Z] ace0eda3e3be: Preparing [2020-10-28T03:09:32.304Z] f0726fcf23ca: Layer already exists [2020-10-28T03:09:32.304Z] ace0eda3e3be: Layer already exists [2020-10-28T03:09:32.304Z] ec7d0f636992: Layer already exists [2020-10-28T03:09:32.304Z] 60cae760d2e0: Layer already exists [2020-10-28T03:09:32.304Z] 03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5: digest: sha256:74417bef597f57737a89ab15bf7caea89a197e053085c17b04e0fae333b2785f size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:09:32.630Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:09:32.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [2020-10-28T03:09:32.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-10-28T03:09:32.943Z] 60cae760d2e0: Preparing [2020-10-28T03:09:32.943Z] f0726fcf23ca: Preparing [2020-10-28T03:09:32.943Z] ec7d0f636992: Preparing [2020-10-28T03:09:32.943Z] ace0eda3e3be: Preparing [2020-10-28T03:09:32.943Z] 60cae760d2e0: Layer already exists [2020-10-28T03:09:32.943Z] f0726fcf23ca: Layer already exists [2020-10-28T03:09:32.943Z] ace0eda3e3be: Layer already exists [2020-10-28T03:09:32.943Z] ec7d0f636992: Layer already exists [2020-10-28T03:09:32.943Z] master: digest: sha256:74417bef597f57737a89ab15bf7caea89a197e053085c17b04e0fae333b2785f size: 1155 [Pipeline] } [2020-10-28T03:09:32.975Z] Sending build context to Docker daemon 301.6kB [2020-10-28T03:09:32.975Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-10-28T03:09:32.975Z] Step 2/10 : FROM ${BASE} [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T03:09:33.150Z] ===================================================== [Pipeline] echo [2020-10-28T03:09:33.211Z] taggedImages: [2020-10-28T03:09:33.211Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:09:33.211Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-10-28T03:09:33.211Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.5 [2020-10-28T03:09:33.211Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 [2020-10-28T03:09:33.211Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] } [Pipeline] // script [2020-10-28T03:09:33.297Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-28T03:09:33.297Z] b538f80385f9: Pulling fs layer [2020-10-28T03:09:33.297Z] 74f711af9a0d: Pulling fs layer [2020-10-28T03:09:33.297Z] 99f96fe45779: Pulling fs layer [2020-10-28T03:09:33.297Z] 8529a6b9a6be: Pulling fs layer [2020-10-28T03:09:33.297Z] 45590311c82a: Pulling fs layer [2020-10-28T03:09:33.297Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-28T03:09:33.297Z] 8529a6b9a6be: Waiting [2020-10-28T03:09:33.297Z] 209524e5b208: Pulling fs layer [2020-10-28T03:09:33.297Z] 45590311c82a: Waiting [2020-10-28T03:09:33.297Z] 69ca0ff8b7b3: Waiting [2020-10-28T03:09:33.297Z] 209524e5b208: Waiting [2020-10-28T03:09:33.297Z] 99f96fe45779: Download complete [2020-10-28T03:09:33.297Z] 74f711af9a0d: Download complete [2020-10-28T03:09:33.297Z] 45590311c82a: Download complete [2020-10-28T03:09:33.297Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-28T03:09:33.297Z] 69ca0ff8b7b3: Download complete [2020-10-28T03:09:33.297Z] b538f80385f9: Verifying Checksum [2020-10-28T03:09:33.297Z] b538f80385f9: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2020-10-28T03:09:33.909Z] b538f80385f9: Pull complete [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-28T03:09:34.822Z] 74f711af9a0d: Pull complete [2020-10-28T03:09:35.100Z] 99f96fe45779: Pull complete [2020-10-28T03:09:37.118Z] 209524e5b208: Verifying Checksum [2020-10-28T03:09:37.118Z] 209524e5b208: Download complete [2020-10-28T03:09:39.133Z] 8529a6b9a6be: Verifying Checksum [2020-10-28T03:09:39.133Z] 8529a6b9a6be: Download complete [2020-10-28T03:09:51.629Z] 8529a6b9a6be: Pull complete [2020-10-28T03:09:51.629Z] 45590311c82a: Pull complete [2020-10-28T03:09:51.629Z] 69ca0ff8b7b3: Pull complete [2020-10-28T03:09:53.615Z] 209524e5b208: Pull complete [2020-10-28T03:09:53.615Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-28T03:09:53.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-28T03:09:53.615Z] ---> 5bddaf1c2fca [2020-10-28T03:09:53.615Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-10-28T03:09:57.026Z] ---> Running in e6c2a424c6b1 [2020-10-28T03:09:57.026Z] Removing intermediate container e6c2a424c6b1 [2020-10-28T03:09:57.026Z] ---> 1b3484fc7002 [2020-10-28T03:09:57.026Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-10-28T03:09:57.026Z] ---> Running in a0d56cb859e4 [2020-10-28T03:09:57.630Z] Removing intermediate container a0d56cb859e4 [2020-10-28T03:09:57.630Z] ---> da390bff9be8 [2020-10-28T03:09:57.630Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-10-28T03:09:57.630Z] ---> Running in 96c804061447 [2020-10-28T03:09:58.233Z] Removing intermediate container 96c804061447 [2020-10-28T03:09:58.233Z] ---> f7b4f9fc62d9 [2020-10-28T03:09:58.233Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T03:09:58.233Z] ---> Running in 5cef1b330613 [2020-10-28T03:10:00.882Z] Removing intermediate container 5cef1b330613 [2020-10-28T03:10:00.882Z] ---> fb0a8a77aaa0 [2020-10-28T03:10:00.882Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-28T03:10:01.163Z] ---> Running in a651a45b027a [2020-10-28T03:10:02.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T03:10:04.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T03:10:06.077Z] OK: 142 MiB in 39 packages [2020-10-28T03:10:07.066Z] Removing intermediate container a651a45b027a [2020-10-28T03:10:07.066Z] ---> 5cd39b23b027 [2020-10-28T03:10:07.066Z] Step 8/10 : WORKDIR /device-snmp-go [2020-10-28T03:10:07.066Z] ---> Running in d14d92ee3ba0 [2020-10-28T03:10:07.667Z] Removing intermediate container d14d92ee3ba0 [2020-10-28T03:10:07.667Z] ---> 9af70330faf8 [2020-10-28T03:10:07.667Z] Step 9/10 : COPY . . [2020-10-28T03:10:08.651Z] ---> 23ec6debe7c0 [2020-10-28T03:10:08.651Z] Step 10/10 : RUN go mod download [2020-10-28T03:10:08.651Z] ---> Running in e2926b6bfe93 [2020-10-28T03:10:35.480Z] Removing intermediate container e2926b6bfe93 [2020-10-28T03:10:35.480Z] ---> e9cd0ef90763 [2020-10-28T03:10:35.480Z] Successfully built e9cd0ef90763 [2020-10-28T03:10:35.480Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:10:35.914Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T03:10:35.914Z] . [Pipeline] withDockerContainer [2020-10-28T03:10:36.219Z] prd-ubuntu18.04-docker-arm64-4c-16g-9405 does not seem to be running inside a container [2020-10-28T03:10:36.312Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/16 -v /w/workspace/device-snmp-go/16:/w/workspace/device-snmp-go/16:rw,z -v /w/workspace/device-snmp-go/16@tmp:/w/workspace/device-snmp-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-28T03:10:38.317Z] $ docker top d6a164d841a6ec4d90e1c4b4c7c7901803d448b4bc44ea859dbdd05b66b98961 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T03:10:39.869Z] + go version [2020-10-28T03:10:39.869Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-28T03:10:39.900Z] $ docker stop --time=1 d6a164d841a6ec4d90e1c4b4c7c7901803d448b4bc44ea859dbdd05b66b98961 [2020-10-28T03:10:41.938Z] $ docker rm -f d6a164d841a6ec4d90e1c4b4c7c7901803d448b4bc44ea859dbdd05b66b98961 [Pipeline] // withDockerContainer [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-10-28T03:10:43.474Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-28T03:10:43.840Z] + ls -al . [2020-10-28T03:10:43.840Z] total 104 [2020-10-28T03:10:43.840Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 28 03:09 . [2020-10-28T03:10:43.840Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 28 03:09 .. [2020-10-28T03:10:43.840Z] -rw-rw-r-- 1 jenkins jenkins 6 Oct 28 03:09 .dockerignore [2020-10-28T03:10:43.840Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 28 03:09 .git [2020-10-28T03:10:43.841Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:09 .github [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 272 Oct 28 03:09 .gitignore [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 5082 Oct 28 03:09 Attribution.txt [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 1002 Oct 28 03:09 Dockerfile [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 409 Oct 28 03:09 Dockerfile.build [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 656 Oct 28 03:09 Jenkinsfile [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 28 03:09 LICENSE [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 937 Oct 28 03:09 Makefile [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 12398 Oct 28 03:09 README.md [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 28 03:06 VERSION [2020-10-28T03:10:43.841Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:09 bin [2020-10-28T03:10:43.841Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 28 03:09 cmd [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 210 Oct 28 03:09 go.mod [2020-10-28T03:10:43.841Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 28 03:09 internal [2020-10-28T03:10:43.841Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:09 profiles [2020-10-28T03:10:43.841Z] -rw-rw-r-- 1 jenkins jenkins 209 Oct 28 03:09 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:10:44.242Z] + 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=03464ffadf6f8b9068bcdea2569ab2e117b905af --label arch=arm64 --label version=1.2.3-dev.5 . [2020-10-28T03:10:44.516Z] Sending build context to Docker daemon 301.6kB [2020-10-28T03:10:44.792Z] Step 1/26 : ARG BASE=golang:1.15-alpine [2020-10-28T03:10:44.792Z] Step 2/26 : FROM ${BASE} AS builder [2020-10-28T03:10:44.792Z] ---> e9cd0ef90763 [2020-10-28T03:10:44.792Z] Step 3/26 : ARG MAKE='make build' [2020-10-28T03:10:44.792Z] ---> Running in a6576eaba42c [2020-10-28T03:10:45.391Z] Removing intermediate container a6576eaba42c [2020-10-28T03:10:45.391Z] ---> 7e8cf759b427 [2020-10-28T03:10:45.391Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2020-10-28T03:10:45.391Z] ---> Running in 52c988f4d90b [2020-10-28T03:10:45.989Z] Removing intermediate container 52c988f4d90b [2020-10-28T03:10:45.989Z] ---> a37ea0be8157 [2020-10-28T03:10:45.989Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2020-10-28T03:10:46.265Z] ---> Running in 9188999434df [2020-10-28T03:10:46.542Z] Removing intermediate container 9188999434df [2020-10-28T03:10:46.542Z] ---> d668b611310a [2020-10-28T03:10:46.542Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T03:10:46.824Z] ---> Running in 3c2b2b171e1c [2020-10-28T03:10:49.452Z] Removing intermediate container 3c2b2b171e1c [2020-10-28T03:10:49.452Z] ---> c4a1899d3b0a [2020-10-28T03:10:49.452Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-28T03:10:49.452Z] ---> Running in 3d58c448ec93 [2020-10-28T03:10:51.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T03:10:52.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T03:10:53.009Z] OK: 142 MiB in 39 packages [2020-10-28T03:10:53.997Z] Removing intermediate container 3d58c448ec93 [2020-10-28T03:10:53.997Z] ---> 7304e8731ca6 [2020-10-28T03:10:53.997Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-10-28T03:10:54.273Z] ---> Running in 5803a04b57f3 [2020-10-28T03:10:54.955Z] Removing intermediate container 5803a04b57f3 [2020-10-28T03:10:54.955Z] ---> 0bc5b78e3799 [2020-10-28T03:10:54.955Z] Step 9/26 : COPY go.mod . [2020-10-28T03:10:55.561Z] ---> 3f5b287dfc7b [2020-10-28T03:10:55.561Z] Step 10/26 : COPY Makefile . [2020-10-28T03:10:56.155Z] ---> a338b534af86 [2020-10-28T03:10:56.155Z] Step 11/26 : RUN make update [2020-10-28T03:10:56.429Z] ---> Running in 64fd12b22394 [2020-10-28T03:10:57.863Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-10-28T03:10:59.307Z] Removing intermediate container 64fd12b22394 [2020-10-28T03:10:59.307Z] ---> 681235027909 [2020-10-28T03:10:59.307Z] Step 12/26 : COPY . . [2020-10-28T03:11:00.289Z] ---> 5da56e07f835 [2020-10-28T03:11:00.289Z] Step 13/26 : RUN ${MAKE} [2020-10-28T03:11:00.289Z] ---> Running in 2837931ef754 [2020-10-28T03:11:01.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.3-dev.5" -o cmd/device-snmp-go ./cmd [2020-10-28T03:11:28.598Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-28T03:11:35.344Z] Removing intermediate container 2837931ef754 [2020-10-28T03:11:35.344Z] ---> a690363e51f5 [2020-10-28T03:11:35.344Z] Step 14/26 : FROM alpine [2020-10-28T03:11:35.344Z] latest: Pulling from library/alpine [2020-10-28T03:11:36.334Z] 5f621e34cdf4: Pulling fs layer [2020-10-28T03:11:36.625Z] 5f621e34cdf4: Verifying Checksum [2020-10-28T03:11:37.045Z] 5f621e34cdf4: Pull complete [2020-10-28T03:11:37.045Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T03:11:37.046Z] Status: Downloaded newer image for alpine:latest [2020-10-28T03:11:37.046Z] ---> 2e77e061c27f [2020-10-28T03:11:37.046Z] Step 15/26 : ENV APP_PORT=49993 [2020-10-28T03:11:37.389Z] ---> Running in b29b3f200a30 [2020-10-28T03:11:37.779Z] Removing intermediate container b29b3f200a30 [2020-10-28T03:11:37.779Z] ---> 10cd306b392a [2020-10-28T03:11:37.779Z] Step 16/26 : EXPOSE $APP_PORT [2020-10-28T03:11:38.288Z] ---> Running in fb9184174602 [2020-10-28T03:11:38.288Z] Removing intermediate container fb9184174602 [2020-10-28T03:11:38.288Z] ---> 74730f4a620d [2020-10-28T03:11:38.288Z] Step 17/26 : ENV DEVICE_PORT=161 [2020-10-28T03:11:39.113Z] ---> Running in d5933ae10bdf [2020-10-28T03:11:39.113Z] Removing intermediate container d5933ae10bdf [2020-10-28T03:11:39.113Z] ---> ef38efe2d6c0 [2020-10-28T03:11:39.113Z] Step 18/26 : EXPOSE $DEVICE_PORT [2020-10-28T03:11:39.113Z] ---> Running in 7dc78f1e290d [2020-10-28T03:11:39.464Z] Removing intermediate container 7dc78f1e290d [2020-10-28T03:11:39.464Z] ---> 50d9924d3cd8 [2020-10-28T03:11:39.464Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-10-28T03:11:41.023Z] ---> 9770b21fa207 [2020-10-28T03:11:41.023Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-10-28T03:11:42.025Z] ---> 2da2af616f90 [2020-10-28T03:11:42.025Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-10-28T03:11:42.638Z] ---> 1fea722fa975 [2020-10-28T03:11:42.638Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2020-10-28T03:11:42.638Z] ---> Running in 90f2ed81e3bc [2020-10-28T03:11:43.259Z] Removing intermediate container 90f2ed81e3bc [2020-10-28T03:11:43.259Z] ---> 96e07196b59c [2020-10-28T03:11:43.259Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-10-28T03:11:43.259Z] ---> Running in e0174fe7cef9 [2020-10-28T03:11:43.541Z] Removing intermediate container e0174fe7cef9 [2020-10-28T03:11:43.541Z] ---> 3d31047d654b [2020-10-28T03:11:43.541Z] Step 24/26 : LABEL arch=arm64 [2020-10-28T03:11:43.827Z] ---> Running in 980b29c3847a [2020-10-28T03:11:44.164Z] Removing intermediate container 980b29c3847a [2020-10-28T03:11:44.164Z] ---> 4794a1504093 [2020-10-28T03:11:44.164Z] Step 25/26 : LABEL git_sha=03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:11:44.467Z] ---> Running in 57e6e4ddd3a8 [2020-10-28T03:11:44.774Z] Removing intermediate container 57e6e4ddd3a8 [2020-10-28T03:11:44.774Z] ---> 76975a9573c4 [2020-10-28T03:11:44.774Z] Step 26/26 : LABEL version=1.2.3-dev.5 [2020-10-28T03:11:45.055Z] ---> Running in 78ef67ee9e1b [2020-10-28T03:11:45.332Z] Removing intermediate container 78ef67ee9e1b [2020-10-28T03:11:45.332Z] ---> 4f942341ad1d [2020-10-28T03:11:45.332Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-28T03:11:45.332Z] Successfully built 4f942341ad1d [2020-10-28T03:11:45.332Z] 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-10-28T03:11:45.828Z] provisioning config files... [2020-10-28T03:11:45.883Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/16@tmp/config5297554429977927706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:11:46.324Z] ---> docker-login.sh [2020-10-28T03:11:46.324Z] nexus3.edgexfoundry.org:10001 [2020-10-28T03:11:46.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T03:11:46.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T03:11:46.596Z] Configure a credential helper to remove this warning. See [2020-10-28T03:11:46.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T03:11:46.596Z] [2020-10-28T03:11:46.596Z] Login Succeeded [2020-10-28T03:11:46.596Z] nexus3.edgexfoundry.org:10002 [2020-10-28T03:11:47.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T03:11:47.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T03:11:47.210Z] Configure a credential helper to remove this warning. See [2020-10-28T03:11:47.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T03:11:47.210Z] [2020-10-28T03:11:47.210Z] Login Succeeded [2020-10-28T03:11:47.210Z] nexus3.edgexfoundry.org:10003 [2020-10-28T03:11:47.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T03:11:47.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T03:11:47.759Z] Configure a credential helper to remove this warning. See [2020-10-28T03:11:47.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T03:11:47.759Z] [2020-10-28T03:11:47.759Z] Login Succeeded [2020-10-28T03:11:47.759Z] nexus3.edgexfoundry.org:10004 [2020-10-28T03:11:48.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T03:11:48.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T03:11:48.309Z] Configure a credential helper to remove this warning. See [2020-10-28T03:11:48.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T03:11:48.309Z] [2020-10-28T03:11:48.309Z] Login Succeeded [2020-10-28T03:11:48.309Z] docker.io [2020-10-28T03:11:48.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-28T03:11:48.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-28T03:11:48.854Z] Configure a credential helper to remove this warning. See [2020-10-28T03:11:48.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-28T03:11:48.854Z] [2020-10-28T03:11:48.854Z] Login Succeeded [2020-10-28T03:11:48.854Z] ---> docker-login.sh ends [Pipeline] } [2020-10-28T03:11:48.871Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T03:11:49.176Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: [2020-10-28T03:11:49.176Z] 03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:11:49.176Z] latest [2020-10-28T03:11:49.176Z] 1.2.3-dev.5 [2020-10-28T03:11:49.176Z] 03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 [2020-10-28T03:11:49.176Z] master [2020-10-28T03:11:49.176Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:49.791Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:50.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:11:50.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-10-28T03:11:50.148Z] 8e9d9ae72e40: Preparing [2020-10-28T03:11:50.148Z] f67818d7dcc0: Preparing [2020-10-28T03:11:50.148Z] be2dd9509d0b: Preparing [2020-10-28T03:11:50.148Z] cd3761cfa1d9: Preparing [2020-10-28T03:11:50.441Z] cd3761cfa1d9: Layer already exists [2020-10-28T03:11:50.441Z] f67818d7dcc0: Pushed [2020-10-28T03:11:50.441Z] 8e9d9ae72e40: Pushed [2020-10-28T03:11:53.063Z] be2dd9509d0b: Pushed [2020-10-28T03:11:53.063Z] 03464ffadf6f8b9068bcdea2569ab2e117b905af: digest: sha256:ce2ce45a12521d82ec801c363cb3e6f4e325df92c1cc1b996910bfc2a20a2885 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:53.412Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:53.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-10-28T03:11:53.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-10-28T03:11:53.752Z] 8e9d9ae72e40: Preparing [2020-10-28T03:11:53.752Z] f67818d7dcc0: Preparing [2020-10-28T03:11:53.752Z] be2dd9509d0b: Preparing [2020-10-28T03:11:53.752Z] cd3761cfa1d9: Preparing [2020-10-28T03:11:53.752Z] be2dd9509d0b: Layer already exists [2020-10-28T03:11:53.752Z] 8e9d9ae72e40: Layer already exists [2020-10-28T03:11:53.752Z] cd3761cfa1d9: Layer already exists [2020-10-28T03:11:53.752Z] f67818d7dcc0: Layer already exists [2020-10-28T03:11:54.024Z] latest: digest: sha256:ce2ce45a12521d82ec801c363cb3e6f4e325df92c1cc1b996910bfc2a20a2885 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:54.371Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:54.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.5 [2020-10-28T03:11:54.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-10-28T03:11:54.711Z] 8e9d9ae72e40: Preparing [2020-10-28T03:11:54.711Z] f67818d7dcc0: Preparing [2020-10-28T03:11:54.711Z] be2dd9509d0b: Preparing [2020-10-28T03:11:54.711Z] cd3761cfa1d9: Preparing [2020-10-28T03:11:54.711Z] 8e9d9ae72e40: Layer already exists [2020-10-28T03:11:54.711Z] be2dd9509d0b: Layer already exists [2020-10-28T03:11:54.711Z] cd3761cfa1d9: Layer already exists [2020-10-28T03:11:54.711Z] f67818d7dcc0: Layer already exists [2020-10-28T03:11:54.981Z] 1.2.3-dev.5: digest: sha256:ce2ce45a12521d82ec801c363cb3e6f4e325df92c1cc1b996910bfc2a20a2885 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:55.325Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:55.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 [2020-10-28T03:11:55.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-10-28T03:11:55.664Z] 8e9d9ae72e40: Preparing [2020-10-28T03:11:55.664Z] f67818d7dcc0: Preparing [2020-10-28T03:11:55.664Z] be2dd9509d0b: Preparing [2020-10-28T03:11:55.664Z] cd3761cfa1d9: Preparing [2020-10-28T03:11:55.664Z] 8e9d9ae72e40: Layer already exists [2020-10-28T03:11:55.664Z] f67818d7dcc0: Layer already exists [2020-10-28T03:11:55.664Z] cd3761cfa1d9: Layer already exists [2020-10-28T03:11:55.664Z] be2dd9509d0b: Layer already exists [2020-10-28T03:11:55.944Z] 03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5: digest: sha256:ce2ce45a12521d82ec801c363cb3e6f4e325df92c1cc1b996910bfc2a20a2885 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:56.328Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:56.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [2020-10-28T03:11:56.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-10-28T03:11:56.682Z] 8e9d9ae72e40: Preparing [2020-10-28T03:11:56.682Z] f67818d7dcc0: Preparing [2020-10-28T03:11:56.682Z] be2dd9509d0b: Preparing [2020-10-28T03:11:56.682Z] cd3761cfa1d9: Preparing [2020-10-28T03:11:56.959Z] f67818d7dcc0: Layer already exists [2020-10-28T03:11:56.959Z] cd3761cfa1d9: Layer already exists [2020-10-28T03:11:56.959Z] 8e9d9ae72e40: Layer already exists [2020-10-28T03:11:56.959Z] be2dd9509d0b: Layer already exists [2020-10-28T03:11:56.959Z] master: digest: sha256:ce2ce45a12521d82ec801c363cb3e6f4e325df92c1cc1b996910bfc2a20a2885 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-28T03:11:57.169Z] ===================================================== [Pipeline] echo [2020-10-28T03:11:57.232Z] taggedImages: [2020-10-28T03:11:57.232Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:11:57.232Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-10-28T03:11:57.232Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.5 [2020-10-28T03:11:57.232Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 [2020-10-28T03:11:57.232Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-28T03:11:58.915Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-28T03:11:58.917Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-28T03:11:58.972Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:59.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T03:11:59.341Z] [2020-10-28T03:11:59.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:11:59.705Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T03:11:59.705Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-28T03:11:59.705Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-28T03:11:59.705Z] 408f87550127: Pulling fs layer [2020-10-28T03:11:59.705Z] fe522b08c979: Pulling fs layer [2020-10-28T03:11:59.705Z] 221eaa008020: Pulling fs layer [2020-10-28T03:11:59.705Z] 2a4607e5d6b9: Pulling fs layer [2020-10-28T03:11:59.705Z] 8f79b27c4fd2: Pulling fs layer [2020-10-28T03:11:59.705Z] e5c8dbe1645b: Pulling fs layer [2020-10-28T03:11:59.705Z] 23e8b3b47431: Pulling fs layer [2020-10-28T03:11:59.705Z] 5c568d65a230: Pulling fs layer [2020-10-28T03:11:59.705Z] 2a4607e5d6b9: Waiting [2020-10-28T03:11:59.705Z] 8f79b27c4fd2: Waiting [2020-10-28T03:11:59.705Z] e5c8dbe1645b: Waiting [2020-10-28T03:11:59.705Z] 23e8b3b47431: Waiting [2020-10-28T03:11:59.705Z] 5c568d65a230: Waiting [2020-10-28T03:11:59.705Z] 221eaa008020: Waiting [2020-10-28T03:11:59.705Z] fe522b08c979: Download complete [2020-10-28T03:11:59.705Z] 408f87550127: Download complete [2020-10-28T03:11:59.705Z] 2a4607e5d6b9: Verifying Checksum [2020-10-28T03:11:59.705Z] 2a4607e5d6b9: Download complete [2020-10-28T03:11:59.705Z] 8f79b27c4fd2: Download complete [2020-10-28T03:11:59.705Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-28T03:12:00.292Z] cbdbe7a5bc2a: Pull complete [2020-10-28T03:12:00.556Z] 408f87550127: Pull complete [2020-10-28T03:12:00.556Z] fe522b08c979: Pull complete [2020-10-28T03:12:01.134Z] e5c8dbe1645b: Verifying Checksum [2020-10-28T03:12:01.134Z] e5c8dbe1645b: Download complete [2020-10-28T03:12:02.097Z] 23e8b3b47431: Verifying Checksum [2020-10-28T03:12:02.097Z] 23e8b3b47431: Download complete [2020-10-28T03:12:02.682Z] 5c568d65a230: Verifying Checksum [2020-10-28T03:12:02.682Z] 5c568d65a230: Download complete [2020-10-28T03:12:04.630Z] 221eaa008020: Verifying Checksum [2020-10-28T03:12:04.630Z] 221eaa008020: Download complete [2020-10-28T03:12:09.970Z] 221eaa008020: Pull complete [2020-10-28T03:12:09.970Z] 2a4607e5d6b9: Pull complete [2020-10-28T03:12:10.238Z] 8f79b27c4fd2: Pull complete [2020-10-28T03:12:12.816Z] e5c8dbe1645b: Pull complete [2020-10-28T03:12:16.166Z] 23e8b3b47431: Pull complete [2020-10-28T03:12:17.575Z] 5c568d65a230: Pull complete [2020-10-28T03:12:17.575Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-28T03:12:17.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T03:12:17.575Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-28T03:12:17.798Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:12:17.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-snmp-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-28T03:12:18.815Z] $ docker top f5e326a9269c22a0361dd633d3fb1fb2bfdc957144b2016b497fec2bde27c846 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T03:12:19.326Z] + snyk monitor '--org=edgex-jenkins' [2020-10-28T03:12:25.978Z] [2020-10-28T03:12:25.978Z] Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... [2020-10-28T03:12:25.978Z] [2020-10-28T03:12:25.978Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/f2b60ca8-6e97-4b86-8402-a870b3091a13 [2020-10-28T03:12:25.978Z] [2020-10-28T03:12:25.978Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-28T03:12:25.978Z] [2020-10-28T03:12:25.978Z] [2020-10-28T03:12:25.978Z] Snyk CLI supports Node.js 8 and higher. [2020-10-28T03:12:25.978Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-28T03:12:25.978Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-28T03:12:25.979Z] [2020-10-28T03:12:25.979Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-28T03:12:25.979Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-28T03:12:25.979Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-28T03:12:25.979Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-28T03:12:26.001Z] $ docker stop --time=1 f5e326a9269c22a0361dd633d3fb1fb2bfdc957144b2016b497fec2bde27c846 [2020-10-28T03:12:29.231Z] $ docker rm -f f5e326a9269c22a0361dd633d3fb1fb2bfdc957144b2016b497fec2bde27c846 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:12:30.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T03:12:30.845Z] [2020-10-28T03:12:30.845Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:12:31.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T03:12:31.205Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-28T03:12:31.205Z] e7c96db7181b: Pulling fs layer [2020-10-28T03:12:31.205Z] 1868ca2cb446: Pulling fs layer [2020-10-28T03:12:31.205Z] 136be5d0fe8e: Pulling fs layer [2020-10-28T03:12:31.205Z] 894bfe63afcb: Pulling fs layer [2020-10-28T03:12:31.205Z] 894bfe63afcb: Waiting [2020-10-28T03:12:31.205Z] 1868ca2cb446: Verifying Checksum [2020-10-28T03:12:31.205Z] 136be5d0fe8e: Verifying Checksum [2020-10-28T03:12:31.205Z] 136be5d0fe8e: Download complete [2020-10-28T03:12:31.205Z] e7c96db7181b: Verifying Checksum [2020-10-28T03:12:31.205Z] e7c96db7181b: Download complete [2020-10-28T03:12:31.469Z] 894bfe63afcb: Verifying Checksum [2020-10-28T03:12:31.469Z] 894bfe63afcb: Download complete [2020-10-28T03:12:31.735Z] e7c96db7181b: Pull complete [2020-10-28T03:12:31.735Z] 1868ca2cb446: Pull complete [2020-10-28T03:12:32.004Z] 136be5d0fe8e: Pull complete [2020-10-28T03:12:32.267Z] 894bfe63afcb: Pull complete [2020-10-28T03:12:32.267Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-28T03:12:32.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T03:12:32.267Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-28T03:12:32.371Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:12:32.430Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T03:12:33.241Z] $ docker top ff335c41e2c862451b49e658886136f5f9ba8a020b038cbc077cfea67dc8ca52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T03:12:33.797Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:12:33.797Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T03:12:37.309Z] $ docker stop --time=1 ff335c41e2c862451b49e658886136f5f9ba8a020b038cbc077cfea67dc8ca52 [2020-10-28T03:12:38.700Z] $ docker rm -f ff335c41e2c862451b49e658886136f5f9ba8a020b038cbc077cfea67dc8ca52 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:12:39.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T03:12:39.257Z] . [Pipeline] withDockerContainer [2020-10-28T03:12:39.371Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:12:39.442Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T03:12:40.239Z] $ docker top 7e93041b95cd69168d9fbfdbf9d237ad50ff119f6032d186669eeec69d4c9af5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T03:12:40.866Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:12:40.866Z] + tee [2020-10-28T03:12:40.866Z] clair timeout 1m0s [2020-10-28T03:12:40.866Z] docker timeout: 1m0s [2020-10-28T03:12:40.866Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T03:12:41.565Z] $ docker stop --time=1 7e93041b95cd69168d9fbfdbf9d237ad50ff119f6032d186669eeec69d4c9af5 [2020-10-28T03:12:42.977Z] $ docker rm -f 7e93041b95cd69168d9fbfdbf9d237ad50ff119f6032d186669eeec69d4c9af5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T03:12:43.507Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-10-28T03:12:43.523Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go_03464ffadf6f8b9068bcdea2569ab2e117b905af.html [Pipeline] writeFile [Pipeline] step [2020-10-28T03:12:43.580Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:12:43.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T03:12:43.974Z] . [Pipeline] withDockerContainer [2020-10-28T03:12:44.095Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:12:44.159Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T03:12:44.871Z] $ docker top 160b4710593143b246cf08a0d276fbde0897ad9d8cf98e0748d32417d78da0b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T03:12:45.422Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:12:45.422Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T03:12:48.925Z] $ docker stop --time=1 160b4710593143b246cf08a0d276fbde0897ad9d8cf98e0748d32417d78da0b3 [2020-10-28T03:12:50.306Z] $ docker rm -f 160b4710593143b246cf08a0d276fbde0897ad9d8cf98e0748d32417d78da0b3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:12:50.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-28T03:12:50.823Z] . [Pipeline] withDockerContainer [2020-10-28T03:12:50.936Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:12:50.998Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-28T03:12:51.699Z] $ docker top 95de92bb1783cbf51cdaefb68b891973ab373908e14ce399fdeabb7e9f41902a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T03:12:52.287Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af [2020-10-28T03:12:52.287Z] + tee [2020-10-28T03:12:52.287Z] clair timeout 1m0s [2020-10-28T03:12:52.287Z] docker timeout: 1m0s [2020-10-28T03:12:52.287Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-28T03:12:52.992Z] $ docker stop --time=1 95de92bb1783cbf51cdaefb68b891973ab373908e14ce399fdeabb7e9f41902a [2020-10-28T03:12:54.368Z] $ docker rm -f 95de92bb1783cbf51cdaefb68b891973ab373908e14ce399fdeabb7e9f41902a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T03:12:55.058Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-10-28T03:12:55.111Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go-arm64_03464ffadf6f8b9068bcdea2569ab2e117b905af.html [Pipeline] writeFile [Pipeline] step [2020-10-28T03:12:55.171Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-28T03:12:56.543Z] + git log --format=format:%s -1 03464ffadf6f8b9068bcdea2569ab2e117b905af [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:12:56.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T03:12:56.873Z] . [Pipeline] withDockerContainer [2020-10-28T03:12:56.980Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:12:57.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T03:12:57.883Z] $ docker top f0666084c1fa1d4d68da13c836c158d57c67e92f299847aff1196611c3926a4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T03:12:58.219Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T03:12:58.219Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T03:12:58.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T03:12:58.464Z] $ docker exec f0666084c1fa1d4d68da13c836c158d57c67e92f299847aff1196611c3926a4e ssh-agent [2020-10-28T03:12:58.641Z] SSH_AUTH_SOCK=/tmp/ssh-7AAlMm9ZmaWU/agent.12 [2020-10-28T03:12:58.641Z] SSH_AGENT_PID=17 [2020-10-28T03:12:58.649Z] Running ssh-add (command line suppressed) [2020-10-28T03:12:58.797Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7866257418118819554.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7866257418118819554.key) [2020-10-28T03:12:58.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T03:12:59.205Z] + git semver tag [2020-10-28T03:12:59.205Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T03:12:59.205Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-10-28T03:12:59.205Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-10-28T03:12:59.205Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T03:12:59.205Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T03:12:59.205Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T03:12:59.205Z] # $SEMVER_BRANCH = master [2020-10-28T03:12:59.205Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-10-28T03:12:59.205Z] # 03464ffadf6f8b9068bcdea2569ab2e117b905af HEAD [2020-10-28T03:12:59.205Z] # -> Force: false [2020-10-28T03:12:59.205Z] # 5e2ee86a392c49221e75a39c08b32dc82023ec89 refs/tags/v1.2.3-dev.5 [Pipeline] } [2020-10-28T03:12:59.221Z] $ docker exec --env ******** --env ******** f0666084c1fa1d4d68da13c836c158d57c67e92f299847aff1196611c3926a4e ssh-agent -k [2020-10-28T03:12:59.346Z] unset SSH_AUTH_SOCK; [2020-10-28T03:12:59.346Z] unset SSH_AGENT_PID; [2020-10-28T03:12:59.346Z] echo Agent pid 17 killed; [2020-10-28T03:12:59.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T03:12:59.877Z] + git semver [Pipeline] } [2020-10-28T03:12:59.899Z] $ docker stop --time=1 f0666084c1fa1d4d68da13c836c158d57c67e92f299847aff1196611c3926a4e [2020-10-28T03:13:01.255Z] $ docker rm -f f0666084c1fa1d4d68da13c836c158d57c67e92f299847aff1196611c3926a4e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:13:01.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T03:13:01.915Z] [2020-10-28T03:13:01.915Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:13:02.278Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T03:13:02.278Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-28T03:13:02.278Z] ab5ef0e58194: Pulling fs layer [2020-10-28T03:13:02.278Z] 9712f1f96733: Pulling fs layer [2020-10-28T03:13:02.278Z] 63f879dbbcfc: Pulling fs layer [2020-10-28T03:13:02.278Z] 0d9ebad4ef96: Pulling fs layer [2020-10-28T03:13:02.278Z] e9a5061849ea: Pulling fs layer [2020-10-28T03:13:02.278Z] d747dcd14b5f: Pulling fs layer [2020-10-28T03:13:02.278Z] 2de7ff778b66: Pulling fs layer [2020-10-28T03:13:02.278Z] 0d9ebad4ef96: Waiting [2020-10-28T03:13:02.278Z] e9a5061849ea: Waiting [2020-10-28T03:13:02.278Z] d747dcd14b5f: Waiting [2020-10-28T03:13:02.278Z] 2de7ff778b66: Waiting [2020-10-28T03:13:02.278Z] 9712f1f96733: Verifying Checksum [2020-10-28T03:13:02.278Z] 9712f1f96733: Download complete [2020-10-28T03:13:04.218Z] 63f879dbbcfc: Verifying Checksum [2020-10-28T03:13:04.219Z] 63f879dbbcfc: Download complete [2020-10-28T03:13:04.219Z] e9a5061849ea: Verifying Checksum [2020-10-28T03:13:04.219Z] e9a5061849ea: Download complete [2020-10-28T03:13:04.219Z] d747dcd14b5f: Verifying Checksum [2020-10-28T03:13:04.219Z] d747dcd14b5f: Download complete [2020-10-28T03:13:04.800Z] ab5ef0e58194: Download complete [2020-10-28T03:13:04.800Z] 2de7ff778b66: Verifying Checksum [2020-10-28T03:13:04.800Z] 2de7ff778b66: Download complete [2020-10-28T03:13:05.064Z] 0d9ebad4ef96: Verifying Checksum [2020-10-28T03:13:05.064Z] 0d9ebad4ef96: Download complete [2020-10-28T03:13:09.321Z] ab5ef0e58194: Pull complete [2020-10-28T03:13:09.321Z] 9712f1f96733: Pull complete [2020-10-28T03:13:11.908Z] 63f879dbbcfc: Pull complete [2020-10-28T03:13:18.593Z] 0d9ebad4ef96: Pull complete [2020-10-28T03:13:21.172Z] e9a5061849ea: Pull complete [2020-10-28T03:13:21.172Z] d747dcd14b5f: Pull complete [2020-10-28T03:13:23.114Z] 2de7ff778b66: Pull complete [2020-10-28T03:13:23.114Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-28T03:13:23.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T03:13:23.114Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-28T03:13:23.352Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:13:23.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-28T03:13:27.105Z] $ docker top a46bc8eb5418f009d8d10d35ae3974f4fb37cef9362d3cb23ce48ba3b94fd7cd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-28T03:13:27.362Z] provisioning config files... [2020-10-28T03:13:27.384Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config5502350018387975690tmp [2020-10-28T03:13:27.416Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2985952725617467223tmp [2020-10-28T03:13:27.432Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config1744295321137259166tmp [Pipeline] { [Pipeline] echo [2020-10-28T03:13:27.491Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:13:27.803Z] ---> sigul-configuration.sh [2020-10-28T03:13:27.803Z] gpg: directory `/root/.gnupg' created [2020-10-28T03:13:27.803Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-28T03:13:27.803Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-28T03:13:27.803Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-28T03:13:27.803Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-28T03:13:27.803Z] gpg: CAST5 encrypted data [2020-10-28T03:13:28.066Z] gpg: encrypted with 1 passphrase [2020-10-28T03:13:28.066Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-28T03:13:28.374Z] + mkdir /home/jenkins [2020-10-28T03:13:28.374Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-28T03:13:28.683Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-28T03:13:28.695Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:13:29.006Z] ---> sigul-install.sh [2020-10-28T03:13:34.335Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-28T03:13:34.644Z] + git tag --list [2020-10-28T03:13:34.644Z] 1.0.0 [2020-10-28T03:13:34.644Z] v0.0.0 [2020-10-28T03:13:34.644Z] v1.1.0 [2020-10-28T03:13:34.644Z] v1.1.1 [2020-10-28T03:13:34.644Z] v1.2.0 [2020-10-28T03:13:34.644Z] v1.2.1 [2020-10-28T03:13:34.644Z] v1.2.2 [2020-10-28T03:13:34.644Z] v1.2.2-dev.1 [2020-10-28T03:13:34.644Z] v1.2.2-dev.2 [2020-10-28T03:13:34.644Z] v1.2.3-dev.1 [2020-10-28T03:13:34.644Z] v1.2.3-dev.2 [2020-10-28T03:13:34.644Z] v1.2.3-dev.3 [2020-10-28T03:13:34.645Z] v1.2.3-dev.4 [2020-10-28T03:13:34.645Z] v1.2.3-dev.5 [Pipeline] sh [2020-10-28T03:13:34.950Z] + lftools sign git-tag v1.2.3-dev.5 [2020-10-28T03:13:36.354Z] Signing Git tag with Sigul... [2020-10-28T03:13:36.354Z] Signing v1.2.3-dev.5 [Pipeline] echo [2020-10-28T03:13:37.323Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:13:37.629Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-28T03:13:37.640Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-28T03:13:37.761Z] $ docker stop --time=1 a46bc8eb5418f009d8d10d35ae3974f4fb37cef9362d3cb23ce48ba3b94fd7cd [2020-10-28T03:13:39.761Z] $ docker rm -f a46bc8eb5418f009d8d10d35ae3974f4fb37cef9362d3cb23ce48ba3b94fd7cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:13:40.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T03:13:40.858Z] . [Pipeline] withDockerContainer [2020-10-28T03:13:40.971Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:13:41.026Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T03:13:41.821Z] $ docker top 569e74f095c5ed6b00c31d3889ae92fd960ab9c1da39fc61a6b03801d36f6b75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T03:13:42.195Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T03:13:42.195Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T03:13:42.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T03:13:42.462Z] $ docker exec 569e74f095c5ed6b00c31d3889ae92fd960ab9c1da39fc61a6b03801d36f6b75 ssh-agent [2020-10-28T03:13:42.754Z] SSH_AUTH_SOCK=/tmp/ssh-iIQmrgBo1Avv/agent.11 [2020-10-28T03:13:42.754Z] SSH_AGENT_PID=16 [2020-10-28T03:13:42.810Z] Running ssh-add (command line suppressed) [2020-10-28T03:13:42.955Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3810678163410381397.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3810678163410381397.key) [2020-10-28T03:13:43.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T03:13:43.384Z] + git semver bump pre [2020-10-28T03:13:43.384Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T03:13:43.384Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-10-28T03:13:43.384Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-10-28T03:13:43.384Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T03:13:43.384Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T03:13:43.384Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T03:13:43.384Z] # $SEMVER_BRANCH = master [2020-10-28T03:13:43.384Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-10-28T03:13:43.384Z] 1.2.3-dev.6 [Pipeline] } [2020-10-28T03:13:43.401Z] $ docker exec --env ******** --env ******** 569e74f095c5ed6b00c31d3889ae92fd960ab9c1da39fc61a6b03801d36f6b75 ssh-agent -k [2020-10-28T03:13:43.531Z] unset SSH_AUTH_SOCK; [2020-10-28T03:13:43.531Z] unset SSH_AGENT_PID; [2020-10-28T03:13:43.531Z] echo Agent pid 16 killed; [2020-10-28T03:13:43.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T03:13:44.107Z] + git semver [Pipeline] } [2020-10-28T03:13:44.145Z] $ docker stop --time=1 569e74f095c5ed6b00c31d3889ae92fd960ab9c1da39fc61a6b03801d36f6b75 [2020-10-28T03:13:45.585Z] $ docker rm -f 569e74f095c5ed6b00c31d3889ae92fd960ab9c1da39fc61a6b03801d36f6b75 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:13:46.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T03:13:46.154Z] . [Pipeline] withDockerContainer [2020-10-28T03:13:46.259Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:13:46.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T03:13:46.998Z] $ docker top 9e8f38910c555824e85a1ff590b93436821bf39d82314bc2238caf287957af54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T03:13:47.296Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T03:13:47.296Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T03:13:47.489Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T03:13:47.496Z] $ docker exec 9e8f38910c555824e85a1ff590b93436821bf39d82314bc2238caf287957af54 ssh-agent [2020-10-28T03:13:47.673Z] SSH_AUTH_SOCK=/tmp/ssh-duE9G0Vd3hXK/agent.11 [2020-10-28T03:13:47.673Z] SSH_AGENT_PID=17 [2020-10-28T03:13:47.811Z] Running ssh-add (command line suppressed) [2020-10-28T03:13:47.948Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8053150599702121145.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8053150599702121145.key) [2020-10-28T03:13:48.003Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T03:13:48.342Z] + git semver push [2020-10-28T03:13:48.342Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T03:13:48.342Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-10-28T03:13:48.343Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-10-28T03:13:48.343Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T03:13:48.343Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T03:13:48.343Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T03:13:48.343Z] # $SEMVER_BRANCH = master [2020-10-28T03:13:48.343Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-10-28T03:13:54.980Z] $ docker exec --env ******** --env ******** 9e8f38910c555824e85a1ff590b93436821bf39d82314bc2238caf287957af54 ssh-agent -k [2020-10-28T03:13:55.120Z] unset SSH_AUTH_SOCK; [2020-10-28T03:13:55.120Z] unset SSH_AGENT_PID; [2020-10-28T03:13:55.120Z] echo Agent pid 17 killed; [2020-10-28T03:13:55.184Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T03:13:55.748Z] + git semver [Pipeline] } [2020-10-28T03:13:55.769Z] $ docker stop --time=1 9e8f38910c555824e85a1ff590b93436821bf39d82314bc2238caf287957af54 [2020-10-28T03:13:57.151Z] $ docker rm -f 9e8f38910c555824e85a1ff590b93436821bf39d82314bc2238caf287957af54 [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-10-28T03:13:58.662Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:13:59.242Z] ---> package-listing.sh [2020-10-28T03:13:59.243Z] ++ facter osfamily [2020-10-28T03:13:59.243Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-28T03:13:59.243Z] + OS_FAMILY=redhat [2020-10-28T03:13:59.243Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_master [2020-10-28T03:13:59.243Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-28T03:13:59.243Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-28T03:13:59.243Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-28T03:13:59.243Z] + PACKAGES=/tmp/packages_start.txt [2020-10-28T03:13:59.243Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-10-28T03:13:59.243Z] + PACKAGES=/tmp/packages_end.txt [2020-10-28T03:13:59.243Z] + case "${OS_FAMILY}" in [2020-10-28T03:13:59.243Z] + rpm -qa [2020-10-28T03:13:59.243Z] + sort [2020-10-28T03:14:03.483Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-28T03:14:03.483Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-28T03:14:03.483Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-28T03:14:03.483Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-10-28T03:14:03.483Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ [2020-10-28T03:14:03.483Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] echo [2020-10-28T03:14:03.500Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-28T03:14:03.806Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:14:04.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T03:14:04.124Z] [2020-10-28T03:14:04.124Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:14:04.537Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T03:14:04.537Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-28T03:14:04.537Z] df20fa9351a1: Pulling fs layer [2020-10-28T03:14:04.537Z] 36b3adc4ff6f: Pulling fs layer [2020-10-28T03:14:04.537Z] 8ad3a11d3b57: Pulling fs layer [2020-10-28T03:14:04.537Z] 46f8f816bc3b: Pulling fs layer [2020-10-28T03:14:04.537Z] 93b61091891f: Pulling fs layer [2020-10-28T03:14:04.537Z] 93b9cdb0e59b: Pulling fs layer [2020-10-28T03:14:04.537Z] 5e14af77c1be: Pulling fs layer [2020-10-28T03:14:04.537Z] 01666e4c0597: Pulling fs layer [2020-10-28T03:14:04.537Z] aa168da1d23b: Pulling fs layer [2020-10-28T03:14:04.537Z] 46f8f816bc3b: Waiting [2020-10-28T03:14:04.537Z] 5e14af77c1be: Waiting [2020-10-28T03:14:04.537Z] 01666e4c0597: Waiting [2020-10-28T03:14:04.537Z] aa168da1d23b: Waiting [2020-10-28T03:14:04.537Z] 93b9cdb0e59b: Waiting [2020-10-28T03:14:04.537Z] 93b61091891f: Waiting [2020-10-28T03:14:04.537Z] 36b3adc4ff6f: Download complete [2020-10-28T03:14:04.537Z] 46f8f816bc3b: Verifying Checksum [2020-10-28T03:14:04.537Z] 46f8f816bc3b: Download complete [2020-10-28T03:14:04.537Z] df20fa9351a1: Verifying Checksum [2020-10-28T03:14:04.537Z] df20fa9351a1: Download complete [2020-10-28T03:14:04.537Z] 93b9cdb0e59b: Verifying Checksum [2020-10-28T03:14:04.537Z] 93b9cdb0e59b: Download complete [2020-10-28T03:14:04.802Z] 5e14af77c1be: Verifying Checksum [2020-10-28T03:14:04.802Z] 5e14af77c1be: Download complete [2020-10-28T03:14:04.802Z] 93b61091891f: Download complete [2020-10-28T03:14:04.802Z] 01666e4c0597: Verifying Checksum [2020-10-28T03:14:04.802Z] 01666e4c0597: Download complete [2020-10-28T03:14:05.065Z] df20fa9351a1: Pull complete [2020-10-28T03:14:05.330Z] 36b3adc4ff6f: Pull complete [2020-10-28T03:14:05.603Z] 8ad3a11d3b57: Verifying Checksum [2020-10-28T03:14:05.603Z] 8ad3a11d3b57: Download complete [2020-10-28T03:14:06.182Z] 8ad3a11d3b57: Pull complete [2020-10-28T03:14:06.450Z] 46f8f816bc3b: Pull complete [2020-10-28T03:14:07.409Z] 93b61091891f: Pull complete [2020-10-28T03:14:07.677Z] 93b9cdb0e59b: Pull complete [2020-10-28T03:14:07.946Z] 5e14af77c1be: Pull complete [2020-10-28T03:14:08.216Z] aa168da1d23b: Verifying Checksum [2020-10-28T03:14:08.216Z] aa168da1d23b: Download complete [2020-10-28T03:14:08.216Z] 01666e4c0597: Pull complete [2020-10-28T03:14:14.873Z] aa168da1d23b: Pull complete [2020-10-28T03:14:14.873Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-28T03:14:14.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T03:14:14.873Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-28T03:14:15.077Z] prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container [2020-10-28T03:14:15.144Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-28T03:14:18.807Z] $ docker top c84a66cd4c3ef172a184c7b769b2ff994f0f2bc838d61e8ddb6c1efffe75d7d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T03:14:19.393Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-28T03:14:19.706Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-28T03:14:20.028Z] + ls /var/log/sa-host [2020-10-28T03:14:20.028Z] + sadf -c /var/log/sa-host/sa05 [2020-10-28T03:14:20.028Z] file_magic: OK [2020-10-28T03:14:20.028Z] HZ: Using current value: 100 [2020-10-28T03:14:20.028Z] file_header: OK [2020-10-28T03:14:20.028Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-28T03:14:20.028Z] Statistics: [2020-10-28T03:14:20.028Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T03:14:20.028Z] File successfully converted to sysstat format version 12.2.1 [2020-10-28T03:14:20.028Z] + sadf -c /var/log/sa-host/sa28 [2020-10-28T03:14:20.028Z] file_magic: OK [2020-10-28T03:14:20.028Z] HZ: Using current value: 100 [2020-10-28T03:14:20.028Z] file_header: OK [2020-10-28T03:14:20.028Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-28T03:14:20.028Z] Statistics: [2020-10-28T03:14:20.028Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T03:14:20.028Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T03:14:20.299Z] provisioning config files... [2020-10-28T03:14:20.331Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4717034003166051516tmp [Pipeline] { [Pipeline] echo [2020-10-28T03:14:20.436Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:14:20.744Z] ---> create-netrc.sh [Pipeline] } [2020-10-28T03:14:20.756Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-28T03:14:20.859Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:14:21.168Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-28T03:14:21.179Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:14:21.533Z] ---> sudo-logs.sh [2020-10-28T03:14:21.533Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-28T03:14:21.545Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:14:21.854Z] ---> job-cost.sh [2020-10-28T03:14:21.854Z] lf-activate-venv: SKIPPING [2020-10-28T03:14:21.854Z] INFO: No Stack... [2020-10-28T03:14:23.253Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-28T03:14:23.517Z] INFO: Archiving Costs [Pipeline] echo [2020-10-28T03:14:23.533Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:14:23.838Z] ---> logs-deploy.sh [2020-10-28T03:14:23.838Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/16 [2020-10-28T03:14:23.838Z] INFO: archiving workspace using pattern(s): [2020-10-28T03:14:25.766Z] Archives upload complete. [2020-10-28T03:14:25.766Z] INFO: archiving logs to Nexus