Pull request #110 updated 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 c582d469887cd834f9d5759aa0528599fd84ba45 rather than 185c5cac0a2258eef7d350a902a67317b784c425 Obtained Jenkinsfile from c582d469887cd834f9d5759aa0528599fd84ba45 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 [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 ‘prd-centos7-docker-4c-2g-8215’ is offline; ‘prd-centos7-docker-4c-2g-8216’ is offline; ‘prd-centos7-docker-4c-2g-8228’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-8140’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-8224’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8231 in /w/workspace/foundry_device-virtual-go_PR-110 [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 Merging remotes/origin/master commit c582d469887cd834f9d5759aa0528599fd84ba45 into PR head commit 185c5cac0a2258eef7d350a902a67317b784c425 > git init /w/workspace/foundry_device-virtual-go_PR-110 # 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/110/head:refs/remotes/origin/PR-110 +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/110/head:refs/remotes/origin/PR-110 # 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/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 185c5cac0a2258eef7d350a902a67317b784c425 # timeout=10 Merge succeeded, producing 185c5cac0a2258eef7d350a902a67317b784c425 Checking out Revision 185c5cac0a2258eef7d350a902a67317b784c425 (PR-110) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c582d469887cd834f9d5759aa0528599fd84ba45 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 185c5cac0a2258eef7d350a902a67317b784c425 # timeout=10 Commit message: "upgrade sdk and contract version for Geneva release" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-05-13T13:58:57.595Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-05-13T13:58:57.816Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-05-13T13:58:57.918Z] ========================================================= [2020-05-13T13:58:57.918Z] EdgeX Global Pipelines Version Info [2020-05-13T13:58:57.918Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 21fff1ff2d94d29d0202a29d26e8364d8607c083 # timeout=10 [2020-05-13T13:58:59.306Z] ------------------- [2020-05-13T13:58:59.306Z] stable info: [2020-05-13T13:58:59.306Z] ------------------- [2020-05-13T13:58:59.306Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-05-13T13:58:59.306Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-13T13:58:59.306Z] Message: update stable to v1.0.87 [2020-05-13T13:58:59.565Z] ------------------- [2020-05-13T13:58:59.565Z] experimental info: [2020-05-13T13:58:59.565Z] ------------------- [2020-05-13T13:58:59.565Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-05-13T13:58:59.565Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-05-13T13:58:59.565Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-05-13T13:59:01.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-13T13:59:01.681Z] [2020-05-13T13:59:01.681Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-05-13T13:59:02.020Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-13T13:59:02.020Z] latest: Pulling from edgex-devops/git-semver [2020-05-13T13:59:02.020Z] 9123ac7c32f7: Pulling fs layer [2020-05-13T13:59:02.020Z] b8cc5d1170e3: Pulling fs layer [2020-05-13T13:59:02.020Z] 2924cbbf6a41: Pulling fs layer [2020-05-13T13:59:02.020Z] 93b08a4f1073: Pulling fs layer [2020-05-13T13:59:02.020Z] 93b08a4f1073: Waiting [2020-05-13T13:59:02.020Z] b8cc5d1170e3: Verifying Checksum [2020-05-13T13:59:02.020Z] b8cc5d1170e3: Download complete [2020-05-13T13:59:02.020Z] 9123ac7c32f7: Verifying Checksum [2020-05-13T13:59:02.020Z] 9123ac7c32f7: Download complete [2020-05-13T13:59:02.279Z] 93b08a4f1073: Verifying Checksum [2020-05-13T13:59:02.279Z] 93b08a4f1073: Download complete [2020-05-13T13:59:02.279Z] 2924cbbf6a41: Verifying Checksum [2020-05-13T13:59:02.279Z] 2924cbbf6a41: Download complete [2020-05-13T13:59:02.279Z] 9123ac7c32f7: Pull complete [2020-05-13T13:59:02.539Z] b8cc5d1170e3: Pull complete [2020-05-13T13:59:03.107Z] 2924cbbf6a41: Pull complete [2020-05-13T13:59:03.365Z] 93b08a4f1073: Pull complete [2020-05-13T13:59:03.365Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-05-13T13:59:03.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-05-13T13:59:03.490Z] prd-centos7-docker-4c-2g-8231 does not seem to be running inside a container [2020-05-13T13:59:03.540Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-110 -v /w/workspace/foundry_device-virtual-go_PR-110:/w/workspace/foundry_device-virtual-go_PR-110:rw,z -v /w/workspace/foundry_device-virtual-go_PR-110@tmp:/w/workspace/foundry_device-virtual-go_PR-110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-05-13T13:59:04.362Z] $ docker top 1d9f05e804cbcc450f62da308ecf77eb2bb10bfff054c861c24667e56368283a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-05-13T13:59:04.637Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-13T13:59:04.637Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-13T13:59:04.833Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-13T13:59:04.838Z] $ docker exec 1d9f05e804cbcc450f62da308ecf77eb2bb10bfff054c861c24667e56368283a ssh-agent [2020-05-13T13:59:05.017Z] SSH_AUTH_SOCK=/tmp/ssh-6izNzF3zWRD4/agent.13 [2020-05-13T13:59:05.017Z] SSH_AGENT_PID=20 [2020-05-13T13:59:05.026Z] Running ssh-add (command line suppressed) [2020-05-13T13:59:05.164Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-110@tmp/private_key_3812346595838547999.key (/w/workspace/foundry_device-virtual-go_PR-110@tmp/private_key_3812346595838547999.key) [2020-05-13T13:59:05.234Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-13T13:59:05.551Z] + git describe --exact-match --tags HEAD [2020-05-13T13:59:05.551Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-05-13T13:59:05.642Z] $ docker exec --env ******** --env ******** 1d9f05e804cbcc450f62da308ecf77eb2bb10bfff054c861c24667e56368283a ssh-agent -k [2020-05-13T13:59:05.771Z] unset SSH_AUTH_SOCK; [2020-05-13T13:59:05.772Z] unset SSH_AGENT_PID; [2020-05-13T13:59:05.772Z] echo Agent pid 20 killed; [2020-05-13T13:59:05.819Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-05-13T13:59:05.907Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-05-13T13:59:05.907Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-05-13T13:59:06.043Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-13T13:59:06.043Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-13T13:59:06.213Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-13T13:59:06.219Z] $ docker exec 1d9f05e804cbcc450f62da308ecf77eb2bb10bfff054c861c24667e56368283a ssh-agent [2020-05-13T13:59:06.423Z] SSH_AUTH_SOCK=/tmp/ssh-LXfmaAxb4DGE/agent.54 [2020-05-13T13:59:06.423Z] SSH_AGENT_PID=61 [2020-05-13T13:59:06.429Z] Running ssh-add (command line suppressed) [2020-05-13T13:59:06.564Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-110@tmp/private_key_5288675985118039319.key (/w/workspace/foundry_device-virtual-go_PR-110@tmp/private_key_5288675985118039319.key) [2020-05-13T13:59:06.613Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-13T13:59:06.971Z] + git semver init [2020-05-13T13:59:06.971Z] # -> Open(): unable to determine branch for HEAD [2020-05-13T13:59:06.971Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-110/.git [2020-05-13T13:59:06.971Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-110 [2020-05-13T13:59:06.971Z] # $SEMVER_REMOTE_NAME = origin [2020-05-13T13:59:06.971Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-05-13T13:59:06.971Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-05-13T13:59:06.971Z] # $SEMVER_BRANCH = PR-110 [2020-05-13T13:59:06.971Z] # $SEMVER_TEMP = /tmp/semver-923528061 [2020-05-13T13:59:06.971Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-05-13T13:59:07.229Z] # '/tmp/semver-923528061' -> '/w/workspace/foundry_device-virtual-go_PR-110/.semver' [2020-05-13T13:59:07.229Z] # -> Force: false [2020-05-13T13:59:07.229Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-110/.semver [Pipeline] } [2020-05-13T13:59:07.240Z] $ docker exec --env ******** --env ******** 1d9f05e804cbcc450f62da308ecf77eb2bb10bfff054c861c24667e56368283a ssh-agent -k [2020-05-13T13:59:07.371Z] unset SSH_AUTH_SOCK; [2020-05-13T13:59:07.371Z] unset SSH_AGENT_PID; [2020-05-13T13:59:07.372Z] echo Agent pid 61 killed; [2020-05-13T13:59:07.413Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-05-13T13:59:07.870Z] + git semver [Pipeline] } [2020-05-13T13:59:07.885Z] $ docker stop --time=1 1d9f05e804cbcc450f62da308ecf77eb2bb10bfff054c861c24667e56368283a [2020-05-13T13:59:09.226Z] $ docker rm -f 1d9f05e804cbcc450f62da308ecf77eb2bb10bfff054c861c24667e56368283a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-05-13T13:59:09.935Z] Stashed 29 file(s) [Pipeline] echo [2020-05-13T13:59:09.937Z] [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-05-13T13:59:25.287Z] Still waiting to schedule task [2020-05-13T13:59:25.287Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-05-13T13:59:25.289Z] Still waiting to schedule task [2020-05-13T13:59:25.289Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-05-13T14:00:58.045Z] Running on prd-centos7-docker-4c-2g-8238 in /w/workspace/foundry_device-virtual-go_PR-110 [Pipeline] { [Pipeline] ws [2020-05-13T14:00:58.145Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-05-13T14:01:01.318Z] using credential edgex-jenkins-ssh [2020-05-13T14:01:01.407Z] Cloning the remote Git repository [2020-05-13T14:01:01.407Z] Cloning with configured refspecs honoured and without tags [2020-05-13T14:01:01.434Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-05-13T14:01:01.478Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-05-13T14:01:01.529Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-05-13T14:01:01.529Z] > git --version # timeout=10 [2020-05-13T14:01:01.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-13T14:01:01.565Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-13T14:01:03.226Z] Fetching without tags [2020-05-13T14:01:03.171Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-05-13T14:01:03.195Z] > git config --add remote.origin.fetch +refs/pull/110/head:refs/remotes/origin/PR-110 # timeout=10 [2020-05-13T14:01:03.208Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-13T14:01:03.218Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-05-13T14:01:03.231Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-05-13T14:01:03.231Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-13T14:01:03.236Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-13T14:01:05.608Z] Merging remotes/origin/master commit c582d469887cd834f9d5759aa0528599fd84ba45 into PR head commit 185c5cac0a2258eef7d350a902a67317b784c425 [2020-05-13T14:01:05.679Z] Merge succeeded, producing 185c5cac0a2258eef7d350a902a67317b784c425 [2020-05-13T14:01:05.680Z] Checking out Revision 185c5cac0a2258eef7d350a902a67317b784c425 (PR-110) [2020-05-13T14:01:05.617Z] > git config core.sparsecheckout # timeout=10 [2020-05-13T14:01:05.622Z] > git checkout -f 185c5cac0a2258eef7d350a902a67317b784c425 # timeout=10 [2020-05-13T14:01:05.650Z] > git remote # timeout=10 [2020-05-13T14:01:05.656Z] > git config --get remote.origin.url # timeout=10 [2020-05-13T14:01:05.660Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-13T14:01:05.665Z] > git merge c582d469887cd834f9d5759aa0528599fd84ba45 # timeout=10 [2020-05-13T14:01:05.673Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-13T14:01:05.682Z] > git config core.sparsecheckout # timeout=10 [2020-05-13T14:01:05.686Z] > git checkout -f 185c5cac0a2258eef7d350a902a67317b784c425 # timeout=10 [2020-05-13T14:01:14.786Z] Commit message: "upgrade sdk and contract version for Geneva release" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-13T14:01:15.630Z] ========================================================= [2020-05-13T14:01:15.630Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-05-13T14:01:15.630Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-13T14:01:16.275Z] + 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-05-13T14:01:16.538Z] Sending build context to Docker daemon 521.7kB [2020-05-13T14:01:16.538Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-13T14:01:16.538Z] Step 2/8 : FROM ${BASE} [2020-05-13T14:01:16.538Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-05-13T14:01:16.538Z] e6b0cf9c0882: Pulling fs layer [2020-05-13T14:01:16.538Z] 2848faf0eed1: Pulling fs layer [2020-05-13T14:01:16.538Z] 0f37312ad70f: Pulling fs layer [2020-05-13T14:01:16.538Z] 5788d62ee057: Pulling fs layer [2020-05-13T14:01:16.538Z] 0e6b1d234666: Pulling fs layer [2020-05-13T14:01:16.538Z] bf5d7aec512f: Pulling fs layer [2020-05-13T14:01:16.538Z] 34c802a77dc8: Pulling fs layer [2020-05-13T14:01:16.538Z] 9eb99e56ec68: Pulling fs layer [2020-05-13T14:01:16.538Z] 27c7a5d97fbd: Pulling fs layer [2020-05-13T14:01:16.538Z] 5c102a31e300: Pulling fs layer [2020-05-13T14:01:16.538Z] dcfb455df0a1: Pulling fs layer [2020-05-13T14:01:16.538Z] 34c802a77dc8: Waiting [2020-05-13T14:01:16.538Z] 9eb99e56ec68: Waiting [2020-05-13T14:01:16.538Z] 27c7a5d97fbd: Waiting [2020-05-13T14:01:16.538Z] 5788d62ee057: Waiting [2020-05-13T14:01:16.538Z] 5c102a31e300: Waiting [2020-05-13T14:01:16.538Z] dcfb455df0a1: Waiting [2020-05-13T14:01:16.538Z] 0e6b1d234666: Waiting [2020-05-13T14:01:16.538Z] bf5d7aec512f: Waiting [2020-05-13T14:01:16.538Z] 0f37312ad70f: Verifying Checksum [2020-05-13T14:01:16.538Z] 0f37312ad70f: Download complete [2020-05-13T14:01:16.538Z] 2848faf0eed1: Verifying Checksum [2020-05-13T14:01:16.538Z] 2848faf0eed1: Download complete [2020-05-13T14:01:16.538Z] 0e6b1d234666: Verifying Checksum [2020-05-13T14:01:16.538Z] 0e6b1d234666: Download complete [2020-05-13T14:01:16.538Z] bf5d7aec512f: Verifying Checksum [2020-05-13T14:01:16.538Z] bf5d7aec512f: Download complete [2020-05-13T14:01:16.538Z] e6b0cf9c0882: Verifying Checksum [2020-05-13T14:01:16.538Z] e6b0cf9c0882: Download complete [2020-05-13T14:01:17.123Z] e6b0cf9c0882: Pull complete [2020-05-13T14:01:17.123Z] 2848faf0eed1: Pull complete [2020-05-13T14:01:17.388Z] 34c802a77dc8: Verifying Checksum [2020-05-13T14:01:17.388Z] 34c802a77dc8: Download complete [2020-05-13T14:01:17.388Z] 27c7a5d97fbd: Verifying Checksum [2020-05-13T14:01:17.388Z] 27c7a5d97fbd: Download complete [2020-05-13T14:01:17.981Z] 0f37312ad70f: Pull complete [2020-05-13T14:01:17.981Z] 5c102a31e300: Verifying Checksum [2020-05-13T14:01:17.981Z] 5c102a31e300: Download complete [2020-05-13T14:01:17.981Z] dcfb455df0a1: Verifying Checksum [2020-05-13T14:01:17.981Z] dcfb455df0a1: Download complete [2020-05-13T14:01:18.557Z] 9eb99e56ec68: Verifying Checksum [2020-05-13T14:01:18.557Z] 9eb99e56ec68: Download complete [2020-05-13T14:01:18.557Z] 5788d62ee057: Verifying Checksum [2020-05-13T14:01:18.557Z] 5788d62ee057: Download complete [2020-05-13T14:01:25.180Z] 5788d62ee057: Pull complete [2020-05-13T14:01:25.180Z] 0e6b1d234666: Pull complete [2020-05-13T14:01:25.180Z] bf5d7aec512f: Pull complete [2020-05-13T14:01:29.412Z] 34c802a77dc8: Pull complete [2020-05-13T14:01:32.719Z] 9eb99e56ec68: Pull complete [2020-05-13T14:01:32.719Z] 27c7a5d97fbd: Pull complete [2020-05-13T14:01:33.661Z] 5c102a31e300: Pull complete [2020-05-13T14:01:33.661Z] dcfb455df0a1: Pull complete [2020-05-13T14:01:33.661Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-05-13T14:01:33.661Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-05-13T14:01:33.661Z] ---> 7c70fe431013 [2020-05-13T14:01:33.661Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-05-13T14:01:33.661Z] ---> Running in baa1c0593135 [2020-05-13T14:01:33.921Z] Removing intermediate container baa1c0593135 [2020-05-13T14:01:33.921Z] ---> 004f265b4a06 [2020-05-13T14:01:33.921Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-13T14:01:33.921Z] ---> Running in 6c12b127b38c [2020-05-13T14:01:34.860Z] Removing intermediate container 6c12b127b38c [2020-05-13T14:01:34.860Z] ---> b7f5ac7f3586 [2020-05-13T14:01:34.860Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-05-13T14:01:34.860Z] ---> Running in a451f95ba8b0 [2020-05-13T14:01:35.120Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-13T14:01:36.501Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-13T14:01:37.885Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-05-13T14:01:39.307Z] (2/17) Installing libmagic (5.37-r1) [2020-05-13T14:01:39.307Z] (3/17) Installing file (5.37-r1) [2020-05-13T14:01:39.307Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-05-13T14:01:39.567Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-05-13T14:01:39.567Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-05-13T14:02:06.131Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-05-13T14:02:06.131Z] (8/17) Installing g++ (9.2.0-r4) [2020-05-13T14:02:11.421Z] (9/17) Installing fortify-headers (1.1-r0) [2020-05-13T14:02:11.421Z] (10/17) Installing build-base (0.5-r1) [2020-05-13T14:02:11.421Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-05-13T14:02:11.421Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-05-13T14:02:11.421Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-05-13T14:02:11.990Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-05-13T14:02:11.990Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-05-13T14:02:11.990Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-05-13T14:02:12.249Z] (17/17) Installing openssh (8.1_p1-r0) [2020-05-13T14:02:12.509Z] Executing busybox-1.31.1-r8.trigger [2020-05-13T14:02:12.509Z] OK: 214 MiB in 52 packages [2020-05-13T14:02:16.729Z] Removing intermediate container a451f95ba8b0 [2020-05-13T14:02:16.729Z] ---> f2d11cc89127 [2020-05-13T14:02:16.729Z] Step 6/8 : WORKDIR /device-virtual-go [2020-05-13T14:02:16.729Z] ---> Running in 7fad6bf66cfe [2020-05-13T14:02:16.729Z] Removing intermediate container 7fad6bf66cfe [2020-05-13T14:02:16.729Z] ---> 82a1de1c451a [2020-05-13T14:02:16.729Z] Step 7/8 : COPY . . [2020-05-13T14:02:16.729Z] ---> 1a3879c2006e [2020-05-13T14:02:16.729Z] Step 8/8 : RUN go mod download [2020-05-13T14:02:16.729Z] ---> Running in 8264ec849e29 [2020-05-13T14:02:18.107Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-13T14:02:18.107Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-13T14:02:18.107Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-13T14:02:18.107Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-13T14:02:18.107Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-13T14:02:18.107Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-13T14:02:18.107Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-13T14:02:18.107Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-13T14:02:18.107Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-05-13T14:02:18.107Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-13T14:02:18.107Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-13T14:02:18.107Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-13T14:02:18.107Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-13T14:02:18.107Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-13T14:02:18.107Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-05-13T14:02:18.107Z] go: finding github.com/fatih/color v1.7.0 [2020-05-13T14:02:18.107Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-13T14:02:18.107Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-13T14:02:18.107Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-13T14:02:18.107Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-13T14:02:18.366Z] go: finding github.com/golang/snappy v0.0.1 [2020-05-13T14:02:18.366Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-13T14:02:18.366Z] go: finding github.com/google/uuid v1.1.0 [2020-05-13T14:02:18.366Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-13T14:02:18.366Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-13T14:02:18.366Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-13T14:02:18.366Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-13T14:02:18.366Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-13T14:02:18.366Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-13T14:02:18.366Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-13T14:02:18.367Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-13T14:02:18.367Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-13T14:02:18.367Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-13T14:02:18.367Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-13T14:02:18.367Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-13T14:02:18.367Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-13T14:02:18.367Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-13T14:02:18.631Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-13T14:02:18.631Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-13T14:02:18.631Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-13T14:02:18.631Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-13T14:02:18.631Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-13T14:02:18.631Z] go: finding github.com/posener/complete v1.1.1 [2020-05-13T14:02:18.631Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-05-13T14:02:18.631Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-13T14:02:18.631Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-13T14:02:18.631Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-13T14:02:18.631Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-13T14:02:18.631Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-13T14:02:18.631Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-13T14:02:18.631Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-13T14:02:18.631Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-05-13T14:02:18.631Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-13T14:02:18.631Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-05-13T14:02:18.631Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-13T14:02:18.631Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-13T14:02:18.631Z] go: finding modernc.org/b v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/db v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/file v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/fileutil v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/golex v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/internal v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/lldb v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/mathutil v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/ql v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/sortutil v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/strutil v1.0.0 [2020-05-13T14:02:18.631Z] go: finding modernc.org/zappy v1.0.0 [2020-05-13T14:02:22.833Z] Removing intermediate container 8264ec849e29 [2020-05-13T14:02:22.833Z] ---> afc751733bf4 [2020-05-13T14:02:22.833Z] Successfully built afc751733bf4 [2020-05-13T14:02:22.833Z] 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-05-13T14:02:23.447Z] + docker inspect -f . ci-base-image-x86_64 [2020-05-13T14:02:23.448Z] . [Pipeline] withDockerContainer [2020-05-13T14:02:23.568Z] prd-centos7-docker-4c-2g-8238 does not seem to be running inside a container [2020-05-13T14:02:23.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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 ******** ci-base-image-x86_64 cat [2020-05-13T14:02:24.141Z] $ docker top 9818c2680f392999403990f01cb8f28ceb7b4507f05fc154341769a71282ccc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-13T14:02:24.823Z] + go version [2020-05-13T14:02:24.823Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-05-13T14:02:25.129Z] + make test [2020-05-13T14:02:25.129Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-05-13T14:02:27.679Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-05-13T14:02:37.139Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8242 in /w/workspace/foundry_device-virtual-go_PR-110 [Pipeline] { [Pipeline] ws [2020-05-13T14:02:37.230Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-05-13T14:02:42.741Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-05-13T14:02:44.485Z] using credential edgex-jenkins-ssh [2020-05-13T14:02:44.538Z] Cloning the remote Git repository [2020-05-13T14:02:44.538Z] Cloning with configured refspecs honoured and without tags [2020-05-13T14:02:44.610Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-05-13T14:02:44.716Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-05-13T14:02:44.806Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-05-13T14:02:44.808Z] > git --version # timeout=10 [2020-05-13T14:02:44.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-13T14:02:44.933Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-13T14:02:45.696Z] Fetching without tags [2020-05-13T14:02:46.161Z] Merging remotes/origin/master commit c582d469887cd834f9d5759aa0528599fd84ba45 into PR head commit 185c5cac0a2258eef7d350a902a67317b784c425 [2020-05-13T14:02:46.502Z] Merge succeeded, producing 185c5cac0a2258eef7d350a902a67317b784c425 [2020-05-13T14:02:46.502Z] Checking out Revision 185c5cac0a2258eef7d350a902a67317b784c425 (PR-110) [2020-05-13T14:02:45.592Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-05-13T14:02:45.634Z] > git config --add remote.origin.fetch +refs/pull/110/head:refs/remotes/origin/PR-110 # timeout=10 [2020-05-13T14:02:45.648Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-13T14:02:45.672Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-05-13T14:02:45.711Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-05-13T14:02:45.712Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-13T14:02:45.725Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-13T14:02:46.188Z] > git config core.sparsecheckout # timeout=10 [2020-05-13T14:02:46.212Z] > git checkout -f 185c5cac0a2258eef7d350a902a67317b784c425 # timeout=10 [2020-05-13T14:02:46.305Z] > git remote # timeout=10 [2020-05-13T14:02:46.324Z] > git config --get remote.origin.url # timeout=10 [2020-05-13T14:02:46.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-13T14:02:46.374Z] > git merge c582d469887cd834f9d5759aa0528599fd84ba45 # timeout=10 [2020-05-13T14:02:46.473Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-13T14:02:46.512Z] > git config core.sparsecheckout # timeout=10 [2020-05-13T14:02:46.543Z] > git checkout -f 185c5cac0a2258eef7d350a902a67317b784c425 # timeout=10 [2020-05-13T14:02:51.177Z] Commit message: "upgrade sdk and contract version for Geneva release" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-13T14:02:52.171Z] ========================================================= [2020-05-13T14:02:52.171Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-05-13T14:02:52.172Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-13T14:02:53.378Z] + 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-05-13T14:02:53.989Z] Sending build context to Docker daemon 521.7kB [2020-05-13T14:02:53.989Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-13T14:02:53.989Z] Step 2/8 : FROM ${BASE} [2020-05-13T14:02:54.575Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-05-13T14:02:54.575Z] cde5963f3b93: Pulling fs layer [2020-05-13T14:02:54.575Z] 2a23fa8c16f7: Pulling fs layer [2020-05-13T14:02:54.575Z] 777b28850792: Pulling fs layer [2020-05-13T14:02:54.575Z] 8a11ddd9e578: Pulling fs layer [2020-05-13T14:02:54.575Z] 4cf88f913ddb: Pulling fs layer [2020-05-13T14:02:54.575Z] 1df406cf5192: Pulling fs layer [2020-05-13T14:02:54.575Z] cd6300453558: Pulling fs layer [2020-05-13T14:02:54.575Z] b9c365052c96: Pulling fs layer [2020-05-13T14:02:54.575Z] a2d8cc88f415: Pulling fs layer [2020-05-13T14:02:54.575Z] ea1d1ca13537: Pulling fs layer [2020-05-13T14:02:54.575Z] 3750a50a1c5e: Pulling fs layer [2020-05-13T14:02:54.575Z] 8a11ddd9e578: Waiting [2020-05-13T14:02:54.575Z] 4cf88f913ddb: Waiting [2020-05-13T14:02:54.575Z] 1df406cf5192: Waiting [2020-05-13T14:02:54.575Z] a2d8cc88f415: Waiting [2020-05-13T14:02:54.575Z] cd6300453558: Waiting [2020-05-13T14:02:54.575Z] ea1d1ca13537: Waiting [2020-05-13T14:02:54.575Z] b9c365052c96: Waiting [2020-05-13T14:02:54.575Z] 3750a50a1c5e: Waiting [2020-05-13T14:02:54.575Z] 777b28850792: Verifying Checksum [2020-05-13T14:02:54.575Z] 777b28850792: Download complete [2020-05-13T14:02:54.575Z] 2a23fa8c16f7: Download complete [2020-05-13T14:02:54.575Z] 4cf88f913ddb: Verifying Checksum [2020-05-13T14:02:54.575Z] 4cf88f913ddb: Download complete [2020-05-13T14:02:54.575Z] 1df406cf5192: Verifying Checksum [2020-05-13T14:02:54.575Z] 1df406cf5192: Download complete [2020-05-13T14:02:54.854Z] cde5963f3b93: Verifying Checksum [2020-05-13T14:02:55.835Z] cde5963f3b93: Pull complete [2020-05-13T14:02:56.431Z] 2a23fa8c16f7: Pull complete [2020-05-13T14:02:56.703Z] 777b28850792: Pull complete [2020-05-13T14:02:58.678Z] cd6300453558: Download complete [2020-05-13T14:02:58.678Z] a2d8cc88f415: Verifying Checksum [2020-05-13T14:02:58.678Z] a2d8cc88f415: Download complete [2020-05-13T14:03:01.282Z] ea1d1ca13537: Verifying Checksum [2020-05-13T14:03:01.282Z] ea1d1ca13537: Download complete [2020-05-13T14:03:01.551Z] 3750a50a1c5e: Download complete [2020-05-13T14:03:04.897Z] b9c365052c96: Verifying Checksum [2020-05-13T14:03:04.897Z] b9c365052c96: Download complete [2020-05-13T14:03:06.308Z] 8a11ddd9e578: Verifying Checksum [2020-05-13T14:03:06.308Z] 8a11ddd9e578: Download complete [2020-05-13T14:03:18.655Z] 8a11ddd9e578: Pull complete [2020-05-13T14:03:18.655Z] 4cf88f913ddb: Pull complete [2020-05-13T14:03:18.655Z] 1df406cf5192: Pull complete [2020-05-13T14:03:22.942Z] cd6300453558: Pull complete [2020-05-13T14:03:28.314Z] b9c365052c96: Pull complete [2020-05-13T14:03:28.314Z] a2d8cc88f415: Pull complete [2020-05-13T14:03:30.294Z] ea1d1ca13537: Pull complete [2020-05-13T14:03:30.564Z] 3750a50a1c5e: Pull complete [2020-05-13T14:03:30.564Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-05-13T14:03:30.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-05-13T14:03:30.564Z] ---> 78745c68409d [2020-05-13T14:03:30.564Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-05-13T14:03:35.962Z] ---> Running in bfb0c3b97418 [2020-05-13T14:03:35.962Z] Removing intermediate container bfb0c3b97418 [2020-05-13T14:03:35.962Z] ---> 2e8c59af5bd5 [2020-05-13T14:03:35.962Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-13T14:03:35.962Z] ---> Running in c38a66d82a2c [2020-05-13T14:03:37.917Z] Removing intermediate container c38a66d82a2c [2020-05-13T14:03:37.917Z] ---> a0f7d76999ba [2020-05-13T14:03:37.917Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-05-13T14:03:37.917Z] ---> Running in b6ebd9a3f7c0 [2020-05-13T14:03:38.903Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-13T14:03:39.068Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 54.179s coverage: 52.7% of statements [2020-05-13T14:03:39.068Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-13T14:03:39.068Z] gofmt -l . [2020-05-13T14:03:39.068Z] [ "`gofmt -l .`" = "" ] [2020-05-13T14:03:39.068Z] ./bin/test-attribution-txt.sh [2020-05-13T14:03:39.488Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-13T14:03:39.636Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-13T14:03:40.076Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-05-13T14:03:40.316Z] Stashed 1 file(s) [Pipeline] } [2020-05-13T14:03:40.321Z] $ docker stop --time=1 9818c2680f392999403990f01cb8f28ceb7b4507f05fc154341769a71282ccc6 [2020-05-13T14:03:40.344Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-05-13T14:03:40.344Z] (3/18) Installing libmagic (5.37-r1) [2020-05-13T14:03:40.613Z] (4/18) Installing file (5.37-r1) [2020-05-13T14:03:40.613Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-05-13T14:03:40.883Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-05-13T14:03:40.883Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-05-13T14:03:41.872Z] $ docker rm -f 9818c2680f392999403990f01cb8f28ceb7b4507f05fc154341769a71282ccc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-13T14:03:42.870Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-13T14:03:43.163Z] + ls -al . [2020-05-13T14:03:43.163Z] total 112 [2020-05-13T14:03:43.163Z] drwxrwxr-x. 8 jenkins jenkins 4096 May 13 14:03 . [2020-05-13T14:03:43.163Z] drwxrwxr-x. 4 jenkins jenkins 28 May 13 14:01 .. [2020-05-13T14:03:43.163Z] -rw-rw-r--. 1 jenkins jenkins 6432 May 13 14:01 Attribution.txt [2020-05-13T14:03:43.163Z] drwxrwxr-x. 2 jenkins jenkins 64 May 13 14:01 bin [2020-05-13T14:03:43.163Z] drwxrwxr-x. 3 jenkins jenkins 32 May 13 14:01 cmd [2020-05-13T14:03:43.163Z] -rw-r--r--. 1 jenkins jenkins 32181 May 13 14:03 coverage.out [2020-05-13T14:03:43.163Z] -rw-rw-r--. 1 jenkins jenkins 1826 May 13 14:01 Dockerfile [2020-05-13T14:03:43.163Z] -rw-rw-r--. 1 jenkins jenkins 957 May 13 14:01 Dockerfile.build [2020-05-13T14:03:43.163Z] drwxrwxr-x. 8 jenkins jenkins 179 May 13 14:01 .git [2020-05-13T14:03:43.163Z] drwxrwxr-x. 2 jenkins jenkins 38 May 13 14:01 .github [2020-05-13T14:03:43.163Z] -rw-rw-r--. 1 jenkins jenkins 258 May 13 14:01 .gitignore [2020-05-13T14:03:43.163Z] -rw-r--r--. 1 jenkins jenkins 855 May 13 14:03 go.mod [2020-05-13T14:03:43.164Z] -rw-r--r--. 1 jenkins jenkins 14894 May 13 14:03 go.sum [2020-05-13T14:03:43.164Z] drwxrwxr-x. 3 jenkins jenkins 20 May 13 14:01 internal [2020-05-13T14:03:43.164Z] -rw-rw-r--. 1 jenkins jenkins 683 May 13 14:01 Jenkinsfile [2020-05-13T14:03:43.164Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 13 14:01 LICENSE [2020-05-13T14:03:43.164Z] -rw-rw-r--. 1 jenkins jenkins 873 May 13 14:01 Makefile [2020-05-13T14:03:43.164Z] -rw-rw-r--. 1 jenkins jenkins 4413 May 13 14:01 README.md [2020-05-13T14:03:43.164Z] drwxrwxr-x. 3 jenkins jenkins 58 May 13 14:01 .semver [2020-05-13T14:03:43.164Z] -rw-rw-r--. 1 jenkins jenkins 5 May 13 13:59 VERSION [2020-05-13T14:03:43.164Z] -rw-rw-r--. 1 jenkins jenkins 235 May 13 14:01 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-13T14:03:43.460Z] + 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=185c5cac0a2258eef7d350a902a67317b784c425 --label arch=amd64 --label version=0.0.0 . [2020-05-13T14:03:43.718Z] Sending build context to Docker daemon 34.14MB [2020-05-13T14:03:43.718Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-05-13T14:03:43.718Z] Step 2/21 : FROM ${BASE} AS builder [2020-05-13T14:03:43.718Z] ---> afc751733bf4 [2020-05-13T14:03:43.718Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-05-13T14:03:43.978Z] ---> Running in fd0a1da5eb66 [2020-05-13T14:03:43.978Z] Removing intermediate container fd0a1da5eb66 [2020-05-13T14:03:43.978Z] ---> b037986ba007 [2020-05-13T14:03:43.978Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-05-13T14:03:43.978Z] ---> Running in 30d9f3397757 [2020-05-13T14:03:44.236Z] Removing intermediate container 30d9f3397757 [2020-05-13T14:03:44.236Z] ---> fdf28ed18edd [2020-05-13T14:03:44.236Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-05-13T14:03:44.236Z] ---> Running in a4113f7623b1 [2020-05-13T14:03:44.495Z] Removing intermediate container a4113f7623b1 [2020-05-13T14:03:44.495Z] ---> 9bf44f69fa89 [2020-05-13T14:03:44.495Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-13T14:03:44.495Z] ---> Running in b0856483f447 [2020-05-13T14:03:45.063Z] Removing intermediate container b0856483f447 [2020-05-13T14:03:45.063Z] ---> 6a88eb4e4c5d [2020-05-13T14:03:45.063Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-05-13T14:03:45.145Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-05-13T14:03:45.145Z] (9/18) Installing g++ (9.2.0-r4) [2020-05-13T14:03:45.322Z] ---> Running in f4ab037bf986 [2020-05-13T14:03:45.581Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-13T14:03:46.517Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-13T14:03:46.777Z] OK: 214 MiB in 52 packages [2020-05-13T14:03:47.035Z] Removing intermediate container f4ab037bf986 [2020-05-13T14:03:47.035Z] ---> 4329c118602a [2020-05-13T14:03:47.035Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-05-13T14:03:47.095Z] (10/18) Installing fortify-headers (1.1-r0) [2020-05-13T14:03:47.311Z] ---> Running in 300178df8227 [2020-05-13T14:03:47.311Z] Removing intermediate container 300178df8227 [2020-05-13T14:03:47.311Z] ---> 16d2caf05da6 [2020-05-13T14:03:47.311Z] Step 9/21 : COPY . . [2020-05-13T14:03:47.364Z] (11/18) Installing build-base (0.5-r1) [2020-05-13T14:03:47.364Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-05-13T14:03:47.364Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-05-13T14:03:47.633Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-05-13T14:03:47.879Z] ---> a0bac1043259 [2020-05-13T14:03:47.879Z] Step 10/21 : ARG MAKE='make build' [2020-05-13T14:03:47.901Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-05-13T14:03:47.901Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-05-13T14:03:48.138Z] ---> Running in db106fa1a537 [2020-05-13T14:03:48.138Z] Removing intermediate container db106fa1a537 [2020-05-13T14:03:48.138Z] ---> b434acc5f92a [2020-05-13T14:03:48.138Z] Step 11/21 : RUN $MAKE [2020-05-13T14:03:48.138Z] ---> Running in 7457eaca059d [2020-05-13T14:03:48.172Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-05-13T14:03:48.172Z] (18/18) Installing openssh (8.1_p1-r0) [2020-05-13T14:03:48.172Z] Executing busybox-1.31.1-r8.trigger [2020-05-13T14:03:48.172Z] OK: 203 MiB in 52 packages [2020-05-13T14:03:48.402Z] 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-05-13T14:03:56.397Z] Removing intermediate container b6ebd9a3f7c0 [2020-05-13T14:03:56.397Z] ---> 13fadb892669 [2020-05-13T14:03:56.397Z] Step 6/8 : WORKDIR /device-virtual-go [2020-05-13T14:03:56.397Z] ---> Running in b4eebf069737 [2020-05-13T14:03:56.397Z] Removing intermediate container b4eebf069737 [2020-05-13T14:03:56.397Z] ---> a61418fa13b9 [2020-05-13T14:03:56.397Z] Step 7/8 : COPY . . [2020-05-13T14:03:56.397Z] ---> a2ba8d7fb323 [2020-05-13T14:03:56.397Z] Step 8/8 : RUN go mod download [2020-05-13T14:03:56.397Z] ---> Running in 3436eb8970ad [2020-05-13T14:03:58.375Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-13T14:03:58.375Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-13T14:03:58.375Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-13T14:03:58.375Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-13T14:03:58.375Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-13T14:03:58.375Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-13T14:03:58.375Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-13T14:03:58.375Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-13T14:03:58.375Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-05-13T14:03:58.375Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-13T14:03:58.666Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-13T14:03:58.666Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-13T14:03:58.666Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-13T14:03:58.666Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-13T14:03:58.666Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-05-13T14:03:58.666Z] go: finding github.com/fatih/color v1.7.0 [2020-05-13T14:03:58.666Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-13T14:03:58.666Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-13T14:03:58.666Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-13T14:03:58.666Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-13T14:03:58.666Z] go: finding github.com/golang/snappy v0.0.1 [2020-05-13T14:03:58.666Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-13T14:03:58.666Z] go: finding github.com/google/uuid v1.1.0 [2020-05-13T14:03:58.666Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-13T14:03:58.666Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-13T14:03:58.666Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-13T14:03:58.666Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-13T14:03:58.666Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-13T14:03:58.666Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-13T14:03:58.666Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-13T14:03:58.944Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-13T14:03:58.944Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-13T14:03:58.944Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-13T14:03:58.944Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-13T14:03:58.944Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-13T14:03:58.944Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-13T14:03:58.944Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-13T14:03:58.944Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-13T14:03:58.944Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-13T14:03:58.944Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-13T14:03:59.221Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-13T14:03:59.221Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-13T14:03:59.221Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-13T14:03:59.221Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-13T14:03:59.221Z] go: finding github.com/posener/complete v1.1.1 [2020-05-13T14:03:59.221Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-05-13T14:03:59.221Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-13T14:03:59.221Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-13T14:03:59.221Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-13T14:03:59.221Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-13T14:03:59.221Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-13T14:03:59.221Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-13T14:03:59.221Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-13T14:03:59.221Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-05-13T14:03:59.221Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-13T14:03:59.221Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-05-13T14:03:59.221Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-13T14:03:59.221Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-13T14:03:59.221Z] go: finding modernc.org/b v1.0.0 [2020-05-13T14:03:59.221Z] go: finding modernc.org/db v1.0.0 [2020-05-13T14:03:59.221Z] go: finding modernc.org/file v1.0.0 [2020-05-13T14:03:59.221Z] go: finding modernc.org/fileutil v1.0.0 [2020-05-13T14:03:59.221Z] go: finding modernc.org/golex v1.0.0 [2020-05-13T14:03:59.221Z] go: finding modernc.org/internal v1.0.0 [2020-05-13T14:03:59.221Z] go: finding modernc.org/lldb v1.0.0 [2020-05-13T14:03:59.221Z] go: finding modernc.org/mathutil v1.0.0 [2020-05-13T14:03:59.498Z] go: finding modernc.org/ql v1.0.0 [2020-05-13T14:03:59.498Z] go: finding modernc.org/sortutil v1.0.0 [2020-05-13T14:03:59.498Z] go: finding modernc.org/strutil v1.0.0 [2020-05-13T14:03:59.498Z] go: finding modernc.org/zappy v1.0.0 [2020-05-13T14:04:00.780Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-05-13T14:04:02.177Z] Removing intermediate container 7457eaca059d [2020-05-13T14:04:02.177Z] ---> 2c196ce5f095 [2020-05-13T14:04:02.177Z] Step 12/21 : FROM alpine [2020-05-13T14:04:02.743Z] latest: Pulling from library/alpine [2020-05-13T14:04:02.743Z] cbdbe7a5bc2a: Pulling fs layer [2020-05-13T14:04:03.005Z] cbdbe7a5bc2a: Verifying Checksum [2020-05-13T14:04:03.005Z] cbdbe7a5bc2a: Download complete [2020-05-13T14:04:03.005Z] cbdbe7a5bc2a: Pull complete [2020-05-13T14:04:03.005Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-05-13T14:04:03.005Z] Status: Downloaded newer image for alpine:latest [2020-05-13T14:04:03.005Z] ---> f70734b6a266 [2020-05-13T14:04:03.005Z] Step 13/21 : ENV APP_PORT=49990 [2020-05-13T14:04:03.266Z] ---> Running in 847e0c72ef94 [2020-05-13T14:04:03.266Z] Removing intermediate container 847e0c72ef94 [2020-05-13T14:04:03.266Z] ---> 655ed439e804 [2020-05-13T14:04:03.266Z] Step 14/21 : EXPOSE $APP_PORT [2020-05-13T14:04:03.266Z] ---> Running in a36dd6cd1f05 [2020-05-13T14:04:03.535Z] Removing intermediate container a36dd6cd1f05 [2020-05-13T14:04:03.535Z] ---> 52a9616166cc [2020-05-13T14:04:03.535Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-05-13T14:04:03.797Z] ---> b8192259fd28 [2020-05-13T14:04:03.798Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-05-13T14:04:04.060Z] ---> f7cf78094f82 [2020-05-13T14:04:04.060Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-05-13T14:04:04.060Z] ---> 4d7496eb32e5 [2020-05-13T14:04:04.060Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-05-13T14:04:04.319Z] ---> Running in d2c831a78e15 [2020-05-13T14:04:04.319Z] Removing intermediate container d2c831a78e15 [2020-05-13T14:04:04.319Z] ---> 4aa784d74e09 [2020-05-13T14:04:04.319Z] Step 19/21 : LABEL arch=amd64 [2020-05-13T14:04:04.319Z] ---> Running in 63d5386f58c5 [2020-05-13T14:04:04.577Z] Removing intermediate container 63d5386f58c5 [2020-05-13T14:04:04.577Z] ---> 6b12a5457f9f [2020-05-13T14:04:04.577Z] Step 20/21 : LABEL git_sha=185c5cac0a2258eef7d350a902a67317b784c425 [2020-05-13T14:04:04.577Z] ---> Running in 55c2ae819504 [2020-05-13T14:04:04.577Z] Removing intermediate container 55c2ae819504 [2020-05-13T14:04:04.577Z] ---> 990089f187c7 [2020-05-13T14:04:04.577Z] Step 21/21 : LABEL version=0.0.0 [2020-05-13T14:04:04.835Z] ---> Running in 31ec6908cb43 [2020-05-13T14:04:04.835Z] Removing intermediate container 31ec6908cb43 [2020-05-13T14:04:04.835Z] ---> 8a63aaf41854 [2020-05-13T14:04:04.835Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-13T14:04:04.835Z] Successfully built 8a63aaf41854 [2020-05-13T14:04:04.835Z] 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] } [2020-05-13T14:04:09.921Z] Removing intermediate container 3436eb8970ad [2020-05-13T14:04:09.921Z] ---> 3ab5236cc9cd [2020-05-13T14:04:09.921Z] Successfully built 3ab5236cc9cd [2020-05-13T14:04:09.921Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-05-13T14:04:10.663Z] + docker inspect -f . ci-base-image-arm64 [2020-05-13T14:04:10.663Z] . [Pipeline] withDockerContainer [2020-05-13T14:04:11.020Z] prd-ubuntu18.04-docker-arm64-4c-16g-8242 does not seem to be running inside a container [2020-05-13T14:04:11.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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 ******** ci-base-image-arm64 cat [2020-05-13T14:04:12.531Z] $ docker top 99cb677d53c88f0e17b90e559491f9a6f03d2d37e0145bddcbc7da0dc9ff4883 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-13T14:04:13.623Z] + go version [2020-05-13T14:04:13.623Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-05-13T14:04:14.292Z] + make test [2020-05-13T14:04:14.292Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-05-13T14:04:15.270Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-05-13T14:04:54.158Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-05-13T14:07:30.891Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 150.076s coverage: 52.7% of statements [2020-05-13T14:07:30.891Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-13T14:07:32.304Z] gofmt -l . [2020-05-13T14:07:32.304Z] [ "`gofmt -l .`" = "" ] [2020-05-13T14:07:32.304Z] ./bin/test-attribution-txt.sh [2020-05-13T14:07:33.716Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-13T14:07:34.030Z] Warning: overwriting stash ‘coverage-report’ [2020-05-13T14:07:34.431Z] Stashed 1 file(s) [Pipeline] } [2020-05-13T14:07:34.426Z] $ docker stop --time=1 99cb677d53c88f0e17b90e559491f9a6f03d2d37e0145bddcbc7da0dc9ff4883 [2020-05-13T14:07:36.682Z] $ docker rm -f 99cb677d53c88f0e17b90e559491f9a6f03d2d37e0145bddcbc7da0dc9ff4883 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-13T14:07:38.126Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-13T14:07:38.588Z] + ls -al . [2020-05-13T14:07:38.588Z] total 140 [2020-05-13T14:07:38.588Z] drwxrwxr-x 8 jenkins jenkins 4096 May 13 14:07 . [2020-05-13T14:07:38.588Z] drwxrwxr-x 4 jenkins jenkins 4096 May 13 14:02 .. [2020-05-13T14:07:38.588Z] drwxrwxr-x 8 jenkins jenkins 4096 May 13 14:02 .git [2020-05-13T14:07:38.588Z] drwxrwxr-x 2 jenkins jenkins 4096 May 13 14:02 .github [2020-05-13T14:07:38.588Z] -rw-rw-r-- 1 jenkins jenkins 258 May 13 14:02 .gitignore [2020-05-13T14:07:38.588Z] drwxrwxr-x 3 jenkins jenkins 4096 May 13 14:02 .semver [2020-05-13T14:07:38.588Z] -rw-rw-r-- 1 jenkins jenkins 6432 May 13 14:02 Attribution.txt [2020-05-13T14:07:38.588Z] -rw-rw-r-- 1 jenkins jenkins 1826 May 13 14:02 Dockerfile [2020-05-13T14:07:38.588Z] -rw-rw-r-- 1 jenkins jenkins 957 May 13 14:02 Dockerfile.build [2020-05-13T14:07:38.588Z] -rw-rw-r-- 1 jenkins jenkins 683 May 13 14:02 Jenkinsfile [2020-05-13T14:07:38.588Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 13 14:02 LICENSE [2020-05-13T14:07:38.588Z] -rw-rw-r-- 1 jenkins jenkins 873 May 13 14:02 Makefile [2020-05-13T14:07:38.588Z] -rw-rw-r-- 1 jenkins jenkins 4413 May 13 14:02 README.md [2020-05-13T14:07:38.588Z] -rw-rw-r-- 1 jenkins jenkins 5 May 13 13:59 VERSION [2020-05-13T14:07:38.588Z] drwxrwxr-x 2 jenkins jenkins 4096 May 13 14:02 bin [2020-05-13T14:07:38.588Z] drwxrwxr-x 3 jenkins jenkins 4096 May 13 14:02 cmd [2020-05-13T14:07:38.588Z] -rw-r--r-- 1 jenkins jenkins 32181 May 13 14:07 coverage.out [2020-05-13T14:07:38.588Z] -rw-r--r-- 1 jenkins jenkins 855 May 13 14:07 go.mod [2020-05-13T14:07:38.588Z] -rw-r--r-- 1 jenkins jenkins 14894 May 13 14:07 go.sum [2020-05-13T14:07:38.588Z] drwxrwxr-x 3 jenkins jenkins 4096 May 13 14:02 internal [2020-05-13T14:07:38.588Z] -rw-rw-r-- 1 jenkins jenkins 235 May 13 14:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-13T14:07:39.002Z] + 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=185c5cac0a2258eef7d350a902a67317b784c425 --label arch=arm64 --label version=0.0.0 . [2020-05-13T14:07:39.996Z] Sending build context to Docker daemon 34.14MB [2020-05-13T14:07:39.996Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-05-13T14:07:39.996Z] Step 2/21 : FROM ${BASE} AS builder [2020-05-13T14:07:39.996Z] ---> 3ab5236cc9cd [2020-05-13T14:07:39.996Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-05-13T14:07:40.269Z] ---> Running in 9c1406af9aa7 [2020-05-13T14:07:40.537Z] Removing intermediate container 9c1406af9aa7 [2020-05-13T14:07:40.537Z] ---> f60f266fdc1a [2020-05-13T14:07:40.537Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-05-13T14:07:40.806Z] ---> Running in 0ddd0a82be41 [2020-05-13T14:07:41.074Z] Removing intermediate container 0ddd0a82be41 [2020-05-13T14:07:41.074Z] ---> 5cbb90304a78 [2020-05-13T14:07:41.074Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-05-13T14:07:41.339Z] ---> Running in 5a8f9fe28239 [2020-05-13T14:07:41.605Z] Removing intermediate container 5a8f9fe28239 [2020-05-13T14:07:41.605Z] ---> 2f96522a24dc [2020-05-13T14:07:41.605Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-13T14:07:41.873Z] ---> Running in 42005970f882 [2020-05-13T14:07:43.815Z] Removing intermediate container 42005970f882 [2020-05-13T14:07:43.815Z] ---> c89dac30982e [2020-05-13T14:07:43.815Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-05-13T14:07:43.815Z] ---> Running in fb72d86065f8 [2020-05-13T14:07:44.397Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-13T14:07:45.358Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-13T14:07:47.307Z] OK: 203 MiB in 52 packages [2020-05-13T14:07:48.272Z] Removing intermediate container fb72d86065f8 [2020-05-13T14:07:48.272Z] ---> 0b3cd0e322c1 [2020-05-13T14:07:48.272Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-05-13T14:07:48.272Z] ---> Running in 2f5a007043d9 [2020-05-13T14:07:48.539Z] Removing intermediate container 2f5a007043d9 [2020-05-13T14:07:48.539Z] ---> 1db2f03d5c97 [2020-05-13T14:07:48.539Z] Step 9/21 : COPY . . [2020-05-13T14:07:51.126Z] ---> bb808e2b2793 [2020-05-13T14:07:51.126Z] Step 10/21 : ARG MAKE='make build' [2020-05-13T14:07:51.126Z] ---> Running in ea8e55046f26 [2020-05-13T14:07:51.126Z] Removing intermediate container ea8e55046f26 [2020-05-13T14:07:51.126Z] ---> ee613dae22b4 [2020-05-13T14:07:51.126Z] Step 11/21 : RUN $MAKE [2020-05-13T14:07:51.394Z] ---> Running in b6484da9cbe4 [2020-05-13T14:07:52.370Z] 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-05-13T14:08:24.649Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-05-13T14:08:34.745Z] Removing intermediate container b6484da9cbe4 [2020-05-13T14:08:34.745Z] ---> 65d1e499063b [2020-05-13T14:08:34.745Z] Step 12/21 : FROM alpine [2020-05-13T14:08:34.745Z] latest: Pulling from library/alpine [2020-05-13T14:08:34.745Z] 29e5d40040c1: Pulling fs layer [2020-05-13T14:08:34.745Z] 29e5d40040c1: Download complete [2020-05-13T14:08:34.745Z] 29e5d40040c1: Pull complete [2020-05-13T14:08:34.745Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-05-13T14:08:34.745Z] Status: Downloaded newer image for alpine:latest [2020-05-13T14:08:34.745Z] ---> c20d2a9ab686 [2020-05-13T14:08:34.745Z] Step 13/21 : ENV APP_PORT=49990 [2020-05-13T14:08:34.745Z] ---> Running in cc5d8cd69d19 [2020-05-13T14:08:35.014Z] Removing intermediate container cc5d8cd69d19 [2020-05-13T14:08:35.014Z] ---> 93dd69049cfd [2020-05-13T14:08:35.014Z] Step 14/21 : EXPOSE $APP_PORT [2020-05-13T14:08:35.014Z] ---> Running in c32b95cb1f14 [2020-05-13T14:08:35.598Z] Removing intermediate container c32b95cb1f14 [2020-05-13T14:08:35.598Z] ---> 04075a81ba69 [2020-05-13T14:08:35.598Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-05-13T14:08:36.553Z] ---> ebf4934cdcd2 [2020-05-13T14:08:36.553Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-05-13T14:08:37.138Z] ---> f80bdd624bfa [2020-05-13T14:08:37.138Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-05-13T14:08:37.403Z] ---> d7678a790d04 [2020-05-13T14:08:37.403Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-05-13T14:08:37.668Z] ---> Running in be53a3b7369f [2020-05-13T14:08:37.935Z] Removing intermediate container be53a3b7369f [2020-05-13T14:08:37.935Z] ---> e97b69bc3e3a [2020-05-13T14:08:37.935Z] Step 19/21 : LABEL arch=arm64 [2020-05-13T14:08:37.935Z] ---> Running in 7fe96228e5a6 [2020-05-13T14:08:38.518Z] Removing intermediate container 7fe96228e5a6 [2020-05-13T14:08:38.518Z] ---> b1cdd8d55bd9 [2020-05-13T14:08:38.518Z] Step 20/21 : LABEL git_sha=185c5cac0a2258eef7d350a902a67317b784c425 [2020-05-13T14:08:38.518Z] ---> Running in b06589cffb25 [2020-05-13T14:08:38.785Z] Removing intermediate container b06589cffb25 [2020-05-13T14:08:38.785Z] ---> 42867bf72521 [2020-05-13T14:08:38.785Z] Step 21/21 : LABEL version=0.0.0 [2020-05-13T14:08:38.785Z] ---> Running in 2c2d89eb5071 [2020-05-13T14:08:39.065Z] Removing intermediate container 2c2d89eb5071 [2020-05-13T14:08:39.065Z] ---> 798f7968fea4 [2020-05-13T14:08:39.065Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-13T14:08:39.332Z] Successfully built 798f7968fea4 [2020-05-13T14:08:39.332Z] 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 [2020-05-13T14:08:40.802Z] provisioning config files... [2020-05-13T14:08:40.813Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-110@tmp/config5733228028046385802tmp [Pipeline] { [Pipeline] sh [2020-05-13T14:08:41.192Z] + curl -s https://codecov.io/bash [2020-05-13T14:08:41.192Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-110@tmp/config5733228028046385802tmp [2020-05-13T14:08:41.454Z] [2020-05-13T14:08:41.454Z] _____ _ [2020-05-13T14:08:41.454Z] / ____| | | [2020-05-13T14:08:41.454Z] | | ___ __| | ___ ___ _____ __ [2020-05-13T14:08:41.454Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-05-13T14:08:41.454Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-05-13T14:08:41.454Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-05-13T14:08:41.454Z] Bash-tbd [2020-05-13T14:08:41.454Z] [2020-05-13T14:08:41.454Z] [2020-05-13T14:08:41.454Z] ==> Jenkins CI detected. [2020-05-13T14:08:41.454Z] project root: . [2020-05-13T14:08:41.454Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-05-13T14:08:41.454Z] ==> Running gcov in . (disable via -X gcov) [2020-05-13T14:08:41.454Z] ==> Python coveragepy not found [2020-05-13T14:08:41.454Z] ==> Searching for coverage reports in: [2020-05-13T14:08:41.454Z] + . [2020-05-13T14:08:41.454Z] -> Found 1 reports [2020-05-13T14:08:41.454Z] ==> Detecting git/mercurial file structure [2020-05-13T14:08:41.454Z] ==> Reading reports [2020-05-13T14:08:41.454Z] + ./coverage.out bytes=32181 [2020-05-13T14:08:41.454Z] ==> Appending adjustments [2020-05-13T14:08:41.454Z] http://docs.codecov.io/docs/fixing-reports [2020-05-13T14:08:41.454Z] + Found adjustments [2020-05-13T14:08:41.454Z] ==> Gzipping contents [2020-05-13T14:08:41.454Z] ==> Uploading reports [2020-05-13T14:08:41.454Z] url: https://codecov.io [2020-05-13T14:08:41.454Z] query: branch=PR-110&commit=185c5cac0a2258eef7d350a902a67317b784c425&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-110%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=110&job= [2020-05-13T14:08:41.454Z] -> Pinging Codecov [2020-05-13T14:08:41.454Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-110&commit=185c5cac0a2258eef7d350a902a67317b784c425&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-110%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=110&job= [2020-05-13T14:08:42.389Z] -> Uploading [2020-05-13T14:08:42.647Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/185c5cac0a2258eef7d350a902a67317b784c425 [Pipeline] } [2020-05-13T14:08:42.653Z] 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-05-13T14:08:44.499Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-13T14:08:44.800Z] ---> package-listing.sh [2020-05-13T14:08:44.801Z] ++ facter osfamily [2020-05-13T14:08:44.801Z] ++ tr '[:upper:]' '[:lower:]' [2020-05-13T14:08:44.801Z] + OS_FAMILY=redhat [2020-05-13T14:08:44.801Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-110 [2020-05-13T14:08:44.801Z] + START_PACKAGES=/tmp/packages_start.txt [2020-05-13T14:08:44.801Z] + END_PACKAGES=/tmp/packages_end.txt [2020-05-13T14:08:44.801Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-05-13T14:08:44.801Z] + PACKAGES=/tmp/packages_start.txt [2020-05-13T14:08:44.801Z] + '[' /w/workspace/foundry_device-virtual-go_PR-110 ']' [2020-05-13T14:08:44.801Z] + PACKAGES=/tmp/packages_end.txt [2020-05-13T14:08:44.801Z] + case "${OS_FAMILY}" in [2020-05-13T14:08:44.801Z] + rpm -qa [2020-05-13T14:08:44.801Z] + sort [2020-05-13T14:08:48.988Z] + '[' -f /tmp/packages_start.txt ']' [2020-05-13T14:08:48.988Z] + '[' -f /tmp/packages_end.txt ']' [2020-05-13T14:08:48.988Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-05-13T14:08:48.988Z] + '[' /w/workspace/foundry_device-virtual-go_PR-110 ']' [2020-05-13T14:08:48.988Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-110/archives/ [2020-05-13T14:08:48.988Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-110/archives/ [Pipeline] isUnix [Pipeline] sh [2020-05-13T14:08:49.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-13T14:08:49.340Z] [2020-05-13T14:08:49.340Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-05-13T14:08:49.685Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-13T14:08:49.685Z] alpine: Pulling from edgex-lftools-log-publisher [2020-05-13T14:08:49.685Z] c9b1b535fdd9: Pulling fs layer [2020-05-13T14:08:49.685Z] 2cc5ad85d9ab: Pulling fs layer [2020-05-13T14:08:49.685Z] 756a868c4378: Pulling fs layer [2020-05-13T14:08:49.685Z] 444b2fc9a129: Pulling fs layer [2020-05-13T14:08:49.685Z] ea15f1150254: Pulling fs layer [2020-05-13T14:08:49.685Z] 41b27a9f41bf: Pulling fs layer [2020-05-13T14:08:49.685Z] 28c525ee5125: Pulling fs layer [2020-05-13T14:08:49.685Z] 094b1ea09ed8: Pulling fs layer [2020-05-13T14:08:49.685Z] 138eaada9080: Pulling fs layer [2020-05-13T14:08:49.685Z] 0622d0fa9048: Pulling fs layer [2020-05-13T14:08:49.685Z] 28c525ee5125: Waiting [2020-05-13T14:08:49.685Z] 094b1ea09ed8: Waiting [2020-05-13T14:08:49.685Z] 138eaada9080: Waiting [2020-05-13T14:08:49.685Z] 0622d0fa9048: Waiting [2020-05-13T14:08:49.685Z] 444b2fc9a129: Waiting [2020-05-13T14:08:49.685Z] ea15f1150254: Waiting [2020-05-13T14:08:49.685Z] 41b27a9f41bf: Waiting [2020-05-13T14:08:49.685Z] 2cc5ad85d9ab: Verifying Checksum [2020-05-13T14:08:49.685Z] 2cc5ad85d9ab: Download complete [2020-05-13T14:08:49.685Z] 444b2fc9a129: Verifying Checksum [2020-05-13T14:08:49.685Z] 444b2fc9a129: Download complete [2020-05-13T14:08:49.950Z] c9b1b535fdd9: Verifying Checksum [2020-05-13T14:08:49.950Z] c9b1b535fdd9: Download complete [2020-05-13T14:08:49.950Z] ea15f1150254: Verifying Checksum [2020-05-13T14:08:49.950Z] ea15f1150254: Download complete [2020-05-13T14:08:49.950Z] 28c525ee5125: Verifying Checksum [2020-05-13T14:08:49.950Z] 28c525ee5125: Download complete [2020-05-13T14:08:50.218Z] c9b1b535fdd9: Pull complete [2020-05-13T14:08:50.219Z] 2cc5ad85d9ab: Pull complete [2020-05-13T14:08:50.481Z] 756a868c4378: Verifying Checksum [2020-05-13T14:08:50.481Z] 756a868c4378: Download complete [2020-05-13T14:08:50.744Z] 138eaada9080: Verifying Checksum [2020-05-13T14:08:50.744Z] 138eaada9080: Download complete [2020-05-13T14:08:50.744Z] 0622d0fa9048: Verifying Checksum [2020-05-13T14:08:50.744Z] 0622d0fa9048: Download complete [2020-05-13T14:08:50.744Z] 094b1ea09ed8: Verifying Checksum [2020-05-13T14:08:50.744Z] 094b1ea09ed8: Download complete [2020-05-13T14:08:51.004Z] 41b27a9f41bf: Verifying Checksum [2020-05-13T14:08:51.004Z] 41b27a9f41bf: Download complete [2020-05-13T14:08:52.380Z] 756a868c4378: Pull complete [2020-05-13T14:08:52.640Z] 444b2fc9a129: Pull complete [2020-05-13T14:08:52.640Z] ea15f1150254: Pull complete [2020-05-13T14:08:56.852Z] 41b27a9f41bf: Pull complete [2020-05-13T14:08:56.852Z] 28c525ee5125: Pull complete [2020-05-13T14:08:58.759Z] 094b1ea09ed8: Pull complete [2020-05-13T14:08:58.759Z] 138eaada9080: Pull complete [2020-05-13T14:08:59.017Z] 0622d0fa9048: Pull complete [2020-05-13T14:08:59.017Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-05-13T14:08:59.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-05-13T14:08:59.160Z] prd-centos7-docker-4c-2g-8231 does not seem to be running inside a container [2020-05-13T14:08:59.202Z] $ 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-110 -v /w/workspace/foundry_device-virtual-go_PR-110:/w/workspace/foundry_device-virtual-go_PR-110:rw,z -v /w/workspace/foundry_device-virtual-go_PR-110@tmp:/w/workspace/foundry_device-virtual-go_PR-110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-05-13T14:09:00.295Z] $ docker top 7b4b5e0236a82ebfae53126f2c5ef3b7ff0ffade1c952eea1c4b7083fbb0d124 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-13T14:09:00.593Z] provisioning config files... [2020-05-13T14:09:00.606Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-110@tmp/config2428155872813944511tmp [Pipeline] { [Pipeline] echo [2020-05-13T14:09:00.692Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-13T14:09:00.986Z] ---> create-netrc.sh [Pipeline] echo [2020-05-13T14:09:00.994Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-13T14:09:01.291Z] ---> logs-deploy.sh [2020-05-13T14:09:01.291Z] + ARCHIVE_ARTIFACTS= [2020-05-13T14:09:01.291Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-05-13T14:09:01.291Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-05-13T14:09:01.291Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-05-13T14:09:01.291Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-110/3 [2020-05-13T14:09:01.291Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-110/3/ [2020-05-13T14:09:01.291Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-110/3 /w/workspace/foundry_device-virtual-go_PR-110 [2020-05-13T14:09:02.668Z] Archives upload complete. [2020-05-13T14:09:02.668Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-110/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-110/3/ [2020-05-13T14:09:03.236Z] ---> uname -a: [2020-05-13T14:09:03.236Z] Linux 7b4b5e0236a8 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-05-13T14:09:03.236Z] [2020-05-13T14:09:03.236Z] [2020-05-13T14:09:03.236Z] ---> lscpu: [2020-05-13T14:09:03.236Z] Architecture: x86_64 [2020-05-13T14:09:03.236Z] CPU op-mode(s): 32-bit, 64-bit [2020-05-13T14:09:03.236Z] Byte Order: Little Endian [2020-05-13T14:09:03.236Z] Address sizes: 40 bits physical, 48 bits virtual [2020-05-13T14:09:03.236Z] CPU(s): 4 [2020-05-13T14:09:03.236Z] On-line CPU(s) list: 0-3 [2020-05-13T14:09:03.236Z] Thread(s) per core: 1 [2020-05-13T14:09:03.236Z] Core(s) per socket: 1 [2020-05-13T14:09:03.236Z] Socket(s): 4 [2020-05-13T14:09:03.236Z] NUMA node(s): 1 [2020-05-13T14:09:03.236Z] Vendor ID: GenuineIntel [2020-05-13T14:09:03.236Z] CPU family: 6 [2020-05-13T14:09:03.236Z] Model: 44 [2020-05-13T14:09:03.236Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-05-13T14:09:03.236Z] Stepping: 1 [2020-05-13T14:09:03.236Z] CPU MHz: 2933.396 [2020-05-13T14:09:03.236Z] BogoMIPS: 5866.79 [2020-05-13T14:09:03.236Z] Virtualization: VT-x [2020-05-13T14:09:03.236Z] Hypervisor vendor: KVM [2020-05-13T14:09:03.236Z] Virtualization type: full [2020-05-13T14:09:03.236Z] L1d cache: 128 KiB [2020-05-13T14:09:03.236Z] L1i cache: 128 KiB [2020-05-13T14:09:03.236Z] L2 cache: 16 MiB [2020-05-13T14:09:03.236Z] L3 cache: 64 MiB [2020-05-13T14:09:03.236Z] NUMA node0 CPU(s): 0-3 [2020-05-13T14:09:03.237Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-05-13T14:09:03.237Z] Vulnerability Meltdown: Mitigation; PTI [2020-05-13T14:09:03.237Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-05-13T14:09:03.237Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-05-13T14:09:03.237Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-05-13T14:09:03.237Z] 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-05-13T14:09:03.237Z] [2020-05-13T14:09:03.237Z] [2020-05-13T14:09:03.237Z] ---> nproc: [2020-05-13T14:09:03.237Z] 4 [2020-05-13T14:09:03.237Z] [2020-05-13T14:09:03.237Z] [2020-05-13T14:09:03.237Z] ---> df -h: [2020-05-13T14:09:03.237Z] Filesystem Size Used Available Use% Mounted on [2020-05-13T14:09:03.237Z] overlay 50.0G 6.3G 43.7G 13% / [2020-05-13T14:09:03.237Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-05-13T14:09:03.237Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-05-13T14:09:03.237Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-05-13T14:09:03.237Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf [2020-05-13T14:09:03.237Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname [2020-05-13T14:09:03.237Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts [2020-05-13T14:09:03.237Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/foundry_device-virtual-go_PR-110 [2020-05-13T14:09:03.237Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/foundry_device-virtual-go_PR-110@tmp [2020-05-13T14:09:03.237Z] /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa [2020-05-13T14:09:03.237Z] [2020-05-13T14:09:03.237Z] [2020-05-13T14:09:03.237Z] ---> free -m: [2020-05-13T14:09:03.237Z] total used free shared buff/cache available [2020-05-13T14:09:03.237Z] Mem: 1838 592 74 0 1171 1142 [2020-05-13T14:09:03.237Z] Swap: 1023 0 1023 [2020-05-13T14:09:03.237Z] [2020-05-13T14:09:03.237Z] [2020-05-13T14:09:03.237Z] ---> ip addr: [2020-05-13T14:09:03.237Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-05-13T14:09:03.237Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-05-13T14:09:03.237Z] inet 127.0.0.1/8 scope host lo [2020-05-13T14:09:03.237Z] valid_lft forever preferred_lft forever [2020-05-13T14:09:03.237Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-05-13T14:09:03.237Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-05-13T14:09:03.237Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-05-13T14:09:03.237Z] valid_lft forever preferred_lft forever [2020-05-13T14:09:03.237Z] [2020-05-13T14:09:03.237Z]