Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5dbeb2ee12038eac02127f3d491aa26679cb3e38 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-584 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 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 5dbeb2ee12038eac02127f3d491aa26679cb3e38 (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 5dbeb2ee12038eac02127f3d491aa26679cb3e38 # timeout=10 Commit message: "Merge pull request #126 from hahattan/attribution-cleanup" > git rev-list --no-walk 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:20:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:20:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:20:14 ========================================================= 11:20:14 EdgeX Global Pipelines Version Info 11:20:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:20:16 ------------------- 11:20:16 stable info: 11:20:16 ------------------- 11:20:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:20:16 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 11:20:16 Message: update stable to v1.0.106 11:20:17 ------------------- 11:20:17 experimental info: 11:20:17 ------------------- 11:20:17 Commited By: **** collab-it+edgex@linuxfoundation.org 11:20:17 Commit SHA: e704329c986c85333370bdb08be78f377e1e8369 11:20:17 Message: update experimental to v1.0.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:20:19 + git log --format=format:%s -1 5dbeb2ee12038eac02127f3d491aa26679cb3e38 [Pipeline] echo 11:20:19 GIT_COMMIT: 5dbeb2ee12038eac02127f3d491aa26679cb3e38, Commit Message: Merge pull request #126 from hahattan/attribution-cleanup [Pipeline] echo 11:20:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:20:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:20:20 11:20:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:20:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:20:20 latest: Pulling from edgex-devops/git-semver 11:20:20 31603596830f: Pulling fs layer 11:20:20 2a8b12db71e7: Pulling fs layer 11:20:20 6ca5941a6612: Pulling fs layer 11:20:20 ecc8261a40a4: Pulling fs layer 11:20:20 ecc8261a40a4: Waiting 11:20:20 2a8b12db71e7: Verifying Checksum 11:20:20 2a8b12db71e7: Download complete 11:20:20 31603596830f: Verifying Checksum 11:20:20 31603596830f: Download complete 11:20:20 ecc8261a40a4: Verifying Checksum 11:20:20 ecc8261a40a4: Download complete 11:20:20 6ca5941a6612: Verifying Checksum 11:20:20 6ca5941a6612: Download complete 11:20:21 31603596830f: Pull complete 11:20:21 2a8b12db71e7: Pull complete 11:20:22 6ca5941a6612: Pull complete 11:20:22 ecc8261a40a4: Pull complete 11:20:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:20:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:20:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:20:22 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:20:22 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:20:24 $ docker top 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:20:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:20:24 [ssh-agent] Looking for ssh-agent implementation... 11:20:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:20:25 $ docker exec 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe ssh-agent 11:20:25 SSH_AUTH_SOCK=/tmp/ssh-pq4IC8gJgi5s/agent.11 11:20:25 SSH_AGENT_PID=17 11:20:25 Running ssh-add (command line suppressed) 11:20:25 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5999535417397979499.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5999535417397979499.key) 11:20:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:20:25 + git describe --exact-match --tags HEAD 11:20:25 fatal: No names found, cannot describe anything. [Pipeline] } 11:20:25 $ docker exec --env ******** --env ******** 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe ssh-agent -k 11:20:25 unset SSH_AUTH_SOCK; 11:20:25 unset SSH_AGENT_PID; 11:20:25 echo Agent pid 17 killed; 11:20:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:20:26 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:20:26 This usually means this commit has not been tagged. [Pipeline] sshagent 11:20:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:20:26 [ssh-agent] Looking for ssh-agent implementation... 11:20:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:20:26 $ docker exec 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe ssh-agent 11:20:26 SSH_AUTH_SOCK=/tmp/ssh-gGofAugW6hbV/agent.45 11:20:26 SSH_AGENT_PID=51 11:20:26 Running ssh-add (command line suppressed) 11:20:26 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4006728388244585246.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4006728388244585246.key) 11:20:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:20:27 + git semver init 11:20:27 # -> Open(): unable to determine branch for HEAD 11:20:27 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 11:20:27 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 11:20:27 # $SEMVER_REMOTE_NAME = origin 11:20:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:20:27 # $SEMVER_USER_NAME = edgex-jenkins 11:20:27 # $SEMVER_BRANCH = master 11:20:27 # $SEMVER_TEMP = /tmp/semver-512018293 11:20:27 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 11:20:27 # '/tmp/semver-512018293' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 11:20:27 # -> Force: false 11:20:27 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 11:20:27 $ docker exec --env ******** --env ******** 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe ssh-agent -k 11:20:27 unset SSH_AUTH_SOCK; 11:20:27 unset SSH_AGENT_PID; 11:20:27 echo Agent pid 51 killed; 11:20:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:20:28 + git semver [Pipeline] } 11:20:28 $ docker stop --time=1 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe 11:20:29 $ docker rm -f 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:20:30 Stashed 20 file(s) [Pipeline] echo 11:20:30 [edgeXSemver] initialized semver on version 1.2.4-dev.2 [Pipeline] echo 11:20:30 Archived original version: [1.2.4-dev.2] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 11:20:45 Still waiting to schedule task 11:20:45 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:20:45 Still waiting to schedule task 11:20:45 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 11:22:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-586 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 11:22:42 Running in /w/workspace/device-virtual-go/22 [Pipeline] { [Pipeline] checkout 11:22:47 using credential edgex-jenkins-ssh 11:22:47 Cloning the remote Git repository 11:22:47 Cloning with configured refspecs honoured and without tags 11:22:47 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 11:22:47 > git init /w/workspace/device-virtual-go/22 # timeout=10 11:22:47 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:22:47 > git --version # timeout=10 11:22:47 > git --version # 'git version 2.17.1' 11:22:47 using GIT_SSH to set credentials SSH Credentials for GitHub 11:22:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:22:48 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:22:48 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:22:48 Fetching without tags 11:22:49 Checking out Revision 5dbeb2ee12038eac02127f3d491aa26679cb3e38 (master) 11:22:48 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:22:48 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:22:48 using GIT_SSH to set credentials SSH Credentials for GitHub 11:22:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:22:49 > git config core.sparsecheckout # timeout=10 11:22:49 > git checkout -f 5dbeb2ee12038eac02127f3d491aa26679cb3e38 # timeout=10 11:22:53 Commit message: "Merge pull request #126 from hahattan/attribution-cleanup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:22:54 ========================================================= 11:22:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 11:22:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:22:55 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 11:22:56 Sending build context to Docker daemon 517.6kB 11:22:56 Step 1/8 : ARG BASE=golang:1.13-alpine 11:22:56 Step 2/8 : FROM ${BASE} 11:22:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:22:57 b538f80385f9: Pulling fs layer 11:22:57 74f711af9a0d: Pulling fs layer 11:22:57 99f96fe45779: Pulling fs layer 11:22:57 fd7a069fd194: Pulling fs layer 11:22:57 66aa3694b03b: Pulling fs layer 11:22:57 170f70906a0f: Pulling fs layer 11:22:57 ad7c5574e4b9: Pulling fs layer 11:22:57 e772456be8f7: Pulling fs layer 11:22:57 c890913d741a: Pulling fs layer 11:22:57 2480fcc9aa5a: Pulling fs layer 11:22:57 09adf4765672: Pulling fs layer 11:22:57 170f70906a0f: Waiting 11:22:57 ad7c5574e4b9: Waiting 11:22:57 e772456be8f7: Waiting 11:22:57 c890913d741a: Waiting 11:22:57 2480fcc9aa5a: Waiting 11:22:57 09adf4765672: Waiting 11:22:57 fd7a069fd194: Waiting 11:22:57 66aa3694b03b: Waiting 11:22:57 99f96fe45779: Verifying Checksum 11:22:57 99f96fe45779: Download complete 11:22:57 74f711af9a0d: Verifying Checksum 11:22:57 74f711af9a0d: Download complete 11:22:57 66aa3694b03b: Download complete 11:22:57 170f70906a0f: Download complete 11:22:57 b538f80385f9: Verifying Checksum 11:22:57 b538f80385f9: Download complete 11:22:58 b538f80385f9: Pull complete 11:22:58 74f711af9a0d: Pull complete 11:22:58 99f96fe45779: Pull complete 11:22:59 ad7c5574e4b9: Verifying Checksum 11:22:59 ad7c5574e4b9: Download complete 11:23:00 c890913d741a: Verifying Checksum 11:23:02 2480fcc9aa5a: Verifying Checksum 11:23:02 2480fcc9aa5a: Download complete 11:23:02 09adf4765672: Verifying Checksum 11:23:02 09adf4765672: Download complete 11:23:02 fd7a069fd194: Verifying Checksum 11:23:02 fd7a069fd194: Download complete 11:23:03 e772456be8f7: Verifying Checksum 11:23:03 e772456be8f7: Download complete 11:23:15 fd7a069fd194: Pull complete 11:23:15 66aa3694b03b: Pull complete 11:23:15 170f70906a0f: Pull complete 11:23:18 ad7c5574e4b9: Pull complete 11:23:22 e772456be8f7: Pull complete 11:23:23 c890913d741a: Pull complete 11:23:25 2480fcc9aa5a: Pull complete 11:23:25 09adf4765672: Pull complete 11:23:25 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 11:23:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 11:23:25 ---> 2248a725d1cf 11:23:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 11:23:30 ---> Running in 86be10512b5b 11:23:30 Removing intermediate container 86be10512b5b 11:23:30 ---> 12018d0972c8 11:23:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:23:30 ---> Running in 6447c26fd35d 11:23:33 Removing intermediate container 6447c26fd35d 11:23:33 ---> ca3c6b8a8081 11:23:33 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 11:23:33 ---> Running in 329329841f7a 11:23:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:23:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:23:36 (1/14) Installing libmagic (5.38-r0) 11:23:36 (2/14) Installing file (5.38-r0) 11:23:36 (3/14) Installing libc-dev (0.7.2-r3) 11:23:37 (4/14) Installing g++ (9.3.0-r2) 11:23:41 (5/14) Installing fortify-headers (1.1-r0) 11:23:41 (6/14) Installing patch (2.7.6-r6) 11:23:41 (7/14) Installing build-base (0.5-r2) 11:23:41 (8/14) Installing openssh-keygen (8.3_p1-r0) 11:23:41 (9/14) Installing libedit (20191231.3.1-r0) 11:23:41 (10/14) Installing openssh-client (8.3_p1-r0) 11:23:42 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 11:23:42 (12/14) Installing openssh-server-common (8.3_p1-r0) 11:23:42 (13/14) Installing openssh-server (8.3_p1-r0) 11:23:42 (14/14) Installing openssh (8.3_p1-r0) 11:23:42 Executing busybox-1.31.1-r16.trigger 11:23:42 OK: 221 MiB in 53 packages 11:23:46 Removing intermediate container 329329841f7a 11:23:46 ---> 60974ed5da09 11:23:46 Step 6/8 : WORKDIR /device-virtual-go 11:23:46 ---> Running in 273decb50187 11:23:47 Removing intermediate container 273decb50187 11:23:47 ---> 564d8be116fd 11:23:47 Step 7/8 : COPY . . 11:23:48 ---> 9c022d9a7811 11:23:48 Step 8/8 : RUN go mod download 11:23:48 ---> Running in e291ba710e4b 11:23:51 go: finding github.com/BurntSushi/toml v0.3.1 11:23:51 go: finding github.com/OneOfOne/xxhash v1.2.6 11:23:51 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 11:23:51 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:23:51 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 11:23:51 go: finding github.com/bgentry/speakeasy v0.1.0 11:23:51 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:23:51 go: finding github.com/davecgh/go-spew v1.1.1 11:23:51 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 11:23:51 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:23:51 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 11:23:51 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:23:51 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 11:23:51 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 11:23:51 go: finding github.com/edsrzf/mmap-go v1.0.0 11:23:51 go: finding github.com/fatih/color v1.7.0 11:23:51 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:23:51 go: finding github.com/go-kit/kit v0.8.0 11:23:51 go: finding github.com/go-logfmt/logfmt v0.4.0 11:23:52 go: finding github.com/go-stack/stack v1.8.0 11:23:52 go: finding github.com/golang/snappy v0.0.1 11:23:52 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 11:23:52 go: finding github.com/google/uuid v1.1.0 11:23:52 go: finding github.com/gorilla/mux v1.7.1 11:23:52 go: finding github.com/hashicorp/consul/api v1.1.0 11:23:52 go: finding github.com/hashicorp/consul/sdk v0.1.1 11:23:52 go: finding github.com/hashicorp/errwrap v1.0.0 11:23:52 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:23:52 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 11:23:52 go: finding github.com/hashicorp/go-msgpack v0.5.3 11:23:52 go: finding github.com/hashicorp/go-multierror v1.0.0 11:23:52 go: finding github.com/hashicorp/go-rootcerts v1.0.0 11:23:52 go: finding github.com/hashicorp/go-sockaddr v1.0.0 11:23:52 go: finding github.com/hashicorp/go-syslog v1.0.0 11:23:52 go: finding github.com/hashicorp/go-uuid v1.0.1 11:23:52 go: finding github.com/hashicorp/go.net v0.0.1 11:23:52 go: finding github.com/hashicorp/golang-lru v0.5.0 11:23:52 go: finding github.com/hashicorp/logutils v1.0.0 11:23:52 go: finding github.com/hashicorp/mdns v1.0.0 11:23:53 go: finding github.com/hashicorp/memberlist v0.1.3 11:23:53 go: finding github.com/hashicorp/serf v0.8.2 11:23:53 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:23:53 go: finding github.com/mattn/go-colorable v0.0.9 11:23:53 go: finding github.com/mattn/go-isatty v0.0.3 11:23:53 go: finding github.com/miekg/dns v1.0.14 11:23:53 go: finding github.com/mitchellh/cli v1.0.0 11:23:53 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:23:53 go: finding github.com/mitchellh/copystructure v1.0.0 11:23:53 go: finding github.com/mitchellh/go-homedir v1.0.0 11:23:53 go: finding github.com/mitchellh/go-testing-interface v1.0.0 11:23:53 go: finding github.com/mitchellh/gox v0.4.0 11:23:53 go: finding github.com/mitchellh/iochan v1.0.0 11:23:53 go: finding github.com/mitchellh/mapstructure v1.1.2 11:23:53 go: finding github.com/mitchellh/reflectwalk v1.0.0 11:23:53 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 11:23:53 go: finding github.com/pelletier/go-toml v1.2.0 11:23:53 go: finding github.com/pkg/errors v0.8.1 11:23:53 go: finding github.com/pmezard/go-difflib v1.0.0 11:23:53 go: finding github.com/posener/complete v1.1.1 11:23:53 go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 11:23:53 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 11:23:53 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 11:23:53 go: finding github.com/stretchr/objx v0.1.0 11:23:54 go: finding github.com/stretchr/testify v1.5.1 11:23:54 go: finding github.com/ugorji/go v1.1.4 11:23:54 go: finding github.com/x448/float16 v0.8.4 11:23:54 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 11:23:54 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 11:23:54 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 11:23:54 go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 11:23:54 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:23:54 go: finding gopkg.in/yaml.v2 v2.2.8 11:23:54 go: finding modernc.org/b v1.0.0 11:23:54 go: finding modernc.org/db v1.0.0 11:23:54 go: finding modernc.org/file v1.0.0 11:23:54 go: finding modernc.org/fileutil v1.0.0 11:23:54 go: finding modernc.org/golex v1.0.0 11:23:54 go: finding modernc.org/internal v1.0.0 11:23:54 go: finding modernc.org/lldb v1.0.0 11:23:54 go: finding modernc.org/mathutil v1.0.0 11:23:54 go: finding modernc.org/ql v1.0.0 11:23:54 go: finding modernc.org/sortutil v1.0.0 11:23:54 go: finding modernc.org/strutil v1.0.0 11:23:54 go: finding modernc.org/zappy v1.0.0 11:24:05 Removing intermediate container e291ba710e4b 11:24:05 ---> da942ab48ffc 11:24:05 Successfully built da942ab48ffc 11:24:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:24:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:24:06 + ls -al . 11:24:06 total 88 11:24:06 drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 11:22 . 11:24:06 drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 11:22 .. 11:24:06 drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 11:22 .git 11:24:06 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:22 .github 11:24:06 -rw-rw-r-- 1 jenkins jenkins 258 Aug 28 11:22 .gitignore 11:24:06 drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:22 .semver 11:24:06 -rw-rw-r-- 1 jenkins jenkins 5927 Aug 28 11:22 Attribution.txt 11:24:06 -rw-rw-r-- 1 jenkins jenkins 1826 Aug 28 11:22 Dockerfile 11:24:06 -rw-rw-r-- 1 jenkins jenkins 957 Aug 28 11:22 Dockerfile.build 11:24:06 -rw-rw-r-- 1 jenkins jenkins 683 Aug 28 11:22 Jenkinsfile 11:24:06 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 28 11:22 LICENSE 11:24:06 -rw-rw-r-- 1 jenkins jenkins 873 Aug 28 11:22 Makefile 11:24:06 -rw-rw-r-- 1 jenkins jenkins 918 Aug 28 11:22 README.md 11:24:06 -rw-rw-r-- 1 jenkins jenkins 11 Aug 28 11:20 VERSION 11:24:06 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:22 bin 11:24:06 drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:22 cmd 11:24:06 -rw-rw-r-- 1 jenkins jenkins 855 Aug 28 11:22 go.mod 11:24:06 drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:22 internal 11:24:06 -rw-rw-r-- 1 jenkins jenkins 235 Aug 28 11:22 version.go [Pipeline] isUnix [Pipeline] sh 11:24:07 + 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=5dbeb2ee12038eac02127f3d491aa26679cb3e38 --label arch=arm64 --label version=1.2.4-dev.2 . 11:24:07 Sending build context to Docker daemon 517.6kB 11:24:07 Step 1/21 : ARG BASE=golang:1.13-alpine 11:24:07 Step 2/21 : FROM ${BASE} AS builder 11:24:07 ---> da942ab48ffc 11:24:07 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 11:24:07 ---> Running in 4e46d74e0dd9 11:24:08 Removing intermediate container 4e46d74e0dd9 11:24:08 ---> 4c668f1337c5 11:24:08 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 11:24:08 ---> Running in ca6bcde59257 11:24:08 Removing intermediate container ca6bcde59257 11:24:08 ---> 2be90a3da503 11:24:08 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 11:24:08 ---> Running in 3d5de8031bbc 11:24:09 Removing intermediate container 3d5de8031bbc 11:24:09 ---> feb0b934069e 11:24:09 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:24:09 ---> Running in 6a2e375a40c3 11:24:12 Removing intermediate container 6a2e375a40c3 11:24:12 ---> d51cd9cb2589 11:24:12 Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:24:12 ---> Running in f145ad169673 11:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:24:14 OK: 221 MiB in 53 packages 11:24:16 Removing intermediate container f145ad169673 11:24:16 ---> a2bcc4af4353 11:24:16 Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 11:24:16 ---> Running in 208519813dbe 11:24:16 Removing intermediate container 208519813dbe 11:24:16 ---> 558269c92586 11:24:16 Step 9/21 : COPY . . 11:24:17 ---> 5476ba6b929c 11:24:17 Step 10/21 : ARG MAKE='make build' 11:24:17 ---> Running in 2ad2280bd651 11:24:18 Removing intermediate container 2ad2280bd651 11:24:18 ---> e4e9ff4afb86 11:24:18 Step 11/21 : RUN $MAKE 11:24:18 ---> Running in 1a6188b5a2ae 11:24:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.2" -o cmd/device-virtual ./cmd 11:24:26 Running on prd-centos7-docker-4c-2g-587 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 11:24:26 Running in /w/workspace/device-virtual-go/22 [Pipeline] { [Pipeline] checkout 11:24:29 using credential edgex-jenkins-ssh 11:24:29 Cloning the remote Git repository 11:24:29 Cloning with configured refspecs honoured and without tags 11:24:29 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 11:24:29 > git init /w/workspace/device-virtual-go/22 # timeout=10 11:24:30 Fetching without tags 11:24:31 Checking out Revision 5dbeb2ee12038eac02127f3d491aa26679cb3e38 (master) 11:24:30 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:24:30 > git --version # timeout=10 11:24:30 > git --version # 'git version 2.16.5' 11:24:30 using GIT_SSH to set credentials SSH Credentials for GitHub 11:24:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:24:30 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:24:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:24:30 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:24:30 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:24:30 using GIT_SSH to set credentials SSH Credentials for GitHub 11:24:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:24:31 > git config core.sparsecheckout # timeout=10 11:24:31 > git checkout -f 5dbeb2ee12038eac02127f3d491aa26679cb3e38 # timeout=10 11:24:34 Commit message: "Merge pull request #126 from hahattan/attribution-cleanup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:24:35 ========================================================= 11:24:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 11:24:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:24:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 11:24:36 Sending build context to Docker daemon 517.6kB 11:24:36 Step 1/8 : ARG BASE=golang:1.13-alpine 11:24:36 Step 2/8 : FROM ${BASE} 11:24:37 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 11:24:37 df20fa9351a1: Pulling fs layer 11:24:37 ed8968b2872e: Pulling fs layer 11:24:37 a92cc7c5fd73: Pulling fs layer 11:24:37 2dd03ba5bac4: Pulling fs layer 11:24:37 1e091d79d1de: Pulling fs layer 11:24:37 481702a1767f: Pulling fs layer 11:24:37 f64a6f60c768: Pulling fs layer 11:24:37 e78d2573fc39: Pulling fs layer 11:24:37 e876d2f968b6: Pulling fs layer 11:24:37 ce8a83651883: Pulling fs layer 11:24:37 07967f4d0e4b: Pulling fs layer 11:24:37 2dd03ba5bac4: Waiting 11:24:37 e78d2573fc39: Waiting 11:24:37 1e091d79d1de: Waiting 11:24:37 e876d2f968b6: Waiting 11:24:37 481702a1767f: Waiting 11:24:37 ce8a83651883: Waiting 11:24:37 f64a6f60c768: Waiting 11:24:37 07967f4d0e4b: Waiting 11:24:37 a92cc7c5fd73: Verifying Checksum 11:24:37 a92cc7c5fd73: Download complete 11:24:37 ed8968b2872e: Verifying Checksum 11:24:37 ed8968b2872e: Download complete 11:24:37 1e091d79d1de: Verifying Checksum 11:24:37 1e091d79d1de: Download complete 11:24:37 481702a1767f: Download complete 11:24:37 df20fa9351a1: Verifying Checksum 11:24:37 df20fa9351a1: Pull complete 11:24:38 f64a6f60c768: Verifying Checksum 11:24:38 f64a6f60c768: Download complete 11:24:38 e876d2f968b6: Verifying Checksum 11:24:38 e876d2f968b6: Download complete 11:24:38 2dd03ba5bac4: Verifying Checksum 11:24:38 2dd03ba5bac4: Download complete 11:24:38 07967f4d0e4b: Verifying Checksum 11:24:38 07967f4d0e4b: Download complete 11:24:38 ce8a83651883: Verifying Checksum 11:24:38 ce8a83651883: Download complete 11:24:38 e78d2573fc39: Verifying Checksum 11:24:38 e78d2573fc39: Download complete 11:24:40 ed8968b2872e: Pull complete 11:24:40 a92cc7c5fd73: Pull complete 11:24:46 2dd03ba5bac4: Pull complete 11:24:46 1e091d79d1de: Pull complete 11:24:46 481702a1767f: Pull complete 11:24:51 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:24:53 f64a6f60c768: Pull complete 11:24:56 e78d2573fc39: Pull complete 11:24:56 e876d2f968b6: Pull complete 11:24:57 ce8a83651883: Pull complete 11:24:57 07967f4d0e4b: Pull complete 11:24:57 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 11:24:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 11:24:57 ---> 5d7c900382c6 11:24:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 11:24:58 ---> Running in 7be6d69cb8f0 11:24:58 Removing intermediate container 7be6d69cb8f0 11:24:58 ---> c0cbc00df552 11:24:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:24:58 ---> Running in 0da79381ce85 11:25:00 Removing intermediate container 1a6188b5a2ae 11:25:00 ---> 09074d8c769c 11:25:00 Step 12/21 : FROM alpine 11:25:00 latest: Pulling from library/alpine 11:25:00 Removing intermediate container 0da79381ce85 11:25:00 ---> 39c0d1274467 11:25:00 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 11:25:00 ---> Running in 2c9415403c20 11:25:00 b538f80385f9: Already exists 11:25:00 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 11:25:00 Status: Downloaded newer image for alpine:latest 11:25:00 ---> 62ee0e9f8440 11:25:00 Step 13/21 : ENV APP_PORT=49990 11:25:00 ---> Running in 944b5803a94c 11:25:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:25:01 Removing intermediate container 944b5803a94c 11:25:01 ---> e05ac24ced71 11:25:01 Step 14/21 : EXPOSE $APP_PORT 11:25:01 ---> Running in 7120e0286496 11:25:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:25:01 (1/14) Installing libmagic (5.38-r0) 11:25:01 Removing intermediate container 7120e0286496 11:25:01 ---> 26b3a79f43a3 11:25:01 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 11:25:02 (2/14) Installing file (5.38-r0) 11:25:02 (3/14) Installing libc-dev (0.7.2-r3) 11:25:02 (4/14) Installing g++ (9.3.0-r2) 11:25:03 ---> ea53d0cf7475 11:25:03 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 11:25:03 ---> 26511ad1a927 11:25:03 Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 11:25:04 ---> 3cd0b9b11086 11:25:04 Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 11:25:04 ---> Running in 149399d2b111 11:25:05 Removing intermediate container 149399d2b111 11:25:05 ---> ab3510b92e03 11:25:05 Step 19/21 : LABEL arch=arm64 11:25:05 ---> Running in 4167b8d053f1 11:25:05 Removing intermediate container 4167b8d053f1 11:25:05 ---> 4b3902eadb3f 11:25:05 Step 20/21 : LABEL git_sha=5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:25:05 ---> Running in 400f2e9c3be4 11:25:06 Removing intermediate container 400f2e9c3be4 11:25:06 ---> 89883ac90b45 11:25:06 Step 21/21 : LABEL version=1.2.4-dev.2 11:25:06 ---> Running in 7e811f6d41ba 11:25:06 Removing intermediate container 7e811f6d41ba 11:25:06 ---> 77bd1809c16d 11:25:06 [Warning] One or more build-args [ARCH] were not consumed 11:25:06 Successfully built 77bd1809c16d 11:25:06 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 11:25:07 provisioning config files... 11:25:07 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/22@tmp/config632916252190528161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:25:08 nexus3.edgexfoundry.org:10001 11:25:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:08 Configure a credential helper to remove this warning. See 11:25:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:08 11:25:08 Login Succeeded 11:25:08 nexus3.edgexfoundry.org:10002 11:25:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:08 Configure a credential helper to remove this warning. See 11:25:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:08 11:25:08 Login Succeeded 11:25:08 nexus3.edgexfoundry.org:10003 11:25:08 (5/14) Installing fortify-headers (1.1-r0) 11:25:08 (6/14) Installing patch (2.7.6-r6) 11:25:08 (7/14) Installing build-base (0.5-r2) 11:25:08 (8/14) Installing openssh-keygen (8.3_p1-r0) 11:25:08 (9/14) Installing libedit (20191231.3.1-r0) 11:25:08 (10/14) Installing openssh-client (8.3_p1-r0) 11:25:08 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 11:25:08 (12/14) Installing openssh-server-common (8.3_p1-r0) 11:25:08 (13/14) Installing openssh-server (8.3_p1-r0) 11:25:09 (14/14) Installing openssh (8.3_p1-r0) 11:25:09 Executing busybox-1.31.1-r16.trigger 11:25:09 OK: 237 MiB in 53 packages 11:25:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:09 Configure a credential helper to remove this warning. See 11:25:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:09 11:25:09 Login Succeeded 11:25:09 nexus3.edgexfoundry.org:10004 11:25:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:10 Configure a credential helper to remove this warning. See 11:25:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:10 11:25:10 Login Succeeded 11:25:10 docker.io 11:25:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:10 Configure a credential helper to remove this warning. See 11:25:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:10 11:25:10 Login Succeeded [Pipeline] } 11:25:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:25:11 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 11:25:11 5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:25:11 latest 11:25:11 1.2.4-dev.2 11:25:11 5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 11:25:11 master 11:25:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:25:11 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [Pipeline] isUnix [Pipeline] sh 11:25:11 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:25:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 11:25:11 7f35784916cc: Preparing 11:25:11 e2fa833b3729: Preparing 11:25:11 da305cb4dda8: Preparing 11:25:11 e2f13739ad41: Preparing 11:25:11 e2f13739ad41: Layer already exists 11:25:12 e2fa833b3729: Pushed 11:25:12 7f35784916cc: Pushed 11:25:13 Removing intermediate container 2c9415403c20 11:25:13 ---> f2d760aac869 11:25:13 Step 6/8 : WORKDIR /device-virtual-go 11:25:13 ---> Running in 7f57af143683 11:25:13 Removing intermediate container 7f57af143683 11:25:13 ---> eafbd4520eb8 11:25:13 Step 7/8 : COPY . . 11:25:13 ---> 647bc87e7f0b 11:25:13 Step 8/8 : RUN go mod download 11:25:13 ---> Running in 8692df575208 11:25:15 da305cb4dda8: Pushed 11:25:15 5dbeb2ee12038eac02127f3d491aa26679cb3e38: digest: sha256:651a408bc3c4c825f95969183f580783efb7897ed2d0c0fe543fdb3260a9243e size: 1155 [Pipeline] isUnix [Pipeline] sh 11:25:15 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:25:16 go: finding github.com/BurntSushi/toml v0.3.1 11:25:16 go: finding github.com/OneOfOne/xxhash v1.2.6 11:25:16 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 11:25:16 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:25:16 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 11:25:16 go: finding github.com/bgentry/speakeasy v0.1.0 11:25:16 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:25:16 go: finding github.com/davecgh/go-spew v1.1.1 11:25:16 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 11:25:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 11:25:16 7f35784916cc: Preparing 11:25:16 e2fa833b3729: Preparing 11:25:16 da305cb4dda8: Preparing 11:25:16 e2f13739ad41: Preparing 11:25:16 e2f13739ad41: Layer already exists 11:25:16 da305cb4dda8: Layer already exists 11:25:16 7f35784916cc: Layer already exists 11:25:16 e2fa833b3729: Layer already exists 11:25:16 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 11:25:16 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:25:16 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 11:25:16 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:25:16 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 11:25:16 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 11:25:16 latest: digest: sha256:651a408bc3c4c825f95969183f580783efb7897ed2d0c0fe543fdb3260a9243e size: 1155 [Pipeline] isUnix [Pipeline] sh 11:25:16 go: finding github.com/edsrzf/mmap-go v1.0.0 11:25:16 go: finding github.com/fatih/color v1.7.0 11:25:16 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:25:16 go: finding github.com/go-kit/kit v0.8.0 11:25:16 go: finding github.com/go-logfmt/logfmt v0.4.0 11:25:16 go: finding github.com/go-stack/stack v1.8.0 11:25:16 go: finding github.com/golang/snappy v0.0.1 11:25:17 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.2 11:25:17 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 11:25:17 go: finding github.com/google/uuid v1.1.0 11:25:17 go: finding github.com/gorilla/mux v1.7.1 11:25:17 go: finding github.com/hashicorp/consul/api v1.1.0 11:25:17 go: finding github.com/hashicorp/consul/sdk v0.1.1 11:25:17 go: finding github.com/hashicorp/errwrap v1.0.0 [Pipeline] isUnix [Pipeline] sh 11:25:17 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:25:17 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 11:25:17 go: finding github.com/hashicorp/go-msgpack v0.5.3 11:25:17 go: finding github.com/hashicorp/go-multierror v1.0.0 11:25:17 go: finding github.com/hashicorp/go-rootcerts v1.0.0 11:25:17 go: finding github.com/hashicorp/go-sockaddr v1.0.0 11:25:17 go: finding github.com/hashicorp/go-syslog v1.0.0 11:25:17 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.2 11:25:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 11:25:17 7f35784916cc: Preparing 11:25:17 e2fa833b3729: Preparing 11:25:17 da305cb4dda8: Preparing 11:25:17 e2f13739ad41: Preparing 11:25:17 e2fa833b3729: Layer already exists 11:25:17 7f35784916cc: Layer already exists 11:25:17 da305cb4dda8: Layer already exists 11:25:17 e2f13739ad41: Layer already exists 11:25:17 1.2.4-dev.2: digest: sha256:651a408bc3c4c825f95969183f580783efb7897ed2d0c0fe543fdb3260a9243e size: 1155 11:25:17 go: finding github.com/hashicorp/go-uuid v1.0.1 11:25:17 go: finding github.com/hashicorp/go.net v0.0.1 11:25:17 go: finding github.com/hashicorp/golang-lru v0.5.0 11:25:17 go: finding github.com/hashicorp/logutils v1.0.0 11:25:17 go: finding github.com/hashicorp/mdns v1.0.0 11:25:17 go: finding github.com/hashicorp/memberlist v0.1.3 [Pipeline] isUnix [Pipeline] sh 11:25:17 go: finding github.com/hashicorp/serf v0.8.2 11:25:17 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:25:17 go: finding github.com/mattn/go-colorable v0.0.9 11:25:17 go: finding github.com/mattn/go-isatty v0.0.3 11:25:17 go: finding github.com/miekg/dns v1.0.14 11:25:17 go: finding github.com/mitchellh/cli v1.0.0 11:25:17 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:25:18 go: finding github.com/mitchellh/copystructure v1.0.0 11:25:18 go: finding github.com/mitchellh/go-homedir v1.0.0 11:25:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 11:25:18 go: finding github.com/mitchellh/gox v0.4.0 11:25:18 go: finding github.com/mitchellh/iochan v1.0.0 11:25:18 go: finding github.com/mitchellh/mapstructure v1.1.2 11:25:18 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 [Pipeline] isUnix [Pipeline] sh 11:25:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 11:25:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 11:25:18 go: finding github.com/pelletier/go-toml v1.2.0 11:25:18 go: finding github.com/pkg/errors v0.8.1 11:25:18 go: finding github.com/pmezard/go-difflib v1.0.0 11:25:18 go: finding github.com/posener/complete v1.1.1 11:25:18 go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 11:25:18 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 11:25:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 11:25:18 7f35784916cc: Preparing 11:25:18 e2fa833b3729: Preparing 11:25:18 da305cb4dda8: Preparing 11:25:18 e2f13739ad41: Preparing 11:25:18 e2f13739ad41: Layer already exists 11:25:18 da305cb4dda8: Layer already exists 11:25:18 e2fa833b3729: Layer already exists 11:25:18 7f35784916cc: Layer already exists 11:25:18 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 11:25:18 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 11:25:18 go: finding github.com/stretchr/objx v0.1.0 11:25:18 go: finding github.com/stretchr/testify v1.5.1 11:25:18 go: finding github.com/ugorji/go v1.1.4 11:25:18 go: finding github.com/x448/float16 v0.8.4 11:25:18 5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2: digest: sha256:651a408bc3c4c825f95969183f580783efb7897ed2d0c0fe543fdb3260a9243e size: 1155 [Pipeline] isUnix [Pipeline] sh 11:25:18 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 11:25:18 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 11:25:18 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 11:25:18 go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 11:25:18 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:25:18 go: finding gopkg.in/yaml.v2 v2.2.8 11:25:19 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 11:25:19 go: finding modernc.org/b v1.0.0 11:25:19 go: finding modernc.org/db v1.0.0 11:25:19 go: finding modernc.org/file v1.0.0 11:25:19 go: finding modernc.org/fileutil v1.0.0 11:25:19 go: finding modernc.org/golex v1.0.0 11:25:19 go: finding modernc.org/internal v1.0.0 11:25:19 go: finding modernc.org/lldb v1.0.0 11:25:19 go: finding modernc.org/mathutil v1.0.0 11:25:19 go: finding modernc.org/ql v1.0.0 11:25:19 go: finding modernc.org/sortutil v1.0.0 11:25:19 go: finding modernc.org/strutil v1.0.0 11:25:19 go: finding modernc.org/zappy v1.0.0 11:25:19 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 11:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 11:25:19 7f35784916cc: Preparing 11:25:19 e2fa833b3729: Preparing 11:25:19 da305cb4dda8: Preparing 11:25:19 e2f13739ad41: Preparing 11:25:19 e2fa833b3729: Layer already exists 11:25:19 e2f13739ad41: Layer already exists 11:25:19 7f35784916cc: Layer already exists 11:25:19 da305cb4dda8: Layer already exists 11:25:19 master: digest: sha256:651a408bc3c4c825f95969183f580783efb7897ed2d0c0fe543fdb3260a9243e size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:25:19 ===================================================== [Pipeline] echo 11:25:19 taggedImages: 11:25:19 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:25:19 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 11:25:19 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.2 11:25:19 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 11:25:19 - 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] } 11:25:27 Removing intermediate container 8692df575208 11:25:27 ---> a9881b1bfbae 11:25:27 Successfully built a9881b1bfbae 11:25:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:25:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:25:28 + ls -al . 11:25:28 total 60 11:25:28 drwxrwxr-x. 8 jenkins jenkins 4096 Aug 28 11:24 . 11:25:28 drwxrwxr-x. 4 jenkins jenkins 30 Aug 28 11:24 .. 11:25:28 -rw-rw-r--. 1 jenkins jenkins 5927 Aug 28 11:24 Attribution.txt 11:25:28 drwxrwxr-x. 2 jenkins jenkins 64 Aug 28 11:24 bin 11:25:28 drwxrwxr-x. 3 jenkins jenkins 32 Aug 28 11:24 cmd 11:25:28 -rw-rw-r--. 1 jenkins jenkins 1826 Aug 28 11:24 Dockerfile 11:25:28 -rw-rw-r--. 1 jenkins jenkins 957 Aug 28 11:24 Dockerfile.build 11:25:28 drwxrwxr-x. 8 jenkins jenkins 162 Aug 28 11:24 .git 11:25:28 drwxrwxr-x. 2 jenkins jenkins 38 Aug 28 11:24 .github 11:25:28 -rw-rw-r--. 1 jenkins jenkins 258 Aug 28 11:24 .gitignore 11:25:28 -rw-rw-r--. 1 jenkins jenkins 855 Aug 28 11:24 go.mod 11:25:28 drwxrwxr-x. 3 jenkins jenkins 20 Aug 28 11:24 internal 11:25:28 -rw-rw-r--. 1 jenkins jenkins 683 Aug 28 11:24 Jenkinsfile 11:25:28 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 28 11:24 LICENSE 11:25:28 -rw-rw-r--. 1 jenkins jenkins 873 Aug 28 11:24 Makefile 11:25:28 -rw-rw-r--. 1 jenkins jenkins 918 Aug 28 11:24 README.md 11:25:28 drwxrwxr-x. 3 jenkins jenkins 44 Aug 28 11:24 .semver 11:25:28 -rw-rw-r--. 1 jenkins jenkins 11 Aug 28 11:20 VERSION 11:25:28 -rw-rw-r--. 1 jenkins jenkins 235 Aug 28 11:24 version.go [Pipeline] isUnix [Pipeline] sh 11:25:29 + 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=5dbeb2ee12038eac02127f3d491aa26679cb3e38 --label arch=amd64 --label version=1.2.4-dev.2 . 11:25:29 Sending build context to Docker daemon 517.6kB 11:25:29 Step 1/21 : ARG BASE=golang:1.13-alpine 11:25:29 Step 2/21 : FROM ${BASE} AS builder 11:25:29 ---> a9881b1bfbae 11:25:29 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 11:25:29 ---> Running in cef35b325e70 11:25:29 Removing intermediate container cef35b325e70 11:25:29 ---> 88d36b0ca349 11:25:29 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 11:25:29 ---> Running in 53cf03d8e512 11:25:29 Removing intermediate container 53cf03d8e512 11:25:29 ---> d8761132b602 11:25:29 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 11:25:30 ---> Running in 62e22475b38d 11:25:30 Removing intermediate container 62e22475b38d 11:25:30 ---> c40bc66bfc52 11:25:30 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:25:30 ---> Running in c739cc625e5c 11:25:31 Removing intermediate container c739cc625e5c 11:25:31 ---> 706d1275cef6 11:25:31 Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:25:32 ---> Running in 50b5aa24c8ae 11:25:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:25:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:25:33 OK: 237 MiB in 53 packages 11:25:34 Removing intermediate container 50b5aa24c8ae 11:25:34 ---> ec732ffd6922 11:25:34 Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 11:25:34 ---> Running in 1b85f91150ae 11:25:34 Removing intermediate container 1b85f91150ae 11:25:34 ---> ff9e294d50d8 11:25:34 Step 9/21 : COPY . . 11:25:35 ---> df842a543037 11:25:35 Step 10/21 : ARG MAKE='make build' 11:25:35 ---> Running in 2bf9bccc076d 11:25:35 Removing intermediate container 2bf9bccc076d 11:25:35 ---> 23d898ebaa46 11:25:35 Step 11/21 : RUN $MAKE 11:25:35 ---> Running in a9bdf5652ff1 11:25:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.2" -o cmd/device-virtual ./cmd 11:25:48 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:25:52 Removing intermediate container a9bdf5652ff1 11:25:52 ---> 7ba74d470222 11:25:52 Step 12/21 : FROM alpine 11:25:52 latest: Pulling from library/alpine 11:25:52 df20fa9351a1: Already exists 11:25:52 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 11:25:52 Status: Downloaded newer image for alpine:latest 11:25:52 ---> a24bb4013296 11:25:52 Step 13/21 : ENV APP_PORT=49990 11:25:52 ---> Running in 29ce42c37a28 11:25:52 Removing intermediate container 29ce42c37a28 11:25:52 ---> 8c5522b17bed 11:25:52 Step 14/21 : EXPOSE $APP_PORT 11:25:52 ---> Running in cd18e9d35639 11:25:52 Removing intermediate container cd18e9d35639 11:25:52 ---> 3d6fbdf55c9a 11:25:52 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 11:25:53 ---> 58a5745124d7 11:25:53 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 11:25:53 ---> 38c0d8777d0d 11:25:53 Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 11:25:54 ---> cc6e0a4c6444 11:25:54 Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 11:25:54 ---> Running in aa942638a14a 11:25:54 Removing intermediate container aa942638a14a 11:25:54 ---> 7913011d5a79 11:25:54 Step 19/21 : LABEL arch=amd64 11:25:54 ---> Running in db03f58ef802 11:25:54 Removing intermediate container db03f58ef802 11:25:54 ---> 5d3ba386a630 11:25:54 Step 20/21 : LABEL git_sha=5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:25:54 ---> Running in 45ea769e5a52 11:25:54 Removing intermediate container 45ea769e5a52 11:25:54 ---> 7ed229fc1ccb 11:25:54 Step 21/21 : LABEL version=1.2.4-dev.2 11:25:54 ---> Running in 61b9b2d4072c 11:25:55 Removing intermediate container 61b9b2d4072c 11:25:55 ---> 80695a72e3be 11:25:55 [Warning] One or more build-args [ARCH] were not consumed 11:25:55 Successfully built 80695a72e3be 11:25:55 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 11:25:55 provisioning config files... 11:25:55 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/22@tmp/config2505551996850813167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:25:55 nexus3.edgexfoundry.org:10001 11:25:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:56 Configure a credential helper to remove this warning. See 11:25:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:56 11:25:56 Login Succeeded 11:25:56 nexus3.edgexfoundry.org:10002 11:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:56 Configure a credential helper to remove this warning. See 11:25:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:56 11:25:56 Login Succeeded 11:25:56 nexus3.edgexfoundry.org:10003 11:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:56 Configure a credential helper to remove this warning. See 11:25:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:56 11:25:56 Login Succeeded 11:25:56 nexus3.edgexfoundry.org:10004 11:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:56 Configure a credential helper to remove this warning. See 11:25:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:56 11:25:56 Login Succeeded 11:25:56 docker.io 11:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:25:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:25:57 Configure a credential helper to remove this warning. See 11:25:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:25:57 11:25:57 Login Succeeded [Pipeline] } 11:25:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:25:57 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 11:25:57 5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:25:57 latest 11:25:57 1.2.4-dev.2 11:25:57 5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 11:25:57 master 11:25:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:25:57 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [Pipeline] isUnix [Pipeline] sh 11:25:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:25:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 11:25:58 4c2bfdbf7fdd: Preparing 11:25:58 bba457675010: Preparing 11:25:58 641d93fbabbb: Preparing 11:25:58 50644c29ef5a: Preparing 11:25:58 50644c29ef5a: Layer already exists 11:25:58 bba457675010: Pushed 11:25:58 4c2bfdbf7fdd: Pushed 11:25:59 641d93fbabbb: Pushed 11:25:59 5dbeb2ee12038eac02127f3d491aa26679cb3e38: digest: sha256:290bdc8cf35e7f0f892a0c0dd9f825eddddd19a101d34b1ae071e4c112a199fa size: 1155 [Pipeline] isUnix [Pipeline] sh 11:25:59 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 11:26:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 11:26:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 11:26:00 4c2bfdbf7fdd: Preparing 11:26:00 bba457675010: Preparing 11:26:00 641d93fbabbb: Preparing 11:26:00 50644c29ef5a: Preparing 11:26:00 641d93fbabbb: Layer already exists 11:26:00 50644c29ef5a: Layer already exists 11:26:00 bba457675010: Layer already exists 11:26:00 4c2bfdbf7fdd: Layer already exists 11:26:00 latest: digest: sha256:290bdc8cf35e7f0f892a0c0dd9f825eddddd19a101d34b1ae071e4c112a199fa size: 1155 [Pipeline] isUnix [Pipeline] sh 11:26:00 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.2 [Pipeline] isUnix [Pipeline] sh 11:26:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.2 11:26:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 11:26:00 4c2bfdbf7fdd: Preparing 11:26:00 bba457675010: Preparing 11:26:00 641d93fbabbb: Preparing 11:26:00 50644c29ef5a: Preparing 11:26:00 641d93fbabbb: Layer already exists 11:26:00 4c2bfdbf7fdd: Layer already exists 11:26:00 bba457675010: Layer already exists 11:26:00 50644c29ef5a: Layer already exists 11:26:00 1.2.4-dev.2: digest: sha256:290bdc8cf35e7f0f892a0c0dd9f825eddddd19a101d34b1ae071e4c112a199fa size: 1155 [Pipeline] isUnix [Pipeline] sh 11:26:01 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 [Pipeline] isUnix [Pipeline] sh 11:26:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 11:26:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 11:26:01 4c2bfdbf7fdd: Preparing 11:26:01 bba457675010: Preparing 11:26:01 641d93fbabbb: Preparing 11:26:01 50644c29ef5a: Preparing 11:26:01 bba457675010: Layer already exists 11:26:01 641d93fbabbb: Layer already exists 11:26:01 50644c29ef5a: Layer already exists 11:26:01 4c2bfdbf7fdd: Layer already exists 11:26:01 5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2: digest: sha256:290bdc8cf35e7f0f892a0c0dd9f825eddddd19a101d34b1ae071e4c112a199fa size: 1155 [Pipeline] isUnix [Pipeline] sh 11:26:01 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 11:26:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 11:26:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 11:26:02 4c2bfdbf7fdd: Preparing 11:26:02 bba457675010: Preparing 11:26:02 641d93fbabbb: Preparing 11:26:02 50644c29ef5a: Preparing 11:26:02 bba457675010: Layer already exists 11:26:02 641d93fbabbb: Layer already exists 11:26:02 4c2bfdbf7fdd: Layer already exists 11:26:02 50644c29ef5a: Layer already exists 11:26:02 master: digest: sha256:290bdc8cf35e7f0f892a0c0dd9f825eddddd19a101d34b1ae071e4c112a199fa size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:26:02 ===================================================== [Pipeline] echo 11:26:02 taggedImages: 11:26:02 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:26:02 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 11:26:02 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.2 11:26:02 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 11:26:02 - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 11:26:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 11:26:04 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 11:26:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:26:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:26:04 11:26:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 11:26:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:26:04 1.317.0: Pulling from edgex-devops/edgex-snyk-go 11:26:04 cbdbe7a5bc2a: Pulling fs layer 11:26:04 408f87550127: Pulling fs layer 11:26:04 fe522b08c979: Pulling fs layer 11:26:04 221eaa008020: Pulling fs layer 11:26:04 2a4607e5d6b9: Pulling fs layer 11:26:04 8f79b27c4fd2: Pulling fs layer 11:26:04 e5c8dbe1645b: Pulling fs layer 11:26:04 23e8b3b47431: Pulling fs layer 11:26:04 5c568d65a230: Pulling fs layer 11:26:04 8f79b27c4fd2: Waiting 11:26:04 e5c8dbe1645b: Waiting 11:26:04 23e8b3b47431: Waiting 11:26:04 5c568d65a230: Waiting 11:26:04 221eaa008020: Waiting 11:26:04 2a4607e5d6b9: Waiting 11:26:04 fe522b08c979: Verifying Checksum 11:26:04 fe522b08c979: Download complete 11:26:04 408f87550127: Verifying Checksum 11:26:04 408f87550127: Download complete 11:26:04 2a4607e5d6b9: Verifying Checksum 11:26:04 2a4607e5d6b9: Download complete 11:26:04 8f79b27c4fd2: Verifying Checksum 11:26:04 8f79b27c4fd2: Download complete 11:26:04 cbdbe7a5bc2a: Download complete 11:26:05 cbdbe7a5bc2a: Pull complete 11:26:05 e5c8dbe1645b: Verifying Checksum 11:26:05 e5c8dbe1645b: Download complete 11:26:06 23e8b3b47431: Verifying Checksum 11:26:06 23e8b3b47431: Download complete 11:26:06 408f87550127: Pull complete 11:26:06 5c568d65a230: Verifying Checksum 11:26:06 5c568d65a230: Download complete 11:26:06 fe522b08c979: Pull complete 11:26:06 221eaa008020: Verifying Checksum 11:26:06 221eaa008020: Download complete 11:26:11 221eaa008020: Pull complete 11:26:11 2a4607e5d6b9: Pull complete 11:26:11 8f79b27c4fd2: Pull complete 11:26:14 e5c8dbe1645b: Pull complete 11:26:17 23e8b3b47431: Pull complete 11:26:19 5c568d65a230: Pull complete 11:26:19 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 11:26:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:26:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 11:26:19 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:26:19 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 11:26:20 $ docker top 0b56ebfad0cd135e6bb07c113e5af808d8c4d43486eb8612ceb6f34ae27c0908 -eo pid,comm [Pipeline] { [Pipeline] sh 11:26:20 + snyk monitor '--org=edgex-jenkins' 11:26:33 11:26:33 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 11:26:33 11:26:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/a754a352-7f87-4b30-89ce-be3556d5839c 11:26:33 11:26:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:26:33 11:26:33 11:26:33 Snyk CLI supports Node.js 8 and higher. 11:26:33 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 11:26:33 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 11:26:33 11:26:33 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 11:26:33 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 11:26:33 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 11:26:33 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:26:33 $ docker stop --time=1 0b56ebfad0cd135e6bb07c113e5af808d8c4d43486eb8612ceb6f34ae27c0908 11:26:35 $ docker rm -f 0b56ebfad0cd135e6bb07c113e5af808d8c4d43486eb8612ceb6f34ae27c0908 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:26:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:26:37 11:26:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 11:26:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:26:37 latest: Pulling from edgex-devops/edgex-klar 11:26:37 e7c96db7181b: Pulling fs layer 11:26:37 1868ca2cb446: Pulling fs layer 11:26:37 136be5d0fe8e: Pulling fs layer 11:26:37 894bfe63afcb: Pulling fs layer 11:26:37 894bfe63afcb: Waiting 11:26:37 1868ca2cb446: Verifying Checksum 11:26:37 1868ca2cb446: Download complete 11:26:37 136be5d0fe8e: Download complete 11:26:37 e7c96db7181b: Verifying Checksum 11:26:37 e7c96db7181b: Download complete 11:26:37 894bfe63afcb: Verifying Checksum 11:26:37 894bfe63afcb: Download complete 11:26:37 e7c96db7181b: Pull complete 11:26:37 1868ca2cb446: Pull complete 11:26:37 136be5d0fe8e: Pull complete 11:26:38 894bfe63afcb: Pull complete 11:26:38 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 11:26:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:26:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 11:26:38 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:26:38 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:26:39 $ docker top 06cb7542a9145d04f4189cf354ceff63c3c5fb51a483e9774943a37dfb32a721 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:26:39 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:26:39 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:26:44 $ docker stop --time=1 06cb7542a9145d04f4189cf354ceff63c3c5fb51a483e9774943a37dfb32a721 11:26:45 $ docker rm -f 06cb7542a9145d04f4189cf354ceff63c3c5fb51a483e9774943a37dfb32a721 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:26:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:26:45 . [Pipeline] withDockerContainer 11:26:45 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:26:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:26:46 $ docker top f5ce0197d387b9849e23087693790c71035ce6004dcffd3af2363e32c690c45b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:26:47 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:26:47 + tee 11:26:47 clair timeout 1m0s 11:26:47 docker timeout: 1m0s 11:26:47 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:26:47 $ docker stop --time=1 f5ce0197d387b9849e23087693790c71035ce6004dcffd3af2363e32c690c45b 11:26:49 $ docker rm -f f5ce0197d387b9849e23087693790c71035ce6004dcffd3af2363e32c690c45b [Pipeline] // withDockerContainer [Pipeline] sh 11:26:49 + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo 11:26:49 Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_5dbeb2ee12038eac02127f3d491aa26679cb3e38.html [Pipeline] writeFile [Pipeline] step 11:26:49 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 11:26:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:26:50 . [Pipeline] withDockerContainer 11:26:50 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:26:50 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:26:51 $ docker top cb6d25afac320cb29d0f58440e7a92032ad9839b1bb1b90bfbf3e8fc5cb9dcb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:26:51 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38 11:26:51 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:26:55 $ docker stop --time=1 cb6d25afac320cb29d0f58440e7a92032ad9839b1bb1b90bfbf3e8fc5cb9dcb1 11:26:56 $ docker rm -f cb6d25afac320cb29d0f58440e7a92032ad9839b1bb1b90bfbf3e8fc5cb9dcb1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:26:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:26:57 . [Pipeline] withDockerContainer 11:26:57 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:26:57 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:26:58 $ docker top 8b0ca5f424866a7491e62cfe9406897f3d611cae91574097df6bbac07f63a5b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:26:59 + /klar+ nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38tee 11:26:59 11:26:59 clair timeout 1m0s 11:26:59 docker timeout: 1m0s 11:26:59 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:26:59 $ docker stop --time=1 8b0ca5f424866a7491e62cfe9406897f3d611cae91574097df6bbac07f63a5b6 11:27:01 $ docker rm -f 8b0ca5f424866a7491e62cfe9406897f3d611cae91574097df6bbac07f63a5b6 [Pipeline] // withDockerContainer [Pipeline] sh 11:27:01 + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo 11:27:01 Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_5dbeb2ee12038eac02127f3d491aa26679cb3e38.html [Pipeline] writeFile [Pipeline] step 11:27:01 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 11:27:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:27:02 . [Pipeline] withDockerContainer 11:27:02 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:27:02 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:27:03 $ docker top a7a73a1fdee9e9fb9b9ba8bdd31f1af4ee69af02524dac8ecdfd27b390727ed7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:27:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:27:03 [ssh-agent] Looking for ssh-agent implementation... 11:27:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:27:04 $ docker exec a7a73a1fdee9e9fb9b9ba8bdd31f1af4ee69af02524dac8ecdfd27b390727ed7 ssh-agent 11:27:04 SSH_AUTH_SOCK=/tmp/ssh-dEibHuJIYpIC/agent.12 11:27:04 SSH_AGENT_PID=17 11:27:04 Running ssh-add (command line suppressed) 11:27:04 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5700575687796617168.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5700575687796617168.key) 11:27:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:27:04 + git semver tag 11:27:04 # -> Open(): unable to determine branch for HEAD 11:27:04 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 11:27:04 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 11:27:04 # $SEMVER_REMOTE_NAME = origin 11:27:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:27:04 # $SEMVER_USER_NAME = edgex-jenkins 11:27:04 # $SEMVER_BRANCH = master 11:27:04 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 11:27:04 # 5dbeb2ee12038eac02127f3d491aa26679cb3e38 HEAD 11:27:04 # -> Force: false 11:27:04 # c7cecb371385e874d71f608b611f214109eb03cb refs/tags/v1.2.4-dev.2 [Pipeline] } 11:27:04 $ docker exec --env ******** --env ******** a7a73a1fdee9e9fb9b9ba8bdd31f1af4ee69af02524dac8ecdfd27b390727ed7 ssh-agent -k 11:27:04 unset SSH_AUTH_SOCK; 11:27:04 unset SSH_AGENT_PID; 11:27:04 echo Agent pid 17 killed; 11:27:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:27:05 + git semver [Pipeline] } 11:27:05 $ docker stop --time=1 a7a73a1fdee9e9fb9b9ba8bdd31f1af4ee69af02524dac8ecdfd27b390727ed7 11:27:06 $ docker rm -f a7a73a1fdee9e9fb9b9ba8bdd31f1af4ee69af02524dac8ecdfd27b390727ed7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:27:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:27:07 11:27:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:27:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:27:07 0.23.1-centos7: Pulling from edgex-lftools 11:27:07 ab5ef0e58194: Pulling fs layer 11:27:07 9712f1f96733: Pulling fs layer 11:27:07 63f879dbbcfc: Pulling fs layer 11:27:07 0d9ebad4ef96: Pulling fs layer 11:27:07 e9a5061849ea: Pulling fs layer 11:27:07 d747dcd14b5f: Pulling fs layer 11:27:07 2de7ff778b66: Pulling fs layer 11:27:07 e9a5061849ea: Waiting 11:27:07 d747dcd14b5f: Waiting 11:27:07 2de7ff778b66: Waiting 11:27:07 0d9ebad4ef96: Waiting 11:27:07 9712f1f96733: Verifying Checksum 11:27:07 9712f1f96733: Download complete 11:27:08 63f879dbbcfc: Verifying Checksum 11:27:08 63f879dbbcfc: Download complete 11:27:08 e9a5061849ea: Verifying Checksum 11:27:08 e9a5061849ea: Download complete 11:27:08 d747dcd14b5f: Verifying Checksum 11:27:08 d747dcd14b5f: Download complete 11:27:08 ab5ef0e58194: Download complete 11:27:08 2de7ff778b66: Verifying Checksum 11:27:08 2de7ff778b66: Download complete 11:27:08 0d9ebad4ef96: Verifying Checksum 11:27:08 0d9ebad4ef96: Download complete 11:27:13 ab5ef0e58194: Pull complete 11:27:13 9712f1f96733: Pull complete 11:27:15 63f879dbbcfc: Pull complete 11:27:22 0d9ebad4ef96: Pull complete 11:27:22 e9a5061849ea: Pull complete 11:27:22 d747dcd14b5f: Pull complete 11:27:25 2de7ff778b66: Pull complete 11:27:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:27:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:27:25 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:27:25 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:27:25 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:27:28 $ docker top d87281ec734f2b908c5b38460410007e4984941d4726b9fbe9a5cf0736683d5f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:27:29 provisioning config files... 11:27:29 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1205022383128956911tmp 11:27:29 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6909842835992291928tmp 11:27:29 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2871516975527337316tmp [Pipeline] { [Pipeline] echo 11:27:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:27:29 ---> sigul-configuration.sh 11:27:29 gpg: directory `/root/.gnupg' created 11:27:29 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:27:29 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:27:29 gpg: keyring `/root/.gnupg/secring.gpg' created 11:27:29 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:27:29 gpg: CAST5 encrypted data 11:27:29 gpg: encrypted with 1 passphrase 11:27:29 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:27:30 + mkdir /home/jenkins 11:27:30 + mkdir /home/jenkins/sigul [Pipeline] sh 11:27:30 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 11:27:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:27:30 ---> sigul-install.sh 11:27:36 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:27:36 + git tag --list 11:27:36 v1.2.4-dev.2 [Pipeline] sh 11:27:36 + lftools sign git-tag v1.2.4-dev.2 11:27:38 Signing Git tag with Sigul... 11:27:38 Signing v1.2.4-dev.2 11:27:38 Error: Authentication failed [Pipeline] echo 11:27:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:27:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:27:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:27:39 $ docker stop --time=1 d87281ec734f2b908c5b38460410007e4984941d4726b9fbe9a5cf0736683d5f 11:27:41 $ docker rm -f d87281ec734f2b908c5b38460410007e4984941d4726b9fbe9a5cf0736683d5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:27:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:27:41 . [Pipeline] withDockerContainer 11:27:41 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:27:41 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:27:42 $ docker top 728ba6f129cb02e2a2a9c80fd785e3e56c14b9f6eec61ec116f422fa3d9b575a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:27:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:27:42 [ssh-agent] Looking for ssh-agent implementation... 11:27:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:27:43 $ docker exec 728ba6f129cb02e2a2a9c80fd785e3e56c14b9f6eec61ec116f422fa3d9b575a ssh-agent 11:27:43 SSH_AUTH_SOCK=/tmp/ssh-451Aspn25ien/agent.11 11:27:43 SSH_AGENT_PID=17 11:27:43 Running ssh-add (command line suppressed) 11:27:43 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1811795681846089975.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1811795681846089975.key) 11:27:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:27:43 + git semver bump pre 11:27:43 # -> Open(): unable to determine branch for HEAD 11:27:43 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 11:27:43 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 11:27:43 # $SEMVER_REMOTE_NAME = origin 11:27:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:27:43 # $SEMVER_USER_NAME = edgex-jenkins 11:27:43 # $SEMVER_BRANCH = master 11:27:43 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 11:27:43 1.2.4-dev.3 [Pipeline] } 11:27:43 $ docker exec --env ******** --env ******** 728ba6f129cb02e2a2a9c80fd785e3e56c14b9f6eec61ec116f422fa3d9b575a ssh-agent -k 11:27:43 unset SSH_AUTH_SOCK; 11:27:43 unset SSH_AGENT_PID; 11:27:43 echo Agent pid 17 killed; 11:27:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:27:44 + git semver [Pipeline] } 11:27:44 $ docker stop --time=1 728ba6f129cb02e2a2a9c80fd785e3e56c14b9f6eec61ec116f422fa3d9b575a 11:27:45 $ docker rm -f 728ba6f129cb02e2a2a9c80fd785e3e56c14b9f6eec61ec116f422fa3d9b575a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:27:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:27:46 . [Pipeline] withDockerContainer 11:27:46 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:27:46 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:27:47 $ docker top e2ba3b739fab6b241b362bbe11b0aa76fcff10ad304bfd12345fb974c7218363 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:27:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:27:47 [ssh-agent] Looking for ssh-agent implementation... 11:27:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:27:47 $ docker exec e2ba3b739fab6b241b362bbe11b0aa76fcff10ad304bfd12345fb974c7218363 ssh-agent 11:27:47 SSH_AUTH_SOCK=/tmp/ssh-1iJtBRdIU7qw/agent.11 11:27:47 SSH_AGENT_PID=16 11:27:47 Running ssh-add (command line suppressed) 11:27:48 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6689588405105660242.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6689588405105660242.key) 11:27:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:27:48 + git semver push 11:27:48 # -> Open(): unable to determine branch for HEAD 11:27:48 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 11:27:48 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 11:27:48 # $SEMVER_REMOTE_NAME = origin 11:27:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:27:48 # $SEMVER_USER_NAME = edgex-jenkins 11:27:48 # $SEMVER_BRANCH = master 11:27:48 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 11:27:55 $ docker exec --env ******** --env ******** e2ba3b739fab6b241b362bbe11b0aa76fcff10ad304bfd12345fb974c7218363 ssh-agent -k 11:27:55 unset SSH_AUTH_SOCK; 11:27:55 unset SSH_AGENT_PID; 11:27:55 echo Agent pid 16 killed; 11:27:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:27:55 + git semver [Pipeline] } 11:27:55 $ docker stop --time=1 e2ba3b739fab6b241b362bbe11b0aa76fcff10ad304bfd12345fb974c7218363 11:27:57 $ docker rm -f e2ba3b739fab6b241b362bbe11b0aa76fcff10ad304bfd12345fb974c7218363 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 11:27:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:28:00 ---> package-listing.sh 11:28:00 ++ facter osfamily 11:28:00 ++ tr '[:upper:]' '[:lower:]' 11:28:00 + OS_FAMILY=redhat 11:28:00 + workspace=/w/workspace/foundry_device-virtual-go_master 11:28:00 + START_PACKAGES=/tmp/packages_start.txt 11:28:00 + END_PACKAGES=/tmp/packages_end.txt 11:28:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:28:00 + PACKAGES=/tmp/packages_start.txt 11:28:00 + '[' /w/workspace/foundry_device-virtual-go_master ']' 11:28:00 + PACKAGES=/tmp/packages_end.txt 11:28:00 + case "${OS_FAMILY}" in 11:28:00 + rpm -qa 11:28:00 + sort 11:28:04 + '[' -f /tmp/packages_start.txt ']' 11:28:04 + '[' -f /tmp/packages_end.txt ']' 11:28:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:28:04 + '[' /w/workspace/foundry_device-virtual-go_master ']' 11:28:04 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 11:28:04 + 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 11:28:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:28:05 11:28:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:28:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:28:05 alpine: Pulling from edgex-lftools-log-publisher 11:28:05 c9b1b535fdd9: Pulling fs layer 11:28:05 2cc5ad85d9ab: Pulling fs layer 11:28:05 756a868c4378: Pulling fs layer 11:28:05 444b2fc9a129: Pulling fs layer 11:28:05 ea15f1150254: Pulling fs layer 11:28:05 41b27a9f41bf: Pulling fs layer 11:28:05 28c525ee5125: Pulling fs layer 11:28:05 094b1ea09ed8: Pulling fs layer 11:28:05 138eaada9080: Pulling fs layer 11:28:05 0622d0fa9048: Pulling fs layer 11:28:05 444b2fc9a129: Waiting 11:28:05 41b27a9f41bf: Waiting 11:28:05 138eaada9080: Waiting 11:28:05 0622d0fa9048: Waiting 11:28:05 094b1ea09ed8: Waiting 11:28:05 ea15f1150254: Waiting 11:28:05 28c525ee5125: Waiting 11:28:05 2cc5ad85d9ab: Download complete 11:28:05 444b2fc9a129: Verifying Checksum 11:28:05 444b2fc9a129: Download complete 11:28:05 c9b1b535fdd9: Verifying Checksum 11:28:05 c9b1b535fdd9: Download complete 11:28:05 ea15f1150254: Verifying Checksum 11:28:05 ea15f1150254: Download complete 11:28:05 28c525ee5125: Verifying Checksum 11:28:05 28c525ee5125: Download complete 11:28:05 c9b1b535fdd9: Pull complete 11:28:05 756a868c4378: Verifying Checksum 11:28:05 756a868c4378: Download complete 11:28:05 138eaada9080: Verifying Checksum 11:28:05 138eaada9080: Download complete 11:28:05 0622d0fa9048: Verifying Checksum 11:28:05 0622d0fa9048: Download complete 11:28:06 094b1ea09ed8: Verifying Checksum 11:28:06 094b1ea09ed8: Download complete 11:28:06 41b27a9f41bf: Verifying Checksum 11:28:06 41b27a9f41bf: Download complete 11:28:06 2cc5ad85d9ab: Pull complete 11:28:09 756a868c4378: Pull complete 11:28:09 444b2fc9a129: Pull complete 11:28:09 ea15f1150254: Pull complete 11:28:13 41b27a9f41bf: Pull complete 11:28:13 28c525ee5125: Pull complete 11:28:15 094b1ea09ed8: Pull complete 11:28:15 138eaada9080: Pull complete 11:28:15 0622d0fa9048: Pull complete 11:28:15 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 11:28:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:28:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:28:16 prd-centos7-docker-4c-2g-584 does not seem to be running inside a container 11:28:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:28:19 $ docker top 3b382ea219540a4e959fcf898672b0c2c0833af899136c7dc44c5635734bbf5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:28:19 provisioning config files... 11:28:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8691331823695794301tmp [Pipeline] { [Pipeline] echo 11:28:19 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:28:20 ---> create-netrc.sh [Pipeline] echo 11:28:20 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:28:20 ---> logs-deploy.sh 11:28:20 + ARCHIVE_ARTIFACTS= 11:28:20 + LOGS_SERVER=https://logs.edgexfoundry.org 11:28:20 + '[' https://logs.edgexfoundry.org == None ']' 11:28:20 + NEXUS_URL=https://nexus.edgexfoundry.org 11:28:20 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/22 11:28:20 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/22/ 11:28:20 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/22 /w/workspace/foundry_device-virtual-go_master 11:28:21 Archives upload complete. 11:28:21 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/22 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/22/ 11:28:22 ---> uname -a: 11:28:22 Linux 3b382ea21954 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 11:28:22 11:28:22 11:28:22 ---> lscpu: 11:28:22 Architecture: x86_64 11:28:22 CPU op-mode(s): 32-bit, 64-bit 11:28:22 Byte Order: Little Endian 11:28:22 Address sizes: 40 bits physical, 48 bits virtual 11:28:22 CPU(s): 4 11:28:22 On-line CPU(s) list: 0-3 11:28:22 Thread(s) per core: 1 11:28:22 Core(s) per socket: 1 11:28:22 Socket(s): 4 11:28:22 NUMA node(s): 1 11:28:22 Vendor ID: GenuineIntel 11:28:22 CPU family: 6 11:28:22 Model: 44 11:28:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:28:22 Stepping: 1 11:28:22 CPU MHz: 2933.438 11:28:22 BogoMIPS: 5866.87 11:28:22 Virtualization: VT-x 11:28:22 Hypervisor vendor: KVM 11:28:22 Virtualization type: full 11:28:22 L1d cache: 128 KiB 11:28:22 L1i cache: 128 KiB 11:28:22 L2 cache: 16 MiB 11:28:22 L3 cache: 64 MiB 11:28:22 NUMA node0 CPU(s): 0-3 11:28:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:28:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:28:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:28:22 Vulnerability Meltdown: Mitigation; PTI 11:28:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:28:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:28:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:28:22 Vulnerability Tsx async abort: Not affected 11:28:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 11:28:22 11:28:22 11:28:22 ---> nproc: 11:28:22 4 11:28:22 11:28:22 11:28:22 ---> df -h: 11:28:22 Filesystem Size Used Available Use% Mounted on 11:28:22 overlay 50.0G 8.5G 41.5G 17% / 11:28:22 tmpfs 64.0M 0 64.0M 0% /dev 11:28:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:28:22 shm 64.0M 0 64.0M 0% /dev/shm 11:28:22 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 11:28:22 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 11:28:22 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 11:28:22 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 11:28:22 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/foundry_device-virtual-go_master 11:28:22 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/foundry_device-virtual-go_master@tmp 11:28:22 11:28:22 11:28:22 ---> free -m: 11:28:22 total used free shared buff/cache available 11:28:22 Mem: 1837 780 121 0 935 987 11:28:22 Swap: 1023 3 1020 11:28:22 11:28:22 11:28:22 ---> ip addr: 11:28:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:28:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:28:22 inet 127.0.0.1/8 scope host lo 11:28:22 valid_lft forever preferred_lft forever 11:28:22 24: eth0@if25: mtu 1458 qdisc noqueue state UP 11:28:22 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 11:28:22 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 11:28:22 valid_lft forever preferred_lft forever 11:28:22 11:28:22