Pull request #90 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 FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from ff3aedc826690b7da06197a390df3d453ab372db+5671dc497a8de3c78b84a4dff37d194a373880a7 (dccad205e75ecdc5958be492bc14fe227ad6cfce) 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 b810438aec07f555226556e3b59abf2bab733840 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 b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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/ [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5360 in /w/workspace/xfoundry_device-virtual-go_PR-90 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/xfoundry_device-virtual-go_PR-90 # 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 Fetching without tags Merging remotes/origin/master commit 5671dc497a8de3c78b84a4dff37d194a373880a7 into PR head commit ff3aedc826690b7da06197a390df3d453ab372db > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +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/90/head:refs/remotes/origin/PR-90 # 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/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 Merge succeeded, producing ff3aedc826690b7da06197a390df3d453ab372db Checking out Revision ff3aedc826690b7da06197a390df3d453ab372db (PR-90) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5671dc497a8de3c78b84a4dff37d194a373880a7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 Commit message: "Reduce time consumption of unit test" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-09T16:48:03.675Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 763e853a19c711255d5eaab9db9eecae6a34cd7d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-09T16:48:06.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-09T16:48:06.134Z] [2020-03-09T16:48:06.134Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-09T16:48:06.491Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-09T16:48:06.491Z] latest: Pulling from edgex-devops/git-semver [2020-03-09T16:48:06.491Z] 9123ac7c32f7: Pulling fs layer [2020-03-09T16:48:06.491Z] b8cc5d1170e3: Pulling fs layer [2020-03-09T16:48:06.491Z] 2924cbbf6a41: Pulling fs layer [2020-03-09T16:48:06.491Z] 93b08a4f1073: Pulling fs layer [2020-03-09T16:48:06.491Z] 93b08a4f1073: Waiting [2020-03-09T16:48:06.491Z] b8cc5d1170e3: Verifying Checksum [2020-03-09T16:48:06.491Z] b8cc5d1170e3: Download complete [2020-03-09T16:48:06.751Z] 9123ac7c32f7: Verifying Checksum [2020-03-09T16:48:06.751Z] 9123ac7c32f7: Download complete [2020-03-09T16:48:06.751Z] 93b08a4f1073: Verifying Checksum [2020-03-09T16:48:06.751Z] 93b08a4f1073: Download complete [2020-03-09T16:48:06.751Z] 2924cbbf6a41: Verifying Checksum [2020-03-09T16:48:06.751Z] 2924cbbf6a41: Download complete [2020-03-09T16:48:07.009Z] 9123ac7c32f7: Pull complete [2020-03-09T16:48:07.009Z] b8cc5d1170e3: Pull complete [2020-03-09T16:48:07.576Z] 2924cbbf6a41: Pull complete [2020-03-09T16:48:07.835Z] 93b08a4f1073: Pull complete [2020-03-09T16:48:07.835Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-09T16:48:08.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-09T16:48:08.253Z] prd-centos7-docker-4c-2g-5360 does not seem to be running inside a container [2020-03-09T16:48:08.297Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-virtual-go_PR-90 -v /w/workspace/xfoundry_device-virtual-go_PR-90:/w/workspace/xfoundry_device-virtual-go_PR-90:rw,z -v /w/workspace/xfoundry_device-virtual-go_PR-90@tmp:/w/workspace/xfoundry_device-virtual-go_PR-90@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-03-09T16:48:08.952Z] $ docker top f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-09T16:48:09.657Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-09T16:48:09.657Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-09T16:48:09.863Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-09T16:48:09.866Z] $ docker exec f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 ssh-agent [2020-03-09T16:48:10.046Z] SSH_AUTH_SOCK=/tmp/ssh-dslKvmGo7JXN/agent.15 [2020-03-09T16:48:10.046Z] SSH_AGENT_PID=22 [2020-03-09T16:48:10.057Z] Running ssh-add (command line suppressed) [2020-03-09T16:48:10.193Z] Identity added: /w/workspace/xfoundry_device-virtual-go_PR-90@tmp/private_key_4486701417673172749.key (/w/workspace/xfoundry_device-virtual-go_PR-90@tmp/private_key_4486701417673172749.key) [2020-03-09T16:48:10.258Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-09T16:48:10.618Z] + git describe --exact-match --tags HEAD [2020-03-09T16:48:10.618Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-09T16:48:10.688Z] $ docker exec --env ******** --env ******** f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 ssh-agent -k [2020-03-09T16:48:10.834Z] unset SSH_AUTH_SOCK; [2020-03-09T16:48:10.834Z] unset SSH_AGENT_PID; [2020-03-09T16:48:10.834Z] echo Agent pid 22 killed; [2020-03-09T16:48:10.871Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-09T16:48:10.943Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-09T16:48:10.943Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-09T16:48:11.022Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-09T16:48:11.022Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-09T16:48:11.207Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-09T16:48:11.211Z] $ docker exec f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 ssh-agent [2020-03-09T16:48:11.407Z] SSH_AUTH_SOCK=/tmp/ssh-ooVPXEbQzA9e/agent.58 [2020-03-09T16:48:11.407Z] SSH_AGENT_PID=65 [2020-03-09T16:48:11.413Z] Running ssh-add (command line suppressed) [2020-03-09T16:48:11.559Z] Identity added: /w/workspace/xfoundry_device-virtual-go_PR-90@tmp/private_key_5182677893172311609.key (/w/workspace/xfoundry_device-virtual-go_PR-90@tmp/private_key_5182677893172311609.key) [2020-03-09T16:48:11.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-09T16:48:11.937Z] + git semver init [2020-03-09T16:48:11.937Z] # -> Open(): unable to determine branch for HEAD [2020-03-09T16:48:11.937Z] # $GIT_DIR = /w/workspace/xfoundry_device-virtual-go_PR-90/.git [2020-03-09T16:48:11.937Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-virtual-go_PR-90 [2020-03-09T16:48:11.937Z] # $SEMVER_REMOTE_NAME = origin [2020-03-09T16:48:11.937Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-09T16:48:11.937Z] # $SEMVER_USER_NAME = jenkins [2020-03-09T16:48:11.937Z] # $SEMVER_BRANCH = PR-90 [2020-03-09T16:48:11.937Z] # $SEMVER_TEMP = /tmp/semver-723089498 [2020-03-09T16:48:11.937Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-03-09T16:48:12.505Z] # '/tmp/semver-723089498' -> '/w/workspace/xfoundry_device-virtual-go_PR-90/.semver' [2020-03-09T16:48:12.505Z] # -> Force: false [2020-03-09T16:48:12.505Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-virtual-go_PR-90/.semver [Pipeline] } [2020-03-09T16:48:12.514Z] $ docker exec --env ******** --env ******** f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 ssh-agent -k [2020-03-09T16:48:12.649Z] unset SSH_AUTH_SOCK; [2020-03-09T16:48:12.649Z] unset SSH_AGENT_PID; [2020-03-09T16:48:12.650Z] echo Agent pid 65 killed; [2020-03-09T16:48:12.691Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-09T16:48:13.123Z] + git semver [Pipeline] } [2020-03-09T16:48:13.141Z] $ docker stop --time=1 f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 [2020-03-09T16:48:14.511Z] $ docker rm -f f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-09T16:48:15.170Z] Stashed 21 file(s) [Pipeline] echo [2020-03-09T16:48:15.172Z] [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-03-09T16:48:30.439Z] Still waiting to schedule task [2020-03-09T16:48:30.439Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-09T16:48:30.441Z] Still waiting to schedule task [2020-03-09T16:48:30.441Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-03-09T16:55:20.249Z] Running on prd-centos7-docker-4c-2g-5410 in /w/workspace/xfoundry_device-virtual-go_PR-90 [Pipeline] { [Pipeline] ws [2020-03-09T16:55:20.328Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-03-09T16:55:22.421Z] using credential edgex-jenkins-ssh [2020-03-09T16:55:22.465Z] Cloning the remote Git repository [2020-03-09T16:55:22.465Z] Cloning with configured refspecs honoured and without tags [2020-03-09T16:55:22.471Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T16:55:22.508Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-03-09T16:55:22.567Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T16:55:22.567Z] > git --version # timeout=10 [2020-03-09T16:55:22.574Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T16:55:22.611Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T16:55:23.149Z] Fetching without tags [2020-03-09T16:55:23.519Z] Merging remotes/origin/master commit 5671dc497a8de3c78b84a4dff37d194a373880a7 into PR head commit ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T16:55:23.602Z] Merge succeeded, producing ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T16:55:23.602Z] Checking out Revision ff3aedc826690b7da06197a390df3d453ab372db (PR-90) [2020-03-09T16:55:23.101Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-09T16:55:23.107Z] > git config --add remote.origin.fetch +refs/pull/90/head:refs/remotes/origin/PR-90 # timeout=10 [2020-03-09T16:55:23.119Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T16:55:23.132Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-09T16:55:23.151Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T16:55:23.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T16:55:23.154Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T16:55:23.525Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T16:55:23.532Z] > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 [2020-03-09T16:55:23.564Z] > git remote # timeout=10 [2020-03-09T16:55:23.569Z] > git config --get remote.origin.url # timeout=10 [2020-03-09T16:55:23.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T16:55:23.581Z] > git merge 5671dc497a8de3c78b84a4dff37d194a373880a7 # timeout=10 [2020-03-09T16:55:23.591Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-09T16:55:23.603Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T16:55:23.609Z] > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 [2020-03-09T16:55:27.523Z] Commit message: "Reduce time consumption of unit test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-09T16:55:28.444Z] ========================================================= [2020-03-09T16:55:28.444Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-09T16:55:28.444Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-09T16:55:29.236Z] + 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-03-09T16:55:29.501Z] Sending build context to Docker daemon 454.1kB [2020-03-09T16:55:29.501Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-09T16:55:29.501Z] Step 2/8 : FROM ${BASE} [2020-03-09T16:55:29.501Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-09T16:55:29.501Z] e6b0cf9c0882: Pulling fs layer [2020-03-09T16:55:29.501Z] 2848faf0eed1: Pulling fs layer [2020-03-09T16:55:29.501Z] 0f37312ad70f: Pulling fs layer [2020-03-09T16:55:29.501Z] 5788d62ee057: Pulling fs layer [2020-03-09T16:55:29.501Z] 0e6b1d234666: Pulling fs layer [2020-03-09T16:55:29.501Z] bf5d7aec512f: Pulling fs layer [2020-03-09T16:55:29.501Z] 34c802a77dc8: Pulling fs layer [2020-03-09T16:55:29.501Z] 9eb99e56ec68: Pulling fs layer [2020-03-09T16:55:29.501Z] 27c7a5d97fbd: Pulling fs layer [2020-03-09T16:55:29.501Z] 5c102a31e300: Pulling fs layer [2020-03-09T16:55:29.501Z] dcfb455df0a1: Pulling fs layer [2020-03-09T16:55:29.501Z] 5788d62ee057: Waiting [2020-03-09T16:55:29.501Z] 0e6b1d234666: Waiting [2020-03-09T16:55:29.501Z] bf5d7aec512f: Waiting [2020-03-09T16:55:29.501Z] 34c802a77dc8: Waiting [2020-03-09T16:55:29.501Z] 9eb99e56ec68: Waiting [2020-03-09T16:55:29.501Z] 5c102a31e300: Waiting [2020-03-09T16:55:29.501Z] 27c7a5d97fbd: Waiting [2020-03-09T16:55:29.501Z] dcfb455df0a1: Waiting [2020-03-09T16:55:29.501Z] 0f37312ad70f: Verifying Checksum [2020-03-09T16:55:29.501Z] 0f37312ad70f: Download complete [2020-03-09T16:55:29.501Z] 2848faf0eed1: Verifying Checksum [2020-03-09T16:55:29.501Z] 2848faf0eed1: Download complete [2020-03-09T16:55:29.501Z] 0e6b1d234666: Verifying Checksum [2020-03-09T16:55:29.501Z] 0e6b1d234666: Download complete [2020-03-09T16:55:29.766Z] bf5d7aec512f: Verifying Checksum [2020-03-09T16:55:29.766Z] bf5d7aec512f: Download complete [2020-03-09T16:55:29.766Z] e6b0cf9c0882: Verifying Checksum [2020-03-09T16:55:29.766Z] e6b0cf9c0882: Download complete [2020-03-09T16:55:30.352Z] e6b0cf9c0882: Pull complete [2020-03-09T16:55:30.352Z] 34c802a77dc8: Verifying Checksum [2020-03-09T16:55:30.352Z] 34c802a77dc8: Download complete [2020-03-09T16:55:30.352Z] 27c7a5d97fbd: Verifying Checksum [2020-03-09T16:55:30.352Z] 27c7a5d97fbd: Download complete [2020-03-09T16:55:30.925Z] 5c102a31e300: Verifying Checksum [2020-03-09T16:55:30.925Z] 5c102a31e300: Download complete [2020-03-09T16:55:30.925Z] dcfb455df0a1: Verifying Checksum [2020-03-09T16:55:30.925Z] dcfb455df0a1: Download complete [2020-03-09T16:55:30.925Z] 2848faf0eed1: Pull complete [2020-03-09T16:55:31.190Z] 0f37312ad70f: Pull complete [2020-03-09T16:55:31.190Z] 5788d62ee057: Verifying Checksum [2020-03-09T16:55:31.190Z] 5788d62ee057: Download complete [2020-03-09T16:55:31.451Z] 9eb99e56ec68: Verifying Checksum [2020-03-09T16:55:31.451Z] 9eb99e56ec68: Download complete [2020-03-09T16:55:36.734Z] 5788d62ee057: Pull complete [2020-03-09T16:55:36.734Z] 0e6b1d234666: Pull complete [2020-03-09T16:55:36.734Z] bf5d7aec512f: Pull complete [2020-03-09T16:55:42.009Z] 34c802a77dc8: Pull complete [2020-03-09T16:55:44.555Z] 9eb99e56ec68: Pull complete [2020-03-09T16:55:44.555Z] 27c7a5d97fbd: Pull complete [2020-03-09T16:55:45.496Z] 5c102a31e300: Pull complete [2020-03-09T16:55:45.496Z] dcfb455df0a1: Pull complete [2020-03-09T16:55:45.496Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-09T16:55:45.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-09T16:55:45.496Z] ---> 7c70fe431013 [2020-03-09T16:55:45.496Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-03-09T16:55:45.756Z] ---> Running in 24e829b743e6 [2020-03-09T16:55:45.756Z] Removing intermediate container 24e829b743e6 [2020-03-09T16:55:45.756Z] ---> 39f4ba2aca35 [2020-03-09T16:55:45.756Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T16:55:45.756Z] ---> Running in 0ea92368afd4 [2020-03-09T16:55:46.695Z] Removing intermediate container 0ea92368afd4 [2020-03-09T16:55:46.695Z] ---> 99f2347cf245 [2020-03-09T16:55:46.695Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-03-09T16:55:46.695Z] ---> Running in 0dddfb2d493b [2020-03-09T16:55:47.265Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-09T16:55:47.833Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-09T16:55:48.097Z] (1/13) Installing libmagic (5.37-r1) [2020-03-09T16:55:48.357Z] (2/13) Installing file (5.37-r1) [2020-03-09T16:55:48.357Z] (3/13) Installing libc-dev (0.7.2-r0) [2020-03-09T16:55:48.357Z] (4/13) Installing g++ (9.2.0-r3) [2020-03-09T16:55:50.906Z] (5/13) Installing fortify-headers (1.1-r0) [2020-03-09T16:55:50.906Z] (6/13) Installing build-base (0.5-r1) [2020-03-09T16:55:50.906Z] (7/13) Installing openssh-keygen (8.1_p1-r0) [2020-03-09T16:55:50.906Z] (8/13) Installing libedit (20191211.3.1-r0) [2020-03-09T16:55:50.906Z] (9/13) Installing openssh-client (8.1_p1-r0) [2020-03-09T16:55:50.906Z] (10/13) Installing openssh-sftp-server (8.1_p1-r0) [2020-03-09T16:55:51.165Z] (11/13) Installing openssh-server-common (8.1_p1-r0) [2020-03-09T16:55:51.165Z] (12/13) Installing openssh-server (8.1_p1-r0) [2020-03-09T16:55:51.165Z] (13/13) Installing openssh (8.1_p1-r0) [2020-03-09T16:55:51.425Z] Executing busybox-1.31.1-r8.trigger [2020-03-09T16:55:51.425Z] OK: 214 MiB in 52 packages [2020-03-09T16:55:53.334Z] Removing intermediate container 0dddfb2d493b [2020-03-09T16:55:53.334Z] ---> af182e2b9407 [2020-03-09T16:55:53.334Z] Step 6/8 : WORKDIR /device-virtual-go [2020-03-09T16:55:53.334Z] ---> Running in eea8c8063c8a [2020-03-09T16:55:53.334Z] Removing intermediate container eea8c8063c8a [2020-03-09T16:55:53.334Z] ---> a697e9db36a8 [2020-03-09T16:55:53.334Z] Step 7/8 : COPY . . [2020-03-09T16:55:53.621Z] ---> 26466438ed0b [2020-03-09T16:55:53.621Z] Step 8/8 : RUN go mod download [2020-03-09T16:55:53.621Z] ---> Running in 160acff76238 [2020-03-09T16:55:55.562Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-09T16:55:55.562Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-09T16:55:55.562Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-09T16:55:55.562Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-09T16:55:55.562Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-09T16:55:55.562Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-09T16:55:55.562Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-09T16:55:55.562Z] go: finding github.com/edgexfoundry/device-sdk-go v0.0.0-20191023171807-49a95f741ef7 [2020-03-09T16:55:55.562Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.31 [2020-03-09T16:55:55.562Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-09T16:55:55.822Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-03-09T16:55:55.822Z] go: finding github.com/fatih/color v1.7.0 [2020-03-09T16:55:55.822Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-09T16:55:55.822Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-09T16:55:55.822Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-09T16:55:55.822Z] go: finding github.com/golang/snappy v0.0.1 [2020-03-09T16:55:55.822Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-09T16:55:55.822Z] go: finding github.com/google/uuid v1.1.0 [2020-03-09T16:55:55.822Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-09T16:55:56.083Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-09T16:55:56.603Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-09T16:55:56.603Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-09T16:55:56.603Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-09T16:55:56.603Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-09T16:55:56.603Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-09T16:55:56.603Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-09T16:55:56.603Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-09T16:55:56.603Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-09T16:55:57.123Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-09T16:55:57.123Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-09T16:55:57.123Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-09T16:55:57.123Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-09T16:55:57.123Z] go: finding github.com/posener/complete v1.1.1 [2020-03-09T16:55:57.123Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-03-09T16:55:57.123Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-09T16:55:57.123Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-09T16:55:57.382Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-09T16:55:57.383Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-09T16:55:57.383Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-09T16:55:57.383Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-09T16:55:57.383Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-09T16:55:57.383Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-09T16:55:57.383Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-03-09T16:55:57.641Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-09T16:55:57.641Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-09T16:55:57.641Z] go: finding modernc.org/b v1.0.0 [2020-03-09T16:55:57.641Z] go: finding modernc.org/db v1.0.0 [2020-03-09T16:55:57.641Z] go: finding modernc.org/file v1.0.0 [2020-03-09T16:55:57.641Z] go: finding modernc.org/fileutil v1.0.0 [2020-03-09T16:55:57.641Z] go: finding modernc.org/golex v1.0.0 [2020-03-09T16:55:57.641Z] go: finding modernc.org/internal v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/lldb v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/mathutil v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/ql v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/sortutil v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/strutil v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/zappy v1.0.0 [2020-03-09T16:56:06.066Z] Removing intermediate container 160acff76238 [2020-03-09T16:56:06.066Z] ---> 467ac15a4f33 [2020-03-09T16:56:06.066Z] Successfully built 467ac15a4f33 [2020-03-09T16:56:06.066Z] 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-03-09T16:56:06.646Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-09T16:56:06.647Z] . [Pipeline] withDockerContainer [2020-03-09T16:56:06.784Z] prd-centos7-docker-4c-2g-5410 does not seem to be running inside a container [2020-03-09T16:56:06.831Z] $ 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 ******** ci-base-image-x86_64 cat [2020-03-09T16:56:07.402Z] $ docker top 34d4b569045c3f70f50775efcfd3f4294e8fbfcb2de7214537b15aa26f6a21ef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-09T16:56:08.435Z] + go version [2020-03-09T16:56:08.435Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-09T16:56:08.747Z] + make test [2020-03-09T16:56:08.747Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-03-09T16:56:12.948Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-03-09T16:56:31.142Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-03-09T16:56:39.270Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 8.758s coverage: 50.8% of statements [2020-03-09T16:56:39.270Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-09T16:56:41.193Z] gofmt -l . [2020-03-09T16:56:41.193Z] [ "`gofmt -l .`" = "" ] [2020-03-09T16:56:41.193Z] ./bin/test-attribution-txt.sh [2020-03-09T16:56:41.761Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-09T16:56:42.170Z] Stashed 1 file(s) [Pipeline] } [2020-03-09T16:56:42.173Z] $ docker stop --time=1 34d4b569045c3f70f50775efcfd3f4294e8fbfcb2de7214537b15aa26f6a21ef [2020-03-09T16:56:43.654Z] $ docker rm -f 34d4b569045c3f70f50775efcfd3f4294e8fbfcb2de7214537b15aa26f6a21ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-09T16:56:44.948Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-09T16:56:45.247Z] + ls -al . [2020-03-09T16:56:45.247Z] total 108 [2020-03-09T16:56:45.247Z] drwxrwxr-x. 8 jenkins jenkins 4096 Mar 9 16:56 . [2020-03-09T16:56:45.247Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 9 16:55 .. [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 5686 Mar 9 16:55 Attribution.txt [2020-03-09T16:56:45.247Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 9 16:55 bin [2020-03-09T16:56:45.247Z] drwxrwxr-x. 3 jenkins jenkins 55 Mar 9 16:55 cmd [2020-03-09T16:56:45.247Z] -rw-r--r--. 1 jenkins jenkins 30626 Mar 9 16:56 coverage.out [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 1660 Mar 9 16:55 Dockerfile [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 957 Mar 9 16:55 Dockerfile.build [2020-03-09T16:56:45.247Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 9 16:55 .git [2020-03-09T16:56:45.247Z] drwxrwxr-x. 2 jenkins jenkins 38 Mar 9 16:55 .github [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 258 Mar 9 16:55 .gitignore [2020-03-09T16:56:45.247Z] -rw-r--r--. 1 jenkins jenkins 883 Mar 9 16:56 go.mod [2020-03-09T16:56:45.247Z] -rw-r--r--. 1 jenkins jenkins 13565 Mar 9 16:56 go.sum [2020-03-09T16:56:45.247Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 9 16:55 internal [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 683 Mar 9 16:55 Jenkinsfile [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 11340 Mar 9 16:55 LICENSE [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 873 Mar 9 16:55 Makefile [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 3770 Mar 9 16:55 README.md [2020-03-09T16:56:45.247Z] drwxrwxr-x. 3 jenkins jenkins 57 Mar 9 16:55 .semver [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 9 16:48 VERSION [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 235 Mar 9 16:55 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-09T16:56:45.548Z] + 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=ff3aedc826690b7da06197a390df3d453ab372db --label arch=amd64 --label version=0.0.0 . [2020-03-09T16:56:45.548Z] Sending build context to Docker daemon 502.8kB [2020-03-09T16:56:45.548Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-03-09T16:56:45.548Z] Step 2/19 : FROM ${BASE} AS builder [2020-03-09T16:56:45.548Z] ---> 467ac15a4f33 [2020-03-09T16:56:45.548Z] Step 3/19 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-03-09T16:56:45.807Z] ---> Running in 49ddc4de4329 [2020-03-09T16:56:45.807Z] Removing intermediate container 49ddc4de4329 [2020-03-09T16:56:45.807Z] ---> b7ad9e553f27 [2020-03-09T16:56:45.807Z] Step 4/19 : ARG ALPINE_PKG_EXTRA="" [2020-03-09T16:56:45.807Z] ---> Running in e37aa764d0da [2020-03-09T16:56:46.072Z] Removing intermediate container e37aa764d0da [2020-03-09T16:56:46.072Z] ---> 31dc57c8dbd7 [2020-03-09T16:56:46.072Z] Step 5/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: IOTech' [2020-03-09T16:56:46.072Z] ---> Running in 3606e035f6f8 [2020-03-09T16:56:46.333Z] Removing intermediate container 3606e035f6f8 [2020-03-09T16:56:46.333Z] ---> 7ca4f5c39be5 [2020-03-09T16:56:46.333Z] Step 6/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T16:56:46.333Z] ---> Running in 789b7f44b7e0 [2020-03-09T16:56:46.908Z] Removing intermediate container 789b7f44b7e0 [2020-03-09T16:56:46.908Z] ---> 9a2b11fa34e2 [2020-03-09T16:56:46.909Z] Step 7/19 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-03-09T16:56:46.909Z] ---> Running in df33e43183fe [2020-03-09T16:56:47.480Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-09T16:56:48.047Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-09T16:56:48.306Z] OK: 214 MiB in 52 packages [2020-03-09T16:56:48.874Z] Removing intermediate container df33e43183fe [2020-03-09T16:56:48.874Z] ---> 32a957eafd64 [2020-03-09T16:56:48.874Z] Step 8/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-03-09T16:56:48.874Z] ---> Running in 14300725b7fc [2020-03-09T16:56:48.874Z] Removing intermediate container 14300725b7fc [2020-03-09T16:56:48.874Z] ---> 092608d72d93 [2020-03-09T16:56:48.874Z] Step 9/19 : COPY . . [2020-03-09T16:56:49.132Z] ---> f56eb93b6419 [2020-03-09T16:56:49.132Z] Step 10/19 : ARG MAKE='make build' [2020-03-09T16:56:49.391Z] ---> Running in 741d71515ffe [2020-03-09T16:56:49.391Z] Removing intermediate container 741d71515ffe [2020-03-09T16:56:49.391Z] ---> 2bef0af39880 [2020-03-09T16:56:49.391Z] Step 11/19 : RUN $MAKE [2020-03-09T16:56:49.391Z] ---> Running in 2a4e2e1d46a1 [2020-03-09T16:56:49.970Z] 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-03-09T16:57:04.965Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-03-09T16:57:09.167Z] Removing intermediate container 2a4e2e1d46a1 [2020-03-09T16:57:09.167Z] ---> d2d542151be6 [2020-03-09T16:57:09.167Z] Step 12/19 : FROM alpine [2020-03-09T16:57:09.167Z] latest: Pulling from library/alpine [2020-03-09T16:57:09.167Z] c9b1b535fdd9: Pulling fs layer [2020-03-09T16:57:09.167Z] c9b1b535fdd9: Verifying Checksum [2020-03-09T16:57:09.167Z] c9b1b535fdd9: Download complete [2020-03-09T16:57:09.432Z] c9b1b535fdd9: Pull complete [2020-03-09T16:57:09.432Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-09T16:57:09.432Z] Status: Downloaded newer image for alpine:latest [2020-03-09T16:57:09.432Z] ---> e7d92cdc71fe [2020-03-09T16:57:09.432Z] Step 13/19 : ENV APP_PORT=49990 [2020-03-09T16:57:09.432Z] ---> Running in 5e891ba90846 [2020-03-09T16:57:09.691Z] Removing intermediate container 5e891ba90846 [2020-03-09T16:57:09.691Z] ---> 095d60f96c65 [2020-03-09T16:57:09.691Z] Step 14/19 : EXPOSE $APP_PORT [2020-03-09T16:57:09.691Z] ---> Running in 1e56b14e01bc [2020-03-09T16:57:09.956Z] Removing intermediate container 1e56b14e01bc [2020-03-09T16:57:09.956Z] ---> 295c7111f978 [2020-03-09T16:57:09.956Z] Step 15/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-03-09T16:57:10.526Z] ---> 2a2b3e4e410a [2020-03-09T16:57:10.526Z] Step 16/19 : ENTRYPOINT ["/device-virtual","--profile=docker","--confdir=/res","--registry=consul://edgex-core-consul:8500"] [2020-03-09T16:57:10.526Z] ---> Running in 5fab1a0283ca [2020-03-09T16:57:10.526Z] Removing intermediate container 5fab1a0283ca [2020-03-09T16:57:10.526Z] ---> dc8f75b13cb4 [2020-03-09T16:57:10.526Z] Step 17/19 : LABEL arch=amd64 [2020-03-09T16:57:10.526Z] ---> Running in 83fa2474ae27 [2020-03-09T16:57:10.785Z] Removing intermediate container 83fa2474ae27 [2020-03-09T16:57:10.785Z] ---> 2b1bf6dae893 [2020-03-09T16:57:10.785Z] Step 18/19 : LABEL git_sha=ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T16:57:10.785Z] ---> Running in 3290ff8c7492 [2020-03-09T16:57:10.785Z] Removing intermediate container 3290ff8c7492 [2020-03-09T16:57:10.785Z] ---> 427206941e5c [2020-03-09T16:57:10.785Z] Step 19/19 : LABEL version=0.0.0 [2020-03-09T16:57:11.044Z] ---> Running in 6b9d0bd471ad [2020-03-09T16:57:11.044Z] Removing intermediate container 6b9d0bd471ad [2020-03-09T16:57:11.044Z] ---> 8ca5e2375f04 [2020-03-09T16:57:11.044Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-09T16:57:11.044Z] Successfully built 8ca5e2375f04 [2020-03-09T16:57:11.044Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-09T18:22:17.542Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8533 in /w/workspace/xfoundry_device-virtual-go_PR-90 [Pipeline] { [Pipeline] ws [2020-03-09T18:22:17.590Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-03-09T18:22:23.040Z] using credential edgex-jenkins-ssh [2020-03-09T18:22:23.088Z] Cloning the remote Git repository [2020-03-09T18:22:23.088Z] Cloning with configured refspecs honoured and without tags [2020-03-09T18:22:23.152Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T18:22:23.238Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-03-09T18:22:23.411Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T18:22:23.413Z] > git --version # timeout=10 [2020-03-09T18:22:23.447Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T18:22:23.530Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T18:22:24.281Z] Fetching without tags [2020-03-09T18:22:24.754Z] Merging remotes/origin/master commit 5671dc497a8de3c78b84a4dff37d194a373880a7 into PR head commit ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T18:22:25.131Z] Merge succeeded, producing ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T18:22:25.132Z] Checking out Revision ff3aedc826690b7da06197a390df3d453ab372db (PR-90) [2020-03-09T18:22:24.161Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-09T18:22:24.200Z] > git config --add remote.origin.fetch +refs/pull/90/head:refs/remotes/origin/PR-90 # timeout=10 [2020-03-09T18:22:24.242Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T18:22:24.263Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-09T18:22:24.293Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T18:22:24.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T18:22:24.306Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T18:22:24.779Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T18:22:24.809Z] > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 [2020-03-09T18:22:24.952Z] > git remote # timeout=10 [2020-03-09T18:22:24.984Z] > git config --get remote.origin.url # timeout=10 [2020-03-09T18:22:25.021Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T18:22:25.032Z] > git merge 5671dc497a8de3c78b84a4dff37d194a373880a7 # timeout=10 [2020-03-09T18:22:25.072Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-09T18:22:25.141Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T18:22:25.173Z] > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 [2020-03-09T18:22:29.581Z] Commit message: "Reduce time consumption of unit test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-09T18:22:30.686Z] ========================================================= [2020-03-09T18:22:30.686Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-09T18:22:30.686Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-09T18:22:31.677Z] + 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-03-09T18:22:32.653Z] Sending build context to Docker daemon 454.1kB [2020-03-09T18:22:32.653Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-09T18:22:32.653Z] Step 2/8 : FROM ${BASE} [2020-03-09T18:22:32.922Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-09T18:22:32.922Z] cde5963f3b93: Pulling fs layer [2020-03-09T18:22:32.922Z] 2a23fa8c16f7: Pulling fs layer [2020-03-09T18:22:32.922Z] 777b28850792: Pulling fs layer [2020-03-09T18:22:32.922Z] 8a11ddd9e578: Pulling fs layer [2020-03-09T18:22:32.922Z] 4cf88f913ddb: Pulling fs layer [2020-03-09T18:22:32.922Z] 1df406cf5192: Pulling fs layer [2020-03-09T18:22:32.922Z] cd6300453558: Pulling fs layer [2020-03-09T18:22:32.922Z] b9c365052c96: Pulling fs layer [2020-03-09T18:22:32.922Z] a2d8cc88f415: Pulling fs layer [2020-03-09T18:22:32.922Z] ea1d1ca13537: Pulling fs layer [2020-03-09T18:22:32.922Z] 3750a50a1c5e: Pulling fs layer [2020-03-09T18:22:32.922Z] 8a11ddd9e578: Waiting [2020-03-09T18:22:32.922Z] b9c365052c96: Waiting [2020-03-09T18:22:32.922Z] a2d8cc88f415: Waiting [2020-03-09T18:22:32.922Z] 4cf88f913ddb: Waiting [2020-03-09T18:22:32.922Z] ea1d1ca13537: Waiting [2020-03-09T18:22:32.922Z] 1df406cf5192: Waiting [2020-03-09T18:22:32.922Z] 3750a50a1c5e: Waiting [2020-03-09T18:22:32.922Z] cd6300453558: Waiting [2020-03-09T18:22:32.922Z] 777b28850792: Verifying Checksum [2020-03-09T18:22:32.922Z] 777b28850792: Download complete [2020-03-09T18:22:32.922Z] 2a23fa8c16f7: Download complete [2020-03-09T18:22:32.922Z] 4cf88f913ddb: Download complete [2020-03-09T18:22:32.922Z] 1df406cf5192: Verifying Checksum [2020-03-09T18:22:32.922Z] 1df406cf5192: Download complete [2020-03-09T18:22:33.196Z] cde5963f3b93: Verifying Checksum [2020-03-09T18:22:33.196Z] cde5963f3b93: Download complete [2020-03-09T18:22:34.203Z] cde5963f3b93: Pull complete [2020-03-09T18:22:34.794Z] 2a23fa8c16f7: Pull complete [2020-03-09T18:22:35.079Z] 777b28850792: Pull complete [2020-03-09T18:22:37.041Z] cd6300453558: Verifying Checksum [2020-03-09T18:22:37.042Z] cd6300453558: Download complete [2020-03-09T18:22:37.042Z] a2d8cc88f415: Verifying Checksum [2020-03-09T18:22:37.042Z] a2d8cc88f415: Download complete [2020-03-09T18:22:39.648Z] ea1d1ca13537: Download complete [2020-03-09T18:22:39.648Z] 3750a50a1c5e: Verifying Checksum [2020-03-09T18:22:39.648Z] 3750a50a1c5e: Download complete [2020-03-09T18:22:42.244Z] b9c365052c96: Verifying Checksum [2020-03-09T18:22:42.244Z] b9c365052c96: Download complete [2020-03-09T18:22:44.822Z] 8a11ddd9e578: Verifying Checksum [2020-03-09T18:22:44.822Z] 8a11ddd9e578: Download complete [2020-03-09T18:22:57.149Z] 8a11ddd9e578: Pull complete [2020-03-09T18:22:57.149Z] 4cf88f913ddb: Pull complete [2020-03-09T18:22:57.149Z] 1df406cf5192: Pull complete [2020-03-09T18:23:01.432Z] cd6300453558: Pull complete [2020-03-09T18:23:06.797Z] b9c365052c96: Pull complete [2020-03-09T18:23:06.797Z] a2d8cc88f415: Pull complete [2020-03-09T18:23:08.770Z] ea1d1ca13537: Pull complete [2020-03-09T18:23:09.052Z] 3750a50a1c5e: Pull complete [2020-03-09T18:23:09.052Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-09T18:23:09.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-09T18:23:09.052Z] ---> 78745c68409d [2020-03-09T18:23:09.052Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-03-09T18:23:13.331Z] ---> Running in ceef24e8fd7f [2020-03-09T18:23:13.603Z] Removing intermediate container ceef24e8fd7f [2020-03-09T18:23:13.603Z] ---> 0e60965d1589 [2020-03-09T18:23:13.603Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T18:23:13.603Z] ---> Running in 1e55b717db80 [2020-03-09T18:23:16.198Z] Removing intermediate container 1e55b717db80 [2020-03-09T18:23:16.199Z] ---> 480c09d770bd [2020-03-09T18:23:16.199Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-03-09T18:23:16.199Z] ---> Running in fbde777d263b [2020-03-09T18:23:16.780Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-09T18:23:17.739Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-09T18:23:18.319Z] (1/13) Installing libmagic (5.37-r1) [2020-03-09T18:23:18.583Z] (2/13) Installing file (5.37-r1) [2020-03-09T18:23:18.584Z] (3/13) Installing libc-dev (0.7.2-r0) [2020-03-09T18:23:18.584Z] (4/13) Installing g++ (9.2.0-r3) [2020-03-09T18:23:26.782Z] (5/13) Installing fortify-headers (1.1-r0) [2020-03-09T18:23:26.782Z] (6/13) Installing build-base (0.5-r1) [2020-03-09T18:23:26.782Z] (7/13) Installing openssh-keygen (8.1_p1-r0) [2020-03-09T18:23:26.782Z] (8/13) Installing libedit (20191211.3.1-r0) [2020-03-09T18:23:26.782Z] (9/13) Installing openssh-client (8.1_p1-r0) [2020-03-09T18:23:26.782Z] (10/13) Installing openssh-sftp-server (8.1_p1-r0) [2020-03-09T18:23:26.782Z] (11/13) Installing openssh-server-common (8.1_p1-r0) [2020-03-09T18:23:26.782Z] (12/13) Installing openssh-server (8.1_p1-r0) [2020-03-09T18:23:26.782Z] (13/13) Installing openssh (8.1_p1-r0) [2020-03-09T18:23:27.050Z] Executing busybox-1.31.1-r8.trigger [2020-03-09T18:23:27.050Z] OK: 203 MiB in 52 packages [2020-03-09T18:23:31.321Z] Removing intermediate container fbde777d263b [2020-03-09T18:23:31.321Z] ---> 54af292090f8 [2020-03-09T18:23:31.321Z] Step 6/8 : WORKDIR /device-virtual-go [2020-03-09T18:23:31.321Z] ---> Running in 8f367123e408 [2020-03-09T18:23:31.591Z] Removing intermediate container 8f367123e408 [2020-03-09T18:23:31.591Z] ---> ef4a8307db32 [2020-03-09T18:23:31.591Z] Step 7/8 : COPY . . [2020-03-09T18:23:32.178Z] ---> 2737f7f674aa [2020-03-09T18:23:32.178Z] Step 8/8 : RUN go mod download [2020-03-09T18:23:32.449Z] ---> Running in 8fe408950a17 [2020-03-09T18:23:34.403Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-09T18:23:34.403Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-09T18:23:34.403Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-09T18:23:34.403Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-09T18:23:34.403Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-09T18:23:34.403Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-09T18:23:34.403Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-09T18:23:34.403Z] go: finding github.com/edgexfoundry/device-sdk-go v0.0.0-20191023171807-49a95f741ef7 [2020-03-09T18:23:34.403Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.31 [2020-03-09T18:23:34.403Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-09T18:23:34.403Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/fatih/color v1.7.0 [2020-03-09T18:23:34.403Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-09T18:23:34.403Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-09T18:23:34.403Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-09T18:23:34.403Z] go: finding github.com/golang/snappy v0.0.1 [2020-03-09T18:23:34.403Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-09T18:23:34.403Z] go: finding github.com/google/uuid v1.1.0 [2020-03-09T18:23:34.403Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-09T18:23:34.403Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-09T18:23:34.669Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-09T18:23:34.669Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-09T18:23:34.669Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-09T18:23:34.669Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-09T18:23:34.669Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-09T18:23:34.669Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-09T18:23:34.669Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-09T18:23:34.669Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/posener/complete v1.1.1 [2020-03-09T18:23:34.669Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-03-09T18:23:34.669Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-09T18:23:34.669Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-09T18:23:34.669Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-09T18:23:34.937Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-09T18:23:34.937Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-09T18:23:34.937Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-09T18:23:34.937Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-09T18:23:34.937Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-09T18:23:34.937Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-03-09T18:23:34.937Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-09T18:23:34.937Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-09T18:23:34.937Z] go: finding modernc.org/b v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/db v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/file v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/fileutil v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/golex v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/internal v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/lldb v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/mathutil v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/ql v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/sortutil v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/strutil v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/zappy v1.0.0 [2020-03-09T18:23:53.191Z] Removing intermediate container 8fe408950a17 [2020-03-09T18:23:53.191Z] ---> 57fd370d36c9 [2020-03-09T18:23:53.191Z] Successfully built 57fd370d36c9 [2020-03-09T18:23:53.191Z] 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-03-09T18:23:53.959Z] + docker inspect -f . ci-base-image-arm64 [2020-03-09T18:23:54.228Z] . [Pipeline] withDockerContainer [2020-03-09T18:23:54.569Z] prd-ubuntu18.04-docker-arm64-4c-16g-8533 does not seem to be running inside a container [2020-03-09T18:23:54.654Z] $ 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 ******** ci-base-image-arm64 cat [2020-03-09T18:23:56.099Z] $ docker top c39a786621b577747de5946c66558d25bdedd89fbac67f507b575cb873ac938b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-09T18:23:58.489Z] + go version [2020-03-09T18:23:58.489Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-09T18:23:59.139Z] + make test [2020-03-09T18:23:59.139Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-03-09T18:24:00.111Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-03-09T18:24:56.636Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-03-09T18:24:59.980Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 10.237s coverage: 50.8% of statements [2020-03-09T18:25:00.249Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-09T18:25:08.499Z] gofmt -l . [2020-03-09T18:25:08.499Z] [ "`gofmt -l .`" = "" ] [2020-03-09T18:25:08.499Z] ./bin/test-attribution-txt.sh [2020-03-09T18:25:09.464Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-09T18:25:09.747Z] Warning: overwriting stash ‘coverage-report’ [2020-03-09T18:25:10.180Z] Stashed 1 file(s) [Pipeline] } [2020-03-09T18:25:10.190Z] $ docker stop --time=1 c39a786621b577747de5946c66558d25bdedd89fbac67f507b575cb873ac938b [2020-03-09T18:25:12.477Z] $ docker rm -f c39a786621b577747de5946c66558d25bdedd89fbac67f507b575cb873ac938b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-09T18:25:13.709Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-09T18:25:14.030Z] + ls -al . [2020-03-09T18:25:14.030Z] total 136 [2020-03-09T18:25:14.030Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 18:25 . [2020-03-09T18:25:14.030Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 18:22 .. [2020-03-09T18:25:14.030Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 18:22 .git [2020-03-09T18:25:14.030Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 18:22 .github [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 258 Mar 9 18:22 .gitignore [2020-03-09T18:25:14.030Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 18:22 .semver [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 5686 Mar 9 18:22 Attribution.txt [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 1660 Mar 9 18:22 Dockerfile [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 957 Mar 9 18:22 Dockerfile.build [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 683 Mar 9 18:22 Jenkinsfile [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 9 18:22 LICENSE [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 873 Mar 9 18:22 Makefile [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 3770 Mar 9 18:22 README.md [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 16:48 VERSION [2020-03-09T18:25:14.030Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 18:22 bin [2020-03-09T18:25:14.030Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 18:22 cmd [2020-03-09T18:25:14.030Z] -rw-r--r-- 1 jenkins jenkins 30626 Mar 9 18:24 coverage.out [2020-03-09T18:25:14.030Z] -rw-r--r-- 1 jenkins jenkins 883 Mar 9 18:25 go.mod [2020-03-09T18:25:14.030Z] -rw-r--r-- 1 jenkins jenkins 13565 Mar 9 18:25 go.sum [2020-03-09T18:25:14.030Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 18:22 internal [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 9 18:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-09T18:25:14.359Z] + 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=ff3aedc826690b7da06197a390df3d453ab372db --label arch=arm64 --label version=0.0.0 . [2020-03-09T18:25:14.627Z] Sending build context to Docker daemon 502.8kB [2020-03-09T18:25:14.627Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-03-09T18:25:14.627Z] Step 2/19 : FROM ${BASE} AS builder [2020-03-09T18:25:14.627Z] ---> 57fd370d36c9 [2020-03-09T18:25:14.627Z] Step 3/19 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-03-09T18:25:14.897Z] ---> Running in 231509abf5e8 [2020-03-09T18:25:15.165Z] Removing intermediate container 231509abf5e8 [2020-03-09T18:25:15.165Z] ---> 8332d8183ee2 [2020-03-09T18:25:15.165Z] Step 4/19 : ARG ALPINE_PKG_EXTRA="" [2020-03-09T18:25:15.432Z] ---> Running in d09af0991177 [2020-03-09T18:25:15.701Z] Removing intermediate container d09af0991177 [2020-03-09T18:25:15.701Z] ---> bede249e46f9 [2020-03-09T18:25:15.701Z] Step 5/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: IOTech' [2020-03-09T18:25:15.968Z] ---> Running in b54eb9404af4 [2020-03-09T18:25:16.236Z] Removing intermediate container b54eb9404af4 [2020-03-09T18:25:16.236Z] ---> cb965a290fbf [2020-03-09T18:25:16.236Z] Step 6/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T18:25:16.236Z] ---> Running in b3fa60046672 [2020-03-09T18:25:18.265Z] Removing intermediate container b3fa60046672 [2020-03-09T18:25:18.265Z] ---> 487c07b3388c [2020-03-09T18:25:18.265Z] Step 7/19 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-03-09T18:25:18.265Z] ---> Running in 2563b6dbbc92 [2020-03-09T18:25:19.252Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-09T18:25:20.222Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-09T18:25:20.812Z] OK: 203 MiB in 52 packages [2020-03-09T18:25:22.224Z] Removing intermediate container 2563b6dbbc92 [2020-03-09T18:25:22.224Z] ---> 8e75c5fb6d61 [2020-03-09T18:25:22.224Z] Step 8/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-03-09T18:25:22.224Z] ---> Running in 40164a16ff14 [2020-03-09T18:25:22.492Z] Removing intermediate container 40164a16ff14 [2020-03-09T18:25:22.492Z] ---> 11a8fbae7d5d [2020-03-09T18:25:22.492Z] Step 9/19 : COPY . . [2020-03-09T18:25:23.465Z] ---> 27a1f72454ff [2020-03-09T18:25:23.465Z] Step 10/19 : ARG MAKE='make build' [2020-03-09T18:25:23.465Z] ---> Running in df8de082a1f4 [2020-03-09T18:25:23.737Z] Removing intermediate container df8de082a1f4 [2020-03-09T18:25:23.737Z] ---> 4c07c97bd210 [2020-03-09T18:25:23.737Z] Step 11/19 : RUN $MAKE [2020-03-09T18:25:24.009Z] ---> Running in 6015fa4268b5 [2020-03-09T18:25:24.600Z] 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-03-09T18:26:11.532Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-03-09T18:26:14.889Z] Removing intermediate container 6015fa4268b5 [2020-03-09T18:26:14.889Z] ---> 791a90477844 [2020-03-09T18:26:14.889Z] Step 12/19 : FROM alpine [2020-03-09T18:26:15.153Z] latest: Pulling from library/alpine [2020-03-09T18:26:15.154Z] 8fa90b21c985: Pulling fs layer [2020-03-09T18:26:16.115Z] 8fa90b21c985: Download complete [2020-03-09T18:26:16.704Z] 8fa90b21c985: Pull complete [2020-03-09T18:26:16.704Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-09T18:26:16.704Z] Status: Downloaded newer image for alpine:latest [2020-03-09T18:26:16.704Z] ---> 6e4716cdcf7a [2020-03-09T18:26:16.704Z] Step 13/19 : ENV APP_PORT=49990 [2020-03-09T18:26:16.704Z] ---> Running in 95ec5e882522 [2020-03-09T18:26:17.290Z] Removing intermediate container 95ec5e882522 [2020-03-09T18:26:17.290Z] ---> 7d43cf4ca082 [2020-03-09T18:26:17.290Z] Step 14/19 : EXPOSE $APP_PORT [2020-03-09T18:26:17.290Z] ---> Running in 08a24a75d906 [2020-03-09T18:26:17.557Z] Removing intermediate container 08a24a75d906 [2020-03-09T18:26:17.557Z] ---> c763189056e7 [2020-03-09T18:26:17.557Z] Step 15/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-03-09T18:26:19.513Z] ---> ed8ffcb9a5d9 [2020-03-09T18:26:19.513Z] Step 16/19 : ENTRYPOINT ["/device-virtual","--profile=docker","--confdir=/res","--registry=consul://edgex-core-consul:8500"] [2020-03-09T18:26:19.513Z] ---> Running in fd4788ffd52a [2020-03-09T18:26:19.780Z] Removing intermediate container fd4788ffd52a [2020-03-09T18:26:19.780Z] ---> 7260064378bd [2020-03-09T18:26:19.780Z] Step 17/19 : LABEL arch=arm64 [2020-03-09T18:26:20.048Z] ---> Running in 53fc8fdea790 [2020-03-09T18:26:20.316Z] Removing intermediate container 53fc8fdea790 [2020-03-09T18:26:20.316Z] ---> e89f4f41fd18 [2020-03-09T18:26:20.316Z] Step 18/19 : LABEL git_sha=ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T18:26:20.316Z] ---> Running in 9cda344a4953 [2020-03-09T18:26:20.904Z] Removing intermediate container 9cda344a4953 [2020-03-09T18:26:20.904Z] ---> bba6785aa878 [2020-03-09T18:26:20.904Z] Step 19/19 : LABEL version=0.0.0 [2020-03-09T18:26:20.904Z] ---> Running in f053fdedfbff [2020-03-09T18:26:21.174Z] Removing intermediate container f053fdedfbff [2020-03-09T18:26:21.174Z] ---> ca5be03baa27 [2020-03-09T18:26:21.174Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-09T18:26:21.174Z] Successfully built ca5be03baa27 [2020-03-09T18:26:21.445Z] 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] } [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-03-09T18:26:22.573Z] provisioning config files... [2020-03-09T18:26:22.585Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/xfoundry_device-virtual-go_PR-90@tmp/config2149188984996110231tmp [Pipeline] { [Pipeline] sh [2020-03-09T18:26:22.931Z] + curl -s https://codecov.io/bash [2020-03-09T18:26:22.931Z] + bash -s - -t @/w/workspace/xfoundry_device-virtual-go_PR-90@tmp/config2149188984996110231tmp [2020-03-09T18:26:23.190Z] [2020-03-09T18:26:23.190Z] _____ _ [2020-03-09T18:26:23.190Z] / ____| | | [2020-03-09T18:26:23.190Z] | | ___ __| | ___ ___ _____ __ [2020-03-09T18:26:23.190Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-09T18:26:23.190Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-09T18:26:23.190Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-09T18:26:23.190Z] Bash-20200303-bc4d7e6 [2020-03-09T18:26:23.190Z] [2020-03-09T18:26:23.190Z] [2020-03-09T18:26:23.190Z] ==> Jenkins CI detected. [2020-03-09T18:26:23.190Z] project root: . [2020-03-09T18:26:23.190Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-09T18:26:23.190Z] ==> Running gcov in . (disable via -X gcov) [2020-03-09T18:26:23.190Z] ==> Python coveragepy not found [2020-03-09T18:26:23.190Z] ==> Searching for coverage reports in: [2020-03-09T18:26:23.190Z] + . [2020-03-09T18:26:23.190Z] -> Found 1 reports [2020-03-09T18:26:23.190Z] ==> Detecting git/mercurial file structure [2020-03-09T18:26:23.190Z] ==> Reading reports [2020-03-09T18:26:23.190Z] + ./coverage.out bytes=30626 [2020-03-09T18:26:23.190Z] ==> Appending adjustments [2020-03-09T18:26:23.190Z] http://docs.codecov.io/docs/fixing-reports [2020-03-09T18:26:23.450Z] + Found adjustments [2020-03-09T18:26:23.450Z] ==> Gzipping contents [2020-03-09T18:26:23.450Z] ==> Uploading reports [2020-03-09T18:26:23.450Z] url: https://codecov.io [2020-03-09T18:26:23.450Z] query: branch=PR-90&commit=ff3aedc826690b7da06197a390df3d453ab372db&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-90%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=90&job= [2020-03-09T18:26:23.450Z] -> Pinging Codecov [2020-03-09T18:26:23.450Z] https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-90&commit=ff3aedc826690b7da06197a390df3d453ab372db&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-90%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=90&job= [2020-03-09T18:26:23.709Z] -> Uploading [2020-03-09T18:26:24.277Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/ff3aedc826690b7da06197a390df3d453ab372db [Pipeline] } [2020-03-09T18:26:24.283Z] 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-03-09T18:26:25.607Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T18:26:25.911Z] ---> package-listing.sh [2020-03-09T18:26:25.911Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-09T18:26:25.911Z] ++ facter osfamily [2020-03-09T18:26:25.911Z] + OS_FAMILY=redhat [2020-03-09T18:26:25.911Z] + workspace=/w/workspace/xfoundry_device-virtual-go_PR-90 [2020-03-09T18:26:25.911Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-09T18:26:25.911Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-09T18:26:25.911Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-09T18:26:25.911Z] + PACKAGES=/tmp/packages_start.txt [2020-03-09T18:26:25.911Z] + '[' /w/workspace/xfoundry_device-virtual-go_PR-90 ']' [2020-03-09T18:26:25.911Z] + PACKAGES=/tmp/packages_end.txt [2020-03-09T18:26:25.912Z] + case "${OS_FAMILY}" in [2020-03-09T18:26:25.912Z] + rpm -qa [2020-03-09T18:26:25.912Z] + sort [2020-03-09T18:26:30.103Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-09T18:26:30.103Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-09T18:26:30.103Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-09T18:26:30.103Z] + '[' /w/workspace/xfoundry_device-virtual-go_PR-90 ']' [2020-03-09T18:26:30.103Z] + mkdir -p /w/workspace/xfoundry_device-virtual-go_PR-90/archives/ [2020-03-09T18:26:30.103Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-virtual-go_PR-90/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-09T18:26:30.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-09T18:26:30.446Z] [2020-03-09T18:26:30.446Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-09T18:26:30.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-09T18:26:30.798Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-09T18:26:30.798Z] c9b1b535fdd9: Pulling fs layer [2020-03-09T18:26:30.798Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-09T18:26:30.798Z] 756a868c4378: Pulling fs layer [2020-03-09T18:26:30.798Z] 444b2fc9a129: Pulling fs layer [2020-03-09T18:26:30.798Z] ea15f1150254: Pulling fs layer [2020-03-09T18:26:30.798Z] 41b27a9f41bf: Pulling fs layer [2020-03-09T18:26:30.798Z] 28c525ee5125: Pulling fs layer [2020-03-09T18:26:30.798Z] 094b1ea09ed8: Pulling fs layer [2020-03-09T18:26:30.798Z] 138eaada9080: Pulling fs layer [2020-03-09T18:26:30.798Z] 0622d0fa9048: Pulling fs layer [2020-03-09T18:26:30.798Z] 444b2fc9a129: Waiting [2020-03-09T18:26:30.798Z] ea15f1150254: Waiting [2020-03-09T18:26:30.798Z] 41b27a9f41bf: Waiting [2020-03-09T18:26:30.798Z] 28c525ee5125: Waiting [2020-03-09T18:26:30.798Z] 094b1ea09ed8: Waiting [2020-03-09T18:26:30.798Z] 138eaada9080: Waiting [2020-03-09T18:26:30.798Z] 0622d0fa9048: Waiting [2020-03-09T18:26:30.798Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-09T18:26:30.798Z] 2cc5ad85d9ab: Download complete [2020-03-09T18:26:30.798Z] 444b2fc9a129: Verifying Checksum [2020-03-09T18:26:30.798Z] 444b2fc9a129: Download complete [2020-03-09T18:26:30.798Z] c9b1b535fdd9: Download complete [2020-03-09T18:26:30.798Z] ea15f1150254: Verifying Checksum [2020-03-09T18:26:30.798Z] ea15f1150254: Download complete [2020-03-09T18:26:31.061Z] 28c525ee5125: Verifying Checksum [2020-03-09T18:26:31.061Z] 28c525ee5125: Download complete [2020-03-09T18:26:31.061Z] c9b1b535fdd9: Pull complete [2020-03-09T18:26:31.322Z] 2cc5ad85d9ab: Pull complete [2020-03-09T18:26:31.322Z] 756a868c4378: Verifying Checksum [2020-03-09T18:26:31.322Z] 756a868c4378: Download complete [2020-03-09T18:26:31.582Z] 138eaada9080: Verifying Checksum [2020-03-09T18:26:31.582Z] 138eaada9080: Download complete [2020-03-09T18:26:31.582Z] 094b1ea09ed8: Verifying Checksum [2020-03-09T18:26:31.582Z] 094b1ea09ed8: Download complete [2020-03-09T18:26:31.582Z] 0622d0fa9048: Verifying Checksum [2020-03-09T18:26:31.582Z] 0622d0fa9048: Download complete [2020-03-09T18:26:32.156Z] 41b27a9f41bf: Verifying Checksum [2020-03-09T18:26:32.156Z] 41b27a9f41bf: Download complete [2020-03-09T18:26:33.535Z] 756a868c4378: Pull complete [2020-03-09T18:26:33.535Z] 444b2fc9a129: Pull complete [2020-03-09T18:26:33.794Z] ea15f1150254: Pull complete [2020-03-09T18:26:37.994Z] 41b27a9f41bf: Pull complete [2020-03-09T18:26:37.994Z] 28c525ee5125: Pull complete [2020-03-09T18:26:39.904Z] 094b1ea09ed8: Pull complete [2020-03-09T18:26:39.904Z] 138eaada9080: Pull complete [2020-03-09T18:26:40.166Z] 0622d0fa9048: Pull complete [2020-03-09T18:26:40.166Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-09T18:26:40.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-09T18:26:40.326Z] prd-centos7-docker-4c-2g-5360 does not seem to be running inside a container [2020-03-09T18:26:40.382Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-virtual-go_PR-90 -v /w/workspace/xfoundry_device-virtual-go_PR-90:/w/workspace/xfoundry_device-virtual-go_PR-90:rw,z -v /w/workspace/xfoundry_device-virtual-go_PR-90@tmp:/w/workspace/xfoundry_device-virtual-go_PR-90@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-03-09T18:26:41.478Z] $ docker top 82af356dd6faa68c1ea623ce54a62fe2036b6da1e27c3967c961c132eede4a47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-09T18:26:42.254Z] provisioning config files... [2020-03-09T18:26:42.273Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-virtual-go_PR-90@tmp/config3228358479881118226tmp [Pipeline] { [Pipeline] echo [2020-03-09T18:26:42.382Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T18:26:42.673Z] ---> create-netrc.sh [Pipeline] echo [2020-03-09T18:26:42.679Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T18:26:42.975Z] ---> logs-deploy.sh [2020-03-09T18:26:42.975Z] + ARCHIVE_ARTIFACTS= [2020-03-09T18:26:42.975Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-09T18:26:42.975Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-09T18:26:42.975Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-09T18:26:42.975Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-90/3 [2020-03-09T18:26:42.975Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-90/3/ [2020-03-09T18:26:42.975Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-90/3 /w/workspace/xfoundry_device-virtual-go_PR-90 [2020-03-09T18:26:44.369Z] Archives upload complete. [2020-03-09T18:26:44.369Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-90/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-90/3/ [2020-03-09T18:26:44.953Z] ---> uname -a: [2020-03-09T18:26:44.953Z] Linux 82af356dd6fa 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] ---> lscpu: [2020-03-09T18:26:44.953Z] Architecture: x86_64 [2020-03-09T18:26:44.953Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-09T18:26:44.953Z] Byte Order: Little Endian [2020-03-09T18:26:44.953Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-09T18:26:44.953Z] CPU(s): 4 [2020-03-09T18:26:44.953Z] On-line CPU(s) list: 0-3 [2020-03-09T18:26:44.953Z] Thread(s) per core: 1 [2020-03-09T18:26:44.953Z] Core(s) per socket: 1 [2020-03-09T18:26:44.953Z] Socket(s): 4 [2020-03-09T18:26:44.953Z] NUMA node(s): 1 [2020-03-09T18:26:44.953Z] Vendor ID: GenuineIntel [2020-03-09T18:26:44.953Z] CPU family: 6 [2020-03-09T18:26:44.953Z] Model: 44 [2020-03-09T18:26:44.953Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-09T18:26:44.953Z] Stepping: 1 [2020-03-09T18:26:44.953Z] CPU MHz: 2933.396 [2020-03-09T18:26:44.953Z] BogoMIPS: 5866.79 [2020-03-09T18:26:44.953Z] Virtualization: VT-x [2020-03-09T18:26:44.953Z] Hypervisor vendor: KVM [2020-03-09T18:26:44.953Z] Virtualization type: full [2020-03-09T18:26:44.953Z] L1d cache: 128 KiB [2020-03-09T18:26:44.953Z] L1i cache: 128 KiB [2020-03-09T18:26:44.953Z] L2 cache: 16 MiB [2020-03-09T18:26:44.953Z] L3 cache: 64 MiB [2020-03-09T18:26:44.953Z] NUMA node0 CPU(s): 0-3 [2020-03-09T18:26:44.953Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-09T18:26:44.953Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-09T18:26:44.953Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-09T18:26:44.953Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-09T18:26:44.953Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-09T18:26:44.953Z] 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-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] ---> nproc: [2020-03-09T18:26:44.953Z] 4 [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] ---> df -h: [2020-03-09T18:26:44.953Z] Filesystem Size Used Available Use% Mounted on [2020-03-09T18:26:44.953Z] overlay 50.0G 6.1G 43.9G 12% / [2020-03-09T18:26:44.953Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-03-09T18:26:44.953Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-03-09T18:26:44.953Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/resolv.conf [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/hostname [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/hosts [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /w/workspace/xfoundry_device-virtual-go_PR-90 [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /w/workspace/xfoundry_device-virtual-go_PR-90@tmp [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /var/log/sa [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] ---> free -m: [2020-03-09T18:26:44.953Z] total used free shared buff/cache available [2020-03-09T18:26:44.953Z] Mem: 1838 726 76 0 1035 1019 [2020-03-09T18:26:44.953Z] Swap: 1023 1 1022 [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z]