Pull request #116 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 FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 02e176c4d89a90814e20cfdd73574948d4026b2b+7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 (0a94d6c9bd7626529b460692e15696f8e7e45350) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 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-116/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 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 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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-4902 in /w/workspace/foundry_device-virtual-go_PR-116 [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 Fetching without tags > git init /w/workspace/foundry_device-virtual-go_PR-116 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/116/head:refs/remotes/origin/PR-116 +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/116/head:refs/remotes/origin/PR-116 # 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/116/head:refs/remotes/origin/PR-116 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 into PR head commit 02e176c4d89a90814e20cfdd73574948d4026b2b Merge succeeded, producing 02e176c4d89a90814e20cfdd73574948d4026b2b Checking out Revision 02e176c4d89a90814e20cfdd73574948d4026b2b (PR-116) > git config core.sparsecheckout # timeout=10 > git checkout -f 02e176c4d89a90814e20cfdd73574948d4026b2b # 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 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 02e176c4d89a90814e20cfdd73574948d4026b2b # timeout=10 Commit message: "fix: High memory usage" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-30T17:03:27.354Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-30T17:03:27.560Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-30T17:03:27.668Z] ========================================================= [2020-06-30T17:03:27.668Z] EdgeX Global Pipelines Version Info [2020-06-30T17:03:27.668Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-30T17:03:29.080Z] ------------------- [2020-06-30T17:03:29.080Z] stable info: [2020-06-30T17:03:29.080Z] ------------------- [2020-06-30T17:03:29.080Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-30T17:03:29.080Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-30T17:03:29.080Z] Message: update stable to v1.0.89 [2020-06-30T17:03:30.038Z] ------------------- [2020-06-30T17:03:30.038Z] experimental info: [2020-06-30T17:03:30.038Z] ------------------- [2020-06-30T17:03:30.038Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-30T17:03:30.038Z] Commit SHA: 50d5b24b0ab5f81d75c339234d0e2512bee9338e [2020-06-30T17:03:30.038Z] Message: update experimental to v1.0.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-30T17:03:31.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T17:03:31.851Z] [2020-06-30T17:03:31.851Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-30T17:03:32.210Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T17:03:32.210Z] latest: Pulling from edgex-devops/git-semver [2020-06-30T17:03:32.210Z] 9123ac7c32f7: Pulling fs layer [2020-06-30T17:03:32.210Z] b8cc5d1170e3: Pulling fs layer [2020-06-30T17:03:32.210Z] 2924cbbf6a41: Pulling fs layer [2020-06-30T17:03:32.210Z] 93b08a4f1073: Pulling fs layer [2020-06-30T17:03:32.210Z] 93b08a4f1073: Waiting [2020-06-30T17:03:32.210Z] b8cc5d1170e3: Verifying Checksum [2020-06-30T17:03:32.210Z] b8cc5d1170e3: Download complete [2020-06-30T17:03:32.210Z] 9123ac7c32f7: Verifying Checksum [2020-06-30T17:03:32.210Z] 9123ac7c32f7: Download complete [2020-06-30T17:03:32.473Z] 93b08a4f1073: Verifying Checksum [2020-06-30T17:03:32.473Z] 93b08a4f1073: Download complete [2020-06-30T17:03:32.473Z] 2924cbbf6a41: Verifying Checksum [2020-06-30T17:03:32.473Z] 2924cbbf6a41: Download complete [2020-06-30T17:03:32.736Z] 9123ac7c32f7: Pull complete [2020-06-30T17:03:32.736Z] b8cc5d1170e3: Pull complete [2020-06-30T17:03:33.315Z] 2924cbbf6a41: Pull complete [2020-06-30T17:03:33.580Z] 93b08a4f1073: Pull complete [2020-06-30T17:03:33.580Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-30T17:03:33.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T17:03:33.580Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-30T17:03:33.708Z] prd-centos7-docker-4c-2g-4902 does not seem to be running inside a container [2020-06-30T17:03:33.746Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-116 -v /w/workspace/foundry_device-virtual-go_PR-116:/w/workspace/foundry_device-virtual-go_PR-116:rw,z -v /w/workspace/foundry_device-virtual-go_PR-116@tmp:/w/workspace/foundry_device-virtual-go_PR-116@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-30T17:03:35.725Z] $ docker top f71963fde97e39a242cb8cc582b200be7015736a98010738bfd812318d8a0cd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-30T17:03:35.998Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-30T17:03:35.998Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-30T17:03:36.206Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-30T17:03:36.204Z] $ docker exec f71963fde97e39a242cb8cc582b200be7015736a98010738bfd812318d8a0cd6 ssh-agent [2020-06-30T17:03:36.370Z] SSH_AUTH_SOCK=/tmp/ssh-AuSrlzx5O2dR/agent.11 [2020-06-30T17:03:36.370Z] SSH_AGENT_PID=16 [2020-06-30T17:03:36.381Z] Running ssh-add (command line suppressed) [2020-06-30T17:03:36.498Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-116@tmp/private_key_5421574142132179736.key (/w/workspace/foundry_device-virtual-go_PR-116@tmp/private_key_5421574142132179736.key) [2020-06-30T17:03:36.552Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-30T17:03:36.912Z] + git describe --exact-match --tags HEAD [2020-06-30T17:03:36.912Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-30T17:03:37.067Z] $ docker exec --env ******** --env ******** f71963fde97e39a242cb8cc582b200be7015736a98010738bfd812318d8a0cd6 ssh-agent -k [2020-06-30T17:03:37.178Z] unset SSH_AUTH_SOCK; [2020-06-30T17:03:37.178Z] unset SSH_AGENT_PID; [2020-06-30T17:03:37.178Z] echo Agent pid 16 killed; [2020-06-30T17:03:37.233Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-30T17:03:37.327Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-30T17:03:37.327Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-30T17:03:37.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-30T17:03:37.388Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-30T17:03:37.552Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-30T17:03:37.549Z] $ docker exec f71963fde97e39a242cb8cc582b200be7015736a98010738bfd812318d8a0cd6 ssh-agent [2020-06-30T17:03:37.712Z] SSH_AUTH_SOCK=/tmp/ssh-1MqT4bTlbnej/agent.45 [2020-06-30T17:03:37.712Z] SSH_AGENT_PID=50 [2020-06-30T17:03:37.717Z] Running ssh-add (command line suppressed) [2020-06-30T17:03:37.827Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-116@tmp/private_key_243984692449509991.key (/w/workspace/foundry_device-virtual-go_PR-116@tmp/private_key_243984692449509991.key) [2020-06-30T17:03:37.881Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-30T17:03:38.234Z] + git semver init [2020-06-30T17:03:38.234Z] # -> Open(): unable to determine branch for HEAD [2020-06-30T17:03:38.234Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-116/.git [2020-06-30T17:03:38.234Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-116 [2020-06-30T17:03:38.234Z] # $SEMVER_REMOTE_NAME = origin [2020-06-30T17:03:38.234Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-30T17:03:38.234Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-30T17:03:38.234Z] # $SEMVER_BRANCH = PR-116 [2020-06-30T17:03:38.234Z] # $SEMVER_TEMP = /tmp/semver-835463891 [2020-06-30T17:03:38.234Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-06-30T17:03:38.496Z] # '/tmp/semver-835463891' -> '/w/workspace/foundry_device-virtual-go_PR-116/.semver' [2020-06-30T17:03:38.496Z] # -> Force: false [2020-06-30T17:03:38.496Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-116/.semver [Pipeline] } [2020-06-30T17:03:38.511Z] $ docker exec --env ******** --env ******** f71963fde97e39a242cb8cc582b200be7015736a98010738bfd812318d8a0cd6 ssh-agent -k [2020-06-30T17:03:38.616Z] unset SSH_AUTH_SOCK; [2020-06-30T17:03:38.616Z] unset SSH_AGENT_PID; [2020-06-30T17:03:38.616Z] echo Agent pid 50 killed; [2020-06-30T17:03:38.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-30T17:03:39.118Z] + git semver [Pipeline] } [2020-06-30T17:03:39.146Z] $ docker stop --time=1 f71963fde97e39a242cb8cc582b200be7015736a98010738bfd812318d8a0cd6 [2020-06-30T17:03:40.467Z] $ docker rm -f f71963fde97e39a242cb8cc582b200be7015736a98010738bfd812318d8a0cd6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-30T17:03:41.001Z] Stashed 34 file(s) [Pipeline] echo [2020-06-30T17:03:41.019Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-30T17:03:56.381Z] Still waiting to schedule task [2020-06-30T17:03:56.381Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4902’ [2020-06-30T17:03:56.405Z] Still waiting to schedule task [2020-06-30T17:03:56.405Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-30T17:05:29.389Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4904 in /w/workspace/foundry_device-virtual-go_PR-116 [Pipeline] { [Pipeline] ws [2020-06-30T17:05:29.441Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2020-06-30T17:05:34.489Z] using credential edgex-jenkins-ssh [2020-06-30T17:05:34.523Z] Cloning the remote Git repository [2020-06-30T17:05:34.523Z] Cloning with configured refspecs honoured and without tags [2020-06-30T17:05:35.663Z] Fetching without tags [2020-06-30T17:05:34.551Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-06-30T17:05:34.665Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2020-06-30T17:05:34.729Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-30T17:05:34.731Z] > git --version # timeout=10 [2020-06-30T17:05:34.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T17:05:34.845Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/116/head:refs/remotes/origin/PR-116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T17:05:35.546Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-30T17:05:35.574Z] > git config --add remote.origin.fetch +refs/pull/116/head:refs/remotes/origin/PR-116 # timeout=10 [2020-06-30T17:05:35.588Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T17:05:35.614Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-30T17:05:35.651Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-30T17:05:35.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T17:05:35.666Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/116/head:refs/remotes/origin/PR-116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T17:05:37.413Z] Merging remotes/origin/master commit 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 into PR head commit 02e176c4d89a90814e20cfdd73574948d4026b2b [2020-06-30T17:05:37.630Z] Merge succeeded, producing 02e176c4d89a90814e20cfdd73574948d4026b2b [2020-06-30T17:05:37.630Z] Checking out Revision 02e176c4d89a90814e20cfdd73574948d4026b2b (PR-116) [2020-06-30T17:05:37.408Z] > git config core.sparsecheckout # timeout=10 [2020-06-30T17:05:37.429Z] > git checkout -f 02e176c4d89a90814e20cfdd73574948d4026b2b # timeout=10 [2020-06-30T17:05:37.514Z] > git remote # timeout=10 [2020-06-30T17:05:37.532Z] > git config --get remote.origin.url # timeout=10 [2020-06-30T17:05:37.553Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T17:05:37.564Z] > git merge 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 # timeout=10 [2020-06-30T17:05:37.587Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-30T17:05:37.611Z] > git config core.sparsecheckout # timeout=10 [2020-06-30T17:05:37.626Z] > git checkout -f 02e176c4d89a90814e20cfdd73574948d4026b2b # timeout=10 [2020-06-30T17:05:42.245Z] Commit message: "fix: High memory usage" [2020-06-30T17:05:42.272Z] > git --version # timeout=10 [2020-06-30T17:05:42.294Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-30T17:05:43.486Z] ========================================================= [2020-06-30T17:05:43.486Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-30T17:05:43.486Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-30T17:05:44.496Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-30T17:05:45.485Z] Sending build context to Docker daemon 533.5kB [2020-06-30T17:05:45.485Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-30T17:05:45.485Z] Step 2/8 : FROM ${BASE} [2020-06-30T17:05:45.764Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-30T17:05:45.764Z] cde5963f3b93: Pulling fs layer [2020-06-30T17:05:45.764Z] 2a23fa8c16f7: Pulling fs layer [2020-06-30T17:05:45.764Z] 777b28850792: Pulling fs layer [2020-06-30T17:05:45.764Z] 8a11ddd9e578: Pulling fs layer [2020-06-30T17:05:45.764Z] 4cf88f913ddb: Pulling fs layer [2020-06-30T17:05:45.764Z] 1df406cf5192: Pulling fs layer [2020-06-30T17:05:45.764Z] cd6300453558: Pulling fs layer [2020-06-30T17:05:45.764Z] b9c365052c96: Pulling fs layer [2020-06-30T17:05:45.764Z] a2d8cc88f415: Pulling fs layer [2020-06-30T17:05:45.764Z] ea1d1ca13537: Pulling fs layer [2020-06-30T17:05:45.764Z] 3750a50a1c5e: Pulling fs layer [2020-06-30T17:05:45.764Z] 1df406cf5192: Waiting [2020-06-30T17:05:45.764Z] cd6300453558: Waiting [2020-06-30T17:05:45.764Z] b9c365052c96: Waiting [2020-06-30T17:05:45.764Z] a2d8cc88f415: Waiting [2020-06-30T17:05:45.764Z] ea1d1ca13537: Waiting [2020-06-30T17:05:45.765Z] 3750a50a1c5e: Waiting [2020-06-30T17:05:45.765Z] 8a11ddd9e578: Waiting [2020-06-30T17:05:45.765Z] 4cf88f913ddb: Waiting [2020-06-30T17:05:45.765Z] 777b28850792: Download complete [2020-06-30T17:05:45.765Z] 2a23fa8c16f7: Verifying Checksum [2020-06-30T17:05:45.765Z] 2a23fa8c16f7: Download complete [2020-06-30T17:05:45.765Z] 4cf88f913ddb: Verifying Checksum [2020-06-30T17:05:45.765Z] 4cf88f913ddb: Download complete [2020-06-30T17:05:45.765Z] 1df406cf5192: Download complete [2020-06-30T17:05:46.045Z] cde5963f3b93: Verifying Checksum [2020-06-30T17:05:46.045Z] cde5963f3b93: Download complete [2020-06-30T17:05:47.066Z] cde5963f3b93: Pull complete [2020-06-30T17:05:47.669Z] 2a23fa8c16f7: Pull complete [2020-06-30T17:05:48.276Z] cd6300453558: Verifying Checksum [2020-06-30T17:05:48.276Z] cd6300453558: Download complete [2020-06-30T17:05:48.276Z] 777b28850792: Pull complete [2020-06-30T17:05:48.276Z] a2d8cc88f415: Verifying Checksum [2020-06-30T17:05:48.276Z] a2d8cc88f415: Download complete [2020-06-30T17:05:49.726Z] ea1d1ca13537: Verifying Checksum [2020-06-30T17:05:49.726Z] ea1d1ca13537: Download complete [2020-06-30T17:05:49.726Z] 3750a50a1c5e: Download complete [2020-06-30T17:05:51.173Z] b9c365052c96: Verifying Checksum [2020-06-30T17:05:51.173Z] b9c365052c96: Download complete [2020-06-30T17:05:51.173Z] 8a11ddd9e578: Verifying Checksum [2020-06-30T17:05:51.173Z] 8a11ddd9e578: Download complete [2020-06-30T17:06:03.607Z] 8a11ddd9e578: Pull complete [2020-06-30T17:06:03.607Z] 4cf88f913ddb: Pull complete [2020-06-30T17:06:03.607Z] 1df406cf5192: Pull complete [2020-06-30T17:06:07.940Z] cd6300453558: Pull complete [2020-06-30T17:06:13.347Z] b9c365052c96: Pull complete [2020-06-30T17:06:13.347Z] a2d8cc88f415: Pull complete [2020-06-30T17:06:14.790Z] ea1d1ca13537: Pull complete [2020-06-30T17:06:15.068Z] 3750a50a1c5e: Pull complete [2020-06-30T17:06:15.068Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-30T17:06:15.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-30T17:06:15.068Z] ---> 78745c68409d [2020-06-30T17:06:15.068Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-30T17:06:20.486Z] ---> Running in 9f126f5cfa2e [2020-06-30T17:06:20.486Z] Removing intermediate container 9f126f5cfa2e [2020-06-30T17:06:20.486Z] ---> ebc8a6f5f786 [2020-06-30T17:06:20.486Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-30T17:06:20.486Z] ---> Running in 55bf28facaf1 [2020-06-30T17:06:23.126Z] Removing intermediate container 55bf28facaf1 [2020-06-30T17:06:23.126Z] ---> e1fe9d714462 [2020-06-30T17:06:23.126Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-30T17:06:23.126Z] ---> Running in 0629a7b26c1b [2020-06-30T17:06:24.552Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-30T17:06:25.143Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-30T17:06:26.118Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-30T17:06:26.118Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-30T17:06:26.387Z] (3/18) Installing libmagic (5.37-r1) [2020-06-30T17:06:26.658Z] (4/18) Installing file (5.37-r1) [2020-06-30T17:06:26.658Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-30T17:06:26.658Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-30T17:06:26.928Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-30T17:06:32.312Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-30T17:06:32.312Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-30T17:06:35.679Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-30T17:06:35.679Z] (11/18) Installing build-base (0.5-r1) [2020-06-30T17:06:35.679Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-30T17:06:35.949Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-30T17:06:35.949Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-30T17:06:36.221Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-30T17:06:36.492Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-30T17:06:36.492Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-30T17:06:36.764Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-30T17:06:36.764Z] Executing busybox-1.31.1-r8.trigger [2020-06-30T17:06:36.764Z] OK: 203 MiB in 52 packages [2020-06-30T17:06:43.482Z] Removing intermediate container 0629a7b26c1b [2020-06-30T17:06:43.482Z] ---> f80b3c79458d [2020-06-30T17:06:43.482Z] Step 6/8 : WORKDIR /device-virtual-go [2020-06-30T17:06:43.482Z] ---> Running in b0f1deac331a [2020-06-30T17:06:44.078Z] Removing intermediate container b0f1deac331a [2020-06-30T17:06:44.078Z] ---> 10b5730d4b42 [2020-06-30T17:06:44.078Z] Step 7/8 : COPY . . [2020-06-30T17:06:44.672Z] ---> e2f87b06cf6e [2020-06-30T17:06:44.672Z] Step 8/8 : RUN go mod download [2020-06-30T17:06:44.951Z] ---> Running in 33ff3c46fc5e [2020-06-30T17:06:48.342Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-30T17:06:48.342Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-30T17:06:48.342Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-30T17:06:48.342Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-30T17:06:48.342Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-30T17:06:48.342Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-30T17:06:48.342Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-30T17:06:48.342Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-30T17:06:48.342Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-30T17:06:48.342Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-30T17:06:48.342Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-30T17:06:48.342Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-30T17:06:48.342Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-30T17:06:48.342Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-30T17:06:48.342Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-06-30T17:06:48.342Z] go: finding github.com/fatih/color v1.7.0 [2020-06-30T17:06:48.342Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-30T17:06:48.342Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-30T17:06:48.342Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-30T17:06:48.342Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-30T17:06:48.342Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-30T17:06:48.342Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-30T17:06:48.342Z] go: finding github.com/google/uuid v1.1.0 [2020-06-30T17:06:48.342Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-30T17:06:48.342Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-30T17:06:48.342Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-30T17:06:48.342Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-30T17:06:48.342Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-30T17:06:48.424Z] Running on prd-centos7-docker-4c-2g-4905 in /w/workspace/foundry_device-virtual-go_PR-116 [Pipeline] { [Pipeline] ws [2020-06-30T17:06:48.476Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-30T17:06:48.613Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-30T17:06:48.885Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-30T17:06:48.885Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-30T17:06:48.885Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-30T17:06:48.885Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-30T17:06:48.885Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-30T17:06:48.885Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-30T17:06:48.885Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-30T17:06:48.885Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-30T17:06:48.885Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-30T17:06:48.885Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-30T17:06:49.160Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-30T17:06:49.160Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-30T17:06:49.160Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-30T17:06:49.160Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-30T17:06:49.160Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-30T17:06:49.160Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-30T17:06:49.160Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-30T17:06:49.160Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-30T17:06:49.160Z] go: finding github.com/posener/complete v1.1.1 [2020-06-30T17:06:49.160Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-06-30T17:06:49.160Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-30T17:06:49.434Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-30T17:06:49.434Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-30T17:06:49.434Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-30T17:06:49.434Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-30T17:06:49.434Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-30T17:06:49.434Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-30T17:06:49.434Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-30T17:06:49.434Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-30T17:06:49.434Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-06-30T17:06:49.708Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-30T17:06:49.708Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-30T17:06:49.708Z] go: finding modernc.org/b v1.0.0 [2020-06-30T17:06:49.708Z] go: finding modernc.org/db v1.0.0 [2020-06-30T17:06:49.708Z] go: finding modernc.org/file v1.0.0 [2020-06-30T17:06:49.708Z] go: finding modernc.org/fileutil v1.0.0 [2020-06-30T17:06:49.708Z] go: finding modernc.org/golex v1.0.0 [2020-06-30T17:06:49.708Z] go: finding modernc.org/internal v1.0.0 [2020-06-30T17:06:49.708Z] go: finding modernc.org/lldb v1.0.0 [2020-06-30T17:06:49.708Z] go: finding modernc.org/mathutil v1.0.0 [2020-06-30T17:06:49.708Z] go: finding modernc.org/ql v1.0.0 [2020-06-30T17:06:49.708Z] go: finding modernc.org/sortutil v1.0.0 [2020-06-30T17:06:49.983Z] go: finding modernc.org/strutil v1.0.0 [2020-06-30T17:06:49.983Z] go: finding modernc.org/zappy v1.0.0 [2020-06-30T17:06:53.181Z] using credential edgex-jenkins-ssh [2020-06-30T17:06:53.206Z] Cloning the remote Git repository [2020-06-30T17:06:53.207Z] Cloning with configured refspecs honoured and without tags [2020-06-30T17:06:53.279Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-06-30T17:06:53.376Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2020-06-30T17:06:54.251Z] Fetching without tags [2020-06-30T17:06:53.503Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-30T17:06:53.504Z] > git --version # timeout=10 [2020-06-30T17:06:53.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T17:06:53.683Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/116/head:refs/remotes/origin/PR-116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T17:06:54.196Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-30T17:06:54.205Z] > git config --add remote.origin.fetch +refs/pull/116/head:refs/remotes/origin/PR-116 # timeout=10 [2020-06-30T17:06:54.214Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T17:06:54.241Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-06-30T17:06:54.256Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-06-30T17:06:54.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T17:06:54.262Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/116/head:refs/remotes/origin/PR-116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T17:06:54.641Z] Merging remotes/origin/master commit 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 into PR head commit 02e176c4d89a90814e20cfdd73574948d4026b2b [2020-06-30T17:06:54.767Z] Merge succeeded, producing 02e176c4d89a90814e20cfdd73574948d4026b2b [2020-06-30T17:06:54.768Z] Checking out Revision 02e176c4d89a90814e20cfdd73574948d4026b2b (PR-116) [2020-06-30T17:06:54.651Z] > git config core.sparsecheckout # timeout=10 [2020-06-30T17:06:54.671Z] > git checkout -f 02e176c4d89a90814e20cfdd73574948d4026b2b # timeout=10 [2020-06-30T17:06:54.713Z] > git remote # timeout=10 [2020-06-30T17:06:54.721Z] > git config --get remote.origin.url # timeout=10 [2020-06-30T17:06:54.728Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T17:06:54.732Z] > git merge 7ceff76bd1516c8443efe3ecccc6e09cd18c3d41 # timeout=10 [2020-06-30T17:06:54.754Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-30T17:06:54.771Z] > git config core.sparsecheckout # timeout=10 [2020-06-30T17:06:54.780Z] > git checkout -f 02e176c4d89a90814e20cfdd73574948d4026b2b # timeout=10 [2020-06-30T17:06:59.314Z] Commit message: "fix: High memory usage" [2020-06-30T17:06:59.342Z] > git --version # timeout=10 [2020-06-30T17:06:59.356Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-30T17:07:00.153Z] Removing intermediate container 33ff3c46fc5e [2020-06-30T17:07:00.153Z] ---> 88c39a0d1794 [2020-06-30T17:07:00.153Z] Successfully built 88c39a0d1794 [2020-06-30T17:07:00.153Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] echo [2020-06-30T17:07:00.236Z] ========================================================= [2020-06-30T17:07:00.236Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-30T17:07:00.236Z] ========================================================= [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-30T17:07:00.990Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-30T17:07:01.229Z] + docker inspect -f . ci-base-image-arm64 [2020-06-30T17:07:01.229Z] . [2020-06-30T17:07:01.257Z] Sending build context to Docker daemon 533.5kB [2020-06-30T17:07:01.257Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-30T17:07:01.257Z] Step 2/8 : FROM ${BASE} [Pipeline] withDockerContainer [2020-06-30T17:07:01.515Z] prd-ubuntu18.04-docker-arm64-4c-16g-4904 does not seem to be running inside a container [2020-06-30T17:07:01.538Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-30T17:07:01.538Z] e6b0cf9c0882: Pulling fs layer [2020-06-30T17:07:01.538Z] 2848faf0eed1: Pulling fs layer [2020-06-30T17:07:01.538Z] 0f37312ad70f: Pulling fs layer [2020-06-30T17:07:01.538Z] 5788d62ee057: Pulling fs layer [2020-06-30T17:07:01.538Z] 0e6b1d234666: Pulling fs layer [2020-06-30T17:07:01.538Z] bf5d7aec512f: Pulling fs layer [2020-06-30T17:07:01.538Z] 34c802a77dc8: Pulling fs layer [2020-06-30T17:07:01.538Z] 9eb99e56ec68: Pulling fs layer [2020-06-30T17:07:01.538Z] 27c7a5d97fbd: Pulling fs layer [2020-06-30T17:07:01.538Z] 5c102a31e300: Pulling fs layer [2020-06-30T17:07:01.538Z] dcfb455df0a1: Pulling fs layer [2020-06-30T17:07:01.538Z] 5788d62ee057: Waiting [2020-06-30T17:07:01.538Z] 9eb99e56ec68: Waiting [2020-06-30T17:07:01.539Z] 27c7a5d97fbd: Waiting [2020-06-30T17:07:01.539Z] 5c102a31e300: Waiting [2020-06-30T17:07:01.539Z] dcfb455df0a1: Waiting [2020-06-30T17:07:01.539Z] 0e6b1d234666: Waiting [2020-06-30T17:07:01.539Z] bf5d7aec512f: Waiting [2020-06-30T17:07:01.539Z] 34c802a77dc8: Waiting [2020-06-30T17:07:01.539Z] 0f37312ad70f: Verifying Checksum [2020-06-30T17:07:01.539Z] 0f37312ad70f: Download complete [2020-06-30T17:07:01.539Z] 2848faf0eed1: Verifying Checksum [2020-06-30T17:07:01.539Z] 2848faf0eed1: Download complete [2020-06-30T17:07:01.539Z] 0e6b1d234666: Verifying Checksum [2020-06-30T17:07:01.539Z] 0e6b1d234666: Download complete [2020-06-30T17:07:01.539Z] bf5d7aec512f: Download complete [2020-06-30T17:07:01.539Z] e6b0cf9c0882: Verifying Checksum [2020-06-30T17:07:01.539Z] e6b0cf9c0882: Download complete [2020-06-30T17:07:01.565Z] $ 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 ******** ci-base-image-arm64 cat [2020-06-30T17:07:02.188Z] e6b0cf9c0882: Pull complete [2020-06-30T17:07:02.525Z] 34c802a77dc8: Verifying Checksum [2020-06-30T17:07:02.526Z] 34c802a77dc8: Download complete [2020-06-30T17:07:02.818Z] 27c7a5d97fbd: Verifying Checksum [2020-06-30T17:07:02.818Z] 27c7a5d97fbd: Download complete [2020-06-30T17:07:03.107Z] 2848faf0eed1: Pull complete [2020-06-30T17:07:03.445Z] 5c102a31e300: Verifying Checksum [2020-06-30T17:07:03.445Z] 5c102a31e300: Download complete [2020-06-30T17:07:03.494Z] $ docker top d68197c9c12f6c91c48427afeab4af83860024ad7c381fb3043ecb4defca904d -eo pid,comm [2020-06-30T17:07:03.764Z] dcfb455df0a1: Verifying Checksum [2020-06-30T17:07:03.764Z] dcfb455df0a1: Download complete [Pipeline] { [Pipeline] sh [2020-06-30T17:07:04.058Z] 0f37312ad70f: Pull complete [2020-06-30T17:07:04.058Z] 9eb99e56ec68: Verifying Checksum [2020-06-30T17:07:04.058Z] 9eb99e56ec68: Download complete [2020-06-30T17:07:04.058Z] 5788d62ee057: Verifying Checksum [2020-06-30T17:07:04.058Z] 5788d62ee057: Download complete [2020-06-30T17:07:05.022Z] + go version [2020-06-30T17:07:05.022Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-30T17:07:06.080Z] + make test [2020-06-30T17:07:06.080Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-30T17:07:07.058Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-06-30T17:07:14.205Z] 5788d62ee057: Pull complete [2020-06-30T17:07:14.205Z] 0e6b1d234666: Pull complete [2020-06-30T17:07:14.205Z] bf5d7aec512f: Pull complete [2020-06-30T17:07:19.559Z] 34c802a77dc8: Pull complete [2020-06-30T17:07:23.854Z] 9eb99e56ec68: Pull complete [2020-06-30T17:07:23.855Z] 27c7a5d97fbd: Pull complete [2020-06-30T17:07:24.812Z] 5c102a31e300: Pull complete [2020-06-30T17:07:25.392Z] dcfb455df0a1: Pull complete [2020-06-30T17:07:25.392Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-30T17:07:25.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-30T17:07:25.392Z] ---> 7c70fe431013 [2020-06-30T17:07:25.392Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-30T17:07:26.416Z] ---> Running in c060794a9475 [2020-06-30T17:07:26.416Z] Removing intermediate container c060794a9475 [2020-06-30T17:07:26.416Z] ---> 20750d5c4f5d [2020-06-30T17:07:26.416Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-30T17:07:26.416Z] ---> Running in b0b3ce9e7520 [2020-06-30T17:07:29.011Z] Removing intermediate container b0b3ce9e7520 [2020-06-30T17:07:29.011Z] ---> 7e93ba96b8e8 [2020-06-30T17:07:29.011Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-30T17:07:29.011Z] ---> Running in a2d014e11d28 [2020-06-30T17:07:29.598Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-30T17:07:30.178Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-30T17:07:30.447Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-30T17:07:30.721Z] (2/17) Installing libmagic (5.37-r1) [2020-06-30T17:07:30.989Z] (3/17) Installing file (5.37-r1) [2020-06-30T17:07:30.989Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-30T17:07:30.989Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-30T17:07:31.255Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-30T17:07:39.463Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-30T17:07:39.463Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-30T17:07:43.722Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-30T17:07:43.722Z] (10/17) Installing build-base (0.5-r1) [2020-06-30T17:07:43.722Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-30T17:07:43.722Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-30T17:07:43.722Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-30T17:07:43.989Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-30T17:07:43.989Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-30T17:07:43.989Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-30T17:07:44.268Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-30T17:07:44.268Z] Executing busybox-1.31.1-r8.trigger [2020-06-30T17:07:44.268Z] OK: 214 MiB in 52 packages [2020-06-30T17:07:46.076Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-06-30T17:07:48.571Z] Removing intermediate container a2d014e11d28 [2020-06-30T17:07:48.571Z] ---> e5f7c32f66a3 [2020-06-30T17:07:48.571Z] Step 6/8 : WORKDIR /device-virtual-go [2020-06-30T17:07:48.840Z] ---> Running in d9afd7268889 [2020-06-30T17:07:48.840Z] Removing intermediate container d9afd7268889 [2020-06-30T17:07:48.840Z] ---> c06c70b75ddd [2020-06-30T17:07:48.840Z] Step 7/8 : COPY . . [2020-06-30T17:07:49.812Z] ---> 89db76c9d727 [2020-06-30T17:07:49.812Z] Step 8/8 : RUN go mod download [2020-06-30T17:07:49.812Z] ---> Running in fa2cf9998ba2 [2020-06-30T17:07:52.403Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-30T17:07:52.403Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-30T17:07:52.403Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-30T17:07:52.403Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-30T17:07:52.403Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-30T17:07:52.403Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-30T17:07:52.403Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-30T17:07:52.403Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-30T17:07:52.403Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-30T17:07:52.403Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-30T17:07:52.403Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-30T17:07:52.403Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-30T17:07:52.670Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-30T17:07:52.670Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-30T17:07:52.670Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-06-30T17:07:52.670Z] go: finding github.com/fatih/color v1.7.0 [2020-06-30T17:07:52.670Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-30T17:07:52.670Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-30T17:07:52.670Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-30T17:07:52.670Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-30T17:07:52.670Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-30T17:07:52.670Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-30T17:07:52.670Z] go: finding github.com/google/uuid v1.1.0 [2020-06-30T17:07:52.941Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-30T17:07:52.941Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-30T17:07:52.941Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-30T17:07:52.941Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-30T17:07:52.941Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-30T17:07:52.941Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-30T17:07:52.941Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-30T17:07:52.941Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-30T17:07:52.941Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-30T17:07:52.941Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-30T17:07:52.941Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-30T17:07:53.207Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-30T17:07:53.207Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-30T17:07:53.207Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-30T17:07:53.207Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-30T17:07:53.207Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-30T17:07:53.207Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-30T17:07:53.207Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-30T17:07:53.207Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-30T17:07:53.207Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-30T17:07:53.207Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-30T17:07:53.487Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-30T17:07:53.487Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-30T17:07:53.487Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-30T17:07:53.487Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-30T17:07:53.487Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-30T17:07:53.487Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-30T17:07:53.487Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-30T17:07:53.487Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-30T17:07:53.487Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-30T17:07:53.487Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-30T17:07:53.487Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-30T17:07:53.753Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-30T17:07:53.753Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-30T17:07:53.753Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-30T17:07:53.753Z] go: finding github.com/posener/complete v1.1.1 [2020-06-30T17:07:53.753Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-06-30T17:07:53.753Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-30T17:07:53.753Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-30T17:07:53.753Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-30T17:07:53.753Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-30T17:07:53.753Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-30T17:07:53.753Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-30T17:07:53.753Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-30T17:07:54.023Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-30T17:07:54.023Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-30T17:07:54.023Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-06-30T17:07:54.023Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-30T17:07:54.023Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-30T17:07:54.023Z] go: finding modernc.org/b v1.0.0 [2020-06-30T17:07:54.023Z] go: finding modernc.org/db v1.0.0 [2020-06-30T17:07:54.023Z] go: finding modernc.org/file v1.0.0 [2020-06-30T17:07:54.023Z] go: finding modernc.org/fileutil v1.0.0 [2020-06-30T17:07:54.292Z] go: finding modernc.org/golex v1.0.0 [2020-06-30T17:07:54.292Z] go: finding modernc.org/internal v1.0.0 [2020-06-30T17:07:54.292Z] go: finding modernc.org/lldb v1.0.0 [2020-06-30T17:07:54.292Z] go: finding modernc.org/mathutil v1.0.0 [2020-06-30T17:07:54.292Z] go: finding modernc.org/ql v1.0.0 [2020-06-30T17:07:54.292Z] go: finding modernc.org/sortutil v1.0.0 [2020-06-30T17:07:54.292Z] go: finding modernc.org/strutil v1.0.0 [2020-06-30T17:07:54.292Z] go: finding modernc.org/zappy v1.0.0 [2020-06-30T17:08:06.758Z] Removing intermediate container fa2cf9998ba2 [2020-06-30T17:08:06.758Z] ---> e9f12ff51a6c [2020-06-30T17:08:06.758Z] Successfully built e9f12ff51a6c [2020-06-30T17:08:06.758Z] 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 [2020-06-30T17:08:07.671Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-30T17:08:07.934Z] . [Pipeline] withDockerContainer [2020-06-30T17:08:08.128Z] prd-centos7-docker-4c-2g-4905 does not seem to be running inside a container [2020-06-30T17:08:08.188Z] $ 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 ******** ci-base-image-x86_64 cat [2020-06-30T17:08:09.495Z] $ docker top eea46d0b13b427769ffcb6fefded0267abae4aaf990186ab8b05793cb9e42632 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-30T17:08:10.056Z] + go version [2020-06-30T17:08:10.056Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-30T17:08:10.387Z] + make test [2020-06-30T17:08:10.388Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-30T17:08:12.343Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-06-30T17:08:18.394Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 30.514s coverage: 52.6% of statements [2020-06-30T17:08:18.395Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-30T17:08:25.119Z] gofmt -l . [2020-06-30T17:08:25.119Z] [ "`gofmt -l .`" = "" ] [2020-06-30T17:08:25.119Z] ./bin/test-attribution-txt.sh [2020-06-30T17:08:25.394Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-30T17:08:26.434Z] Stashed 1 file(s) [Pipeline] } [2020-06-30T17:08:26.423Z] $ docker stop --time=1 d68197c9c12f6c91c48427afeab4af83860024ad7c381fb3043ecb4defca904d [2020-06-30T17:08:28.583Z] $ docker rm -f d68197c9c12f6c91c48427afeab4af83860024ad7c381fb3043ecb4defca904d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-30T17:08:31.017Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-30T17:08:31.361Z] + ls -al . [2020-06-30T17:08:31.361Z] total 140 [2020-06-30T17:08:31.361Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 30 17:08 . [2020-06-30T17:08:31.361Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 30 17:05 .. [2020-06-30T17:08:31.361Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 30 17:05 .git [2020-06-30T17:08:31.361Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 30 17:05 .github [2020-06-30T17:08:31.361Z] -rw-rw-r-- 1 jenkins jenkins 258 Jun 30 17:05 .gitignore [2020-06-30T17:08:31.361Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 30 17:05 .semver [2020-06-30T17:08:31.361Z] -rw-rw-r-- 1 jenkins jenkins 6432 Jun 30 17:05 Attribution.txt [2020-06-30T17:08:31.361Z] -rw-rw-r-- 1 jenkins jenkins 1826 Jun 30 17:05 Dockerfile [2020-06-30T17:08:31.361Z] -rw-rw-r-- 1 jenkins jenkins 957 Jun 30 17:05 Dockerfile.build [2020-06-30T17:08:31.361Z] -rw-rw-r-- 1 jenkins jenkins 683 Jun 30 17:05 Jenkinsfile [2020-06-30T17:08:31.361Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 30 17:05 LICENSE [2020-06-30T17:08:31.361Z] -rw-rw-r-- 1 jenkins jenkins 873 Jun 30 17:05 Makefile [2020-06-30T17:08:31.361Z] -rw-rw-r-- 1 jenkins jenkins 4623 Jun 30 17:05 README.md [2020-06-30T17:08:31.361Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 30 17:03 VERSION [2020-06-30T17:08:31.361Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 30 17:05 bin [2020-06-30T17:08:31.361Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 30 17:05 cmd [2020-06-30T17:08:31.361Z] -rw-r--r-- 1 jenkins jenkins 31362 Jun 30 17:08 coverage.out [2020-06-30T17:08:31.361Z] -rw-r--r-- 1 jenkins jenkins 855 Jun 30 17:08 go.mod [2020-06-30T17:08:31.361Z] -rw-r--r-- 1 jenkins jenkins 14894 Jun 30 17:08 go.sum [2020-06-30T17:08:31.361Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 30 17:05 internal [2020-06-30T17:08:31.361Z] -rw-rw-r-- 1 jenkins jenkins 235 Jun 30 17:05 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-30T17:08:31.722Z] + 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=02e176c4d89a90814e20cfdd73574948d4026b2b --label arch=arm64 --label version=0.0.0 . [2020-06-30T17:08:31.992Z] Sending build context to Docker daemon 596kB [2020-06-30T17:08:31.992Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-30T17:08:31.992Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-30T17:08:31.992Z] ---> 88c39a0d1794 [2020-06-30T17:08:31.992Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-30T17:08:32.263Z] ---> Running in ed97667c19e9 [2020-06-30T17:08:32.536Z] Removing intermediate container ed97667c19e9 [2020-06-30T17:08:32.536Z] ---> cc4c8344f8d3 [2020-06-30T17:08:32.536Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-30T17:08:32.806Z] ---> Running in dc29cbada37c [2020-06-30T17:08:33.077Z] Removing intermediate container dc29cbada37c [2020-06-30T17:08:33.077Z] ---> 3fca986c9822 [2020-06-30T17:08:33.077Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-06-30T17:08:33.351Z] ---> Running in ce19d25bc0e3 [2020-06-30T17:08:33.625Z] Removing intermediate container ce19d25bc0e3 [2020-06-30T17:08:33.625Z] ---> 247324d77bcc [2020-06-30T17:08:33.625Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-30T17:08:33.897Z] ---> Running in 8da71edcb5b9 [2020-06-30T17:08:36.520Z] Removing intermediate container 8da71edcb5b9 [2020-06-30T17:08:36.520Z] ---> c1cae25e54e4 [2020-06-30T17:08:36.520Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-30T17:08:36.520Z] ---> Running in fce191f09f7b [2020-06-30T17:08:37.953Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-30T17:08:38.930Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-30T17:08:39.202Z] OK: 203 MiB in 52 packages [2020-06-30T17:08:39.623Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-06-30T17:08:40.644Z] Removing intermediate container fce191f09f7b [2020-06-30T17:08:40.644Z] ---> 71d8bd1fa3c5 [2020-06-30T17:08:40.644Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-06-30T17:08:40.644Z] ---> Running in b8dcf901eb8b [2020-06-30T17:08:40.918Z] Removing intermediate container b8dcf901eb8b [2020-06-30T17:08:40.918Z] ---> dc45f5f0ace3 [2020-06-30T17:08:40.918Z] Step 9/21 : COPY . . [2020-06-30T17:08:41.895Z] ---> 9ef7e4a50393 [2020-06-30T17:08:41.895Z] Step 10/21 : ARG MAKE='make build' [2020-06-30T17:08:42.173Z] ---> Running in 2cf7ab644bc7 [2020-06-30T17:08:42.782Z] Removing intermediate container 2cf7ab644bc7 [2020-06-30T17:08:42.782Z] ---> 742a84045d54 [2020-06-30T17:08:42.782Z] Step 11/21 : RUN $MAKE [2020-06-30T17:08:42.782Z] ---> Running in 2682032f178d [2020-06-30T17:08:44.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-06-30T17:09:16.596Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-30T17:09:18.556Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 35.384s coverage: 52.6% of statements [2020-06-30T17:09:18.556Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-30T17:09:19.623Z] gofmt -l . [2020-06-30T17:09:19.906Z] [ "`gofmt -l .`" = "" ] [2020-06-30T17:09:19.906Z] ./bin/test-attribution-txt.sh [2020-06-30T17:09:22.599Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-30T17:09:23.282Z] Warning: overwriting stash ‘coverage-report’ [2020-06-30T17:09:23.838Z] Stashed 1 file(s) [Pipeline] } [2020-06-30T17:09:23.857Z] $ docker stop --time=1 eea46d0b13b427769ffcb6fefded0267abae4aaf990186ab8b05793cb9e42632 [2020-06-30T17:09:24.875Z] Removing intermediate container 2682032f178d [2020-06-30T17:09:24.875Z] ---> e29aab6f981c [2020-06-30T17:09:24.875Z] Step 12/21 : FROM alpine [2020-06-30T17:09:24.875Z] latest: Pulling from library/alpine [2020-06-30T17:09:24.875Z] b538f80385f9: Pulling fs layer [2020-06-30T17:09:24.875Z] b538f80385f9: Verifying Checksum [2020-06-30T17:09:24.875Z] b538f80385f9: Download complete [2020-06-30T17:09:25.852Z] b538f80385f9: Pull complete [2020-06-30T17:09:25.852Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-30T17:09:25.852Z] Status: Downloaded newer image for alpine:latest [2020-06-30T17:09:25.852Z] ---> 62ee0e9f8440 [2020-06-30T17:09:25.852Z] Step 13/21 : ENV APP_PORT=49990 [2020-06-30T17:09:25.852Z] ---> Running in a13225c468cf [2020-06-30T17:09:25.893Z] $ docker rm -f eea46d0b13b427769ffcb6fefded0267abae4aaf990186ab8b05793cb9e42632 [2020-06-30T17:09:26.446Z] Removing intermediate container a13225c468cf [2020-06-30T17:09:26.446Z] ---> ff9d5096547d [2020-06-30T17:09:26.446Z] Step 14/21 : EXPOSE $APP_PORT [2020-06-30T17:09:26.446Z] ---> Running in ea63ec930489 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-06-30T17:09:26.719Z] Removing intermediate container ea63ec930489 [2020-06-30T17:09:26.719Z] ---> f8c6e59a7928 [2020-06-30T17:09:26.719Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-30T17:09:27.181Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-30T17:09:27.807Z] + ls -al . [2020-06-30T17:09:27.807Z] total 112 [2020-06-30T17:09:27.807Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 30 17:09 . [2020-06-30T17:09:27.807Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 30 17:06 .. [2020-06-30T17:09:27.807Z] -rw-rw-r--. 1 jenkins jenkins 6432 Jun 30 17:06 Attribution.txt [2020-06-30T17:09:27.807Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 30 17:06 bin [2020-06-30T17:09:27.807Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 30 17:06 cmd [2020-06-30T17:09:27.807Z] -rw-r--r--. 1 jenkins jenkins 31362 Jun 30 17:09 coverage.out [2020-06-30T17:09:27.807Z] -rw-rw-r--. 1 jenkins jenkins 1826 Jun 30 17:06 Dockerfile [2020-06-30T17:09:27.807Z] -rw-rw-r--. 1 jenkins jenkins 957 Jun 30 17:06 Dockerfile.build [2020-06-30T17:09:27.807Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 30 17:06 .git [2020-06-30T17:09:27.807Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 30 17:06 .github [2020-06-30T17:09:27.807Z] -rw-rw-r--. 1 jenkins jenkins 258 Jun 30 17:06 .gitignore [2020-06-30T17:09:27.807Z] -rw-r--r--. 1 jenkins jenkins 855 Jun 30 17:09 go.mod [2020-06-30T17:09:27.807Z] -rw-r--r--. 1 jenkins jenkins 14894 Jun 30 17:09 go.sum [2020-06-30T17:09:27.807Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 30 17:06 internal [2020-06-30T17:09:27.807Z] -rw-rw-r--. 1 jenkins jenkins 683 Jun 30 17:06 Jenkinsfile [2020-06-30T17:09:27.807Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 30 17:06 LICENSE [2020-06-30T17:09:27.807Z] -rw-rw-r--. 1 jenkins jenkins 873 Jun 30 17:06 Makefile [2020-06-30T17:09:27.807Z] -rw-rw-r--. 1 jenkins jenkins 4623 Jun 30 17:06 README.md [2020-06-30T17:09:27.807Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 30 17:07 .semver [2020-06-30T17:09:27.807Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 30 17:03 VERSION [2020-06-30T17:09:27.807Z] -rw-rw-r--. 1 jenkins jenkins 235 Jun 30 17:06 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-30T17:09:28.211Z] + 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=02e176c4d89a90814e20cfdd73574948d4026b2b --label arch=amd64 --label version=0.0.0 . [2020-06-30T17:09:28.500Z] Sending build context to Docker daemon 596kB [2020-06-30T17:09:28.500Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-30T17:09:28.500Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-30T17:09:28.500Z] ---> e9f12ff51a6c [2020-06-30T17:09:28.500Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-30T17:09:28.697Z] ---> 9cace4d815d4 [2020-06-30T17:09:28.697Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-06-30T17:09:28.771Z] ---> Running in 3b28dd309a90 [2020-06-30T17:09:28.972Z] ---> 242d9c0ac117 [2020-06-30T17:09:28.972Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-06-30T17:09:29.567Z] ---> 5816a842e623 [2020-06-30T17:09:29.567Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-30T17:09:29.723Z] Removing intermediate container 3b28dd309a90 [2020-06-30T17:09:29.723Z] ---> b32d1e92704f [2020-06-30T17:09:29.723Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-30T17:09:29.723Z] ---> Running in 0ef0acb69af4 [2020-06-30T17:09:29.841Z] ---> Running in 08c51045f199 [2020-06-30T17:09:29.993Z] Removing intermediate container 0ef0acb69af4 [2020-06-30T17:09:29.993Z] ---> 51b337256cde [2020-06-30T17:09:29.993Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-06-30T17:09:29.993Z] ---> Running in 58a9fdc92872 [2020-06-30T17:09:30.115Z] Removing intermediate container 08c51045f199 [2020-06-30T17:09:30.115Z] ---> 9e9b8bc3bcfb [2020-06-30T17:09:30.115Z] Step 19/21 : LABEL arch=arm64 [2020-06-30T17:09:30.260Z] Removing intermediate container 58a9fdc92872 [2020-06-30T17:09:30.260Z] ---> 682f7a31b123 [2020-06-30T17:09:30.260Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-30T17:09:30.260Z] ---> Running in 0e07afd98fab [2020-06-30T17:09:30.387Z] ---> Running in 89697e2f5fef [2020-06-30T17:09:30.659Z] Removing intermediate container 89697e2f5fef [2020-06-30T17:09:30.659Z] ---> d0f67da5079c [2020-06-30T17:09:30.659Z] Step 20/21 : LABEL git_sha=02e176c4d89a90814e20cfdd73574948d4026b2b [2020-06-30T17:09:30.933Z] ---> Running in 4dc1de7dcbe8 [2020-06-30T17:09:31.204Z] Removing intermediate container 4dc1de7dcbe8 [2020-06-30T17:09:31.204Z] ---> 902a2b49a7be [2020-06-30T17:09:31.204Z] Step 21/21 : LABEL version=0.0.0 [2020-06-30T17:09:31.481Z] ---> Running in 8807d0479689 [2020-06-30T17:09:31.763Z] Removing intermediate container 8807d0479689 [2020-06-30T17:09:31.763Z] ---> 1533dc50d932 [2020-06-30T17:09:31.763Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-30T17:09:31.763Z] Successfully built 1533dc50d932 [2020-06-30T17:09:31.763Z] 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] } [2020-06-30T17:09:32.295Z] Removing intermediate container 0e07afd98fab [2020-06-30T17:09:32.295Z] ---> d42de518b6a0 [2020-06-30T17:09:32.295Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-30T17:09:32.295Z] ---> Running in e4707f34f8e7 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-30T17:09:32.896Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-30T17:09:33.856Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-30T17:09:34.130Z] OK: 214 MiB in 52 packages [2020-06-30T17:09:34.731Z] Removing intermediate container e4707f34f8e7 [2020-06-30T17:09:34.731Z] ---> e71ab425f1ed [2020-06-30T17:09:34.731Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-06-30T17:09:34.731Z] ---> Running in e610738157e2 [2020-06-30T17:09:35.326Z] Removing intermediate container e610738157e2 [2020-06-30T17:09:35.326Z] ---> ebf33287f68b [2020-06-30T17:09:35.326Z] Step 9/21 : COPY . . [2020-06-30T17:09:35.916Z] ---> a43f4e9ff511 [2020-06-30T17:09:35.916Z] Step 10/21 : ARG MAKE='make build' [2020-06-30T17:09:35.916Z] ---> Running in 4cfda416c1b2 [2020-06-30T17:09:36.184Z] Removing intermediate container 4cfda416c1b2 [2020-06-30T17:09:36.184Z] ---> 56749ca746a0 [2020-06-30T17:09:36.184Z] Step 11/21 : RUN $MAKE [2020-06-30T17:09:36.184Z] ---> Running in d512ff182512 [2020-06-30T17:09:37.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-06-30T17:10:00.453Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-30T17:10:07.199Z] Removing intermediate container d512ff182512 [2020-06-30T17:10:07.199Z] ---> 88e7e4506bb5 [2020-06-30T17:10:07.199Z] Step 12/21 : FROM alpine [2020-06-30T17:10:07.481Z] latest: Pulling from library/alpine [2020-06-30T17:10:07.746Z] df20fa9351a1: Pulling fs layer [2020-06-30T17:10:07.746Z] df20fa9351a1: Verifying Checksum [2020-06-30T17:10:07.746Z] df20fa9351a1: Download complete [2020-06-30T17:10:08.018Z] df20fa9351a1: Pull complete [2020-06-30T17:10:08.018Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-30T17:10:08.018Z] Status: Downloaded newer image for alpine:latest [2020-06-30T17:10:08.018Z] ---> a24bb4013296 [2020-06-30T17:10:08.018Z] Step 13/21 : ENV APP_PORT=49990 [2020-06-30T17:10:08.292Z] ---> Running in cc5f423f4d64 [2020-06-30T17:10:08.567Z] Removing intermediate container cc5f423f4d64 [2020-06-30T17:10:08.567Z] ---> d9c356a920c0 [2020-06-30T17:10:08.567Z] Step 14/21 : EXPOSE $APP_PORT [2020-06-30T17:10:08.567Z] ---> Running in 211429e90ddd [2020-06-30T17:10:08.836Z] Removing intermediate container 211429e90ddd [2020-06-30T17:10:08.836Z] ---> 529025a230cb [2020-06-30T17:10:08.836Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-06-30T17:10:09.444Z] ---> 32e7c0c7e28d [2020-06-30T17:10:09.444Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-06-30T17:10:09.721Z] ---> 97f0bb05c1d8 [2020-06-30T17:10:09.721Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-06-30T17:10:10.030Z] ---> 543f678d8b10 [2020-06-30T17:10:10.030Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-30T17:10:10.305Z] ---> Running in e64b8c11da75 [2020-06-30T17:10:10.571Z] Removing intermediate container e64b8c11da75 [2020-06-30T17:10:10.571Z] ---> 5610bdceea89 [2020-06-30T17:10:10.571Z] Step 19/21 : LABEL arch=amd64 [2020-06-30T17:10:10.571Z] ---> Running in 7ce114db3ca4 [2020-06-30T17:10:10.846Z] Removing intermediate container 7ce114db3ca4 [2020-06-30T17:10:10.846Z] ---> 319abff38af6 [2020-06-30T17:10:10.846Z] Step 20/21 : LABEL git_sha=02e176c4d89a90814e20cfdd73574948d4026b2b [2020-06-30T17:10:10.846Z] ---> Running in 40d0918e24c4 [2020-06-30T17:10:10.846Z] Removing intermediate container 40d0918e24c4 [2020-06-30T17:10:10.846Z] ---> d4b845d17e2b [2020-06-30T17:10:10.846Z] Step 21/21 : LABEL version=0.0.0 [2020-06-30T17:10:11.115Z] ---> Running in 87c90c8b0e35 [2020-06-30T17:10:11.385Z] Removing intermediate container 87c90c8b0e35 [2020-06-30T17:10:11.385Z] ---> 9514e739c05e [2020-06-30T17:10:11.385Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-30T17:10:11.385Z] Successfully built 9514e739c05e [2020-06-30T17:10:11.385Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-30T17:10:12.798Z] provisioning config files... [2020-06-30T17:10:12.809Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-116@tmp/config387805780451121979tmp [Pipeline] { [Pipeline] sh [2020-06-30T17:10:13.192Z] + curl -s https://codecov.io/bash [2020-06-30T17:10:13.192Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-116@tmp/config387805780451121979tmp [Pipeline] } [2020-06-30T17:10:13.785Z] 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-30T17:10:15.219Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T17:10:15.807Z] ---> package-listing.sh [2020-06-30T17:10:15.807Z] ++ facter osfamily [2020-06-30T17:10:15.807Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-30T17:10:15.807Z] + OS_FAMILY=redhat [2020-06-30T17:10:15.807Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-116 [2020-06-30T17:10:15.807Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-30T17:10:15.807Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-30T17:10:15.807Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-30T17:10:15.807Z] + PACKAGES=/tmp/packages_start.txt [2020-06-30T17:10:15.807Z] + '[' /w/workspace/foundry_device-virtual-go_PR-116 ']' [2020-06-30T17:10:15.807Z] + PACKAGES=/tmp/packages_end.txt [2020-06-30T17:10:15.807Z] + case "${OS_FAMILY}" in [2020-06-30T17:10:15.807Z] + rpm -qa [2020-06-30T17:10:15.807Z] + sort [2020-06-30T17:10:19.108Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-30T17:10:19.108Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-30T17:10:19.108Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-30T17:10:19.108Z] + '[' /w/workspace/foundry_device-virtual-go_PR-116 ']' [2020-06-30T17:10:19.108Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-116/archives/ [2020-06-30T17:10:19.108Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-116/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-30T17:10:19.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-30T17:10:19.730Z] [2020-06-30T17:10:19.730Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-30T17:10:20.087Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-30T17:10:20.087Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-30T17:10:20.087Z] c9b1b535fdd9: Pulling fs layer [2020-06-30T17:10:20.087Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-30T17:10:20.087Z] 756a868c4378: Pulling fs layer [2020-06-30T17:10:20.087Z] 444b2fc9a129: Pulling fs layer [2020-06-30T17:10:20.087Z] ea15f1150254: Pulling fs layer [2020-06-30T17:10:20.087Z] 41b27a9f41bf: Pulling fs layer [2020-06-30T17:10:20.087Z] 28c525ee5125: Pulling fs layer [2020-06-30T17:10:20.087Z] 094b1ea09ed8: Pulling fs layer [2020-06-30T17:10:20.087Z] 138eaada9080: Pulling fs layer [2020-06-30T17:10:20.087Z] 0622d0fa9048: Pulling fs layer [2020-06-30T17:10:20.087Z] ea15f1150254: Waiting [2020-06-30T17:10:20.087Z] 444b2fc9a129: Waiting [2020-06-30T17:10:20.087Z] 41b27a9f41bf: Waiting [2020-06-30T17:10:20.087Z] 094b1ea09ed8: Waiting [2020-06-30T17:10:20.087Z] 28c525ee5125: Waiting [2020-06-30T17:10:20.087Z] 138eaada9080: Waiting [2020-06-30T17:10:20.087Z] 0622d0fa9048: Waiting [2020-06-30T17:10:20.087Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-30T17:10:20.087Z] 2cc5ad85d9ab: Download complete [2020-06-30T17:10:20.087Z] 444b2fc9a129: Verifying Checksum [2020-06-30T17:10:20.087Z] 444b2fc9a129: Download complete [2020-06-30T17:10:20.087Z] c9b1b535fdd9: Download complete [2020-06-30T17:10:20.087Z] ea15f1150254: Verifying Checksum [2020-06-30T17:10:20.087Z] ea15f1150254: Download complete [2020-06-30T17:10:20.087Z] 28c525ee5125: Verifying Checksum [2020-06-30T17:10:20.087Z] 28c525ee5125: Download complete [2020-06-30T17:10:20.361Z] 756a868c4378: Verifying Checksum [2020-06-30T17:10:20.361Z] 756a868c4378: Download complete [2020-06-30T17:10:20.629Z] c9b1b535fdd9: Pull complete [2020-06-30T17:10:20.629Z] 094b1ea09ed8: Verifying Checksum [2020-06-30T17:10:20.629Z] 094b1ea09ed8: Download complete [2020-06-30T17:10:20.629Z] 0622d0fa9048: Verifying Checksum [2020-06-30T17:10:20.629Z] 0622d0fa9048: Download complete [2020-06-30T17:10:20.629Z] 138eaada9080: Verifying Checksum [2020-06-30T17:10:20.629Z] 138eaada9080: Download complete [2020-06-30T17:10:20.894Z] 2cc5ad85d9ab: Pull complete [2020-06-30T17:10:20.894Z] 41b27a9f41bf: Verifying Checksum [2020-06-30T17:10:20.894Z] 41b27a9f41bf: Download complete [2020-06-30T17:10:22.294Z] 756a868c4378: Pull complete [2020-06-30T17:10:22.294Z] 444b2fc9a129: Pull complete [2020-06-30T17:10:22.554Z] ea15f1150254: Pull complete [2020-06-30T17:10:26.759Z] 41b27a9f41bf: Pull complete [2020-06-30T17:10:26.759Z] 28c525ee5125: Pull complete [2020-06-30T17:10:29.322Z] 094b1ea09ed8: Pull complete [2020-06-30T17:10:29.583Z] 138eaada9080: Pull complete [2020-06-30T17:10:29.583Z] 0622d0fa9048: Pull complete [2020-06-30T17:10:29.583Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-30T17:10:29.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-30T17:10:29.583Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-30T17:10:29.752Z] prd-centos7-docker-4c-2g-4902 does not seem to be running inside a container [2020-06-30T17:10:29.786Z] $ 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-116 -v /w/workspace/foundry_device-virtual-go_PR-116:/w/workspace/foundry_device-virtual-go_PR-116:rw,z -v /w/workspace/foundry_device-virtual-go_PR-116@tmp:/w/workspace/foundry_device-virtual-go_PR-116@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-30T17:10:33.332Z] $ docker top 4aa2ed1312233d1c495357fa6ad628d26a7d52366cb5cf91a8eb37e3d47538fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-30T17:10:33.598Z] provisioning config files... [2020-06-30T17:10:33.612Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-116@tmp/config6448009187040187343tmp [Pipeline] { [Pipeline] echo [2020-06-30T17:10:33.689Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T17:10:34.014Z] ---> create-netrc.sh [Pipeline] echo [2020-06-30T17:10:34.048Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T17:10:34.381Z] ---> logs-deploy.sh [2020-06-30T17:10:34.381Z] + ARCHIVE_ARTIFACTS= [2020-06-30T17:10:34.381Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-30T17:10:34.381Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-30T17:10:34.381Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-30T17:10:34.381Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-116/1 [2020-06-30T17:10:34.381Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-116/1/ [2020-06-30T17:10:34.381Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-116/1 /w/workspace/foundry_device-virtual-go_PR-116 [2020-06-30T17:10:35.332Z] Archives upload complete. [2020-06-30T17:10:35.594Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-116/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-116/1/ [2020-06-30T17:10:36.165Z] ---> uname -a: [2020-06-30T17:10:36.165Z] Linux 4aa2ed131223 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-30T17:10:36.165Z] [2020-06-30T17:10:36.165Z] [2020-06-30T17:10:36.165Z] ---> lscpu: [2020-06-30T17:10:36.165Z] Architecture: x86_64 [2020-06-30T17:10:36.165Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-30T17:10:36.165Z] Byte Order: Little Endian [2020-06-30T17:10:36.165Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-30T17:10:36.165Z] CPU(s): 4 [2020-06-30T17:10:36.165Z] On-line CPU(s) list: 0-3 [2020-06-30T17:10:36.165Z] Thread(s) per core: 1 [2020-06-30T17:10:36.165Z] Core(s) per socket: 1 [2020-06-30T17:10:36.165Z] Socket(s): 4 [2020-06-30T17:10:36.165Z] NUMA node(s): 1 [2020-06-30T17:10:36.165Z] Vendor ID: GenuineIntel [2020-06-30T17:10:36.165Z] CPU family: 6 [2020-06-30T17:10:36.165Z] Model: 44 [2020-06-30T17:10:36.165Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-30T17:10:36.165Z] Stepping: 1 [2020-06-30T17:10:36.165Z] CPU MHz: 2933.396 [2020-06-30T17:10:36.165Z] BogoMIPS: 5866.79 [2020-06-30T17:10:36.165Z] Virtualization: VT-x [2020-06-30T17:10:36.165Z] Hypervisor vendor: KVM [2020-06-30T17:10:36.165Z] Virtualization type: full [2020-06-30T17:10:36.165Z] L1d cache: 128 KiB [2020-06-30T17:10:36.165Z] L1i cache: 128 KiB [2020-06-30T17:10:36.165Z] L2 cache: 16 MiB [2020-06-30T17:10:36.165Z] L3 cache: 64 MiB [2020-06-30T17:10:36.165Z] NUMA node0 CPU(s): 0-3 [2020-06-30T17:10:36.165Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-30T17:10:36.165Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-30T17:10:36.165Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-30T17:10:36.165Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-30T17:10:36.165Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-30T17:10:36.165Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-30T17:10:36.165Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-30T17:10:36.165Z] Vulnerability Tsx async abort: Not affected [2020-06-30T17:10:36.165Z] 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 [2020-06-30T17:10:36.165Z] [2020-06-30T17:10:36.165Z] [2020-06-30T17:10:36.165Z] ---> nproc: [2020-06-30T17:10:36.165Z] 4 [2020-06-30T17:10:36.165Z] [2020-06-30T17:10:36.165Z]