Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 85ca4d9a088a28cefeda27c571c84a40d18009e2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-660 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 85ca4d9a088a28cefeda27c571c84a40d18009e2 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 Commit message: "Merge pull request #124 from FelixTing/update-readme" > git rev-list --no-walk d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-21T08:26:03.691Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-21T08:26:03.929Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-21T08:26:04.014Z] ========================================================= [2020-08-21T08:26:04.014Z] EdgeX Global Pipelines Version Info [2020-08-21T08:26:04.014Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:26:05.419Z] ------------------- [2020-08-21T08:26:05.419Z] stable info: [2020-08-21T08:26:05.419Z] ------------------- [2020-08-21T08:26:05.419Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-21T08:26:05.419Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-21T08:26:05.419Z] Message: update stable to v1.0.106 [2020-08-21T08:26:06.361Z] ------------------- [2020-08-21T08:26:06.361Z] experimental info: [2020-08-21T08:26:06.361Z] ------------------- [2020-08-21T08:26:06.361Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-21T08:26:06.361Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-21T08:26:06.361Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-21T08:26:08.701Z] + git log --format=format:%s -1 85ca4d9a088a28cefeda27c571c84a40d18009e2 [Pipeline] echo [2020-08-21T08:26:08.816Z] GIT_COMMIT: 85ca4d9a088a28cefeda27c571c84a40d18009e2, Commit Message: Merge pull request #124 from FelixTing/update-readme [Pipeline] echo [2020-08-21T08:26:08.883Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:26:09.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T08:26:09.950Z] [2020-08-21T08:26:09.950Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:26:10.293Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T08:26:10.293Z] latest: Pulling from edgex-devops/git-semver [2020-08-21T08:26:10.293Z] 31603596830f: Pulling fs layer [2020-08-21T08:26:10.293Z] 2a8b12db71e7: Pulling fs layer [2020-08-21T08:26:10.293Z] 6ca5941a6612: Pulling fs layer [2020-08-21T08:26:10.293Z] ecc8261a40a4: Pulling fs layer [2020-08-21T08:26:10.293Z] ecc8261a40a4: Waiting [2020-08-21T08:26:10.293Z] 2a8b12db71e7: Verifying Checksum [2020-08-21T08:26:10.293Z] 2a8b12db71e7: Download complete [2020-08-21T08:26:10.556Z] 31603596830f: Verifying Checksum [2020-08-21T08:26:10.556Z] 31603596830f: Download complete [2020-08-21T08:26:10.556Z] ecc8261a40a4: Verifying Checksum [2020-08-21T08:26:10.556Z] ecc8261a40a4: Download complete [2020-08-21T08:26:10.556Z] 6ca5941a6612: Verifying Checksum [2020-08-21T08:26:10.556Z] 6ca5941a6612: Download complete [2020-08-21T08:26:10.819Z] 31603596830f: Pull complete [2020-08-21T08:26:10.819Z] 2a8b12db71e7: Pull complete [2020-08-21T08:26:11.768Z] 6ca5941a6612: Pull complete [2020-08-21T08:26:12.029Z] ecc8261a40a4: Pull complete [2020-08-21T08:26:12.029Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-21T08:26:12.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T08:26:12.029Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-21T08:26:12.125Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:26:12.168Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-21T08:26:14.333Z] $ docker top 99aaf215d0bc9a14409b126259233cb51401ac6876d81907f7bb4f700afeabee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-21T08:26:14.616Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T08:26:14.617Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T08:26:14.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T08:26:14.813Z] $ docker exec 99aaf215d0bc9a14409b126259233cb51401ac6876d81907f7bb4f700afeabee ssh-agent [2020-08-21T08:26:14.967Z] SSH_AUTH_SOCK=/tmp/ssh-E2h7P358QR2U/agent.11 [2020-08-21T08:26:14.967Z] SSH_AGENT_PID=17 [2020-08-21T08:26:14.981Z] Running ssh-add (command line suppressed) [2020-08-21T08:26:15.121Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4675647249551132629.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4675647249551132629.key) [2020-08-21T08:26:15.170Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T08:26:15.497Z] + git describe --exact-match --tags HEAD [2020-08-21T08:26:15.497Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-21T08:26:15.516Z] $ docker exec --env ******** --env ******** 99aaf215d0bc9a14409b126259233cb51401ac6876d81907f7bb4f700afeabee ssh-agent -k [2020-08-21T08:26:15.623Z] unset SSH_AUTH_SOCK; [2020-08-21T08:26:15.624Z] unset SSH_AGENT_PID; [2020-08-21T08:26:15.624Z] echo Agent pid 17 killed; [2020-08-21T08:26:15.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-21T08:26:15.745Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-21T08:26:15.745Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-21T08:26:15.839Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T08:26:15.839Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T08:26:15.990Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T08:26:15.992Z] $ docker exec 99aaf215d0bc9a14409b126259233cb51401ac6876d81907f7bb4f700afeabee ssh-agent [2020-08-21T08:26:16.145Z] SSH_AUTH_SOCK=/tmp/ssh-OxIh4QeKeoPa/agent.45 [2020-08-21T08:26:16.145Z] SSH_AGENT_PID=50 [2020-08-21T08:26:16.151Z] Running ssh-add (command line suppressed) [2020-08-21T08:26:16.259Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8303690898370082858.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8303690898370082858.key) [2020-08-21T08:26:16.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T08:26:16.640Z] + git semver init [2020-08-21T08:26:16.640Z] # -> Open(): unable to determine branch for HEAD [2020-08-21T08:26:16.640Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-08-21T08:26:16.640Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-08-21T08:26:16.640Z] # $SEMVER_REMOTE_NAME = origin [2020-08-21T08:26:16.640Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-21T08:26:16.640Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-21T08:26:16.640Z] # $SEMVER_BRANCH = master [2020-08-21T08:26:16.640Z] # $SEMVER_TEMP = /tmp/semver-423819385 [2020-08-21T08:26:16.640Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-08-21T08:26:17.214Z] # '/tmp/semver-423819385' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2020-08-21T08:26:17.214Z] # -> Force: false [2020-08-21T08:26:17.214Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-08-21T08:26:17.223Z] $ docker exec --env ******** --env ******** 99aaf215d0bc9a14409b126259233cb51401ac6876d81907f7bb4f700afeabee ssh-agent -k [2020-08-21T08:26:17.329Z] unset SSH_AUTH_SOCK; [2020-08-21T08:26:17.330Z] unset SSH_AGENT_PID; [2020-08-21T08:26:17.330Z] echo Agent pid 50 killed; [2020-08-21T08:26:17.374Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-21T08:26:17.836Z] + git semver [Pipeline] } [2020-08-21T08:26:17.849Z] $ docker stop --time=1 99aaf215d0bc9a14409b126259233cb51401ac6876d81907f7bb4f700afeabee [2020-08-21T08:26:19.165Z] $ docker rm -f 99aaf215d0bc9a14409b126259233cb51401ac6876d81907f7bb4f700afeabee [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-21T08:26:19.820Z] Stashed 19 file(s) [Pipeline] echo [2020-08-21T08:26:19.822Z] [edgeXSemver] initialized semver on version 1.2.4-dev.1 [Pipeline] echo [2020-08-21T08:26:19.903Z] Archived original version: [1.2.4-dev.1] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-21T08:26:35.400Z] Still waiting to schedule task [2020-08-21T08:26:35.400Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-21T08:26:35.402Z] Still waiting to schedule task [2020-08-21T08:26:35.402Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-21T08:28:24.419Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-661 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-08-21T08:28:24.518Z] Running in /w/workspace/device-virtual-go/21 [Pipeline] { [Pipeline] checkout [2020-08-21T08:28:29.664Z] using credential edgex-jenkins-ssh [2020-08-21T08:28:29.721Z] Cloning the remote Git repository [2020-08-21T08:28:29.721Z] Cloning with configured refspecs honoured and without tags [2020-08-21T08:28:29.781Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:28:29.895Z] > git init /w/workspace/device-virtual-go/21 # timeout=10 [2020-08-21T08:28:29.957Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:28:29.958Z] > git --version # timeout=10 [2020-08-21T08:28:29.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T08:28:30.077Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:28:30.739Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-21T08:28:30.758Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:28:30.824Z] Fetching without tags [2020-08-21T08:28:31.320Z] Checking out Revision 85ca4d9a088a28cefeda27c571c84a40d18009e2 (master) [2020-08-21T08:28:30.800Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-21T08:28:30.837Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:28:30.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T08:28:30.848Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:28:31.344Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T08:28:31.370Z] > git checkout -f 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 [2020-08-21T08:28:36.081Z] Commit message: "Merge pull request #124 from FelixTing/update-readme" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-21T08:28:37.120Z] ========================================================= [2020-08-21T08:28:37.120Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-21T08:28:37.120Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:28:38.123Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-21T08:28:38.790Z] Sending build context to Docker daemon 527.4kB [2020-08-21T08:28:39.066Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-21T08:28:39.066Z] Step 2/8 : FROM ${BASE} [2020-08-21T08:28:39.353Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-21T08:28:39.353Z] b538f80385f9: Pulling fs layer [2020-08-21T08:28:39.353Z] 74f711af9a0d: Pulling fs layer [2020-08-21T08:28:39.353Z] 99f96fe45779: Pulling fs layer [2020-08-21T08:28:39.353Z] fd7a069fd194: Pulling fs layer [2020-08-21T08:28:39.353Z] 66aa3694b03b: Pulling fs layer [2020-08-21T08:28:39.353Z] 170f70906a0f: Pulling fs layer [2020-08-21T08:28:39.353Z] ad7c5574e4b9: Pulling fs layer [2020-08-21T08:28:39.353Z] e772456be8f7: Pulling fs layer [2020-08-21T08:28:39.353Z] c890913d741a: Pulling fs layer [2020-08-21T08:28:39.353Z] 2480fcc9aa5a: Pulling fs layer [2020-08-21T08:28:39.353Z] 09adf4765672: Pulling fs layer [2020-08-21T08:28:39.353Z] 170f70906a0f: Waiting [2020-08-21T08:28:39.353Z] ad7c5574e4b9: Waiting [2020-08-21T08:28:39.353Z] e772456be8f7: Waiting [2020-08-21T08:28:39.353Z] c890913d741a: Waiting [2020-08-21T08:28:39.353Z] 2480fcc9aa5a: Waiting [2020-08-21T08:28:39.353Z] 09adf4765672: Waiting [2020-08-21T08:28:39.353Z] fd7a069fd194: Waiting [2020-08-21T08:28:39.353Z] 66aa3694b03b: Waiting [2020-08-21T08:28:39.353Z] 99f96fe45779: Verifying Checksum [2020-08-21T08:28:39.353Z] 99f96fe45779: Download complete [2020-08-21T08:28:39.353Z] 74f711af9a0d: Verifying Checksum [2020-08-21T08:28:39.353Z] 74f711af9a0d: Download complete [2020-08-21T08:28:39.353Z] 66aa3694b03b: Verifying Checksum [2020-08-21T08:28:39.353Z] 66aa3694b03b: Download complete [2020-08-21T08:28:39.353Z] 170f70906a0f: Verifying Checksum [2020-08-21T08:28:39.353Z] 170f70906a0f: Download complete [2020-08-21T08:28:39.628Z] b538f80385f9: Verifying Checksum [2020-08-21T08:28:39.629Z] b538f80385f9: Download complete [2020-08-21T08:28:40.231Z] b538f80385f9: Pull complete [2020-08-21T08:28:40.837Z] 74f711af9a0d: Pull complete [2020-08-21T08:28:41.119Z] 99f96fe45779: Pull complete [2020-08-21T08:28:42.104Z] ad7c5574e4b9: Verifying Checksum [2020-08-21T08:28:42.104Z] ad7c5574e4b9: Download complete [2020-08-21T08:28:42.104Z] c890913d741a: Verifying Checksum [2020-08-21T08:28:42.104Z] c890913d741a: Download complete [2020-08-21T08:28:43.542Z] 2480fcc9aa5a: Verifying Checksum [2020-08-21T08:28:43.542Z] 2480fcc9aa5a: Download complete [2020-08-21T08:28:43.815Z] 09adf4765672: Verifying Checksum [2020-08-21T08:28:44.797Z] e772456be8f7: Verifying Checksum [2020-08-21T08:28:44.797Z] e772456be8f7: Download complete [2020-08-21T08:28:45.070Z] fd7a069fd194: Verifying Checksum [2020-08-21T08:28:45.070Z] fd7a069fd194: Download complete [2020-08-21T08:28:57.500Z] fd7a069fd194: Pull complete [2020-08-21T08:28:57.500Z] 66aa3694b03b: Pull complete [2020-08-21T08:28:57.500Z] 170f70906a0f: Pull complete [2020-08-21T08:29:00.900Z] ad7c5574e4b9: Pull complete [2020-08-21T08:29:05.216Z] e772456be8f7: Pull complete [2020-08-21T08:29:05.216Z] c890913d741a: Pull complete [2020-08-21T08:29:07.855Z] 2480fcc9aa5a: Pull complete [2020-08-21T08:29:07.855Z] 09adf4765672: Pull complete [2020-08-21T08:29:08.134Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-21T08:29:08.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-21T08:29:08.134Z] ---> 2248a725d1cf [2020-08-21T08:29:08.134Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-21T08:29:12.450Z] ---> Running in dbbcc1ce2fc5 [2020-08-21T08:29:12.723Z] Removing intermediate container dbbcc1ce2fc5 [2020-08-21T08:29:12.723Z] ---> 30e968e427d2 [2020-08-21T08:29:12.723Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T08:29:12.994Z] ---> Running in bd8222aa69b7 [2020-08-21T08:29:13.203Z] Running on prd-centos7-docker-4c-2g-662 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-08-21T08:29:13.248Z] Running in /w/workspace/device-virtual-go/21 [Pipeline] { [Pipeline] checkout [2020-08-21T08:29:15.344Z] using credential edgex-jenkins-ssh [2020-08-21T08:29:15.392Z] Cloning the remote Git repository [2020-08-21T08:29:15.392Z] Cloning with configured refspecs honoured and without tags [2020-08-21T08:29:15.416Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:29:15.482Z] > git init /w/workspace/device-virtual-go/21 # timeout=10 [2020-08-21T08:29:15.536Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:29:15.536Z] > git --version # timeout=10 [2020-08-21T08:29:15.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T08:29:15.581Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:29:16.141Z] Fetching without tags [2020-08-21T08:29:16.401Z] Removing intermediate container bd8222aa69b7 [2020-08-21T08:29:16.401Z] ---> b7a1c7964ddc [2020-08-21T08:29:16.401Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-21T08:29:16.401Z] ---> Running in c010ddebab04 [2020-08-21T08:29:16.555Z] Checking out Revision 85ca4d9a088a28cefeda27c571c84a40d18009e2 (master) [2020-08-21T08:29:16.097Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-21T08:29:16.104Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:29:16.118Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-21T08:29:16.143Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:29:16.144Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T08:29:16.149Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:29:16.560Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T08:29:16.564Z] > git checkout -f 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 [2020-08-21T08:29:17.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T08:29:18.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T08:29:19.016Z] (1/14) Installing libmagic (5.38-r0) [2020-08-21T08:29:19.288Z] (2/14) Installing file (5.38-r0) [2020-08-21T08:29:19.288Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-21T08:29:19.561Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-21T08:29:20.200Z] Commit message: "Merge pull request #124 from FelixTing/update-readme" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-21T08:29:21.052Z] ========================================================= [2020-08-21T08:29:21.052Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-21T08:29:21.052Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:29:21.535Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-21T08:29:21.535Z] (6/14) Installing patch (2.7.6-r6) [2020-08-21T08:29:21.535Z] (7/14) Installing build-base (0.5-r2) [2020-08-21T08:29:21.535Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-21T08:29:21.704Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-21T08:29:21.806Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-21T08:29:21.806Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-21T08:29:21.967Z] Sending build context to Docker daemon 527.4kB [2020-08-21T08:29:21.968Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-21T08:29:21.968Z] Step 2/8 : FROM ${BASE} [2020-08-21T08:29:22.229Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-21T08:29:22.229Z] df20fa9351a1: Pulling fs layer [2020-08-21T08:29:22.229Z] ed8968b2872e: Pulling fs layer [2020-08-21T08:29:22.229Z] a92cc7c5fd73: Pulling fs layer [2020-08-21T08:29:22.229Z] 2dd03ba5bac4: Pulling fs layer [2020-08-21T08:29:22.229Z] 1e091d79d1de: Pulling fs layer [2020-08-21T08:29:22.229Z] 481702a1767f: Pulling fs layer [2020-08-21T08:29:22.229Z] f64a6f60c768: Pulling fs layer [2020-08-21T08:29:22.229Z] e78d2573fc39: Pulling fs layer [2020-08-21T08:29:22.229Z] e876d2f968b6: Pulling fs layer [2020-08-21T08:29:22.229Z] ce8a83651883: Pulling fs layer [2020-08-21T08:29:22.229Z] 07967f4d0e4b: Pulling fs layer [2020-08-21T08:29:22.229Z] f64a6f60c768: Waiting [2020-08-21T08:29:22.229Z] e78d2573fc39: Waiting [2020-08-21T08:29:22.229Z] e876d2f968b6: Waiting [2020-08-21T08:29:22.229Z] ce8a83651883: Waiting [2020-08-21T08:29:22.229Z] 07967f4d0e4b: Waiting [2020-08-21T08:29:22.229Z] 2dd03ba5bac4: Waiting [2020-08-21T08:29:22.229Z] 1e091d79d1de: Waiting [2020-08-21T08:29:22.229Z] 481702a1767f: Waiting [2020-08-21T08:29:22.229Z] a92cc7c5fd73: Verifying Checksum [2020-08-21T08:29:22.229Z] a92cc7c5fd73: Download complete [2020-08-21T08:29:22.229Z] ed8968b2872e: Download complete [2020-08-21T08:29:22.229Z] 1e091d79d1de: Verifying Checksum [2020-08-21T08:29:22.229Z] 1e091d79d1de: Download complete [2020-08-21T08:29:22.229Z] 481702a1767f: Download complete [2020-08-21T08:29:22.229Z] df20fa9351a1: Verifying Checksum [2020-08-21T08:29:22.229Z] df20fa9351a1: Download complete [2020-08-21T08:29:22.398Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-21T08:29:22.398Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-21T08:29:22.501Z] df20fa9351a1: Pull complete [2020-08-21T08:29:22.670Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-21T08:29:22.670Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-21T08:29:22.670Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T08:29:22.782Z] ed8968b2872e: Pull complete [2020-08-21T08:29:22.952Z] OK: 221 MiB in 53 packages [2020-08-21T08:29:23.059Z] a92cc7c5fd73: Pull complete [2020-08-21T08:29:23.334Z] f64a6f60c768: Verifying Checksum [2020-08-21T08:29:23.334Z] f64a6f60c768: Download complete [2020-08-21T08:29:23.334Z] e876d2f968b6: Verifying Checksum [2020-08-21T08:29:23.334Z] e876d2f968b6: Download complete [2020-08-21T08:29:23.987Z] ce8a83651883: Verifying Checksum [2020-08-21T08:29:23.987Z] ce8a83651883: Download complete [2020-08-21T08:29:23.987Z] 2dd03ba5bac4: Verifying Checksum [2020-08-21T08:29:23.987Z] 2dd03ba5bac4: Download complete [2020-08-21T08:29:23.987Z] 07967f4d0e4b: Verifying Checksum [2020-08-21T08:29:23.987Z] 07967f4d0e4b: Download complete [2020-08-21T08:29:24.259Z] e78d2573fc39: Verifying Checksum [2020-08-21T08:29:24.259Z] e78d2573fc39: Download complete [2020-08-21T08:29:27.263Z] Removing intermediate container c010ddebab04 [2020-08-21T08:29:27.263Z] ---> 18523fb73722 [2020-08-21T08:29:27.263Z] Step 6/8 : WORKDIR /device-virtual-go [2020-08-21T08:29:27.534Z] ---> Running in 8b1a68c617f8 [2020-08-21T08:29:28.131Z] Removing intermediate container 8b1a68c617f8 [2020-08-21T08:29:28.131Z] ---> 80a6ced9c5bb [2020-08-21T08:29:28.131Z] Step 7/8 : COPY . . [2020-08-21T08:29:29.106Z] ---> 7b0b33c491a8 [2020-08-21T08:29:29.106Z] Step 8/8 : RUN go mod download [2020-08-21T08:29:29.384Z] ---> Running in 0dccbe804616 [2020-08-21T08:29:30.883Z] 2dd03ba5bac4: Pull complete [2020-08-21T08:29:30.883Z] 1e091d79d1de: Pull complete [2020-08-21T08:29:30.883Z] 481702a1767f: Pull complete [2020-08-21T08:29:33.690Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-21T08:29:33.690Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-21T08:29:33.690Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-21T08:29:33.690Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T08:29:33.690Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-21T08:29:33.690Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-21T08:29:33.690Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T08:29:33.690Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-21T08:29:33.690Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-21T08:29:33.690Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T08:29:33.690Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T08:29:33.691Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-21T08:29:33.691Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T08:29:33.691Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-21T08:29:33.691Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-08-21T08:29:33.691Z] go: finding github.com/fatih/color v1.7.0 [2020-08-21T08:29:33.962Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T08:29:33.962Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-21T08:29:33.962Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T08:29:33.962Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-21T08:29:33.962Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-21T08:29:33.962Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-21T08:29:34.216Z] f64a6f60c768: Pull complete [2020-08-21T08:29:34.233Z] go: finding github.com/google/uuid v1.1.0 [2020-08-21T08:29:34.233Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-21T08:29:34.233Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-21T08:29:34.233Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-21T08:29:34.233Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-21T08:29:34.233Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T08:29:34.233Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T08:29:34.504Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-21T08:29:34.505Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-21T08:29:34.505Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T08:29:34.505Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-21T08:29:34.505Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-21T08:29:34.775Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-21T08:29:34.775Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-21T08:29:34.775Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T08:29:34.775Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-21T08:29:34.775Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-21T08:29:34.775Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-21T08:29:34.775Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-21T08:29:35.048Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-21T08:29:35.048Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-21T08:29:35.048Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-21T08:29:35.048Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-21T08:29:35.048Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-21T08:29:35.048Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T08:29:35.321Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-21T08:29:35.321Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-21T08:29:35.321Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-21T08:29:35.321Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-21T08:29:35.321Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-21T08:29:35.321Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T08:29:35.593Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T08:29:35.593Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-21T08:29:35.593Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-21T08:29:35.593Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-21T08:29:35.593Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-21T08:29:35.593Z] go: finding github.com/posener/complete v1.1.1 [2020-08-21T08:29:35.864Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-08-21T08:29:35.864Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-21T08:29:35.864Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-21T08:29:35.864Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-21T08:29:35.864Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-21T08:29:35.864Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-21T08:29:36.134Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-21T08:29:36.134Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-21T08:29:36.134Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-21T08:29:36.134Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T08:29:36.134Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-08-21T08:29:36.134Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-21T08:29:36.405Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-21T08:29:36.405Z] go: finding modernc.org/b v1.0.0 [2020-08-21T08:29:36.405Z] go: finding modernc.org/db v1.0.0 [2020-08-21T08:29:36.405Z] go: finding modernc.org/file v1.0.0 [2020-08-21T08:29:36.405Z] go: finding modernc.org/fileutil v1.0.0 [2020-08-21T08:29:36.405Z] go: finding modernc.org/golex v1.0.0 [2020-08-21T08:29:36.677Z] go: finding modernc.org/internal v1.0.0 [2020-08-21T08:29:36.677Z] go: finding modernc.org/lldb v1.0.0 [2020-08-21T08:29:36.677Z] go: finding modernc.org/mathutil v1.0.0 [2020-08-21T08:29:36.677Z] go: finding modernc.org/ql v1.0.0 [2020-08-21T08:29:36.677Z] go: finding modernc.org/sortutil v1.0.0 [2020-08-21T08:29:36.677Z] go: finding modernc.org/strutil v1.0.0 [2020-08-21T08:29:36.677Z] go: finding modernc.org/zappy v1.0.0 [2020-08-21T08:29:37.529Z] e78d2573fc39: Pull complete [2020-08-21T08:29:37.529Z] e876d2f968b6: Pull complete [2020-08-21T08:29:38.481Z] ce8a83651883: Pull complete [2020-08-21T08:29:38.481Z] 07967f4d0e4b: Pull complete [2020-08-21T08:29:38.481Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-21T08:29:38.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-21T08:29:38.482Z] ---> 5d7c900382c6 [2020-08-21T08:29:38.482Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-21T08:29:40.399Z] ---> Running in ac6d5932f85a [2020-08-21T08:29:40.399Z] Removing intermediate container ac6d5932f85a [2020-08-21T08:29:40.399Z] ---> 54f2c8bbb85f [2020-08-21T08:29:40.399Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T08:29:40.399Z] ---> Running in 45c13a27f743 [2020-08-21T08:29:41.795Z] Removing intermediate container 45c13a27f743 [2020-08-21T08:29:41.795Z] ---> 9a871a0fc3bb [2020-08-21T08:29:41.795Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-21T08:29:41.795Z] ---> Running in ece09aad5869 [2020-08-21T08:29:42.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T08:29:42.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T08:29:43.523Z] (1/14) Installing libmagic (5.38-r0) [2020-08-21T08:29:43.523Z] (2/14) Installing file (5.38-r0) [2020-08-21T08:29:43.792Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-21T08:29:43.792Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-21T08:29:46.344Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-21T08:29:46.344Z] (6/14) Installing patch (2.7.6-r6) [2020-08-21T08:29:46.344Z] (7/14) Installing build-base (0.5-r2) [2020-08-21T08:29:46.344Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-21T08:29:46.344Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-21T08:29:46.605Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-21T08:29:46.849Z] Removing intermediate container 0dccbe804616 [2020-08-21T08:29:46.849Z] ---> d8534c31cc71 [2020-08-21T08:29:46.849Z] Successfully built d8534c31cc71 [2020-08-21T08:29:46.867Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-21T08:29:46.868Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-21T08:29:46.868Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-21T08:29:47.120Z] Successfully tagged ci-base-image-arm64:latest [2020-08-21T08:29:47.129Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-21T08:29:47.129Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T08:29:47.129Z] OK: 237 MiB in 53 packages [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-21T08:29:49.965Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-21T08:29:50.304Z] + ls -al . [2020-08-21T08:29:50.305Z] total 88 [2020-08-21T08:29:50.305Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 08:28 . [2020-08-21T08:29:50.305Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 08:28 .. [2020-08-21T08:29:50.305Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 08:28 .git [2020-08-21T08:29:50.305Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 08:28 .github [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 21 08:28 .gitignore [2020-08-21T08:29:50.305Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 08:28 .semver [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 6432 Aug 21 08:28 Attribution.txt [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 1826 Aug 21 08:28 Dockerfile [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 957 Aug 21 08:28 Dockerfile.build [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 21 08:28 Jenkinsfile [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 21 08:28 LICENSE [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 873 Aug 21 08:28 Makefile [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 918 Aug 21 08:28 README.md [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 21 08:26 VERSION [2020-08-21T08:29:50.305Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 08:28 bin [2020-08-21T08:29:50.305Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 08:28 cmd [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 855 Aug 21 08:28 go.mod [2020-08-21T08:29:50.305Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 08:28 internal [2020-08-21T08:29:50.305Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 21 08:28 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:29:50.445Z] Removing intermediate container ece09aad5869 [2020-08-21T08:29:50.446Z] ---> ac7fc6529762 [2020-08-21T08:29:50.446Z] Step 6/8 : WORKDIR /device-virtual-go [2020-08-21T08:29:50.446Z] ---> Running in 248a1c81a23c [2020-08-21T08:29:50.446Z] Removing intermediate container 248a1c81a23c [2020-08-21T08:29:50.446Z] ---> feedf0658937 [2020-08-21T08:29:50.446Z] Step 7/8 : COPY . . [2020-08-21T08:29:50.664Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=85ca4d9a088a28cefeda27c571c84a40d18009e2 --label arch=arm64 --label version=1.2.4-dev.1 . [2020-08-21T08:29:50.935Z] Sending build context to Docker daemon 527.4kB [2020-08-21T08:29:50.935Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-08-21T08:29:50.935Z] Step 2/21 : FROM ${BASE} AS builder [2020-08-21T08:29:50.935Z] ---> d8534c31cc71 [2020-08-21T08:29:50.935Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-21T08:29:51.020Z] ---> f916e38a79e0 [2020-08-21T08:29:51.020Z] Step 8/8 : RUN go mod download [2020-08-21T08:29:51.020Z] ---> Running in b99a5e7841e0 [2020-08-21T08:29:51.207Z] ---> Running in 04b4ead82b95 [2020-08-21T08:29:51.801Z] Removing intermediate container 04b4ead82b95 [2020-08-21T08:29:51.801Z] ---> 1e9a629e7c2d [2020-08-21T08:29:51.801Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-08-21T08:29:51.801Z] ---> Running in ea5db79c83c8 [2020-08-21T08:29:52.397Z] Removing intermediate container ea5db79c83c8 [2020-08-21T08:29:52.397Z] ---> 65dd25e05ec4 [2020-08-21T08:29:52.397Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-08-21T08:29:52.397Z] ---> Running in 5beae0932a5d [2020-08-21T08:29:52.993Z] Removing intermediate container 5beae0932a5d [2020-08-21T08:29:52.993Z] ---> d438d63f101f [2020-08-21T08:29:52.993Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T08:29:52.993Z] ---> Running in 6782b6e09f0d [2020-08-21T08:29:53.574Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-21T08:29:53.574Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-21T08:29:53.574Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-21T08:29:53.574Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T08:29:53.574Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-21T08:29:53.574Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-21T08:29:53.574Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T08:29:53.574Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-21T08:29:53.574Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-21T08:29:53.574Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T08:29:53.574Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T08:29:53.836Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-21T08:29:53.836Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T08:29:53.836Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-21T08:29:53.836Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-08-21T08:29:53.836Z] go: finding github.com/fatih/color v1.7.0 [2020-08-21T08:29:53.836Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T08:29:54.096Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-21T08:29:54.096Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T08:29:54.096Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-21T08:29:54.096Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-21T08:29:54.096Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-21T08:29:54.096Z] go: finding github.com/google/uuid v1.1.0 [2020-08-21T08:29:54.096Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-21T08:29:54.357Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-21T08:29:54.357Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-21T08:29:54.357Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-21T08:29:54.357Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T08:29:54.357Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T08:29:54.357Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-21T08:29:54.357Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-21T08:29:54.618Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T08:29:54.618Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-21T08:29:54.618Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-21T08:29:54.618Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-21T08:29:54.618Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-21T08:29:54.618Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T08:29:54.880Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-21T08:29:54.880Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-21T08:29:54.880Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-21T08:29:54.880Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-21T08:29:54.880Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-21T08:29:54.880Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-21T08:29:54.880Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-21T08:29:54.880Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-21T08:29:55.142Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-21T08:29:55.142Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T08:29:55.142Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-21T08:29:55.142Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-21T08:29:55.142Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-21T08:29:55.142Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-21T08:29:55.404Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-21T08:29:55.404Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T08:29:55.404Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T08:29:55.404Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-21T08:29:55.404Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-21T08:29:55.404Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-21T08:29:55.404Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-21T08:29:55.614Z] Removing intermediate container 6782b6e09f0d [2020-08-21T08:29:55.614Z] ---> 48057a8dd202 [2020-08-21T08:29:55.614Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-21T08:29:55.614Z] ---> Running in 1e474aeb9257 [2020-08-21T08:29:55.666Z] go: finding github.com/posener/complete v1.1.1 [2020-08-21T08:29:55.666Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-08-21T08:29:55.666Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-21T08:29:55.666Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-21T08:29:55.666Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-21T08:29:55.666Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-21T08:29:55.666Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-21T08:29:55.927Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-21T08:29:55.927Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-21T08:29:55.927Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-21T08:29:55.927Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T08:29:55.927Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-08-21T08:29:55.927Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-21T08:29:56.188Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-21T08:29:56.188Z] go: finding modernc.org/b v1.0.0 [2020-08-21T08:29:56.188Z] go: finding modernc.org/db v1.0.0 [2020-08-21T08:29:56.188Z] go: finding modernc.org/file v1.0.0 [2020-08-21T08:29:56.188Z] go: finding modernc.org/fileutil v1.0.0 [2020-08-21T08:29:56.188Z] go: finding modernc.org/golex v1.0.0 [2020-08-21T08:29:56.188Z] go: finding modernc.org/internal v1.0.0 [2020-08-21T08:29:56.449Z] go: finding modernc.org/lldb v1.0.0 [2020-08-21T08:29:56.449Z] go: finding modernc.org/mathutil v1.0.0 [2020-08-21T08:29:56.449Z] go: finding modernc.org/ql v1.0.0 [2020-08-21T08:29:56.449Z] go: finding modernc.org/sortutil v1.0.0 [2020-08-21T08:29:56.449Z] go: finding modernc.org/strutil v1.0.0 [2020-08-21T08:29:56.449Z] go: finding modernc.org/zappy v1.0.0 [2020-08-21T08:29:57.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T08:29:58.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T08:29:58.612Z] OK: 221 MiB in 53 packages [2020-08-21T08:29:59.590Z] Removing intermediate container 1e474aeb9257 [2020-08-21T08:29:59.590Z] ---> bc2799db39d5 [2020-08-21T08:29:59.590Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-08-21T08:29:59.865Z] ---> Running in 40a0cac3e0e4 [2020-08-21T08:30:00.459Z] Removing intermediate container 40a0cac3e0e4 [2020-08-21T08:30:00.459Z] ---> e54c05a70446 [2020-08-21T08:30:00.459Z] Step 9/21 : COPY . . [2020-08-21T08:30:01.436Z] ---> 3e38f02f48e6 [2020-08-21T08:30:01.436Z] Step 10/21 : ARG MAKE='make build' [2020-08-21T08:30:01.436Z] ---> Running in 845c148049a2 [2020-08-21T08:30:02.031Z] Removing intermediate container 845c148049a2 [2020-08-21T08:30:02.031Z] ---> 240704c8a531 [2020-08-21T08:30:02.031Z] Step 11/21 : RUN $MAKE [2020-08-21T08:30:02.307Z] ---> Running in fe63bb8e4f82 [2020-08-21T08:30:03.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.1" -o cmd/device-virtual ./cmd [2020-08-21T08:30:06.473Z] Removing intermediate container b99a5e7841e0 [2020-08-21T08:30:06.473Z] ---> 029906c0126a [2020-08-21T08:30:06.473Z] Successfully built 029906c0126a [2020-08-21T08:30:06.473Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-21T08:30:07.336Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-21T08:30:07.692Z] + ls -al . [2020-08-21T08:30:07.692Z] total 60 [2020-08-21T08:30:07.692Z] drwxrwxr-x. 8 jenkins jenkins 4096 Aug 21 08:29 . [2020-08-21T08:30:07.692Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 21 08:29 .. [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 6432 Aug 21 08:29 Attribution.txt [2020-08-21T08:30:07.692Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 21 08:29 bin [2020-08-21T08:30:07.692Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 21 08:29 cmd [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 1826 Aug 21 08:29 Dockerfile [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 957 Aug 21 08:29 Dockerfile.build [2020-08-21T08:30:07.692Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 21 08:29 .git [2020-08-21T08:30:07.692Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 21 08:29 .github [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 258 Aug 21 08:29 .gitignore [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 855 Aug 21 08:29 go.mod [2020-08-21T08:30:07.692Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 21 08:29 internal [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 683 Aug 21 08:29 Jenkinsfile [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 21 08:29 LICENSE [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 873 Aug 21 08:29 Makefile [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 918 Aug 21 08:29 README.md [2020-08-21T08:30:07.692Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 21 08:29 .semver [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 21 08:26 VERSION [2020-08-21T08:30:07.692Z] -rw-rw-r--. 1 jenkins jenkins 235 Aug 21 08:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:07.991Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=85ca4d9a088a28cefeda27c571c84a40d18009e2 --label arch=amd64 --label version=1.2.4-dev.1 . [2020-08-21T08:30:08.253Z] Sending build context to Docker daemon 527.4kB [2020-08-21T08:30:08.253Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-08-21T08:30:08.253Z] Step 2/21 : FROM ${BASE} AS builder [2020-08-21T08:30:08.253Z] ---> 029906c0126a [2020-08-21T08:30:08.253Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-21T08:30:08.253Z] ---> Running in 96cffdd8e748 [2020-08-21T08:30:08.514Z] Removing intermediate container 96cffdd8e748 [2020-08-21T08:30:08.514Z] ---> 6fe0053eabe6 [2020-08-21T08:30:08.514Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-08-21T08:30:08.514Z] ---> Running in b9cb63e7c928 [2020-08-21T08:30:08.514Z] Removing intermediate container b9cb63e7c928 [2020-08-21T08:30:08.514Z] ---> c57a54cb84c6 [2020-08-21T08:30:08.514Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-08-21T08:30:08.777Z] ---> Running in 59cfdeab608c [2020-08-21T08:30:08.777Z] Removing intermediate container 59cfdeab608c [2020-08-21T08:30:08.777Z] ---> c06c3bfb2864 [2020-08-21T08:30:08.777Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T08:30:09.039Z] ---> Running in f078a40068da [2020-08-21T08:30:10.426Z] Removing intermediate container f078a40068da [2020-08-21T08:30:10.426Z] ---> 4916fe56f1e8 [2020-08-21T08:30:10.426Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-21T08:30:10.426Z] ---> Running in f71ec549fa89 [2020-08-21T08:30:10.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T08:30:11.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T08:30:11.830Z] OK: 237 MiB in 53 packages [2020-08-21T08:30:12.407Z] Removing intermediate container f71ec549fa89 [2020-08-21T08:30:12.407Z] ---> f6b27be28a10 [2020-08-21T08:30:12.407Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-08-21T08:30:12.407Z] ---> Running in 72fc870ad170 [2020-08-21T08:30:12.670Z] Removing intermediate container 72fc870ad170 [2020-08-21T08:30:12.670Z] ---> 2817e2f6159f [2020-08-21T08:30:12.670Z] Step 9/21 : COPY . . [2020-08-21T08:30:13.241Z] ---> 69e1e1c84370 [2020-08-21T08:30:13.241Z] Step 10/21 : ARG MAKE='make build' [2020-08-21T08:30:13.241Z] ---> Running in fc7a36c3acc0 [2020-08-21T08:30:13.241Z] Removing intermediate container fc7a36c3acc0 [2020-08-21T08:30:13.241Z] ---> ef281636c6ab [2020-08-21T08:30:13.241Z] Step 11/21 : RUN $MAKE [2020-08-21T08:30:13.502Z] ---> Running in e427761c466d [2020-08-21T08:30:13.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.1" -o cmd/device-virtual ./cmd [2020-08-21T08:30:26.109Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-21T08:30:28.656Z] Removing intermediate container e427761c466d [2020-08-21T08:30:28.656Z] ---> 7d915bcb09fa [2020-08-21T08:30:28.656Z] Step 12/21 : FROM alpine [2020-08-21T08:30:28.916Z] latest: Pulling from library/alpine [2020-08-21T08:30:28.916Z] df20fa9351a1: Already exists [2020-08-21T08:30:29.176Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-21T08:30:29.176Z] Status: Downloaded newer image for alpine:latest [2020-08-21T08:30:29.176Z] ---> a24bb4013296 [2020-08-21T08:30:29.176Z] Step 13/21 : ENV APP_PORT=49990 [2020-08-21T08:30:29.176Z] ---> Running in b6f4495820f3 [2020-08-21T08:30:29.438Z] Removing intermediate container b6f4495820f3 [2020-08-21T08:30:29.438Z] ---> 227078936b1f [2020-08-21T08:30:29.438Z] Step 14/21 : EXPOSE $APP_PORT [2020-08-21T08:30:29.438Z] ---> Running in 34d38b8787f9 [2020-08-21T08:30:29.699Z] Removing intermediate container 34d38b8787f9 [2020-08-21T08:30:29.699Z] ---> 1d0bfc35c95e [2020-08-21T08:30:29.699Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-08-21T08:30:30.271Z] ---> d099b8d6886a [2020-08-21T08:30:30.271Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-08-21T08:30:30.532Z] ---> 780041bc648d [2020-08-21T08:30:30.532Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-08-21T08:30:31.103Z] ---> 1106c050fe82 [2020-08-21T08:30:31.103Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-21T08:30:31.363Z] ---> Running in 570eccfeacae [2020-08-21T08:30:31.364Z] Removing intermediate container 570eccfeacae [2020-08-21T08:30:31.364Z] ---> 01a715976dba [2020-08-21T08:30:31.364Z] Step 19/21 : LABEL arch=amd64 [2020-08-21T08:30:31.364Z] ---> Running in 0f3c72440861 [2020-08-21T08:30:31.626Z] Removing intermediate container 0f3c72440861 [2020-08-21T08:30:31.626Z] ---> fc27cf8e51ed [2020-08-21T08:30:31.626Z] Step 20/21 : LABEL git_sha=85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:30:31.626Z] ---> Running in ef95307e3792 [2020-08-21T08:30:31.886Z] Removing intermediate container ef95307e3792 [2020-08-21T08:30:31.886Z] ---> 578abf2d89ae [2020-08-21T08:30:31.886Z] Step 21/21 : LABEL version=1.2.4-dev.1 [2020-08-21T08:30:31.886Z] ---> Running in 30f407268ec8 [2020-08-21T08:30:32.147Z] Removing intermediate container 30f407268ec8 [2020-08-21T08:30:32.147Z] ---> 2d4c3ec4c8ee [2020-08-21T08:30:32.147Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-21T08:30:32.147Z] Successfully built 2d4c3ec4c8ee [2020-08-21T08:30:32.147Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-21T08:30:32.558Z] provisioning config files... [2020-08-21T08:30:32.598Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/21@tmp/config5010623772751195890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:30:32.952Z] nexus3.edgexfoundry.org:10001 [2020-08-21T08:30:32.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T08:30:33.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T08:30:33.213Z] Configure a credential helper to remove this warning. See [2020-08-21T08:30:33.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T08:30:33.213Z] [2020-08-21T08:30:33.213Z] Login Succeeded [2020-08-21T08:30:33.213Z] nexus3.edgexfoundry.org:10002 [2020-08-21T08:30:33.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T08:30:33.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T08:30:33.213Z] Configure a credential helper to remove this warning. See [2020-08-21T08:30:33.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T08:30:33.213Z] [2020-08-21T08:30:33.213Z] Login Succeeded [2020-08-21T08:30:33.213Z] nexus3.edgexfoundry.org:10003 [2020-08-21T08:30:33.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T08:30:33.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T08:30:33.474Z] Configure a credential helper to remove this warning. See [2020-08-21T08:30:33.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T08:30:33.474Z] [2020-08-21T08:30:33.474Z] Login Succeeded [2020-08-21T08:30:33.474Z] nexus3.edgexfoundry.org:10004 [2020-08-21T08:30:33.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T08:30:33.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T08:30:33.735Z] Configure a credential helper to remove this warning. See [2020-08-21T08:30:33.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T08:30:33.735Z] [2020-08-21T08:30:33.735Z] Login Succeeded [2020-08-21T08:30:33.735Z] docker.io [2020-08-21T08:30:33.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T08:30:33.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T08:30:33.997Z] Configure a credential helper to remove this warning. See [2020-08-21T08:30:33.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T08:30:33.997Z] [2020-08-21T08:30:33.997Z] Login Succeeded [Pipeline] } [2020-08-21T08:30:34.006Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T08:30:34.227Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2020-08-21T08:30:34.227Z] 85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:30:34.227Z] latest [2020-08-21T08:30:34.227Z] 1.2.4-dev.1 [2020-08-21T08:30:34.227Z] 85ca4d9a088a28cefeda27c571c84a40d18009e2-1.2.4-dev.1 [2020-08-21T08:30:34.227Z] master [2020-08-21T08:30:34.227Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:34.777Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:85ca4d9a088a28cefeda27c571c84a40d18009e2 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:35.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:30:35.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-08-21T08:30:35.072Z] ab53ff1634df: Preparing [2020-08-21T08:30:35.072Z] 1de1d2bbb8a0: Preparing [2020-08-21T08:30:35.072Z] 06e531c103f8: Preparing [2020-08-21T08:30:35.072Z] 50644c29ef5a: Preparing [2020-08-21T08:30:35.072Z] 50644c29ef5a: Layer already exists [2020-08-21T08:30:35.072Z] 1de1d2bbb8a0: Pushed [2020-08-21T08:30:35.072Z] ab53ff1634df: Pushed [2020-08-21T08:30:36.106Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-21T08:30:36.459Z] 06e531c103f8: Pushed [2020-08-21T08:30:36.459Z] 85ca4d9a088a28cefeda27c571c84a40d18009e2: digest: sha256:d787e8aad3f5b28d27ed9a17714957bb545052b0da47f9f1142d4e4a3c6f12d8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:36.765Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:37.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-08-21T08:30:37.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-08-21T08:30:37.060Z] ab53ff1634df: Preparing [2020-08-21T08:30:37.060Z] 1de1d2bbb8a0: Preparing [2020-08-21T08:30:37.060Z] 06e531c103f8: Preparing [2020-08-21T08:30:37.060Z] 50644c29ef5a: Preparing [2020-08-21T08:30:37.060Z] ab53ff1634df: Layer already exists [2020-08-21T08:30:37.060Z] 50644c29ef5a: Layer already exists [2020-08-21T08:30:37.060Z] 06e531c103f8: Layer already exists [2020-08-21T08:30:37.060Z] 1de1d2bbb8a0: Layer already exists [2020-08-21T08:30:37.060Z] latest: digest: sha256:d787e8aad3f5b28d27ed9a17714957bb545052b0da47f9f1142d4e4a3c6f12d8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:37.359Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:37.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.1 [2020-08-21T08:30:37.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-08-21T08:30:37.654Z] ab53ff1634df: Preparing [2020-08-21T08:30:37.654Z] 1de1d2bbb8a0: Preparing [2020-08-21T08:30:37.654Z] 06e531c103f8: Preparing [2020-08-21T08:30:37.654Z] 50644c29ef5a: Preparing [2020-08-21T08:30:37.654Z] 50644c29ef5a: Layer already exists [2020-08-21T08:30:37.654Z] 06e531c103f8: Layer already exists [2020-08-21T08:30:37.655Z] 1de1d2bbb8a0: Layer already exists [2020-08-21T08:30:37.655Z] ab53ff1634df: Layer already exists [2020-08-21T08:30:37.655Z] 1.2.4-dev.1: digest: sha256:d787e8aad3f5b28d27ed9a17714957bb545052b0da47f9f1142d4e4a3c6f12d8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:37.952Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:85ca4d9a088a28cefeda27c571c84a40d18009e2-1.2.4-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:38.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:85ca4d9a088a28cefeda27c571c84a40d18009e2-1.2.4-dev.1 [2020-08-21T08:30:38.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-08-21T08:30:38.244Z] ab53ff1634df: Preparing [2020-08-21T08:30:38.244Z] 1de1d2bbb8a0: Preparing [2020-08-21T08:30:38.244Z] 06e531c103f8: Preparing [2020-08-21T08:30:38.244Z] 50644c29ef5a: Preparing [2020-08-21T08:30:38.244Z] 50644c29ef5a: Layer already exists [2020-08-21T08:30:38.244Z] 1de1d2bbb8a0: Layer already exists [2020-08-21T08:30:38.244Z] ab53ff1634df: Layer already exists [2020-08-21T08:30:38.244Z] 06e531c103f8: Layer already exists [2020-08-21T08:30:38.244Z] 85ca4d9a088a28cefeda27c571c84a40d18009e2-1.2.4-dev.1: digest: sha256:d787e8aad3f5b28d27ed9a17714957bb545052b0da47f9f1142d4e4a3c6f12d8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:38.541Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:38.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2020-08-21T08:30:38.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-08-21T08:30:38.837Z] ab53ff1634df: Preparing [2020-08-21T08:30:38.837Z] 1de1d2bbb8a0: Preparing [2020-08-21T08:30:38.837Z] 06e531c103f8: Preparing [2020-08-21T08:30:38.837Z] 50644c29ef5a: Preparing [2020-08-21T08:30:38.837Z] 06e531c103f8: Layer already exists [2020-08-21T08:30:38.837Z] ab53ff1634df: Layer already exists [2020-08-21T08:30:38.837Z] 1de1d2bbb8a0: Layer already exists [2020-08-21T08:30:38.837Z] 50644c29ef5a: Layer already exists [2020-08-21T08:30:38.837Z] master: digest: sha256:d787e8aad3f5b28d27ed9a17714957bb545052b0da47f9f1142d4e4a3c6f12d8 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T08:30:39.020Z] ===================================================== [Pipeline] echo [2020-08-21T08:30:39.065Z] taggedImages: [2020-08-21T08:30:39.066Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:30:39.066Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-08-21T08:30:39.066Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.1 [2020-08-21T08:30:39.066Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:85ca4d9a088a28cefeda27c571c84a40d18009e2-1.2.4-dev.1 [2020-08-21T08:30:39.066Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-21T08:30:44.369Z] Removing intermediate container fe63bb8e4f82 [2020-08-21T08:30:44.370Z] ---> 6e99b0bb3f57 [2020-08-21T08:30:44.370Z] Step 12/21 : FROM alpine [2020-08-21T08:30:44.370Z] latest: Pulling from library/alpine [2020-08-21T08:30:44.370Z] b538f80385f9: Already exists [2020-08-21T08:30:44.370Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-21T08:30:44.370Z] Status: Downloaded newer image for alpine:latest [2020-08-21T08:30:44.370Z] ---> 62ee0e9f8440 [2020-08-21T08:30:44.370Z] Step 13/21 : ENV APP_PORT=49990 [2020-08-21T08:30:44.370Z] ---> Running in 82b7fbc0800a [2020-08-21T08:30:44.370Z] Removing intermediate container 82b7fbc0800a [2020-08-21T08:30:44.370Z] ---> 202f53a556b5 [2020-08-21T08:30:44.370Z] Step 14/21 : EXPOSE $APP_PORT [2020-08-21T08:30:44.641Z] ---> Running in c8845dee55d4 [2020-08-21T08:30:44.913Z] Removing intermediate container c8845dee55d4 [2020-08-21T08:30:44.913Z] ---> 1db3b806fbb6 [2020-08-21T08:30:44.913Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-08-21T08:30:46.347Z] ---> c4e7dc2b9f4e [2020-08-21T08:30:46.347Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-08-21T08:30:46.943Z] ---> b679721960e1 [2020-08-21T08:30:46.943Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-08-21T08:30:47.918Z] ---> fae334eba722 [2020-08-21T08:30:47.918Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-21T08:30:47.918Z] ---> Running in 268fadfdaccd [2020-08-21T08:30:48.514Z] Removing intermediate container 268fadfdaccd [2020-08-21T08:30:48.514Z] ---> 5243ca3810f4 [2020-08-21T08:30:48.514Z] Step 19/21 : LABEL arch=arm64 [2020-08-21T08:30:48.514Z] ---> Running in 69d6efb3b0d1 [2020-08-21T08:30:49.110Z] Removing intermediate container 69d6efb3b0d1 [2020-08-21T08:30:49.110Z] ---> e7337720e73d [2020-08-21T08:30:49.110Z] Step 20/21 : LABEL git_sha=85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:30:49.110Z] ---> Running in 4487152c370a [2020-08-21T08:30:49.705Z] Removing intermediate container 4487152c370a [2020-08-21T08:30:49.705Z] ---> c54b9a63b20f [2020-08-21T08:30:49.705Z] Step 21/21 : LABEL version=1.2.4-dev.1 [2020-08-21T08:30:49.705Z] ---> Running in 47e546bf3010 [2020-08-21T08:30:50.299Z] Removing intermediate container 47e546bf3010 [2020-08-21T08:30:50.299Z] ---> 8e23194f9099 [2020-08-21T08:30:50.299Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-21T08:30:50.299Z] Successfully built 8e23194f9099 [2020-08-21T08:30:50.299Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-21T08:30:50.706Z] provisioning config files... [2020-08-21T08:30:50.752Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/21@tmp/config2977762532868322850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:30:51.162Z] nexus3.edgexfoundry.org:10001 [2020-08-21T08:30:51.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T08:30:51.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T08:30:51.707Z] Configure a credential helper to remove this warning. See [2020-08-21T08:30:51.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T08:30:51.707Z] [2020-08-21T08:30:51.707Z] Login Succeeded [2020-08-21T08:30:51.707Z] nexus3.edgexfoundry.org:10002 [2020-08-21T08:30:51.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T08:30:52.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T08:30:52.251Z] Configure a credential helper to remove this warning. See [2020-08-21T08:30:52.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T08:30:52.251Z] [2020-08-21T08:30:52.251Z] Login Succeeded [2020-08-21T08:30:52.251Z] nexus3.edgexfoundry.org:10003 [2020-08-21T08:30:52.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T08:30:52.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T08:30:52.847Z] Configure a credential helper to remove this warning. See [2020-08-21T08:30:52.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T08:30:52.847Z] [2020-08-21T08:30:52.847Z] Login Succeeded [2020-08-21T08:30:52.847Z] nexus3.edgexfoundry.org:10004 [2020-08-21T08:30:53.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T08:30:53.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T08:30:53.390Z] Configure a credential helper to remove this warning. See [2020-08-21T08:30:53.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T08:30:53.390Z] [2020-08-21T08:30:53.390Z] Login Succeeded [2020-08-21T08:30:53.390Z] docker.io [2020-08-21T08:30:53.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T08:30:54.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T08:30:54.252Z] Configure a credential helper to remove this warning. See [2020-08-21T08:30:54.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T08:30:54.252Z] [2020-08-21T08:30:54.252Z] Login Succeeded [Pipeline] } [2020-08-21T08:30:54.267Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T08:30:54.456Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2020-08-21T08:30:54.456Z] 85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:30:54.456Z] latest [2020-08-21T08:30:54.456Z] 1.2.4-dev.1 [2020-08-21T08:30:54.456Z] 85ca4d9a088a28cefeda27c571c84a40d18009e2-1.2.4-dev.1 [2020-08-21T08:30:54.456Z] master [2020-08-21T08:30:54.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:54.988Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:85ca4d9a088a28cefeda27c571c84a40d18009e2 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:55.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:30:55.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-08-21T08:30:55.339Z] 630232a7f8a4: Preparing [2020-08-21T08:30:55.339Z] 20b6b7834d97: Preparing [2020-08-21T08:30:55.339Z] 44a74e282cc5: Preparing [2020-08-21T08:30:55.339Z] e2f13739ad41: Preparing [2020-08-21T08:30:55.611Z] e2f13739ad41: Layer already exists [2020-08-21T08:30:55.611Z] 630232a7f8a4: Pushed [2020-08-21T08:30:55.611Z] 20b6b7834d97: Pushed [2020-08-21T08:30:58.983Z] 44a74e282cc5: Pushed [2020-08-21T08:30:58.983Z] 85ca4d9a088a28cefeda27c571c84a40d18009e2: digest: sha256:6e2a420b268c9afcac6cab798c4edec90a9d74a4f3c7e38251098a1230c804a8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:59.323Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:30:59.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-08-21T08:30:59.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-08-21T08:30:59.654Z] 630232a7f8a4: Preparing [2020-08-21T08:30:59.654Z] 20b6b7834d97: Preparing [2020-08-21T08:30:59.654Z] 44a74e282cc5: Preparing [2020-08-21T08:30:59.654Z] e2f13739ad41: Preparing [2020-08-21T08:30:59.654Z] e2f13739ad41: Layer already exists [2020-08-21T08:30:59.654Z] 630232a7f8a4: Layer already exists [2020-08-21T08:30:59.654Z] 44a74e282cc5: Layer already exists [2020-08-21T08:30:59.654Z] 20b6b7834d97: Layer already exists [2020-08-21T08:30:59.925Z] latest: digest: sha256:6e2a420b268c9afcac6cab798c4edec90a9d74a4f3c7e38251098a1230c804a8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:00.268Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:00.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.1 [2020-08-21T08:31:00.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-08-21T08:31:00.608Z] 630232a7f8a4: Preparing [2020-08-21T08:31:00.608Z] 20b6b7834d97: Preparing [2020-08-21T08:31:00.608Z] 44a74e282cc5: Preparing [2020-08-21T08:31:00.608Z] e2f13739ad41: Preparing [2020-08-21T08:31:00.608Z] 44a74e282cc5: Layer already exists [2020-08-21T08:31:00.608Z] 20b6b7834d97: Layer already exists [2020-08-21T08:31:00.608Z] e2f13739ad41: Layer already exists [2020-08-21T08:31:00.608Z] 630232a7f8a4: Layer already exists [2020-08-21T08:31:00.881Z] 1.2.4-dev.1: digest: sha256:6e2a420b268c9afcac6cab798c4edec90a9d74a4f3c7e38251098a1230c804a8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:01.221Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:85ca4d9a088a28cefeda27c571c84a40d18009e2-1.2.4-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:01.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:85ca4d9a088a28cefeda27c571c84a40d18009e2-1.2.4-dev.1 [2020-08-21T08:31:01.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-08-21T08:31:01.555Z] 630232a7f8a4: Preparing [2020-08-21T08:31:01.555Z] 20b6b7834d97: Preparing [2020-08-21T08:31:01.555Z] 44a74e282cc5: Preparing [2020-08-21T08:31:01.555Z] e2f13739ad41: Preparing [2020-08-21T08:31:01.555Z] e2f13739ad41: Layer already exists [2020-08-21T08:31:01.555Z] 20b6b7834d97: Layer already exists [2020-08-21T08:31:01.555Z] 44a74e282cc5: Layer already exists [2020-08-21T08:31:01.555Z] 630232a7f8a4: Layer already exists [2020-08-21T08:31:01.827Z] 85ca4d9a088a28cefeda27c571c84a40d18009e2-1.2.4-dev.1: digest: sha256:6e2a420b268c9afcac6cab798c4edec90a9d74a4f3c7e38251098a1230c804a8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:02.170Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:02.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2020-08-21T08:31:02.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-08-21T08:31:02.506Z] 630232a7f8a4: Preparing [2020-08-21T08:31:02.506Z] 20b6b7834d97: Preparing [2020-08-21T08:31:02.506Z] 44a74e282cc5: Preparing [2020-08-21T08:31:02.506Z] e2f13739ad41: Preparing [2020-08-21T08:31:02.506Z] 44a74e282cc5: Layer already exists [2020-08-21T08:31:02.506Z] 630232a7f8a4: Layer already exists [2020-08-21T08:31:02.506Z] e2f13739ad41: Layer already exists [2020-08-21T08:31:02.506Z] 20b6b7834d97: Layer already exists [2020-08-21T08:31:02.778Z] master: digest: sha256:6e2a420b268c9afcac6cab798c4edec90a9d74a4f3c7e38251098a1230c804a8 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T08:31:03.019Z] ===================================================== [Pipeline] echo [2020-08-21T08:31:03.076Z] taggedImages: [2020-08-21T08:31:03.076Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:31:03.076Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-08-21T08:31:03.076Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.1 [2020-08-21T08:31:03.076Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:85ca4d9a088a28cefeda27c571c84a40d18009e2-1.2.4-dev.1 [2020-08-21T08:31:03.076Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-21T08:31:04.591Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-21T08:31:04.593Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-21T08:31:04.641Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:04.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-21T08:31:04.986Z] [2020-08-21T08:31:04.986Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:05.356Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-21T08:31:05.356Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-21T08:31:05.356Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-21T08:31:05.356Z] 408f87550127: Pulling fs layer [2020-08-21T08:31:05.356Z] fe522b08c979: Pulling fs layer [2020-08-21T08:31:05.356Z] 221eaa008020: Pulling fs layer [2020-08-21T08:31:05.356Z] 2a4607e5d6b9: Pulling fs layer [2020-08-21T08:31:05.356Z] 8f79b27c4fd2: Pulling fs layer [2020-08-21T08:31:05.356Z] e5c8dbe1645b: Pulling fs layer [2020-08-21T08:31:05.356Z] 23e8b3b47431: Pulling fs layer [2020-08-21T08:31:05.356Z] 5c568d65a230: Pulling fs layer [2020-08-21T08:31:05.356Z] 8f79b27c4fd2: Waiting [2020-08-21T08:31:05.356Z] e5c8dbe1645b: Waiting [2020-08-21T08:31:05.356Z] 23e8b3b47431: Waiting [2020-08-21T08:31:05.356Z] 5c568d65a230: Waiting [2020-08-21T08:31:05.356Z] 221eaa008020: Waiting [2020-08-21T08:31:05.356Z] 2a4607e5d6b9: Waiting [2020-08-21T08:31:05.356Z] fe522b08c979: Verifying Checksum [2020-08-21T08:31:05.356Z] fe522b08c979: Download complete [2020-08-21T08:31:05.356Z] 408f87550127: Verifying Checksum [2020-08-21T08:31:05.356Z] 408f87550127: Download complete [2020-08-21T08:31:05.356Z] 2a4607e5d6b9: Verifying Checksum [2020-08-21T08:31:05.356Z] 2a4607e5d6b9: Download complete [2020-08-21T08:31:05.356Z] 8f79b27c4fd2: Verifying Checksum [2020-08-21T08:31:05.356Z] 8f79b27c4fd2: Download complete [2020-08-21T08:31:05.356Z] cbdbe7a5bc2a: Download complete [2020-08-21T08:31:05.631Z] e5c8dbe1645b: Verifying Checksum [2020-08-21T08:31:05.631Z] e5c8dbe1645b: Download complete [2020-08-21T08:31:05.920Z] cbdbe7a5bc2a: Pull complete [2020-08-21T08:31:06.191Z] 23e8b3b47431: Verifying Checksum [2020-08-21T08:31:06.191Z] 23e8b3b47431: Download complete [2020-08-21T08:31:06.454Z] 5c568d65a230: Verifying Checksum [2020-08-21T08:31:06.454Z] 5c568d65a230: Download complete [2020-08-21T08:31:06.454Z] 408f87550127: Pull complete [2020-08-21T08:31:06.715Z] fe522b08c979: Pull complete [2020-08-21T08:31:06.978Z] 221eaa008020: Verifying Checksum [2020-08-21T08:31:06.978Z] 221eaa008020: Download complete [2020-08-21T08:31:12.291Z] 221eaa008020: Pull complete [2020-08-21T08:31:12.291Z] 2a4607e5d6b9: Pull complete [2020-08-21T08:31:12.291Z] 8f79b27c4fd2: Pull complete [2020-08-21T08:31:14.223Z] e5c8dbe1645b: Pull complete [2020-08-21T08:31:17.540Z] 23e8b3b47431: Pull complete [2020-08-21T08:31:19.457Z] 5c568d65a230: Pull complete [2020-08-21T08:31:19.457Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-21T08:31:19.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-21T08:31:19.457Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-21T08:31:19.651Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:31:19.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/foundry_device-virtual-go_master:/ws -w /ws --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-21T08:31:21.166Z] $ docker top 08634292e7fd3d84688ebaafcf62dc8b52f6f7a08abc3cc4d1e8eb4f87c72f09 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-21T08:31:21.714Z] + snyk monitor '--org=edgex-jenkins' [2020-08-21T08:31:39.848Z] [2020-08-21T08:31:39.848Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2020-08-21T08:31:39.848Z] [2020-08-21T08:31:39.848Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/cb42d7f3-0fda-4231-a17b-2d4fd5a0d9f0 [2020-08-21T08:31:39.848Z] [2020-08-21T08:31:39.848Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-21T08:31:39.848Z] [2020-08-21T08:31:39.848Z] [2020-08-21T08:31:39.848Z] Snyk CLI supports Node.js 8 and higher. [2020-08-21T08:31:39.848Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-21T08:31:39.848Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-21T08:31:39.848Z] [2020-08-21T08:31:39.848Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-21T08:31:39.848Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-08-21T08:31:39.848Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-08-21T08:31:39.848Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-08-21T08:31:39.859Z] $ docker stop --time=1 08634292e7fd3d84688ebaafcf62dc8b52f6f7a08abc3cc4d1e8eb4f87c72f09 [2020-08-21T08:31:42.553Z] $ docker rm -f 08634292e7fd3d84688ebaafcf62dc8b52f6f7a08abc3cc4d1e8eb4f87c72f09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:43.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T08:31:43.777Z] [2020-08-21T08:31:43.777Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:44.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T08:31:44.117Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-21T08:31:44.117Z] e7c96db7181b: Pulling fs layer [2020-08-21T08:31:44.117Z] 1868ca2cb446: Pulling fs layer [2020-08-21T08:31:44.117Z] 136be5d0fe8e: Pulling fs layer [2020-08-21T08:31:44.117Z] 894bfe63afcb: Pulling fs layer [2020-08-21T08:31:44.117Z] 894bfe63afcb: Waiting [2020-08-21T08:31:44.117Z] 1868ca2cb446: Verifying Checksum [2020-08-21T08:31:44.117Z] 136be5d0fe8e: Verifying Checksum [2020-08-21T08:31:44.117Z] 136be5d0fe8e: Download complete [2020-08-21T08:31:44.117Z] e7c96db7181b: Verifying Checksum [2020-08-21T08:31:44.117Z] e7c96db7181b: Download complete [2020-08-21T08:31:44.117Z] 894bfe63afcb: Verifying Checksum [2020-08-21T08:31:44.117Z] 894bfe63afcb: Download complete [2020-08-21T08:31:44.378Z] e7c96db7181b: Pull complete [2020-08-21T08:31:44.639Z] 1868ca2cb446: Pull complete [2020-08-21T08:31:44.639Z] 136be5d0fe8e: Pull complete [2020-08-21T08:31:44.900Z] 894bfe63afcb: Pull complete [2020-08-21T08:31:44.900Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-21T08:31:44.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T08:31:44.900Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-21T08:31:44.988Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:31:45.030Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-21T08:31:46.101Z] $ docker top c84a1d7576ef6f481f8efb70f391d91c9da2b9365c9a28c5af6590f44baba030 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T08:31:46.631Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:31:46.632Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T08:31:51.010Z] $ docker stop --time=1 c84a1d7576ef6f481f8efb70f391d91c9da2b9365c9a28c5af6590f44baba030 [2020-08-21T08:31:52.353Z] $ docker rm -f c84a1d7576ef6f481f8efb70f391d91c9da2b9365c9a28c5af6590f44baba030 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:52.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T08:31:52.809Z] . [Pipeline] withDockerContainer [2020-08-21T08:31:52.898Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:31:52.938Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-21T08:31:53.528Z] $ docker top cec71b5d22c34eec1a29a116600069b5c732ea91eb4b3c9c550e784c4f7e60d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T08:31:54.045Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:31:54.045Z] + tee [2020-08-21T08:31:54.045Z] clair timeout 1m0s [2020-08-21T08:31:54.045Z] docker timeout: 1m0s [2020-08-21T08:31:54.045Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T08:31:54.716Z] $ docker stop --time=1 cec71b5d22c34eec1a29a116600069b5c732ea91eb4b3c9c550e784c4f7e60d4 [2020-08-21T08:31:56.086Z] $ docker rm -f cec71b5d22c34eec1a29a116600069b5c732ea91eb4b3c9c550e784c4f7e60d4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T08:31:56.547Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-08-21T08:31:56.559Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_85ca4d9a088a28cefeda27c571c84a40d18009e2.html [Pipeline] writeFile [Pipeline] step [2020-08-21T08:31:56.631Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:31:56.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T08:31:56.988Z] . [Pipeline] withDockerContainer [2020-08-21T08:31:57.076Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:31:57.113Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-21T08:31:57.899Z] $ docker top 24bf1f5e763539947586717780b1b1b04e02d0a2e451af29a24b3de10a8f4b76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T08:31:58.399Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:31:58.399Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T08:32:02.749Z] $ docker stop --time=1 24bf1f5e763539947586717780b1b1b04e02d0a2e451af29a24b3de10a8f4b76 [2020-08-21T08:32:04.193Z] $ docker rm -f 24bf1f5e763539947586717780b1b1b04e02d0a2e451af29a24b3de10a8f4b76 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:32:04.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T08:32:04.748Z] . [Pipeline] withDockerContainer [2020-08-21T08:32:04.935Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:32:04.998Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-21T08:32:05.715Z] $ docker top 824ee021cf4bb5cb5dc5da7871cdd9683f5225a3b7dd059aabb8dcd922788dad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T08:32:06.263Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:85ca4d9a088a28cefeda27c571c84a40d18009e2 [2020-08-21T08:32:06.263Z] + tee [2020-08-21T08:32:06.263Z] clair timeout 1m0s [2020-08-21T08:32:06.263Z] docker timeout: 1m0s [2020-08-21T08:32:06.263Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T08:32:06.934Z] $ docker stop --time=1 824ee021cf4bb5cb5dc5da7871cdd9683f5225a3b7dd059aabb8dcd922788dad [2020-08-21T08:32:08.260Z] $ docker rm -f 824ee021cf4bb5cb5dc5da7871cdd9683f5225a3b7dd059aabb8dcd922788dad [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T08:32:08.726Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-08-21T08:32:08.738Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_85ca4d9a088a28cefeda27c571c84a40d18009e2.html [Pipeline] writeFile [Pipeline] step [2020-08-21T08:32:08.788Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:32:09.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T08:32:09.701Z] . [Pipeline] withDockerContainer [2020-08-21T08:32:09.787Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:32:09.827Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-21T08:32:10.433Z] $ docker top 82c421f55ae516fc3533a2b7f1d86c6628e9c9e73c3a36c35a244f069b2d8bb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-21T08:32:10.723Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T08:32:10.723Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T08:32:10.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T08:32:10.951Z] $ docker exec 82c421f55ae516fc3533a2b7f1d86c6628e9c9e73c3a36c35a244f069b2d8bb3 ssh-agent [2020-08-21T08:32:11.110Z] SSH_AUTH_SOCK=/tmp/ssh-pKscwOXzZPP0/agent.11 [2020-08-21T08:32:11.110Z] SSH_AGENT_PID=17 [2020-08-21T08:32:11.123Z] Running ssh-add (command line suppressed) [2020-08-21T08:32:11.251Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4756376662576446822.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4756376662576446822.key) [2020-08-21T08:32:11.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T08:32:11.635Z] + git semver tag [2020-08-21T08:32:11.635Z] # -> Open(): unable to determine branch for HEAD [2020-08-21T08:32:11.635Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-08-21T08:32:11.635Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-08-21T08:32:11.635Z] # $SEMVER_REMOTE_NAME = origin [2020-08-21T08:32:11.635Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-21T08:32:11.635Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-21T08:32:11.635Z] # $SEMVER_BRANCH = master [2020-08-21T08:32:11.635Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-08-21T08:32:11.635Z] # 85ca4d9a088a28cefeda27c571c84a40d18009e2 HEAD [2020-08-21T08:32:11.635Z] # -> Force: false [2020-08-21T08:32:11.635Z] # 7f9fb59c1d2d7b2360af223915e47b0af39fe36e refs/tags/v1.2.4-dev.1 [Pipeline] } [2020-08-21T08:32:11.645Z] $ docker exec --env ******** --env ******** 82c421f55ae516fc3533a2b7f1d86c6628e9c9e73c3a36c35a244f069b2d8bb3 ssh-agent -k [2020-08-21T08:32:11.764Z] unset SSH_AUTH_SOCK; [2020-08-21T08:32:11.765Z] unset SSH_AGENT_PID; [2020-08-21T08:32:11.765Z] echo Agent pid 17 killed; [2020-08-21T08:32:11.814Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-21T08:32:12.300Z] + git semver [Pipeline] } [2020-08-21T08:32:12.315Z] $ docker stop --time=1 82c421f55ae516fc3533a2b7f1d86c6628e9c9e73c3a36c35a244f069b2d8bb3 [2020-08-21T08:32:13.680Z] $ docker rm -f 82c421f55ae516fc3533a2b7f1d86c6628e9c9e73c3a36c35a244f069b2d8bb3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:32:14.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-21T08:32:14.279Z] [2020-08-21T08:32:14.279Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:32:14.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-21T08:32:14.625Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-21T08:32:14.625Z] ab5ef0e58194: Pulling fs layer [2020-08-21T08:32:14.625Z] 9712f1f96733: Pulling fs layer [2020-08-21T08:32:14.625Z] 63f879dbbcfc: Pulling fs layer [2020-08-21T08:32:14.625Z] 0d9ebad4ef96: Pulling fs layer [2020-08-21T08:32:14.625Z] e9a5061849ea: Pulling fs layer [2020-08-21T08:32:14.625Z] d747dcd14b5f: Pulling fs layer [2020-08-21T08:32:14.625Z] 2de7ff778b66: Pulling fs layer [2020-08-21T08:32:14.625Z] 0d9ebad4ef96: Waiting [2020-08-21T08:32:14.625Z] e9a5061849ea: Waiting [2020-08-21T08:32:14.625Z] d747dcd14b5f: Waiting [2020-08-21T08:32:14.625Z] 2de7ff778b66: Waiting [2020-08-21T08:32:14.625Z] 9712f1f96733: Download complete [2020-08-21T08:32:15.206Z] 63f879dbbcfc: Verifying Checksum [2020-08-21T08:32:15.206Z] 63f879dbbcfc: Download complete [2020-08-21T08:32:15.206Z] e9a5061849ea: Verifying Checksum [2020-08-21T08:32:15.206Z] e9a5061849ea: Download complete [2020-08-21T08:32:15.206Z] d747dcd14b5f: Verifying Checksum [2020-08-21T08:32:15.206Z] d747dcd14b5f: Download complete [2020-08-21T08:32:15.469Z] 0d9ebad4ef96: Verifying Checksum [2020-08-21T08:32:15.469Z] 0d9ebad4ef96: Download complete [2020-08-21T08:32:15.733Z] 2de7ff778b66: Verifying Checksum [2020-08-21T08:32:15.733Z] 2de7ff778b66: Download complete [2020-08-21T08:32:15.733Z] ab5ef0e58194: Verifying Checksum [2020-08-21T08:32:15.733Z] ab5ef0e58194: Download complete [2020-08-21T08:32:19.956Z] ab5ef0e58194: Pull complete [2020-08-21T08:32:19.956Z] 9712f1f96733: Pull complete [2020-08-21T08:32:22.508Z] 63f879dbbcfc: Pull complete [2020-08-21T08:32:29.106Z] 0d9ebad4ef96: Pull complete [2020-08-21T08:32:29.106Z] e9a5061849ea: Pull complete [2020-08-21T08:32:29.106Z] d747dcd14b5f: Pull complete [2020-08-21T08:32:33.317Z] 2de7ff778b66: Pull complete [2020-08-21T08:32:33.317Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-21T08:32:33.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-21T08:32:33.317Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-21T08:32:33.491Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:32:33.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-21T08:32:37.117Z] $ docker top df7b09596d185c84210c875a3a2eb88a04e08138b0a85277dedec21dc160bfa3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-21T08:32:37.388Z] provisioning config files... [2020-08-21T08:32:37.410Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6993484932020418727tmp [2020-08-21T08:32:37.429Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config132889593946421257tmp [2020-08-21T08:32:37.442Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3067626292890413993tmp [Pipeline] { [Pipeline] echo [2020-08-21T08:32:37.492Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:32:37.784Z] ---> sigul-configuration.sh [2020-08-21T08:32:37.784Z] gpg: directory `/root/.gnupg' created [2020-08-21T08:32:37.784Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-21T08:32:37.784Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-21T08:32:37.784Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-21T08:32:37.784Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-21T08:32:37.784Z] gpg: CAST5 encrypted data [2020-08-21T08:32:38.045Z] gpg: encrypted with 1 passphrase [2020-08-21T08:32:38.045Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-21T08:32:38.340Z] + mkdir /home/jenkins [2020-08-21T08:32:38.340Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-21T08:32:38.632Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-21T08:32:38.643Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:32:38.935Z] ---> sigul-install.sh [2020-08-21T08:32:44.229Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-21T08:32:44.524Z] + git tag --list [2020-08-21T08:32:44.525Z] v1.2.4-dev.1 [Pipeline] sh [2020-08-21T08:32:44.820Z] + lftools sign git-tag v1.2.4-dev.1 [2020-08-21T08:32:46.207Z] Signing Git tag with Sigul... [2020-08-21T08:32:46.207Z] Signing v1.2.4-dev.1 [Pipeline] echo [2020-08-21T08:32:46.790Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:32:47.082Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-21T08:32:47.092Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-21T08:32:47.183Z] $ docker stop --time=1 df7b09596d185c84210c875a3a2eb88a04e08138b0a85277dedec21dc160bfa3 [2020-08-21T08:32:49.049Z] $ docker rm -f df7b09596d185c84210c875a3a2eb88a04e08138b0a85277dedec21dc160bfa3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:32:49.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T08:32:49.802Z] . [Pipeline] withDockerContainer [2020-08-21T08:32:49.893Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:32:49.936Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-21T08:32:50.506Z] $ docker top 988ebe890c92cd91316378e0791b29e5f951335d552897c4c12e72a6ec6c7f1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-21T08:32:50.875Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T08:32:50.875Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T08:32:51.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T08:32:51.058Z] $ docker exec 988ebe890c92cd91316378e0791b29e5f951335d552897c4c12e72a6ec6c7f1b ssh-agent [2020-08-21T08:32:51.236Z] SSH_AUTH_SOCK=/tmp/ssh-j0O4HSUROcOt/agent.13 [2020-08-21T08:32:51.236Z] SSH_AGENT_PID=18 [2020-08-21T08:32:51.243Z] Running ssh-add (command line suppressed) [2020-08-21T08:32:51.370Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2076376348879173999.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2076376348879173999.key) [2020-08-21T08:32:51.426Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T08:32:51.757Z] + git semver bump pre [2020-08-21T08:32:51.757Z] # -> Open(): unable to determine branch for HEAD [2020-08-21T08:32:51.757Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-08-21T08:32:51.757Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-08-21T08:32:51.757Z] # $SEMVER_REMOTE_NAME = origin [2020-08-21T08:32:51.757Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-21T08:32:51.757Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-21T08:32:51.757Z] # $SEMVER_BRANCH = master [2020-08-21T08:32:51.757Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-08-21T08:32:51.757Z] 1.2.4-dev.2 [Pipeline] } [2020-08-21T08:32:51.767Z] $ docker exec --env ******** --env ******** 988ebe890c92cd91316378e0791b29e5f951335d552897c4c12e72a6ec6c7f1b ssh-agent -k [2020-08-21T08:32:51.888Z] unset SSH_AUTH_SOCK; [2020-08-21T08:32:51.888Z] unset SSH_AGENT_PID; [2020-08-21T08:32:51.888Z] echo Agent pid 18 killed; [2020-08-21T08:32:51.938Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-21T08:32:52.398Z] + git semver [Pipeline] } [2020-08-21T08:32:52.412Z] $ docker stop --time=1 988ebe890c92cd91316378e0791b29e5f951335d552897c4c12e72a6ec6c7f1b [2020-08-21T08:32:53.760Z] $ docker rm -f 988ebe890c92cd91316378e0791b29e5f951335d552897c4c12e72a6ec6c7f1b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:32:54.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T08:32:54.310Z] . [Pipeline] withDockerContainer [2020-08-21T08:32:54.404Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:32:54.443Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-21T08:32:55.038Z] $ docker top dff29319939a0d8c4be1d8daf1656ab39c94594bd3fcf77cd6ea1cbe08b42766 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-21T08:32:55.332Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T08:32:55.332Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T08:32:55.514Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T08:32:55.515Z] $ docker exec dff29319939a0d8c4be1d8daf1656ab39c94594bd3fcf77cd6ea1cbe08b42766 ssh-agent [2020-08-21T08:32:55.683Z] SSH_AUTH_SOCK=/tmp/ssh-J3EkMDhMU2oo/agent.13 [2020-08-21T08:32:55.683Z] SSH_AGENT_PID=19 [2020-08-21T08:32:55.690Z] Running ssh-add (command line suppressed) [2020-08-21T08:32:55.811Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4541808735103305990.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4541808735103305990.key) [2020-08-21T08:32:55.867Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T08:32:56.197Z] + git semver push [2020-08-21T08:32:56.197Z] # -> Open(): unable to determine branch for HEAD [2020-08-21T08:32:56.197Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-08-21T08:32:56.197Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-08-21T08:32:56.197Z] # $SEMVER_REMOTE_NAME = origin [2020-08-21T08:32:56.197Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-21T08:32:56.197Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-21T08:32:56.197Z] # $SEMVER_BRANCH = master [2020-08-21T08:32:56.197Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-08-21T08:33:02.796Z] $ docker exec --env ******** --env ******** dff29319939a0d8c4be1d8daf1656ab39c94594bd3fcf77cd6ea1cbe08b42766 ssh-agent -k [2020-08-21T08:33:02.977Z] unset SSH_AUTH_SOCK; [2020-08-21T08:33:02.977Z] unset SSH_AGENT_PID; [2020-08-21T08:33:02.977Z] echo Agent pid 19 killed; [2020-08-21T08:33:03.042Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-21T08:33:03.531Z] + git semver [Pipeline] } [2020-08-21T08:33:03.544Z] $ docker stop --time=1 dff29319939a0d8c4be1d8daf1656ab39c94594bd3fcf77cd6ea1cbe08b42766 [2020-08-21T08:33:05.010Z] $ docker rm -f dff29319939a0d8c4be1d8daf1656ab39c94594bd3fcf77cd6ea1cbe08b42766 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:33:06.160Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:33:06.717Z] ---> package-listing.sh [2020-08-21T08:33:06.718Z] ++ facter osfamily [2020-08-21T08:33:06.718Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-21T08:33:06.718Z] + OS_FAMILY=redhat [2020-08-21T08:33:06.718Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2020-08-21T08:33:06.718Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-21T08:33:06.718Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-21T08:33:06.718Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-21T08:33:06.718Z] + PACKAGES=/tmp/packages_start.txt [2020-08-21T08:33:06.718Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-08-21T08:33:06.718Z] + PACKAGES=/tmp/packages_end.txt [2020-08-21T08:33:06.718Z] + case "${OS_FAMILY}" in [2020-08-21T08:33:06.718Z] + rpm -qa [2020-08-21T08:33:06.718Z] + sort [2020-08-21T08:33:10.928Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-21T08:33:10.928Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-21T08:33:10.928Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-21T08:33:10.928Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-08-21T08:33:10.928Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2020-08-21T08:33:10.928Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:33:11.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T08:33:11.573Z] [2020-08-21T08:33:11.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:33:11.930Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T08:33:11.930Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-21T08:33:11.930Z] c9b1b535fdd9: Pulling fs layer [2020-08-21T08:33:11.930Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-21T08:33:11.930Z] 756a868c4378: Pulling fs layer [2020-08-21T08:33:11.930Z] 444b2fc9a129: Pulling fs layer [2020-08-21T08:33:11.930Z] ea15f1150254: Pulling fs layer [2020-08-21T08:33:11.930Z] 41b27a9f41bf: Pulling fs layer [2020-08-21T08:33:11.930Z] 28c525ee5125: Pulling fs layer [2020-08-21T08:33:11.930Z] 094b1ea09ed8: Pulling fs layer [2020-08-21T08:33:11.930Z] 138eaada9080: Pulling fs layer [2020-08-21T08:33:11.930Z] 0622d0fa9048: Pulling fs layer [2020-08-21T08:33:11.930Z] 444b2fc9a129: Waiting [2020-08-21T08:33:11.930Z] ea15f1150254: Waiting [2020-08-21T08:33:11.930Z] 41b27a9f41bf: Waiting [2020-08-21T08:33:11.930Z] 28c525ee5125: Waiting [2020-08-21T08:33:11.930Z] 094b1ea09ed8: Waiting [2020-08-21T08:33:11.930Z] 138eaada9080: Waiting [2020-08-21T08:33:11.930Z] 0622d0fa9048: Waiting [2020-08-21T08:33:11.930Z] 2cc5ad85d9ab: Download complete [2020-08-21T08:33:11.930Z] 444b2fc9a129: Verifying Checksum [2020-08-21T08:33:11.930Z] 444b2fc9a129: Download complete [2020-08-21T08:33:11.930Z] c9b1b535fdd9: Verifying Checksum [2020-08-21T08:33:11.930Z] c9b1b535fdd9: Download complete [2020-08-21T08:33:11.930Z] ea15f1150254: Verifying Checksum [2020-08-21T08:33:11.930Z] ea15f1150254: Download complete [2020-08-21T08:33:12.199Z] 28c525ee5125: Verifying Checksum [2020-08-21T08:33:12.199Z] 28c525ee5125: Download complete [2020-08-21T08:33:12.474Z] 756a868c4378: Verifying Checksum [2020-08-21T08:33:12.474Z] 756a868c4378: Download complete [2020-08-21T08:33:12.474Z] 138eaada9080: Verifying Checksum [2020-08-21T08:33:12.474Z] 138eaada9080: Download complete [2020-08-21T08:33:12.474Z] 0622d0fa9048: Verifying Checksum [2020-08-21T08:33:12.474Z] 0622d0fa9048: Download complete [2020-08-21T08:33:12.744Z] 094b1ea09ed8: Verifying Checksum [2020-08-21T08:33:12.744Z] 094b1ea09ed8: Download complete [2020-08-21T08:33:13.005Z] 41b27a9f41bf: Verifying Checksum [2020-08-21T08:33:13.005Z] 41b27a9f41bf: Download complete [2020-08-21T08:33:13.266Z] c9b1b535fdd9: Pull complete [2020-08-21T08:33:13.527Z] 2cc5ad85d9ab: Pull complete [2020-08-21T08:33:14.915Z] 756a868c4378: Pull complete [2020-08-21T08:33:15.181Z] 444b2fc9a129: Pull complete [2020-08-21T08:33:15.446Z] ea15f1150254: Pull complete [2020-08-21T08:33:19.661Z] 41b27a9f41bf: Pull complete [2020-08-21T08:33:19.661Z] 28c525ee5125: Pull complete [2020-08-21T08:33:21.057Z] 094b1ea09ed8: Pull complete [2020-08-21T08:33:22.443Z] 138eaada9080: Pull complete [2020-08-21T08:33:22.443Z] 0622d0fa9048: Pull complete [2020-08-21T08:33:22.443Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-21T08:33:22.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T08:33:22.443Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-21T08:33:22.608Z] prd-centos7-docker-4c-2g-660 does not seem to be running inside a container [2020-08-21T08:33:22.647Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-21T08:33:25.450Z] $ docker top f9d7514e08a155603926f649cbac7a4e9183e17b675f38d96acee012437ec569 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-21T08:33:25.681Z] provisioning config files... [2020-08-21T08:33:25.698Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2227938201939113448tmp [Pipeline] { [Pipeline] echo [2020-08-21T08:33:25.769Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:33:26.066Z] ---> create-netrc.sh [Pipeline] echo [2020-08-21T08:33:26.074Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:33:26.365Z] ---> logs-deploy.sh [2020-08-21T08:33:26.365Z] + ARCHIVE_ARTIFACTS= [2020-08-21T08:33:26.365Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-21T08:33:26.365Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-21T08:33:26.365Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-21T08:33:26.365Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/21 [2020-08-21T08:33:26.365Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/21/ [2020-08-21T08:33:26.365Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/21 /w/workspace/foundry_device-virtual-go_master [2020-08-21T08:33:27.308Z] Archives upload complete. [2020-08-21T08:33:27.569Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/21 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/21/