Pull request #126 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-virtual-go Loading trusted files from base branch master at 85ca4d9a088a28cefeda27c571c84a40d18009e2 rather than 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 Obtained Jenkinsfile from 85ca4d9a088a28cefeda27c571c84a40d18009e2 Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-126/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-155 in /w/workspace/foundry_device-virtual-go_PR-126 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-126 # 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/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/126/head:refs/remotes/origin/PR-126 # 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/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 85ca4d9a088a28cefeda27c571c84a40d18009e2 into PR head commit 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 Merge succeeded, producing 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 Checking out Revision 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 (PR-126) > git config core.sparsecheckout # timeout=10 > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 Commit message: "Remove unused attribution in Attribution.txt" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:44:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:44:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:44:29 ========================================================= 06:44:29 EdgeX Global Pipelines Version Info 06:44:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:44:32 ------------------- 06:44:32 stable info: 06:44:32 ------------------- 06:44:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:44:32 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 06:44:32 Message: update stable to v1.0.106 06:44:33 ------------------- 06:44:33 experimental info: 06:44:33 ------------------- 06:44:33 Commited By: **** collab-it+edgex@linuxfoundation.org 06:44:33 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 06:44:33 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:44:36 + git log --format=format:%s -1 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 [Pipeline] echo 06:44:36 GIT_COMMIT: 67edd992d4dc08e8fe9888488d5b2b9bddbc7209, Commit Message: Remove unused attribution in Attribution.txt [Pipeline] echo 06:44:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:44:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:44:37 06:44:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:44:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:44:38 latest: Pulling from edgex-devops/git-semver 06:44:38 31603596830f: Pulling fs layer 06:44:38 2a8b12db71e7: Pulling fs layer 06:44:38 6ca5941a6612: Pulling fs layer 06:44:38 ecc8261a40a4: Pulling fs layer 06:44:38 ecc8261a40a4: Waiting 06:44:38 2a8b12db71e7: Verifying Checksum 06:44:38 2a8b12db71e7: Download complete 06:44:38 6ca5941a6612: Verifying Checksum 06:44:38 6ca5941a6612: Download complete 06:44:38 31603596830f: Verifying Checksum 06:44:38 31603596830f: Download complete 06:44:38 ecc8261a40a4: Verifying Checksum 06:44:38 ecc8261a40a4: Download complete 06:44:39 31603596830f: Pull complete 06:44:39 2a8b12db71e7: Pull complete 06:44:40 6ca5941a6612: Pull complete 06:44:40 ecc8261a40a4: Pull complete 06:44:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:44:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:44:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:44:40 prd-centos7-docker-4c-2g-155 does not seem to be running inside a container 06:44:40 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-126 -v /w/workspace/foundry_device-virtual-go_PR-126:/w/workspace/foundry_device-virtual-go_PR-126:rw,z -v /w/workspace/foundry_device-virtual-go_PR-126@tmp:/w/workspace/foundry_device-virtual-go_PR-126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:44:43 $ docker top b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:44:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:44:43 [ssh-agent] Looking for ssh-agent implementation... 06:44:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:44:44 $ docker exec b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 ssh-agent 06:44:44 SSH_AUTH_SOCK=/tmp/ssh-tz4Fi2ex3GFx/agent.11 06:44:44 SSH_AGENT_PID=16 06:44:44 Running ssh-add (command line suppressed) 06:44:44 Identity added: /w/workspace/foundry_device-virtual-go_PR-126@tmp/private_key_1191592661788832872.key (/w/workspace/foundry_device-virtual-go_PR-126@tmp/private_key_1191592661788832872.key) 06:44:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:44:45 + git describe --exact-match --tags HEAD 06:44:45 fatal: No names found, cannot describe anything. [Pipeline] } 06:44:45 $ docker exec --env ******** --env ******** b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 ssh-agent -k 06:44:45 unset SSH_AUTH_SOCK; 06:44:45 unset SSH_AGENT_PID; 06:44:45 echo Agent pid 16 killed; 06:44:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:44:45 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:44:45 This usually means this commit has not been tagged. [Pipeline] sshagent 06:44:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:44:45 [ssh-agent] Looking for ssh-agent implementation... 06:44:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:44:46 $ docker exec b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 ssh-agent 06:44:46 SSH_AUTH_SOCK=/tmp/ssh-B4COfnkmMS7Q/agent.44 06:44:46 SSH_AGENT_PID=49 06:44:46 Running ssh-add (command line suppressed) 06:44:46 Identity added: /w/workspace/foundry_device-virtual-go_PR-126@tmp/private_key_8032754509318541434.key (/w/workspace/foundry_device-virtual-go_PR-126@tmp/private_key_8032754509318541434.key) 06:44:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:44:46 + git semver init 06:44:46 # -> Open(): unable to determine branch for HEAD 06:44:46 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-126/.git 06:44:46 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-126 06:44:46 # $SEMVER_REMOTE_NAME = origin 06:44:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:44:46 # $SEMVER_USER_NAME = edgex-jenkins 06:44:46 # $SEMVER_BRANCH = PR-126 06:44:46 # $SEMVER_TEMP = /tmp/semver-060927181 06:44:46 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 06:44:47 # '/tmp/semver-060927181' -> '/w/workspace/foundry_device-virtual-go_PR-126/.semver' 06:44:47 # -> Force: false 06:44:47 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-126/.semver [Pipeline] } 06:44:48 $ docker exec --env ******** --env ******** b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 ssh-agent -k 06:44:48 unset SSH_AUTH_SOCK; 06:44:48 unset SSH_AGENT_PID; 06:44:48 echo Agent pid 49 killed; 06:44:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:44:48 + git semver [Pipeline] } 06:44:48 $ docker stop --time=1 b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 06:44:50 $ docker rm -f b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:44:51 Stashed 24 file(s) [Pipeline] echo 06:44:51 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 06:44:51 Archived original version: [0.0.0] [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 06:45:07 Still waiting to schedule task 06:45:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:45:07 Still waiting to schedule task 06:45:07 ‘prd-ubuntu18.04-docker-arm64-4c-16g-154’ is offline 06:47:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-157 in /w/workspace/foundry_device-virtual-go_PR-126 [Pipeline] { [Pipeline] ws 06:47:06 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 06:47:11 using credential edgex-jenkins-ssh 06:47:11 Cloning the remote Git repository 06:47:11 Cloning with configured refspecs honoured and without tags 06:47:12 Fetching without tags 06:47:11 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:47:11 > git init /w/workspace/device-virtual-go/1 # timeout=10 06:47:11 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:47:11 > git --version # timeout=10 06:47:11 > git --version # 'git version 2.17.1' 06:47:11 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:47:12 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:47:12 > git config --add remote.origin.fetch +refs/pull/126/head:refs/remotes/origin/PR-126 # timeout=10 06:47:12 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:47:12 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:47:12 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:47:12 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:47:12 Merging remotes/origin/master commit 85ca4d9a088a28cefeda27c571c84a40d18009e2 into PR head commit 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 06:47:13 Merge succeeded, producing 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 06:47:13 Checking out Revision 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 (PR-126) 06:47:12 > git config core.sparsecheckout # timeout=10 06:47:13 > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 06:47:13 > git remote # timeout=10 06:47:13 > git config --get remote.origin.url # timeout=10 06:47:13 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:13 > git merge 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 06:47:13 > git rev-parse HEAD^{commit} # timeout=10 06:47:13 > git config core.sparsecheckout # timeout=10 06:47:13 > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 06:47:16 Running on prd-centos7-docker-4c-2g-158 in /w/workspace/foundry_device-virtual-go_PR-126 [Pipeline] { [Pipeline] ws 06:47:16 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 06:47:17 Commit message: "Remove unused attribution in Attribution.txt" 06:47:17 > git --version # timeout=10 06:47:17 > git --version # 'git version 2.17.1' 06:47:17 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:47:18 ========================================================= 06:47:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 06:47:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:47:20 + 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 . 06:47:21 Sending build context to Docker daemon 525.8kB 06:47:21 Step 1/8 : ARG BASE=golang:1.13-alpine 06:47:21 Step 2/8 : FROM ${BASE} 06:47:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:47:21 b538f80385f9: Pulling fs layer 06:47:21 74f711af9a0d: Pulling fs layer 06:47:21 99f96fe45779: Pulling fs layer 06:47:21 fd7a069fd194: Pulling fs layer 06:47:21 66aa3694b03b: Pulling fs layer 06:47:21 170f70906a0f: Pulling fs layer 06:47:21 ad7c5574e4b9: Pulling fs layer 06:47:21 e772456be8f7: Pulling fs layer 06:47:21 c890913d741a: Pulling fs layer 06:47:21 2480fcc9aa5a: Pulling fs layer 06:47:21 09adf4765672: Pulling fs layer 06:47:21 fd7a069fd194: Waiting 06:47:21 66aa3694b03b: Waiting 06:47:21 170f70906a0f: Waiting 06:47:21 ad7c5574e4b9: Waiting 06:47:21 e772456be8f7: Waiting 06:47:21 c890913d741a: Waiting 06:47:21 2480fcc9aa5a: Waiting 06:47:21 09adf4765672: Waiting 06:47:21 99f96fe45779: Verifying Checksum 06:47:21 99f96fe45779: Download complete 06:47:21 74f711af9a0d: Download complete 06:47:21 66aa3694b03b: Verifying Checksum 06:47:21 66aa3694b03b: Download complete 06:47:21 170f70906a0f: Download complete 06:47:21 b538f80385f9: Verifying Checksum 06:47:21 b538f80385f9: Download complete 06:47:22 b538f80385f9: Pull complete 06:47:22 74f711af9a0d: Pull complete 06:47:23 99f96fe45779: Pull complete 06:47:23 ad7c5574e4b9: Verifying Checksum 06:47:23 ad7c5574e4b9: Download complete 06:47:23 c890913d741a: Verifying Checksum 06:47:23 c890913d741a: Download complete 06:47:24 using credential edgex-jenkins-ssh 06:47:24 Cloning the remote Git repository 06:47:24 Cloning with configured refspecs honoured and without tags 06:47:25 Fetching without tags 06:47:25 2480fcc9aa5a: Verifying Checksum 06:47:25 09adf4765672: Verifying Checksum 06:47:25 09adf4765672: Download complete 06:47:24 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:47:24 > git init /w/workspace/device-virtual-go/1 # timeout=10 06:47:24 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:47:24 > git --version # timeout=10 06:47:24 > git --version # 'git version 2.16.5' 06:47:24 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:47:25 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:47:25 > git config --add remote.origin.fetch +refs/pull/126/head:refs/remotes/origin/PR-126 # timeout=10 06:47:25 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:47:25 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:47:25 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:47:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:47:25 Merging remotes/origin/master commit 85ca4d9a088a28cefeda27c571c84a40d18009e2 into PR head commit 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 06:47:25 Merge succeeded, producing 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 06:47:25 Checking out Revision 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 (PR-126) 06:47:25 > git config core.sparsecheckout # timeout=10 06:47:25 > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 06:47:25 > git remote # timeout=10 06:47:25 > git config --get remote.origin.url # timeout=10 06:47:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:25 > git merge 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 06:47:25 > git rev-parse HEAD^{commit} # timeout=10 06:47:25 > git config core.sparsecheckout # timeout=10 06:47:26 > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 06:47:27 fd7a069fd194: Verifying Checksum 06:47:27 fd7a069fd194: Download complete 06:47:27 e772456be8f7: Verifying Checksum 06:47:27 e772456be8f7: Download complete 06:47:30 Commit message: "Remove unused attribution in Attribution.txt" 06:47:30 > git --version # timeout=10 06:47:30 > git --version # 'git version 2.16.5' 06:47:30 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:47:31 ========================================================= 06:47:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:47:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:47:32 + 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 . 06:47:32 Sending build context to Docker daemon 525.8kB 06:47:32 Step 1/8 : ARG BASE=golang:1.13-alpine 06:47:32 Step 2/8 : FROM ${BASE} 06:47:32 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:47:32 df20fa9351a1: Pulling fs layer 06:47:32 ed8968b2872e: Pulling fs layer 06:47:32 a92cc7c5fd73: Pulling fs layer 06:47:32 2dd03ba5bac4: Pulling fs layer 06:47:32 1e091d79d1de: Pulling fs layer 06:47:32 481702a1767f: Pulling fs layer 06:47:32 f64a6f60c768: Pulling fs layer 06:47:32 e78d2573fc39: Pulling fs layer 06:47:32 e876d2f968b6: Pulling fs layer 06:47:32 ce8a83651883: Pulling fs layer 06:47:32 07967f4d0e4b: Pulling fs layer 06:47:32 f64a6f60c768: Waiting 06:47:32 e78d2573fc39: Waiting 06:47:32 e876d2f968b6: Waiting 06:47:32 ce8a83651883: Waiting 06:47:32 07967f4d0e4b: Waiting 06:47:32 2dd03ba5bac4: Waiting 06:47:32 1e091d79d1de: Waiting 06:47:32 481702a1767f: Waiting 06:47:33 a92cc7c5fd73: Verifying Checksum 06:47:33 a92cc7c5fd73: Download complete 06:47:33 ed8968b2872e: Verifying Checksum 06:47:33 ed8968b2872e: Download complete 06:47:33 1e091d79d1de: Verifying Checksum 06:47:33 1e091d79d1de: Download complete 06:47:33 481702a1767f: Verifying Checksum 06:47:33 481702a1767f: Download complete 06:47:33 df20fa9351a1: Verifying Checksum 06:47:33 df20fa9351a1: Download complete 06:47:33 df20fa9351a1: Pull complete 06:47:34 ed8968b2872e: Pull complete 06:47:34 a92cc7c5fd73: Pull complete 06:47:35 f64a6f60c768: Verifying Checksum 06:47:35 f64a6f60c768: Download complete 06:47:35 e876d2f968b6: Verifying Checksum 06:47:35 e876d2f968b6: Download complete 06:47:36 e78d2573fc39: Verifying Checksum 06:47:36 e78d2573fc39: Download complete 06:47:36 ce8a83651883: Verifying Checksum 06:47:36 ce8a83651883: Download complete 06:47:36 07967f4d0e4b: Verifying Checksum 06:47:36 07967f4d0e4b: Download complete 06:47:36 2dd03ba5bac4: Verifying Checksum 06:47:36 2dd03ba5bac4: Download complete 06:47:39 fd7a069fd194: Pull complete 06:47:39 66aa3694b03b: Pull complete 06:47:39 170f70906a0f: Pull complete 06:47:43 ad7c5574e4b9: Pull complete 06:47:46 2dd03ba5bac4: Pull complete 06:47:46 1e091d79d1de: Pull complete 06:47:46 481702a1767f: Pull complete 06:47:47 e772456be8f7: Pull complete 06:47:47 c890913d741a: Pull complete 06:47:50 2480fcc9aa5a: Pull complete 06:47:50 09adf4765672: Pull complete 06:47:50 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 06:47:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 06:47:50 ---> 2248a725d1cf 06:47:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:47:50 f64a6f60c768: Pull complete 06:47:55 ---> Running in 0473d20cf15d 06:47:55 Removing intermediate container 0473d20cf15d 06:47:55 ---> 4075244ac344 06:47:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:55 ---> Running in db9cd611f370 06:47:56 e78d2573fc39: Pull complete 06:47:56 e876d2f968b6: Pull complete 06:47:57 Removing intermediate container db9cd611f370 06:47:57 ---> e0c3d4fcef86 06:47:57 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:47:57 ce8a83651883: Pull complete 06:47:57 07967f4d0e4b: Pull complete 06:47:57 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 06:47:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 06:47:57 ---> 5d7c900382c6 06:47:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:47:58 ---> Running in 2ff4f7beef14 06:47:59 ---> Running in 3ab450377280 06:47:59 Removing intermediate container 3ab450377280 06:47:59 ---> 673bebd32845 06:47:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:59 ---> Running in 20b0536bd175 06:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:00 (1/14) Installing libmagic (5.38-r0) 06:48:01 (2/14) Installing file (5.38-r0) 06:48:01 Removing intermediate container 20b0536bd175 06:48:01 ---> 150f4d47cbee 06:48:01 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:48:01 ---> Running in 2720b4ce4f65 06:48:01 (3/14) Installing libc-dev (0.7.2-r3) 06:48:01 (4/14) Installing g++ (9.3.0-r2) 06:48:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:48:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:48:03 (1/14) Installing libmagic (5.38-r0) 06:48:03 (2/14) Installing file (5.38-r0) 06:48:03 (3/14) Installing libc-dev (0.7.2-r3) 06:48:04 (4/14) Installing g++ (9.3.0-r2) 06:48:05 (5/14) Installing fortify-headers (1.1-r0) 06:48:05 (6/14) Installing patch (2.7.6-r6) 06:48:05 (7/14) Installing build-base (0.5-r2) 06:48:05 (8/14) Installing openssh-keygen (8.3_p1-r0) 06:48:05 (9/14) Installing libedit (20191231.3.1-r0) 06:48:06 (10/14) Installing openssh-client (8.3_p1-r0) 06:48:06 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 06:48:06 (12/14) Installing openssh-server-common (8.3_p1-r0) 06:48:06 (13/14) Installing openssh-server (8.3_p1-r0) 06:48:06 (14/14) Installing openssh (8.3_p1-r0) 06:48:07 Executing busybox-1.31.1-r16.trigger 06:48:07 OK: 221 MiB in 53 packages 06:48:11 (5/14) Installing fortify-headers (1.1-r0) 06:48:11 (6/14) Installing patch (2.7.6-r6) 06:48:11 (7/14) Installing build-base (0.5-r2) 06:48:11 (8/14) Installing openssh-keygen (8.3_p1-r0) 06:48:11 (9/14) Installing libedit (20191231.3.1-r0) 06:48:11 (10/14) Installing openssh-client (8.3_p1-r0) 06:48:11 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 06:48:11 (12/14) Installing openssh-server-common (8.3_p1-r0) 06:48:11 (13/14) Installing openssh-server (8.3_p1-r0) 06:48:11 (14/14) Installing openssh (8.3_p1-r0) 06:48:11 Executing busybox-1.31.1-r16.trigger 06:48:11 OK: 237 MiB in 53 packages 06:48:11 Removing intermediate container 2ff4f7beef14 06:48:11 ---> e8d52bc309fe 06:48:11 Step 6/8 : WORKDIR /device-virtual-go 06:48:11 ---> Running in 01440af71c07 06:48:11 Removing intermediate container 01440af71c07 06:48:11 ---> 30d4459bf857 06:48:11 Step 7/8 : COPY . . 06:48:12 ---> 2fbd6e2853b6 06:48:12 Step 8/8 : RUN go mod download 06:48:12 ---> Running in ebabdac2d892 06:48:15 Removing intermediate container 2720b4ce4f65 06:48:15 ---> 19f37ec0acb7 06:48:15 Step 6/8 : WORKDIR /device-virtual-go 06:48:16 ---> Running in bf925003156f 06:48:16 Removing intermediate container bf925003156f 06:48:16 ---> 8ea69c728100 06:48:16 Step 7/8 : COPY . . 06:48:16 ---> be68c6849dd8 06:48:16 Step 8/8 : RUN go mod download 06:48:16 ---> Running in 718e095c3d9a 06:48:17 go: finding github.com/BurntSushi/toml v0.3.1 06:48:17 go: finding github.com/OneOfOne/xxhash v1.2.6 06:48:17 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:48:17 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:48:17 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:48:17 go: finding github.com/bgentry/speakeasy v0.1.0 06:48:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:48:17 go: finding github.com/davecgh/go-spew v1.1.1 06:48:17 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 06:48:17 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:48:17 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:48:17 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:48:17 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 06:48:17 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:48:17 go: finding github.com/edsrzf/mmap-go v1.0.0 06:48:17 go: finding github.com/fatih/color v1.7.0 06:48:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:48:17 go: finding github.com/go-kit/kit v0.8.0 06:48:17 go: finding github.com/go-logfmt/logfmt v0.4.0 06:48:17 go: finding github.com/go-stack/stack v1.8.0 06:48:17 go: finding github.com/golang/snappy v0.0.1 06:48:17 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:48:17 go: finding github.com/google/uuid v1.1.0 06:48:17 go: finding github.com/gorilla/mux v1.7.1 06:48:17 go: finding github.com/hashicorp/consul/api v1.1.0 06:48:17 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:48:17 go: finding github.com/hashicorp/errwrap v1.0.0 06:48:17 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:48:17 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:48:17 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:48:18 go: finding github.com/hashicorp/go-multierror v1.0.0 06:48:18 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:48:18 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:48:18 go: finding github.com/hashicorp/go-syslog v1.0.0 06:48:18 go: finding github.com/hashicorp/go-uuid v1.0.1 06:48:18 go: finding github.com/hashicorp/go.net v0.0.1 06:48:18 go: finding github.com/hashicorp/golang-lru v0.5.0 06:48:18 go: finding github.com/hashicorp/logutils v1.0.0 06:48:18 go: finding github.com/hashicorp/mdns v1.0.0 06:48:18 go: finding github.com/hashicorp/memberlist v0.1.3 06:48:18 go: finding github.com/hashicorp/serf v0.8.2 06:48:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:48:18 go: finding github.com/mattn/go-colorable v0.0.9 06:48:18 go: finding github.com/mattn/go-isatty v0.0.3 06:48:18 go: finding github.com/miekg/dns v1.0.14 06:48:18 go: finding github.com/mitchellh/cli v1.0.0 06:48:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:48:18 go: finding github.com/mitchellh/copystructure v1.0.0 06:48:18 go: finding github.com/mitchellh/go-homedir v1.0.0 06:48:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:48:18 go: finding github.com/mitchellh/gox v0.4.0 06:48:19 go: finding github.com/mitchellh/iochan v1.0.0 06:48:19 go: finding github.com/mitchellh/mapstructure v1.1.2 06:48:19 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:48:19 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:48:19 go: finding github.com/pelletier/go-toml v1.2.0 06:48:19 go: finding github.com/pkg/errors v0.8.1 06:48:19 go: finding github.com/pmezard/go-difflib v1.0.0 06:48:19 go: finding github.com/posener/complete v1.1.1 06:48:19 go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 06:48:19 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:48:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:48:19 go: finding github.com/stretchr/objx v0.1.0 06:48:19 go: finding github.com/stretchr/testify v1.5.1 06:48:19 go: finding github.com/ugorji/go v1.1.4 06:48:20 go: finding github.com/x448/float16 v0.8.4 06:48:20 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 06:48:20 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 06:48:20 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:48:20 go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 06:48:20 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 06:48:20 go: finding gopkg.in/yaml.v2 v2.2.8 06:48:20 go: finding modernc.org/b v1.0.0 06:48:20 go: finding modernc.org/db v1.0.0 06:48:20 go: finding github.com/BurntSushi/toml v0.3.1 06:48:20 go: finding github.com/OneOfOne/xxhash v1.2.6 06:48:20 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:48:20 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:48:20 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:48:20 go: finding github.com/bgentry/speakeasy v0.1.0 06:48:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:48:20 go: finding github.com/davecgh/go-spew v1.1.1 06:48:20 go: finding modernc.org/file v1.0.0 06:48:20 go: finding modernc.org/fileutil v1.0.0 06:48:20 go: finding modernc.org/golex v1.0.0 06:48:20 go: finding modernc.org/internal v1.0.0 06:48:20 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 06:48:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:48:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:48:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:48:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 06:48:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:48:20 go: finding modernc.org/lldb v1.0.0 06:48:20 go: finding modernc.org/mathutil v1.0.0 06:48:20 go: finding modernc.org/ql v1.0.0 06:48:20 go: finding modernc.org/sortutil v1.0.0 06:48:20 go: finding github.com/edsrzf/mmap-go v1.0.0 06:48:20 go: finding github.com/fatih/color v1.7.0 06:48:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:48:20 go: finding github.com/go-kit/kit v0.8.0 06:48:20 go: finding github.com/go-logfmt/logfmt v0.4.0 06:48:20 go: finding github.com/go-stack/stack v1.8.0 06:48:20 go: finding github.com/golang/snappy v0.0.1 06:48:21 go: finding modernc.org/strutil v1.0.0 06:48:21 go: finding modernc.org/zappy v1.0.0 06:48:21 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:48:21 go: finding github.com/google/uuid v1.1.0 06:48:21 go: finding github.com/gorilla/mux v1.7.1 06:48:21 go: finding github.com/hashicorp/consul/api v1.1.0 06:48:21 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:48:21 go: finding github.com/hashicorp/errwrap v1.0.0 06:48:21 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:48:21 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:48:21 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:48:21 go: finding github.com/hashicorp/go-multierror v1.0.0 06:48:21 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:48:21 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:48:22 go: finding github.com/hashicorp/go-syslog v1.0.0 06:48:22 go: finding github.com/hashicorp/go-uuid v1.0.1 06:48:22 go: finding github.com/hashicorp/go.net v0.0.1 06:48:22 go: finding github.com/hashicorp/golang-lru v0.5.0 06:48:22 go: finding github.com/hashicorp/logutils v1.0.0 06:48:22 go: finding github.com/hashicorp/mdns v1.0.0 06:48:22 go: finding github.com/hashicorp/memberlist v0.1.3 06:48:22 go: finding github.com/hashicorp/serf v0.8.2 06:48:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:48:22 go: finding github.com/mattn/go-colorable v0.0.9 06:48:22 go: finding github.com/mattn/go-isatty v0.0.3 06:48:22 go: finding github.com/miekg/dns v1.0.14 06:48:22 go: finding github.com/mitchellh/cli v1.0.0 06:48:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:48:22 go: finding github.com/mitchellh/copystructure v1.0.0 06:48:22 go: finding github.com/mitchellh/go-homedir v1.0.0 06:48:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:48:22 go: finding github.com/mitchellh/gox v0.4.0 06:48:22 go: finding github.com/mitchellh/iochan v1.0.0 06:48:22 go: finding github.com/mitchellh/mapstructure v1.1.2 06:48:22 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:48:22 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:48:22 go: finding github.com/pelletier/go-toml v1.2.0 06:48:22 go: finding github.com/pkg/errors v0.8.1 06:48:22 go: finding github.com/pmezard/go-difflib v1.0.0 06:48:23 go: finding github.com/posener/complete v1.1.1 06:48:23 go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 06:48:23 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:48:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:48:23 go: finding github.com/stretchr/objx v0.1.0 06:48:23 go: finding github.com/stretchr/testify v1.5.1 06:48:23 go: finding github.com/ugorji/go v1.1.4 06:48:23 go: finding github.com/x448/float16 v0.8.4 06:48:23 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 06:48:23 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 06:48:23 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:48:23 go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 06:48:23 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 06:48:23 go: finding gopkg.in/yaml.v2 v2.2.8 06:48:23 go: finding modernc.org/b v1.0.0 06:48:23 go: finding modernc.org/db v1.0.0 06:48:23 go: finding modernc.org/file v1.0.0 06:48:23 go: finding modernc.org/fileutil v1.0.0 06:48:24 go: finding modernc.org/golex v1.0.0 06:48:24 go: finding modernc.org/internal v1.0.0 06:48:24 go: finding modernc.org/lldb v1.0.0 06:48:24 go: finding modernc.org/mathutil v1.0.0 06:48:24 go: finding modernc.org/ql v1.0.0 06:48:24 go: finding modernc.org/sortutil v1.0.0 06:48:24 go: finding modernc.org/strutil v1.0.0 06:48:24 go: finding modernc.org/zappy v1.0.0 06:48:31 Removing intermediate container ebabdac2d892 06:48:31 ---> 75348739073a 06:48:31 Successfully built 75348739073a 06:48:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:48:32 + docker inspect -f . ci-base-image-arm64 06:48:32 . [Pipeline] withDockerContainer 06:48:32 prd-ubuntu18.04-docker-arm64-4c-16g-157 does not seem to be running inside a container 06:48:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:48:34 $ docker top 613f850d9e96abc8352ccdd633d981358b13e52235c619bf6454ce3d5a3b04b9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:48:35 + go version 06:48:35 go version go1.13.13 linux/arm64 [Pipeline] sh 06:48:37 + make test 06:48:37 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:48:37 Removing intermediate container 718e095c3d9a 06:48:37 ---> 6f8a9190b14b 06:48:37 Successfully built 6f8a9190b14b 06:48:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:48:38 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:48:38 + docker inspect -f . ci-base-image-x86_64 06:48:38 . [Pipeline] withDockerContainer 06:48:39 prd-centos7-docker-4c-2g-158 does not seem to be running inside a container 06:48:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:48:41 $ docker top bab6e51e6f3111c2e2769255d2c6f6c9bb5e92c8088fc5d0a06bc56ac01d017b -eo pid,comm [Pipeline] { [Pipeline] sh 06:48:42 + go version 06:48:42 go version go1.13.13 linux/amd64 [Pipeline] sh 06:48:43 + make test 06:48:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:48:46 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:49:09 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 06:49:09 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.698s coverage: 56.4% of statements 06:49:09 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:49:17 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 06:49:17 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.756s coverage: 56.4% of statements 06:49:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:49:18 gofmt -l . 06:49:18 [ "`gofmt -l .`" = "" ] 06:49:18 ./bin/test-attribution-txt.sh 06:49:18 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:49:20 Stashed 1 file(s) [Pipeline] } 06:49:20 $ docker stop --time=1 bab6e51e6f3111c2e2769255d2c6f6c9bb5e92c8088fc5d0a06bc56ac01d017b 06:49:22 $ docker rm -f bab6e51e6f3111c2e2769255d2c6f6c9bb5e92c8088fc5d0a06bc56ac01d017b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 06:49:25 gofmt -l . 06:49:25 [ "`gofmt -l .`" = "" ] 06:49:25 ./bin/test-attribution-txt.sh [Pipeline] sh 06:49:25 ./bin/test-go-mod-tidy.sh 06:49:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stash 06:49:26 Warning: overwriting stash ‘coverage-report’ 06:49:26 + ls -al . 06:49:26 total 108 06:49:26 drwxrwxr-x. 8 jenkins jenkins 4096 Aug 24 06:49 . 06:49:26 drwxrwxr-x. 4 jenkins jenkins 28 Aug 24 06:47 .. 06:49:26 -rw-rw-r--. 1 jenkins jenkins 5927 Aug 24 06:47 Attribution.txt 06:49:26 drwxrwxr-x. 2 jenkins jenkins 64 Aug 24 06:47 bin 06:49:26 drwxrwxr-x. 3 jenkins jenkins 32 Aug 24 06:47 cmd 06:49:26 -rw-r--r--. 1 jenkins jenkins 29142 Aug 24 06:49 coverage.out 06:49:26 -rw-rw-r--. 1 jenkins jenkins 1826 Aug 24 06:47 Dockerfile 06:49:26 -rw-rw-r--. 1 jenkins jenkins 957 Aug 24 06:47 Dockerfile.build 06:49:26 drwxrwxr-x. 8 jenkins jenkins 179 Aug 24 06:47 .git 06:49:26 drwxrwxr-x. 2 jenkins jenkins 38 Aug 24 06:47 .github 06:49:26 -rw-rw-r--. 1 jenkins jenkins 258 Aug 24 06:47 .gitignore 06:49:26 -rw-r--r--. 1 jenkins jenkins 855 Aug 24 06:49 go.mod 06:49:26 -rw-r--r--. 1 jenkins jenkins 14894 Aug 24 06:49 go.sum 06:49:26 drwxrwxr-x. 3 jenkins jenkins 20 Aug 24 06:47 internal 06:49:26 -rw-rw-r--. 1 jenkins jenkins 683 Aug 24 06:47 Jenkinsfile 06:49:26 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 24 06:47 LICENSE 06:49:26 -rw-rw-r--. 1 jenkins jenkins 873 Aug 24 06:47 Makefile 06:49:26 -rw-rw-r--. 1 jenkins jenkins 918 Aug 24 06:47 README.md 06:49:26 drwxrwxr-x. 3 jenkins jenkins 58 Aug 24 06:47 .semver 06:49:26 -rw-rw-r--. 1 jenkins jenkins 5 Aug 24 06:44 VERSION 06:49:26 -rw-rw-r--. 1 jenkins jenkins 235 Aug 24 06:47 version.go [Pipeline] isUnix [Pipeline] sh 06:49:27 + 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=67edd992d4dc08e8fe9888488d5b2b9bddbc7209 --label arch=amd64 --label version=0.0.0 . 06:49:27 Sending build context to Docker daemon 571.4kB 06:49:27 Step 1/21 : ARG BASE=golang:1.13-alpine 06:49:27 Step 2/21 : FROM ${BASE} AS builder 06:49:27 ---> 6f8a9190b14b 06:49:27 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 06:49:27 Stashed 1 file(s) [Pipeline] } 06:49:27 $ docker stop --time=1 613f850d9e96abc8352ccdd633d981358b13e52235c619bf6454ce3d5a3b04b9 06:49:27 ---> Running in 0ef59cab942c 06:49:27 Removing intermediate container 0ef59cab942c 06:49:27 ---> a29986f0060c 06:49:27 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 06:49:27 ---> Running in 157c23b4fb1e 06:49:28 Removing intermediate container 157c23b4fb1e 06:49:28 ---> 27d6be504912 06:49:28 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 06:49:28 ---> Running in d36327ed2491 06:49:28 Removing intermediate container d36327ed2491 06:49:28 ---> cd9600af3a30 06:49:28 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:49:28 ---> Running in 9a2526ceebfe 06:49:29 $ docker rm -f 613f850d9e96abc8352ccdd633d981358b13e52235c619bf6454ce3d5a3b04b9 06:49:30 Removing intermediate container 9a2526ceebfe 06:49:30 ---> 7363a9226dfb 06:49:30 Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:49:30 ---> Running in dad38d89c8b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 06:49:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] sh 06:49:31 + sudo chown -R jenkins:jenkins . 06:49:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 06:49:31 + ls -al . 06:49:31 total 136 06:49:31 drwxrwxr-x 8 jenkins jenkins 4096 Aug 24 06:49 . 06:49:31 drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 06:47 .. 06:49:31 drwxrwxr-x 8 jenkins jenkins 4096 Aug 24 06:47 .git 06:49:31 drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 06:47 .github 06:49:31 -rw-rw-r-- 1 jenkins jenkins 258 Aug 24 06:47 .gitignore 06:49:31 drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 06:47 .semver 06:49:31 -rw-rw-r-- 1 jenkins jenkins 5927 Aug 24 06:47 Attribution.txt 06:49:31 -rw-rw-r-- 1 jenkins jenkins 1826 Aug 24 06:47 Dockerfile 06:49:31 -rw-rw-r-- 1 jenkins jenkins 957 Aug 24 06:47 Dockerfile.build 06:49:31 -rw-rw-r-- 1 jenkins jenkins 683 Aug 24 06:47 Jenkinsfile 06:49:31 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 24 06:47 LICENSE 06:49:31 -rw-rw-r-- 1 jenkins jenkins 873 Aug 24 06:47 Makefile 06:49:31 -rw-rw-r-- 1 jenkins jenkins 918 Aug 24 06:47 README.md 06:49:31 -rw-rw-r-- 1 jenkins jenkins 5 Aug 24 06:44 VERSION 06:49:31 drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 06:47 bin 06:49:31 drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 06:47 cmd 06:49:31 -rw-r--r-- 1 jenkins jenkins 29142 Aug 24 06:49 coverage.out 06:49:31 -rw-r--r-- 1 jenkins jenkins 855 Aug 24 06:49 go.mod 06:49:31 -rw-r--r-- 1 jenkins jenkins 14894 Aug 24 06:49 go.sum 06:49:31 drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 06:47 internal 06:49:31 -rw-rw-r-- 1 jenkins jenkins 235 Aug 24 06:47 version.go [Pipeline] isUnix [Pipeline] sh 06:49:32 OK: 237 MiB in 53 packages 06:49:32 + 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=67edd992d4dc08e8fe9888488d5b2b9bddbc7209 --label arch=arm64 --label version=0.0.0 . 06:49:32 Sending build context to Docker daemon 571.4kB 06:49:32 Step 1/21 : ARG BASE=golang:1.13-alpine 06:49:32 Step 2/21 : FROM ${BASE} AS builder 06:49:32 ---> 75348739073a 06:49:32 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 06:49:32 Removing intermediate container dad38d89c8b7 06:49:32 ---> be2abf4d3a7a 06:49:32 Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 06:49:32 ---> Running in d29888ff331c 06:49:32 ---> Running in de20e0298836 06:49:32 Removing intermediate container d29888ff331c 06:49:32 ---> 85a2500f26c1 06:49:32 Step 9/21 : COPY . . 06:49:33 Removing intermediate container de20e0298836 06:49:33 ---> 67de417eeb12 06:49:33 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 06:49:33 ---> Running in 6f1199e9fb1f 06:49:33 ---> 4318393aa717 06:49:33 Step 10/21 : ARG MAKE='make build' 06:49:33 ---> Running in 4c92eb179500 06:49:33 Removing intermediate container 6f1199e9fb1f 06:49:33 ---> bdd66afd8d44 06:49:33 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 06:49:33 Removing intermediate container 4c92eb179500 06:49:33 ---> d338220ef8e0 06:49:33 Step 11/21 : RUN $MAKE 06:49:33 ---> Running in 7fc17effea72 06:49:33 ---> Running in 240dbaa2163c 06:49:34 Removing intermediate container 240dbaa2163c 06:49:34 ---> f84fe2d7baff 06:49:34 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:49:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 06:49:34 ---> Running in 04c8545f4937 06:49:37 Removing intermediate container 04c8545f4937 06:49:37 ---> c105b6bf46ff 06:49:37 Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:49:37 ---> Running in e93106b2d826 06:49:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:49:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:49:39 OK: 221 MiB in 53 packages 06:49:40 Removing intermediate container e93106b2d826 06:49:40 ---> 71bb630daad2 06:49:40 Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 06:49:40 ---> Running in 28332ce6a5f4 06:49:41 Removing intermediate container 28332ce6a5f4 06:49:41 ---> 0fc450353b7d 06:49:41 Step 9/21 : COPY . . 06:49:42 ---> 6b71d3a363e4 06:49:42 Step 10/21 : ARG MAKE='make build' 06:49:42 ---> Running in e1a80178eb99 06:49:42 Removing intermediate container e1a80178eb99 06:49:42 ---> 005313af8e89 06:49:42 Step 11/21 : RUN $MAKE 06:49:42 ---> Running in 31c2f443e475 06:49:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 06:49:57 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:50:03 Removing intermediate container 7fc17effea72 06:50:03 ---> 71f2df2deb9a 06:50:03 Step 12/21 : FROM alpine 06:50:03 latest: Pulling from library/alpine 06:50:03 df20fa9351a1: Already exists 06:50:03 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:50:03 Status: Downloaded newer image for alpine:latest 06:50:03 ---> a24bb4013296 06:50:03 Step 13/21 : ENV APP_PORT=49990 06:50:03 ---> Running in b9d9da371be9 06:50:04 Removing intermediate container b9d9da371be9 06:50:04 ---> 2ec16154526b 06:50:04 Step 14/21 : EXPOSE $APP_PORT 06:50:04 ---> Running in b011904a0dbe 06:50:04 Removing intermediate container b011904a0dbe 06:50:04 ---> a5caa83d8079 06:50:04 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 06:50:05 ---> 4e45c0009f66 06:50:05 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 06:50:05 ---> dc1d370a2c43 06:50:05 Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 06:50:05 ---> b92433206369 06:50:05 Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:50:06 ---> Running in c85840a42be9 06:50:06 Removing intermediate container c85840a42be9 06:50:06 ---> 24769fb8cbd4 06:50:06 Step 19/21 : LABEL arch=amd64 06:50:06 ---> Running in 8e4d9e27d0e6 06:50:06 Removing intermediate container 8e4d9e27d0e6 06:50:06 ---> 11be19ba653e 06:50:06 Step 20/21 : LABEL git_sha=67edd992d4dc08e8fe9888488d5b2b9bddbc7209 06:50:06 ---> Running in 28a8c7a1c21f 06:50:06 Removing intermediate container 28a8c7a1c21f 06:50:06 ---> 468b21e644e0 06:50:06 Step 21/21 : LABEL version=0.0.0 06:50:06 ---> Running in 4264b28dd30e 06:50:07 Removing intermediate container 4264b28dd30e 06:50:07 ---> 0a770ef7744c 06:50:07 [Warning] One or more build-args [ARCH] were not consumed 06:50:07 Successfully built 0a770ef7744c 06:50:07 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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] } 06:50:16 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:50:24 Removing intermediate container 31c2f443e475 06:50:24 ---> 6ef450c6def0 06:50:24 Step 12/21 : FROM alpine 06:50:24 latest: Pulling from library/alpine 06:50:24 b538f80385f9: Already exists 06:50:24 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:50:24 Status: Downloaded newer image for alpine:latest 06:50:24 ---> 62ee0e9f8440 06:50:24 Step 13/21 : ENV APP_PORT=49990 06:50:24 ---> Running in b9ec968f0b7a 06:50:24 Removing intermediate container b9ec968f0b7a 06:50:24 ---> a6f82f24be04 06:50:24 Step 14/21 : EXPOSE $APP_PORT 06:50:25 ---> Running in c5cb039fdd2e 06:50:25 Removing intermediate container c5cb039fdd2e 06:50:25 ---> 797e2035b118 06:50:25 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 06:50:26 ---> 5d5761abd6d7 06:50:26 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 06:50:27 ---> 97b23ea7d036 06:50:27 Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 06:50:28 ---> 56a01e3b1fd6 06:50:28 Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:50:28 ---> Running in efaf4e256c45 06:50:28 Removing intermediate container efaf4e256c45 06:50:28 ---> 262117b1a0a6 06:50:28 Step 19/21 : LABEL arch=arm64 06:50:28 ---> Running in 6b1a11109dfd 06:50:29 Removing intermediate container 6b1a11109dfd 06:50:29 ---> 7e9f8cd63eee 06:50:29 Step 20/21 : LABEL git_sha=67edd992d4dc08e8fe9888488d5b2b9bddbc7209 06:50:29 ---> Running in d078b2b4589d 06:50:29 Removing intermediate container d078b2b4589d 06:50:29 ---> f31481eef9f8 06:50:29 Step 21/21 : LABEL version=0.0.0 06:50:29 ---> Running in dd4d1cfd24c6 06:50:30 Removing intermediate container dd4d1cfd24c6 06:50:30 ---> bd41ea6e71d5 06:50:30 [Warning] One or more build-args [ARCH] were not consumed 06:50:30 Successfully built bd41ea6e71d5 06:50:30 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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) [Pipeline] unstash [Pipeline] wrap 06:50:33 provisioning config files... 06:50:33 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-126@tmp/config7341536444657793651tmp [Pipeline] { [Pipeline] sh 06:50:33 + curl -s https://codecov.io/bash 06:50:33 + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-126@tmp/config7341536444657793651tmp [Pipeline] } 06:50:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 06:50:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:50:39 ---> package-listing.sh 06:50:39 ++ facter osfamily 06:50:39 ++ tr '[:upper:]' '[:lower:]' 06:50:39 + OS_FAMILY=redhat 06:50:39 + workspace=/w/workspace/foundry_device-virtual-go_PR-126 06:50:39 + START_PACKAGES=/tmp/packages_start.txt 06:50:39 + END_PACKAGES=/tmp/packages_end.txt 06:50:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:50:39 + PACKAGES=/tmp/packages_start.txt 06:50:39 + '[' /w/workspace/foundry_device-virtual-go_PR-126 ']' 06:50:39 + PACKAGES=/tmp/packages_end.txt 06:50:39 + case "${OS_FAMILY}" in 06:50:39 + rpm -qa 06:50:39 + sort 06:50:44 + '[' -f /tmp/packages_start.txt ']' 06:50:44 + '[' -f /tmp/packages_end.txt ']' 06:50:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:50:44 + '[' /w/workspace/foundry_device-virtual-go_PR-126 ']' 06:50:44 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-126/archives/ 06:50:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-126/archives/ [Pipeline] isUnix [Pipeline] sh 06:50:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:50:44 06:50:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:50:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:50:45 alpine: Pulling from edgex-lftools-log-publisher 06:50:45 c9b1b535fdd9: Pulling fs layer 06:50:45 2cc5ad85d9ab: Pulling fs layer 06:50:45 756a868c4378: Pulling fs layer 06:50:45 444b2fc9a129: Pulling fs layer 06:50:45 ea15f1150254: Pulling fs layer 06:50:45 41b27a9f41bf: Pulling fs layer 06:50:45 28c525ee5125: Pulling fs layer 06:50:45 094b1ea09ed8: Pulling fs layer 06:50:45 138eaada9080: Pulling fs layer 06:50:45 0622d0fa9048: Pulling fs layer 06:50:45 28c525ee5125: Waiting 06:50:45 094b1ea09ed8: Waiting 06:50:45 444b2fc9a129: Waiting 06:50:45 138eaada9080: Waiting 06:50:45 ea15f1150254: Waiting 06:50:45 0622d0fa9048: Waiting 06:50:45 41b27a9f41bf: Waiting 06:50:45 2cc5ad85d9ab: Download complete 06:50:45 444b2fc9a129: Verifying Checksum 06:50:45 444b2fc9a129: Download complete 06:50:45 c9b1b535fdd9: Verifying Checksum 06:50:45 c9b1b535fdd9: Download complete 06:50:45 ea15f1150254: Verifying Checksum 06:50:45 ea15f1150254: Download complete 06:50:45 28c525ee5125: Verifying Checksum 06:50:45 28c525ee5125: Download complete 06:50:46 c9b1b535fdd9: Pull complete 06:50:47 756a868c4378: Verifying Checksum 06:50:47 756a868c4378: Download complete 06:50:47 2cc5ad85d9ab: Pull complete 06:50:48 138eaada9080: Verifying Checksum 06:50:48 138eaada9080: Download complete 06:50:48 0622d0fa9048: Verifying Checksum 06:50:48 0622d0fa9048: Download complete 06:50:49 094b1ea09ed8: Verifying Checksum 06:50:49 094b1ea09ed8: Download complete 06:50:50 41b27a9f41bf: Verifying Checksum 06:50:50 41b27a9f41bf: Download complete 06:50:50 756a868c4378: Pull complete 06:50:50 444b2fc9a129: Pull complete 06:50:51 ea15f1150254: Pull complete 06:50:56 41b27a9f41bf: Pull complete 06:50:56 28c525ee5125: Pull complete 06:51:00 094b1ea09ed8: Pull complete 06:51:00 138eaada9080: Pull complete 06:51:00 0622d0fa9048: Pull complete 06:51:00 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 06:51:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:51:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:51:01 prd-centos7-docker-4c-2g-155 does not seem to be running inside a container 06:51:01 $ 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_PR-126 -v /w/workspace/foundry_device-virtual-go_PR-126:/w/workspace/foundry_device-virtual-go_PR-126:rw,z -v /w/workspace/foundry_device-virtual-go_PR-126@tmp:/w/workspace/foundry_device-virtual-go_PR-126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:51:05 $ docker top ee04f19a01f17d9b8df84f2d385e61996124ad2fb827d5bd73efe8d9e823ee03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:51:05 provisioning config files... 06:51:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-126@tmp/config5516639438857058007tmp [Pipeline] { [Pipeline] echo 06:51:06 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:51:06 ---> create-netrc.sh [Pipeline] echo 06:51:06 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:51:07 ---> logs-deploy.sh 06:51:07 + ARCHIVE_ARTIFACTS= 06:51:07 + LOGS_SERVER=https://logs.edgexfoundry.org 06:51:07 + '[' https://logs.edgexfoundry.org == None ']' 06:51:07 + NEXUS_URL=https://nexus.edgexfoundry.org 06:51:07 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-126/1 06:51:07 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-126/1/ 06:51:07 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-126/1 /w/workspace/foundry_device-virtual-go_PR-126 06:51:09 Archives upload complete. 06:51:09 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-126/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-126/1/ 06:51:10 ---> uname -a: 06:51:10 Linux ee04f19a01f1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:51:10 06:51:10 06:51:10 ---> lscpu: 06:51:10 Architecture: x86_64 06:51:10 CPU op-mode(s): 32-bit, 64-bit 06:51:10 Byte Order: Little Endian 06:51:10 Address sizes: 40 bits physical, 48 bits virtual 06:51:10 CPU(s): 4 06:51:10 On-line CPU(s) list: 0-3 06:51:10 Thread(s) per core: 1 06:51:10 Core(s) per socket: 1 06:51:10 Socket(s): 4 06:51:10 NUMA node(s): 1 06:51:10 Vendor ID: GenuineIntel 06:51:10 CPU family: 6 06:51:10 Model: 44 06:51:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:51:10 Stepping: 1 06:51:10 CPU MHz: 2933.438 06:51:10 BogoMIPS: 5866.87 06:51:10 Virtualization: VT-x 06:51:10 Hypervisor vendor: KVM 06:51:10 Virtualization type: full 06:51:10 L1d cache: 128 KiB 06:51:10 L1i cache: 128 KiB 06:51:10 L2 cache: 16 MiB 06:51:10 L3 cache: 64 MiB 06:51:10 NUMA node0 CPU(s): 0-3 06:51:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:51:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:51:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:51:10 Vulnerability Meltdown: Mitigation; PTI 06:51:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:51:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:51:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:51:10 Vulnerability Tsx async abort: Not affected 06:51:10 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 06:51:10 06:51:10 06:51:10 ---> nproc: 06:51:10 4 06:51:10 06:51:10