b' Pull request #9 updated\n Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token)\n Connecting to https://api.github.com to check permissions of obtain list of soda480 for edgexfoundry/device-rest-go\n Obtained Jenkinsfile from 074c080c5e7515328ab6d4791b832e5cc9f8b6f2+a99c5db61b651f614e76455bb851b80a57f32d4d (948404b06b6bb9d744405cddffd2ec5e6b601594)\n Running in Durability level: PERFORMANCE_OPTIMIZED\n Loading library edgex-global-pipelines@stable\n Examining edgexfoundry/edgex-global-pipelines\n Attempting to resolve stable as a branch\n Attempting to resolve stable as a tag\n Resolved stable as tag stable at revision f257e5cd2e5dbd4b6887b4e47c1eddaebeef2b94\n using credential edgex-jenkins-access-pat\n > git rev-parse --is-inside-work-tree # timeout=10\n Fetching changes from the remote Git repository\n > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10\n Fetching with tags\n Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git\n > git --version # timeout=10\n using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh\n > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10\n Checking out Revision f257e5cd2e5dbd4b6887b4e47c1eddaebeef2b94 (stable)\n > git config core.sparsecheckout # timeout=10\n > git checkout -f f257e5cd2e5dbd4b6887b4e47c1eddaebeef2b94 # timeout=10\n Commit message: "Merge pull request #81 from ernestojeda/bugfix-custom-workspace"\n > git remote # timeout=10\n > git submodule init # timeout=10\n > git submodule sync # timeout=10\n > git config --get remote.origin.url # timeout=10\n > git submodule init # timeout=10\n > git config -f .gitmodules --get-regexp ^submodule\\.(.+)\\.url # timeout=10\n > git config --get submodule.global-jjb.url # timeout=10\n > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10\n > git submodule update --init --recursive global-jjb # timeout=10\n [Pipeline] Start of Pipeline\n [Pipeline] echo\n =========================================================\n [edgeXBuildGoApp] RAW Config: [project:device-rest-go, goVersion:1.12]\n =========================================================\n [Pipeline] echo\n Setting up nodes based on requested architectures [[amd64, arm64]]\n [Pipeline] echo\n Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-2g]]\n [Pipeline] echo\n =========================================================\n [edgeXBuildGoApp] Pipeline Parameters:\n =========================================================\n [Pipeline] echo\n MAVEN_SETTINGS: device-rest-go-settings\n PROJECT: device-rest-go\n USE_SEMVER: true\n TEST_SCRIPT: make test\n BUILD_SCRIPT: make build\n GO_VERSION: 1.12\n DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-golang-base:1.12.6-alpine\n DOCKER_FILE_PATH: Dockerfile\n DOCKER_BUILD_FILE_PATH: Dockerfile.build\n DOCKER_BUILD_CONTEXT: .\n DOCKER_IMAGE_NAME: docker-device-rest-go\n DOCKER_REGISTRY_NAMESPACE: \n DOCKER_NEXUS_REPO: staging\n BUILD_DOCKER_IMAGE: true\n PUSH_DOCKER_IMAGE: true\n SEMVER_BUMP_LEVEL: pre\n [Pipeline] node\n Still waiting to schedule task\n All nodes of label \xe2\x80\x98centos7-docker-4c-2g\xe2\x80\x99 are offline\n Running on prd-centos7-docker-4c-2g-14206 in /w/workspace/edgexfoundry_device-rest-go_PR-9\n [Pipeline] {\n [Pipeline] stage\n [Pipeline] { (Declarative: Checkout SCM)\n [Pipeline] checkout\n using credential edgex-jenkins-ssh\n Cloning the remote Git repository\n Cloning with configured refspecs honoured and without tags\n Cloning repository git@github.com:edgexfoundry/device-rest-go.git\n > git init /w/workspace/edgexfoundry_device-rest-go_PR-9 # timeout=10\n Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git\n > git --version # timeout=10\n using GIT_SSH to set credentials SSH Credentials for GitHub\n > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/9/head:refs/remotes/origin/PR-9 +refs/heads/master:refs/remotes/origin/master # timeout=10\n Fetching without tags\n Merging remotes/origin/master commit a99c5db61b651f614e76455bb851b80a57f32d4d into PR head commit 074c080c5e7515328ab6d4791b832e5cc9f8b6f2\n Merge succeeded, producing 074c080c5e7515328ab6d4791b832e5cc9f8b6f2\n Checking out Revision 074c080c5e7515328ab6d4791b832e5cc9f8b6f2 (PR-9)\n > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10\n > git config --add remote.origin.fetch +refs/pull/9/head:refs/remotes/origin/PR-9 # timeout=10\n > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10\n > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10\n Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git\n using GIT_SSH to set credentials SSH Credentials for GitHub\n > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/9/head:refs/remotes/origin/PR-9 +refs/heads/master:refs/remotes/origin/master # timeout=10\n > git config core.sparsecheckout # timeout=10\n > git checkout -f 074c080c5e7515328ab6d4791b832e5cc9f8b6f2 # timeout=10\n > git merge a99c5db61b651f614e76455bb851b80a57f32d4d # timeout=10\n > git rev-parse HEAD^{commit} # timeout=10\n > git config core.sparsecheckout # timeout=10\n > git checkout -f 074c080c5e7515328ab6d4791b832e5cc9f8b6f2 # timeout=10\n Commit message: "Enable CI build automation via edgeXBuildGoApp"\n First time build. Skipping changelog.\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] withEnv\n [Pipeline] {\n [Pipeline] timestamps\n [Pipeline] {\n [Pipeline] timeout\n [2020-01-13T18:18:17.155Z] Timeout set to expire in 6 hr 0 min\n [Pipeline] {\n [Pipeline] stage\n [Pipeline] { (Prepare)\n [Pipeline] }\n > git rev-list --no-walk 9c04d6c14986776740f5c2a44fe53c54a6de0c80 # timeout=10\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Semver Prep)\n [Pipeline] isUnix\n [Pipeline] sh\n [2020-01-13T18:18:19.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64\n [2020-01-13T18:18:19.137Z] \n [2020-01-13T18:18:19.137Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64\n [Pipeline] isUnix\n [Pipeline] sh\n [2020-01-13T18:18:19.484Z] + docker pull nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64\n [2020-01-13T18:18:19.484Z] latest-x86_64: Pulling from edgexfoundry/git-semver\n [2020-01-13T18:18:19.484Z] e7c96db7181b: Pulling fs layer\n [2020-01-13T18:18:19.484Z] a038dfdf5543: Pulling fs layer\n [2020-01-13T18:18:19.484Z] 8d5d8e63b3c0: Pulling fs layer\n [2020-01-13T18:18:19.755Z] e7c96db7181b: Download complete\n [2020-01-13T18:18:19.755Z] 8d5d8e63b3c0: Verifying Checksum\n [2020-01-13T18:18:19.755Z] 8d5d8e63b3c0: Download complete\n [2020-01-13T18:18:19.755Z] a038dfdf5543: Verifying Checksum\n [2020-01-13T18:18:19.755Z] a038dfdf5543: Download complete\n [2020-01-13T18:18:20.015Z] e7c96db7181b: Pull complete\n [2020-01-13T18:18:20.585Z] a038dfdf5543: Pull complete\n [2020-01-13T18:18:20.845Z] 8d5d8e63b3c0: Pull complete\n [2020-01-13T18:18:20.845Z] Digest: sha256:05a9b251b02206200c94075b08ee2f72dfb9f54528ed2399686c43a0d6b464fb\n [2020-01-13T18:18:20.845Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64\n [Pipeline] withDockerContainer\n [2020-01-13T18:18:20.976Z] prd-centos7-docker-4c-2g-14206 does not seem to be running inside a container\n [2020-01-13T18:18:21.016Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_PR-9 -v /w/workspace/edgexfoundry_device-rest-go_PR-9:/w/workspace/edgexfoundry_device-rest-go_PR-9:rw,z -v /w/workspace/edgexfoundry_device-rest-go_PR-9@tmp:/w/workspace/edgexfoundry_device-rest-go_PR-9@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 ******** nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64 cat\n [2020-01-13T18:18:21.689Z] $ docker top 3b0876ae8e0cb6479147b8fafb40f637e72c73b4c9203dc7ba0b1e8161b1a5c6 -eo pid,comm\n [Pipeline] {\n [Pipeline] withEnv\n [Pipeline] {\n [Pipeline] sshagent\n [2020-01-13T18:18:22.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)\n [2020-01-13T18:18:22.263Z] [ssh-agent] Looking for ssh-agent implementation...\n [2020-01-13T18:18:22.483Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)\n [2020-01-13T18:18:22.482Z] $ docker exec 3b0876ae8e0cb6479147b8fafb40f637e72c73b4c9203dc7ba0b1e8161b1a5c6 ssh-agent\n [2020-01-13T18:18:22.687Z] SSH_AUTH_SOCK=/tmp/ssh-qHu3neEn90nv/agent.14\n [2020-01-13T18:18:22.687Z] SSH_AGENT_PID=21\n [2020-01-13T18:18:22.699Z] Running ssh-add (command line suppressed)\n [2020-01-13T18:18:22.852Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_PR-9@tmp/private_key_4028748967518366657.key (/w/workspace/edgexfoundry_device-rest-go_PR-9@tmp/private_key_4028748967518366657.key)\n [2020-01-13T18:18:22.923Z] [ssh-agent] Started.\n [Pipeline] {\n [Pipeline] sh\n [2020-01-13T18:18:23.247Z] + git describe --exact-match --tags HEAD\n [2020-01-13T18:18:23.247Z] fatal: No names found, cannot describe anything.\n [Pipeline] }\n [2020-01-13T18:18:23.350Z] $ docker exec --env ******** --env ******** 3b0876ae8e0cb6479147b8fafb40f637e72c73b4c9203dc7ba0b1e8161b1a5c6 ssh-agent -k\n [2020-01-13T18:18:23.509Z] unset SSH_AUTH_SOCK;\n [2020-01-13T18:18:23.509Z] unset SSH_AGENT_PID;\n [2020-01-13T18:18:23.509Z] echo Agent pid 21 killed;\n [2020-01-13T18:18:23.554Z] [ssh-agent] Stopped.\n [Pipeline] // sshagent\n [Pipeline] echo\n [2020-01-13T18:18:23.570Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128\n [2020-01-13T18:18:23.570Z] This usually means this commit has not been tagged.\n [Pipeline] sshagent\n [2020-01-13T18:18:23.597Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)\n [2020-01-13T18:18:23.598Z] [ssh-agent] Looking for ssh-agent implementation...\n [2020-01-13T18:18:23.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)\n [2020-01-13T18:18:23.802Z] $ docker exec 3b0876ae8e0cb6479147b8fafb40f637e72c73b4c9203dc7ba0b1e8161b1a5c6 ssh-agent\n [2020-01-13T18:18:24.024Z] SSH_AUTH_SOCK=/tmp/ssh-Y3ziq0sdn6dJ/agent.57\n [2020-01-13T18:18:24.024Z] SSH_AGENT_PID=64\n [2020-01-13T18:18:24.031Z] Running ssh-add (command line suppressed)\n [2020-01-13T18:18:24.178Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_PR-9@tmp/private_key_7186441003290836603.key (/w/workspace/edgexfoundry_device-rest-go_PR-9@tmp/private_key_7186441003290836603.key)\n [2020-01-13T18:18:24.232Z] [ssh-agent] Started.\n [Pipeline] {\n [Pipeline] sh\n [2020-01-13T18:18:24.529Z] + git semver init\n [2020-01-13T18:18:24.529Z] # -> Open(): unable to determine branch for HEAD\n [2020-01-13T18:18:24.529Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-rest-go_PR-9/.git\n [2020-01-13T18:18:24.529Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-rest-go_PR-9\n [2020-01-13T18:18:24.529Z] # $SEMVER_REMOTE_NAME = origin\n [2020-01-13T18:18:24.529Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org\n [2020-01-13T18:18:24.529Z] # $SEMVER_USER_NAME = jenkins\n [2020-01-13T18:18:24.529Z] # $SEMVER_BRANCH = PR-9\n [2020-01-13T18:18:24.529Z] # $SEMVER_TEMP = /tmp/semver-487159230\n [2020-01-13T18:18:24.529Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP\n [2020-01-13T18:18:24.790Z] # \'/tmp/semver-487159230\' -> \'/w/workspace/edgexfoundry_device-rest-go_PR-9/.semver\'\n [2020-01-13T18:18:24.790Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-rest-go_PR-9/.semver\n [Pipeline] }\n [2020-01-13T18:18:24.793Z] $ docker exec --env ******** --env ******** 3b0876ae8e0cb6479147b8fafb40f637e72c73b4c9203dc7ba0b1e8161b1a5c6 ssh-agent -k\n [2020-01-13T18:18:24.939Z] unset SSH_AUTH_SOCK;\n [2020-01-13T18:18:24.939Z] unset SSH_AGENT_PID;\n [2020-01-13T18:18:24.940Z] echo Agent pid 64 killed;\n [2020-01-13T18:18:24.992Z] [ssh-agent] Stopped.\n [Pipeline] // sshagent\n [Pipeline] }\n [Pipeline] // withEnv\n [Pipeline] sh\n [2020-01-13T18:18:25.313Z] + git semver\n [Pipeline] }\n [2020-01-13T18:18:25.321Z] $ docker stop --time=1 3b0876ae8e0cb6479147b8fafb40f637e72c73b4c9203dc7ba0b1e8161b1a5c6\n [2020-01-13T18:18:26.685Z] $ docker rm -f 3b0876ae8e0cb6479147b8fafb40f637e72c73b4c9203dc7ba0b1e8161b1a5c6\n [Pipeline] // withDockerContainer\n [Pipeline] writeFile\n [Pipeline] stash\n [2020-01-13T18:18:27.239Z] Stashed 13 file(s)\n [Pipeline] echo\n [2020-01-13T18:18:27.241Z] [edgeXSemver] initialized semver on version 0.0.0\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Build)\n [Pipeline] parallel\n [Pipeline] { (Branch: amd64)\n [Pipeline] { (Branch: arm64)\n [Pipeline] stage\n [Pipeline] { (amd64)\n [Pipeline] stage\n [Pipeline] { (arm64)\n [Pipeline] node\n [Pipeline] node\n [2020-01-13T18:18:42.319Z] Still waiting to schedule task\n [2020-01-13T18:18:42.320Z] Waiting for next available executor on \xe2\x80\x98prd-centos7-docker-4c-2g-14206\xe2\x80\x99\n [2020-01-13T18:18:42.321Z] Still waiting to schedule task\n [2020-01-13T18:18:42.321Z] Waiting for next available executor on \xe2\x80\x98prd-ubuntu18.04-docker-arm64-4c-2g-14205\xe2\x80\x99\n [2020-01-13T18:21:03.546Z] Running on prd-ubuntu18.04-docker-arm64-4c-2g-14207 in /w/workspace/edgexfoundry_device-rest-go_PR-9\n [Pipeline] {\n [Pipeline] ws\n [2020-01-13T18:21:03.559Z] Running in /w/workspace/device-rest-go/5\n [Pipeline] {\n [Pipeline] checkout\n [2020-01-13T18:21:09.687Z] Running on prd-centos7-docker-4c-2g-14208 in /w/workspace/edgexfoundry_device-rest-go_PR-9\n [Pipeline] {\n [Pipeline] ws\n [2020-01-13T18:21:09.700Z] Running in /w/workspace/device-rest-go/5\n [Pipeline] {\n [Pipeline] checkout\n [2020-01-13T18:21:11.364Z] using credential edgex-jenkins-ssh\n [2020-01-13T18:21:11.389Z] Cloning the remote Git repository\n [2020-01-13T18:21:11.389Z] Cloning with configured refspecs honoured and without tags\n [2020-01-13T18:21:11.468Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git\n [2020-01-13T18:21:11.548Z] > git init /w/workspace/device-rest-go/5 # timeout=10\n [2020-01-13T18:21:11.657Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git\n [2020-01-13T18:21:11.658Z] > git --version # timeout=10\n [2020-01-13T18:21:11.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub\n [2020-01-13T18:21:11.759Z] using credential edgex-jenkins-ssh\n [2020-01-13T18:21:11.785Z] Cloning the remote Git repository\n [2020-01-13T18:21:11.785Z] Cloning with configured refspecs honoured and without tags\n [2020-01-13T18:21:11.802Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git\n [2020-01-13T18:21:11.851Z] > git init /w/workspace/device-rest-go/5 # timeout=10\n [2020-01-13T18:21:11.892Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git\n [2020-01-13T18:21:11.892Z] > git --version # timeout=10\n [2020-01-13T18:21:11.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub\n [2020-01-13T18:21:11.921Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/9/head:refs/remotes/origin/PR-9 +refs/heads/master:refs/remotes/origin/master # timeout=10\n [2020-01-13T18:21:11.772Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/9/head:refs/remotes/origin/PR-9 +refs/heads/master:refs/remotes/origin/master # timeout=10\n [2020-01-13T18:21:13.747Z] Fetching without tags\n [2020-01-13T18:21:14.094Z] Merging remotes/origin/master commit a99c5db61b651f614e76455bb851b80a57f32d4d into PR head commit 074c080c5e7515328ab6d4791b832e5cc9f8b6f2\n [2020-01-13T18:21:14.148Z] Merge succeeded, producing 074c080c5e7515328ab6d4791b832e5cc9f8b6f2\n [2020-01-13T18:21:14.148Z] Checking out Revision 074c080c5e7515328ab6d4791b832e5cc9f8b6f2 (PR-9)\n [2020-01-13T18:21:13.715Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10\n [2020-01-13T18:21:13.720Z] > git config --add remote.origin.fetch +refs/pull/9/head:refs/remotes/origin/PR-9 # timeout=10\n [2020-01-13T18:21:13.726Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10\n [2020-01-13T18:21:13.735Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10\n [2020-01-13T18:21:13.747Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git\n [2020-01-13T18:21:13.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub\n [2020-01-13T18:21:13.751Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/9/head:refs/remotes/origin/PR-9 +refs/heads/master:refs/remotes/origin/master # timeout=10\n [2020-01-13T18:21:14.095Z] > git config core.sparsecheckout # timeout=10\n [2020-01-13T18:21:14.102Z] > git checkout -f 074c080c5e7515328ab6d4791b832e5cc9f8b6f2 # timeout=10\n [2020-01-13T18:21:14.129Z] > git merge a99c5db61b651f614e76455bb851b80a57f32d4d # timeout=10\n [2020-01-13T18:21:14.136Z] > git rev-parse HEAD^{commit} # timeout=10\n [2020-01-13T18:21:14.145Z] > git config core.sparsecheckout # timeout=10\n [2020-01-13T18:21:14.149Z] > git checkout -f 074c080c5e7515328ab6d4791b832e5cc9f8b6f2 # timeout=10\n [2020-01-13T18:21:14.743Z] Fetching without tags\n [2020-01-13T18:21:15.258Z] Merging remotes/origin/master commit a99c5db61b651f614e76455bb851b80a57f32d4d into PR head commit 074c080c5e7515328ab6d4791b832e5cc9f8b6f2\n [2020-01-13T18:21:15.494Z] Merge succeeded, producing 074c080c5e7515328ab6d4791b832e5cc9f8b6f2\n [2020-01-13T18:21:15.495Z] Checking out Revision 074c080c5e7515328ab6d4791b832e5cc9f8b6f2 (PR-9)\n [2020-01-13T18:21:14.636Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10\n [2020-01-13T18:21:14.662Z] > git config --add remote.origin.fetch +refs/pull/9/head:refs/remotes/origin/PR-9 # timeout=10\n [2020-01-13T18:21:14.690Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10\n [2020-01-13T18:21:14.721Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10\n [2020-01-13T18:21:14.758Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git\n [2020-01-13T18:21:14.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub\n [2020-01-13T18:21:14.772Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/9/head:refs/remotes/origin/PR-9 +refs/heads/master:refs/remotes/origin/master # timeout=10\n [2020-01-13T18:21:15.279Z] > git config core.sparsecheckout # timeout=10\n [2020-01-13T18:21:15.316Z] > git checkout -f 074c080c5e7515328ab6d4791b832e5cc9f8b6f2 # timeout=10\n [2020-01-13T18:21:15.415Z] > git merge a99c5db61b651f614e76455bb851b80a57f32d4d # timeout=10\n [2020-01-13T18:21:15.457Z] > git rev-parse HEAD^{commit} # timeout=10\n [2020-01-13T18:21:15.501Z] > git config core.sparsecheckout # timeout=10\n [2020-01-13T18:21:15.525Z] > git checkout -f 074c080c5e7515328ab6d4791b832e5cc9f8b6f2 # timeout=10\n [2020-01-13T18:21:17.671Z] Commit message: "Enable CI build automation via edgeXBuildGoApp"\n [Pipeline] withEnv\n [Pipeline] {\n [Pipeline] withEnv\n [Pipeline] {\n [Pipeline] stage\n [Pipeline] { (Prep)\n [Pipeline] script\n [Pipeline] {\n [Pipeline] unstash\n [Pipeline] echo\n [2020-01-13T18:21:18.449Z] =========================================================\n [2020-01-13T18:21:18.449Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-golang-base:1.12.6-alpine]\n [2020-01-13T18:21:18.449Z] =========================================================\n [Pipeline] isUnix\n [Pipeline] sh\n [2020-01-13T18:21:18.973Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-golang-base:1.12.6-alpine .\n [2020-01-13T18:21:18.973Z] Sending build context to Docker daemon 86.02kB\n\n [2020-01-13T18:21:19.242Z] Step 1/10 : ARG BASE=golang:1.12-alpine\n [2020-01-13T18:21:19.242Z] Step 2/10 : FROM ${BASE}\n [2020-01-13T18:21:19.242Z] 1.12.6-alpine: Pulling from edgex-golang-base\n [2020-01-13T18:21:19.242Z] 921b31ab772b: Pulling fs layer\n [2020-01-13T18:21:19.242Z] 2d3896533852: Pulling fs layer\n [2020-01-13T18:21:19.242Z] 28c34ce20860: Pulling fs layer\n [2020-01-13T18:21:19.242Z] 9186bf07c4ae: Pulling fs layer\n [2020-01-13T18:21:19.242Z] 7f1720e95b4b: Pulling fs layer\n [2020-01-13T18:21:19.242Z] 24d9f57f8391: Pulling fs layer\n [2020-01-13T18:21:19.242Z] 9498642caea3: Pulling fs layer\n [2020-01-13T18:21:19.242Z] ba4d0a6bad5e: Pulling fs layer\n [2020-01-13T18:21:19.242Z] 7af212d24233: Pulling fs layer\n [2020-01-13T18:21:19.242Z] ee2efeeb882f: Pulling fs layer\n [2020-01-13T18:21:19.242Z] d216d3b964db: Pulling fs layer\n [2020-01-13T18:21:19.242Z] 9498642caea3: Waiting\n [2020-01-13T18:21:19.242Z] ba4d0a6bad5e: Waiting\n [2020-01-13T18:21:19.242Z] 7af212d24233: Waiting\n [2020-01-13T18:21:19.242Z] ee2efeeb882f: Waiting\n [2020-01-13T18:21:19.242Z] d216d3b964db: Waiting\n [2020-01-13T18:21:19.242Z] 7f1720e95b4b: Waiting\n [2020-01-13T18:21:19.242Z] 9186bf07c4ae: Waiting\n [2020-01-13T18:21:19.242Z] 24d9f57f8391: Waiting\n [2020-01-13T18:21:19.242Z] 28c34ce20860: Verifying Checksum\n [2020-01-13T18:21:19.242Z] 28c34ce20860: Download complete\n [2020-01-13T18:21:19.242Z] 2d3896533852: Download complete\n [2020-01-13T18:21:19.242Z] 7f1720e95b4b: Verifying Checksum\n [2020-01-13T18:21:19.242Z] 7f1720e95b4b: Download complete\n [2020-01-13T18:21:19.242Z] 24d9f57f8391: Verifying Checksum\n [2020-01-13T18:21:19.242Z] 24d9f57f8391: Download complete\n [2020-01-13T18:21:19.242Z] 921b31ab772b: Verifying Checksum\n [2020-01-13T18:21:19.242Z] 921b31ab772b: Download complete\n [2020-01-13T18:21:19.510Z] 921b31ab772b: Pull complete\n [2020-01-13T18:21:19.752Z] Commit message: "Enable CI build automation via edgeXBuildGoApp"\n [2020-01-13T18:21:20.101Z] 9498642caea3: Verifying Checksum\n [2020-01-13T18:21:20.101Z] 9498642caea3: Download complete\n [2020-01-13T18:21:20.101Z] 7af212d24233: Verifying Checksum\n [2020-01-13T18:21:20.101Z] 7af212d24233: Download complete\n [Pipeline] withEnv\n [Pipeline] {\n [Pipeline] withEnv\n [Pipeline] {\n [Pipeline] stage\n [Pipeline] { (Prep)\n [Pipeline] script\n [Pipeline] {\n [Pipeline] unstash\n [2020-01-13T18:21:20.367Z] ee2efeeb882f: Verifying Checksum\n [2020-01-13T18:21:20.367Z] ee2efeeb882f: Download complete\n [Pipeline] echo\n [2020-01-13T18:21:20.546Z] =========================================================\n [2020-01-13T18:21:20.546Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-golang-base:1.12.6-alpine-arm64]\n [2020-01-13T18:21:20.546Z] =========================================================\n [Pipeline] isUnix\n [Pipeline] sh\n [2020-01-13T18:21:20.630Z] d216d3b964db: Verifying Checksum\n [2020-01-13T18:21:20.630Z] d216d3b964db: Download complete\n [2020-01-13T18:21:20.896Z] ba4d0a6bad5e: Verifying Checksum\n [2020-01-13T18:21:20.896Z] ba4d0a6bad5e: Download complete\n [2020-01-13T18:21:20.896Z] 9186bf07c4ae: Verifying Checksum\n [2020-01-13T18:21:20.896Z] 9186bf07c4ae: Download complete\n [2020-01-13T18:21:22.006Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-golang-base:1.12.6-alpine-arm64 .\n [2020-01-13T18:21:22.272Z] 2d3896533852: Pull complete\n [2020-01-13T18:21:22.272Z] 28c34ce20860: Pull complete\n [2020-01-13T18:21:22.984Z] Sending build context to Docker daemon 86.02kB\n\n [2020-01-13T18:21:22.984Z] Step 1/10 : ARG BASE=golang:1.12-alpine\n [2020-01-13T18:21:22.984Z] Step 2/10 : FROM ${BASE}\n [2020-01-13T18:21:23.608Z] 1.12.6-alpine-arm64: Pulling from edgex-golang-base\n [2020-01-13T18:21:23.608Z] 54e94bcddc88: Pulling fs layer\n [2020-01-13T18:21:23.608Z] 43582c0db3f3: Pulling fs layer\n [2020-01-13T18:21:23.608Z] 9fe16242a9df: Pulling fs layer\n [2020-01-13T18:21:23.608Z] fbf0f20b3a29: Pulling fs layer\n [2020-01-13T18:21:23.608Z] 57bbd25d50cb: Pulling fs layer\n [2020-01-13T18:21:23.608Z] 4c3326bd8e33: Pulling fs layer\n [2020-01-13T18:21:23.608Z] d45218f23013: Pulling fs layer\n [2020-01-13T18:21:23.608Z] d22026c5ede0: Pulling fs layer\n [2020-01-13T18:21:23.608Z] f32e18732fe6: Pulling fs layer\n [2020-01-13T18:21:23.608Z] 3a2ca3ccd3c2: Pulling fs layer\n [2020-01-13T18:21:23.608Z] 43f99696bdfb: Pulling fs layer\n [2020-01-13T18:21:23.608Z] fbf0f20b3a29: Waiting\n [2020-01-13T18:21:23.608Z] 57bbd25d50cb: Waiting\n [2020-01-13T18:21:23.608Z] 4c3326bd8e33: Waiting\n [2020-01-13T18:21:23.608Z] d45218f23013: Waiting\n [2020-01-13T18:21:23.608Z] d22026c5ede0: Waiting\n [2020-01-13T18:21:23.608Z] f32e18732fe6: Waiting\n [2020-01-13T18:21:23.608Z] 3a2ca3ccd3c2: Waiting\n [2020-01-13T18:21:23.608Z] 43f99696bdfb: Waiting\n [2020-01-13T18:21:23.608Z] 9fe16242a9df: Verifying Checksum\n [2020-01-13T18:21:23.608Z] 9fe16242a9df: Download complete\n [2020-01-13T18:21:23.910Z] 43582c0db3f3: Verifying Checksum\n [2020-01-13T18:21:23.910Z] 43582c0db3f3: Download complete\n [2020-01-13T18:21:23.910Z] 57bbd25d50cb: Verifying Checksum\n [2020-01-13T18:21:23.911Z] 57bbd25d50cb: Download complete\n [2020-01-13T18:21:24.191Z] 4c3326bd8e33: Verifying Checksum\n [2020-01-13T18:21:24.191Z] 4c3326bd8e33: Download complete\n [2020-01-13T18:21:24.478Z] 54e94bcddc88: Verifying Checksum\n [2020-01-13T18:21:24.478Z] 54e94bcddc88: Download complete\n [2020-01-13T18:21:26.500Z] 54e94bcddc88: Pull complete\n [2020-01-13T18:21:27.491Z] 43582c0db3f3: Pull complete\n [2020-01-13T18:21:27.568Z] 9186bf07c4ae: Pull complete\n [2020-01-13T18:21:27.568Z] 7f1720e95b4b: Pull complete\n [2020-01-13T18:21:27.568Z] 24d9f57f8391: Pull complete\n [2020-01-13T18:21:28.096Z] 9fe16242a9df: Pull complete\n [2020-01-13T18:21:31.764Z] 9498642caea3: Pull complete\n [2020-01-13T18:21:32.400Z] d45218f23013: Verifying Checksum\n [2020-01-13T18:21:32.400Z] d45218f23013: Download complete\n [2020-01-13T18:21:32.400Z] f32e18732fe6: Verifying Checksum\n [2020-01-13T18:21:32.400Z] f32e18732fe6: Download complete\n [2020-01-13T18:21:34.309Z] ba4d0a6bad5e: Pull complete\n [2020-01-13T18:21:34.568Z] 7af212d24233: Pull complete\n [2020-01-13T18:21:35.506Z] ee2efeeb882f: Pull complete\n [2020-01-13T18:21:35.506Z] d216d3b964db: Pull complete\n [2020-01-13T18:21:35.506Z] Digest: sha256:26065ac814cd2cdfd2492c2d3318b13c68791c8cca06e489144751c6f654f77d\n [2020-01-13T18:21:35.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-golang-base:1.12.6-alpine\n [2020-01-13T18:21:35.506Z] ---> 140a058597bd\n [2020-01-13T18:21:35.506Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git"\n [2020-01-13T18:21:35.765Z] ---> Running in c258ae74b4cc\n [2020-01-13T18:21:35.765Z] Removing intermediate container c258ae74b4cc\n [2020-01-13T18:21:35.765Z] ---> fbceb0d5a49f\n [2020-01-13T18:21:35.765Z] Step 4/10 : ARG ALPINE_PKG_EXTRA=""\n [2020-01-13T18:21:35.765Z] ---> Running in 4db9ef10f664\n [2020-01-13T18:21:35.804Z] 3a2ca3ccd3c2: Verifying Checksum\n [2020-01-13T18:21:35.804Z] 3a2ca3ccd3c2: Download complete\n [2020-01-13T18:21:35.804Z] 43f99696bdfb: Verifying Checksum\n [2020-01-13T18:21:35.804Z] 43f99696bdfb: Download complete\n [2020-01-13T18:21:36.024Z] Removing intermediate container 4db9ef10f664\n [2020-01-13T18:21:36.024Z] ---> acbbf2f1f9ee\n [2020-01-13T18:21:36.024Z] Step 5/10 : LABEL license=\'SPDX-License-Identifier: Apache-2.0\' copyright=\'Copyright (c) 2019: Intel\'\n [2020-01-13T18:21:36.024Z] ---> Running in b79ca79ffe0b\n [2020-01-13T18:21:36.286Z] Removing intermediate container b79ca79ffe0b\n [2020-01-13T18:21:36.286Z] ---> 37ed8581d54b\n [2020-01-13T18:21:36.286Z] Step 6/10 : RUN sed -e \'s/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g\' -i~ /etc/apk/repositories\n [2020-01-13T18:21:36.286Z] ---> Running in 40b308c2b060\n [2020-01-13T18:21:37.229Z] Removing intermediate container 40b308c2b060\n [2020-01-13T18:21:37.229Z] ---> 3ad324192d3c\n [2020-01-13T18:21:37.229Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA}\n [2020-01-13T18:21:37.229Z] ---> Running in 3c8614a862b7\n [2020-01-13T18:21:37.487Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz\n [2020-01-13T18:21:37.779Z] d22026c5ede0: Verifying Checksum\n [2020-01-13T18:21:37.779Z] d22026c5ede0: Download complete\n [2020-01-13T18:21:38.421Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz\n [2020-01-13T18:21:38.989Z] OK: 134 MiB in 39 packages\n [2020-01-13T18:21:39.559Z] Removing intermediate container 3c8614a862b7\n [2020-01-13T18:21:39.559Z] ---> 62edadb51e21\n [2020-01-13T18:21:39.559Z] Step 8/10 : WORKDIR /device-rest-go\n [2020-01-13T18:21:39.559Z] ---> Running in f663cc5ff1c1\n [2020-01-13T18:21:39.559Z] Removing intermediate container f663cc5ff1c1\n [2020-01-13T18:21:39.559Z] ---> 499f556bb223\n [2020-01-13T18:21:39.559Z] Step 9/10 : COPY . .\n [2020-01-13T18:21:39.770Z] fbf0f20b3a29: Verifying Checksum\n [2020-01-13T18:21:39.770Z] fbf0f20b3a29: Download complete\n [2020-01-13T18:21:39.818Z] ---> 11da6519bbac\n [2020-01-13T18:21:39.818Z] Step 10/10 : RUN go mod download\n [2020-01-13T18:21:39.818Z] ---> Running in 382274abf1b3\n [2020-01-13T18:21:40.758Z] \x1b[91mgo: finding github.com/gorilla/mux v1.6.2\n [2020-01-13T18:21:40.758Z] \x1b[0m\x1b[91mgo: finding github.com/spf13/cast v1.3.0\n [2020-01-13T18:21:40.758Z] go: finding github.com/stretchr/testify v1.3.0\n [2020-01-13T18:21:40.758Z] \x1b[0m\x1b[91mgo: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36\n [2020-01-13T18:21:40.758Z] \x1b[0m\x1b[91mgo: finding github.com/edgexfoundry/device-sdk-go v0.0.0-20191216171425-0749bf2bbbaf\n [2020-01-13T18:21:41.329Z] \x1b[0m\x1b[91mgo: finding github.com/stretchr/testify v1.2.2\n [2020-01-13T18:21:41.329Z] \x1b[0m\x1b[91mgo: finding github.com/pmezard/go-difflib v1.0.0\n [2020-01-13T18:21:41.329Z] \x1b[0m\x1b[91mgo: finding github.com/davecgh/go-spew v1.1.1\n [2020-01-13T18:21:41.329Z] \x1b[0m\x1b[91mgo: finding github.com/go-logfmt/logfmt v0.4.0\n [2020-01-13T18:21:41.329Z] \x1b[0m\x1b[91mgo: finding github.com/OneOfOne/xxhash v1.2.6\n [2020-01-13T18:21:41.329Z] \x1b[0m\x1b[91mgo: finding github.com/go-stack/stack v1.8.0\n [2020-01-13T18:21:41.329Z] \x1b[0m\x1b[91mgo: finding github.com/go-kit/kit v0.8.0\n [2020-01-13T18:21:41.329Z] go: finding github.com/ugorji/go v1.1.4\n [2020-01-13T18:21:41.590Z] \x1b[0m\x1b[91mgo: finding github.com/pelletier/go-toml v1.2.0\n [2020-01-13T18:21:41.590Z] \x1b[0m\x1b[91mgo: finding github.com/google/uuid v1.1.0\n [2020-01-13T18:21:41.850Z] \x1b[0m\x1b[91mgo: finding github.com/edgexfoundry/go-mod-registry v0.1.0\n [2020-01-13T18:21:41.850Z] \x1b[0m\x1b[91mgo: finding github.com/davecgh/go-spew v1.1.0\n [2020-01-13T18:21:41.850Z] \x1b[0m\x1b[91mgo: finding github.com/stretchr/objx v0.1.0\n [2020-01-13T18:21:41.850Z] \x1b[0m\x1b[91mgo: finding github.com/jessevdk/go-flags v1.4.0\n [2020-01-13T18:21:41.850Z] \x1b[0m\x1b[91mgo: finding github.com/pkg/errors v0.8.1\n [2020-01-13T18:21:42.111Z] \x1b[0m\x1b[91mgo: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd\n [2020-01-13T18:21:42.111Z] \x1b[0m\x1b[91mgo: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515\n [2020-01-13T18:21:42.111Z] \x1b[0m\x1b[91mgo: finding github.com/cenkalti/backoff v2.1.1+incompatible\n [2020-01-13T18:21:42.111Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54\n [2020-01-13T18:21:42.111Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/copystructure v1.0.0\n [2020-01-13T18:21:42.111Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/consul v1.4.2\n [2020-01-13T18:21:42.111Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/go-testing-interface v1.0.0\n [2020-01-13T18:21:42.371Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-cleanhttp v0.5.0\n [2020-01-13T18:21:42.371Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0\n [2020-01-13T18:21:42.371Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/mapstructure v1.1.2\n [2020-01-13T18:21:42.371Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/serf v0.8.2\n [2020-01-13T18:21:42.631Z] \x1b[0m\x1b[91mgo: finding gopkg.in/yaml.v2 v2.2.2\n [2020-01-13T18:21:42.631Z] \x1b[0m\x1b[91mgo: finding github.com/BurntSushi/toml v0.3.1\n [2020-01-13T18:21:42.631Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/reflectwalk v1.0.0\n [2020-01-13T18:21:42.631Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/go-homedir v1.0.0\n [2020-01-13T18:21:43.205Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee\n [2020-01-13T18:21:43.205Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/logutils v1.0.0\n [2020-01-13T18:21:43.205Z] \x1b[0m\x1b[91mgo: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e\n [2020-01-13T18:21:43.205Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-msgpack v0.5.3\n [2020-01-13T18:21:43.205Z] \x1b[0m\x1b[91mgo: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da\n [2020-01-13T18:21:43.205Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-uuid v1.0.1\n [2020-01-13T18:21:43.205Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/mdns v1.0.0\n [2020-01-13T18:21:43.205Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/memberlist v0.1.3\n [2020-01-13T18:21:43.467Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/gox v0.4.0\n [2020-01-13T18:21:43.727Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/iochan v1.0.0\n [2020-01-13T18:21:43.727Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-syslog v1.0.0\n [2020-01-13T18:21:43.727Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/cli v1.0.0\n [2020-01-13T18:21:43.727Z] \x1b[0m\x1b[91mgo: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc\n [2020-01-13T18:21:43.727Z] \x1b[0m\x1b[91mgo: finding golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519\n [2020-01-13T18:21:43.727Z] \x1b[0m\x1b[91mgo: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3\n [2020-01-13T18:21:43.989Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-multierror v1.0.0\n [2020-01-13T18:21:43.989Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-sockaddr v1.0.0\n [2020-01-13T18:21:43.989Z] \x1b[0m\x1b[91mgo: finding github.com/miekg/dns v1.0.14\n [2020-01-13T18:21:43.989Z] \x1b[0m\x1b[91mgo: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529\n [2020-01-13T18:21:43.989Z] \x1b[0m\x1b[91mgo: finding golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc\n [2020-01-13T18:21:44.251Z] \x1b[0m\x1b[91mgo: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c\n [2020-01-13T18:21:44.831Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-immutable-radix v1.0.0\n [2020-01-13T18:21:45.102Z] \x1b[0m\x1b[91mgo: finding github.com/fatih/color v1.7.0\n [2020-01-13T18:21:45.102Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go.net v0.0.1\n [2020-01-13T18:21:45.102Z] \x1b[0m\x1b[91mgo: finding github.com/posener/complete v1.1.1\n [2020-01-13T18:21:45.102Z] \x1b[0m\x1b[91mgo: finding github.com/bgentry/speakeasy v0.1.0\n [2020-01-13T18:21:45.102Z] \x1b[0m\x1b[91mgo: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f\n [2020-01-13T18:21:45.102Z] \x1b[0m\x1b[91mgo: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310\n [2020-01-13T18:21:45.368Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/golang-lru v0.5.0\n [2020-01-13T18:21:45.368Z] \x1b[0m\x1b[91mgo: finding github.com/mattn/go-colorable v0.0.9\n [2020-01-13T18:21:45.635Z] \x1b[0m\x1b[91mgo: finding github.com/mattn/go-isatty v0.0.3\n [2020-01-13T18:21:45.635Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-uuid v1.0.0\n [2020-01-13T18:21:45.635Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/errwrap v1.0.0\n [2020-01-13T18:21:45.949Z] \x1b[0m\x1b[91mgo: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c\n [2020-01-13T18:21:45.949Z] \x1b[0m\x1b[91mgo: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5\n [2020-01-13T18:21:46.208Z] \x1b[0m\x1b[91mgo: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4\n [2020-01-13T18:21:46.775Z] \x1b[0m\x1b[91mgo: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405\n [2020-01-13T18:21:58.056Z] fbf0f20b3a29: Pull complete\n [2020-01-13T18:21:58.056Z] 57bbd25d50cb: Pull complete\n [2020-01-13T18:21:58.056Z] 4c3326bd8e33: Pull complete\n [2020-01-13T18:22:03.506Z] d45218f23013: Pull complete\n [2020-01-13T18:22:10.256Z] d22026c5ede0: Pull complete\n [2020-01-13T18:22:10.256Z] f32e18732fe6: Pull complete\n [2020-01-13T18:22:12.877Z] 3a2ca3ccd3c2: Pull complete\n [2020-01-13T18:22:13.333Z] \x1b[0mRemoving intermediate container 382274abf1b3\n [2020-01-13T18:22:13.333Z] ---> 8a3a7c8da946\n [2020-01-13T18:22:13.333Z] Successfully built 8a3a7c8da946\n [2020-01-13T18:22:13.333Z] Successfully tagged ci-base-image-x86_64:latest\n [2020-01-13T18:22:13.483Z] 43f99696bdfb: Pull complete\n [2020-01-13T18:22:13.483Z] Digest: sha256:c78950982047a35e7abeb24cdb89444f8193f134334753a69100d3e520a2d2b0\n [2020-01-13T18:22:13.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-golang-base:1.12.6-alpine-arm64\n [2020-01-13T18:22:13.483Z] ---> 8c1ce5f80d72\n [2020-01-13T18:22:13.483Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git"\n [Pipeline] }\n [Pipeline] // script\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Test)\n [Pipeline] script\n [Pipeline] {\n [Pipeline] isUnix\n [Pipeline] sh\n [2020-01-13T18:22:14.258Z] + docker inspect -f . ci-base-image-x86_64\n [2020-01-13T18:22:15.255Z] .\n [Pipeline] withDockerContainer\n [2020-01-13T18:22:15.378Z] prd-centos7-docker-4c-2g-14208 does not seem to be running inside a container\n [2020-01-13T18:22:15.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/5 -v /w/workspace/device-rest-go/5:/w/workspace/device-rest-go/5:rw,z -v /w/workspace/device-rest-go/5@tmp:/w/workspace/device-rest-go/5@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-x86_64 cat\n [2020-01-13T18:22:16.151Z] $ docker top a972b5fd8c7494de934990df96d8f7b1215cd4515c474a09153065d7de7c070d -eo pid,comm\n [Pipeline] {\n [Pipeline] sh\n [2020-01-13T18:22:16.979Z] + go version\n [2020-01-13T18:22:16.979Z] go version go1.12.6 linux/amd64\n [Pipeline] sh\n [2020-01-13T18:22:17.276Z] + make test\n [2020-01-13T18:22:17.276Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./...\n [2020-01-13T18:22:17.781Z] ---> Running in 6b9e3ea78996\n [2020-01-13T18:22:17.781Z] Removing intermediate container 6b9e3ea78996\n [2020-01-13T18:22:17.781Z] ---> 309607a3052e\n [2020-01-13T18:22:17.781Z] Step 4/10 : ARG ALPINE_PKG_EXTRA=""\n [2020-01-13T18:22:17.781Z] ---> Running in 5f741fe7dee6\n [2020-01-13T18:22:18.376Z] Removing intermediate container 5f741fe7dee6\n [2020-01-13T18:22:18.376Z] ---> 9608ed2b1bb7\n [2020-01-13T18:22:18.376Z] Step 5/10 : LABEL license=\'SPDX-License-Identifier: Apache-2.0\' copyright=\'Copyright (c) 2019: Intel\'\n [2020-01-13T18:22:18.376Z] ---> Running in bb636211e487\n [2020-01-13T18:22:18.653Z] Removing intermediate container bb636211e487\n [2020-01-13T18:22:18.653Z] ---> 0accf6a8c8de\n [2020-01-13T18:22:18.653Z] Step 6/10 : RUN sed -e \'s/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g\' -i~ /etc/apk/repositories\n [2020-01-13T18:22:18.683Z] ? \tgithub.com/edgexfoundry/device-rest-go\t[no test files]\n [2020-01-13T18:22:18.921Z] ---> Running in bdcf653abc89\n [2020-01-13T18:22:20.895Z] Removing intermediate container bdcf653abc89\n [2020-01-13T18:22:20.895Z] ---> c4cb8d40fec2\n [2020-01-13T18:22:20.895Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA}\n [2020-01-13T18:22:21.163Z] ---> Running in bcd3e870f96b\n [2020-01-13T18:22:22.132Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz\n [2020-01-13T18:22:23.108Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz\n [2020-01-13T18:22:23.704Z] OK: 121 MiB in 39 packages\n [2020-01-13T18:22:24.677Z] Removing intermediate container bcd3e870f96b\n [2020-01-13T18:22:24.677Z] ---> 90c628a665b0\n [2020-01-13T18:22:24.677Z] Step 8/10 : WORKDIR /device-rest-go\n [2020-01-13T18:22:24.951Z] ---> Running in 41bf2e30faef\n [2020-01-13T18:22:25.232Z] Removing intermediate container 41bf2e30faef\n [2020-01-13T18:22:25.232Z] ---> 6fecd43a0da6\n [2020-01-13T18:22:25.232Z] Step 9/10 : COPY . .\n [2020-01-13T18:22:25.814Z] ---> 81baaa102ff2\n [2020-01-13T18:22:25.814Z] Step 10/10 : RUN go mod download\n [2020-01-13T18:22:26.082Z] ---> Running in f8af8a3e93c4\n [2020-01-13T18:22:27.066Z] \x1b[91mgo: finding github.com/gorilla/mux v1.6.2\n [2020-01-13T18:22:27.066Z] \x1b[0m\x1b[91mgo: finding github.com/spf13/cast v1.3.0\n [2020-01-13T18:22:27.066Z] \x1b[0m\x1b[91mgo: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36\n [2020-01-13T18:22:27.066Z] \x1b[0m\x1b[91mgo: finding github.com/stretchr/testify v1.3.0\n [2020-01-13T18:22:27.066Z] \x1b[0m\x1b[91mgo: finding github.com/edgexfoundry/device-sdk-go v0.0.0-20191216171425-0749bf2bbbaf\n [2020-01-13T18:22:28.044Z] \x1b[0m\x1b[91mgo: finding github.com/stretchr/testify v1.2.2\n [2020-01-13T18:22:28.044Z] \x1b[0m\x1b[91mgo: finding github.com/davecgh/go-spew v1.1.1\n [2020-01-13T18:22:28.044Z] \x1b[0m\x1b[91mgo: finding github.com/pmezard/go-difflib v1.0.0\n [2020-01-13T18:22:28.319Z] \x1b[0m\x1b[91mgo: finding github.com/go-logfmt/logfmt v0.4.0\n [2020-01-13T18:22:28.319Z] \x1b[0m\x1b[91mgo: finding github.com/ugorji/go v1.1.4\n [2020-01-13T18:22:28.319Z] \x1b[0m\x1b[91mgo: finding github.com/go-kit/kit v0.8.0\n [2020-01-13T18:22:28.319Z] \x1b[0m\x1b[91mgo: finding github.com/go-stack/stack v1.8.0\n [2020-01-13T18:22:28.319Z] \x1b[0m\x1b[91mgo: finding github.com/google/uuid v1.1.0\n [2020-01-13T18:22:29.299Z] \x1b[0m\x1b[91mgo: finding github.com/edgexfoundry/go-mod-registry v0.1.0\n [2020-01-13T18:22:29.578Z] \x1b[0m\x1b[91mgo: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd\n [2020-01-13T18:22:29.578Z] \x1b[0m\x1b[91mgo: finding github.com/OneOfOne/xxhash v1.2.6\n [2020-01-13T18:22:29.578Z] \x1b[0m\x1b[91mgo: finding github.com/pkg/errors v0.8.1\n [2020-01-13T18:22:29.578Z] \x1b[0m\x1b[91mgo: finding github.com/stretchr/objx v0.1.0\n [2020-01-13T18:22:29.853Z] \x1b[0m\x1b[91mgo: finding github.com/davecgh/go-spew v1.1.0\n [2020-01-13T18:22:29.853Z] \x1b[0m\x1b[91mgo: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515\n [2020-01-13T18:22:30.444Z] \x1b[0m\x1b[91mgo: finding github.com/pelletier/go-toml v1.2.0\n [2020-01-13T18:22:30.716Z] \x1b[0m\x1b[91mgo: finding github.com/jessevdk/go-flags v1.4.0\n [2020-01-13T18:22:30.979Z] ? \tgithub.com/edgexfoundry/device-rest-go/cmd\t[no test files]\n [2020-01-13T18:22:30.993Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54\n [2020-01-13T18:22:31.237Z] ok \tgithub.com/edgexfoundry/device-rest-go/driver\t0.048s\tcoverage: 56.3% of statements\n [2020-01-13T18:22:31.262Z] \x1b[0m\x1b[91mgo: finding github.com/BurntSushi/toml v0.3.1\n [2020-01-13T18:22:31.262Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/serf v0.8.2\n [2020-01-13T18:22:31.497Z] CGO_ENABLED=0 GO111MODULE=on go vet ./...\n [2020-01-13T18:22:31.548Z] \x1b[0m\x1b[91mgo: finding github.com/cenkalti/backoff v2.1.1+incompatible\n [2020-01-13T18:22:31.548Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/copystructure v1.0.0\n [2020-01-13T18:22:31.548Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/consul v1.4.2\n [2020-01-13T18:22:31.819Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-cleanhttp v0.5.0\n [2020-01-13T18:22:32.424Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/go-testing-interface v1.0.0\n [2020-01-13T18:22:32.424Z] \x1b[0m\x1b[91mgo: finding gopkg.in/yaml.v2 v2.2.2\n [2020-01-13T18:22:32.697Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-rootcerts v1.0.0\n [2020-01-13T18:22:32.968Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/mapstructure v1.1.2\n [2020-01-13T18:22:33.238Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/reflectwalk v1.0.0\n [2020-01-13T18:22:33.837Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/go-homedir v1.0.0\n [2020-01-13T18:22:34.115Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/logutils v1.0.0\n [2020-01-13T18:22:34.115Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/mdns v1.0.0\n [2020-01-13T18:22:34.115Z] \x1b[0m\x1b[91mgo: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da\n [2020-01-13T18:22:34.115Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-msgpack v0.5.3\n [2020-01-13T18:22:34.115Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-uuid v1.0.1\n [2020-01-13T18:22:34.115Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee\n [2020-01-13T18:22:34.386Z] \x1b[0m\x1b[91mgo: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e\n [2020-01-13T18:22:35.390Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/memberlist v0.1.3\n [2020-01-13T18:22:35.390Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/gox v0.4.0\n [2020-01-13T18:22:35.664Z] \x1b[0m\x1b[91mgo: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc\n [2020-01-13T18:22:35.664Z] \x1b[0m\x1b[91mgo: finding golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519\n [2020-01-13T18:22:35.664Z] \x1b[0m\x1b[91mgo: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5\n [2020-01-13T18:22:35.664Z] \x1b[0m\x1b[91mgo: finding github.com/miekg/dns v1.0.14\n [2020-01-13T18:22:35.664Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/cli v1.0.0\n [2020-01-13T18:22:35.664Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go.net v0.0.1\n [2020-01-13T18:22:36.798Z] gofmt -l .\n [2020-01-13T18:22:36.798Z] [ "`gofmt -l .`" = "" ]\n [2020-01-13T18:22:36.798Z] ./bin/test-go-mod-tidy.sh\n [2020-01-13T18:22:36.798Z] ./bin/test-attribution-txt.sh\n [2020-01-13T18:22:37.110Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-multierror v1.0.0\n [2020-01-13T18:22:37.110Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-sockaddr v1.0.0\n [2020-01-13T18:22:37.397Z] \x1b[0m\x1b[91mgo: finding github.com/bgentry/speakeasy v0.1.0\n [2020-01-13T18:22:37.397Z] \x1b[0m\x1b[91mgo: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529\n [2020-01-13T18:22:37.668Z] \x1b[0m\x1b[91mgo: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c\n [Pipeline] stash\n [2020-01-13T18:22:38.103Z] Stashed 1 file(s)\n [Pipeline] }\n [2020-01-13T18:22:38.102Z] $ docker stop --time=1 a972b5fd8c7494de934990df96d8f7b1215cd4515c474a09153065d7de7c070d\n [2020-01-13T18:22:38.662Z] \x1b[0m\x1b[91mgo: finding github.com/fatih/color v1.7.0\n [2020-01-13T18:22:38.945Z] \x1b[0m\x1b[91mgo: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3\n [2020-01-13T18:22:39.218Z] \x1b[0m\x1b[91mgo: finding github.com/mattn/go-isatty v0.0.3\n [2020-01-13T18:22:39.218Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-immutable-radix v1.0.0\n [2020-01-13T18:22:39.512Z] \x1b[0m\x1b[91mgo: finding github.com/mattn/go-colorable v0.0.9\n [2020-01-13T18:22:39.512Z] \x1b[0m\x1b[91mgo: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c\n [2020-01-13T18:22:39.522Z] $ docker rm -f a972b5fd8c7494de934990df96d8f7b1215cd4515c474a09153065d7de7c070d\n [Pipeline] // withDockerContainer\n [Pipeline] }\n [Pipeline] // script\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Build)\n [Pipeline] script\n [Pipeline] {\n [Pipeline] sh\n [2020-01-13T18:22:40.936Z] \x1b[0m\x1b[91mgo: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310\n [2020-01-13T18:22:41.172Z] + sudo chown -R jenkins:jenkins .\n [Pipeline] sh\n [2020-01-13T18:22:41.219Z] \x1b[0m\x1b[91mgo: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f\n [2020-01-13T18:22:41.219Z] \x1b[0m\x1b[91mgo: finding github.com/posener/complete v1.1.1\n [2020-01-13T18:22:41.461Z] + ls -al .\n [2020-01-13T18:22:41.461Z] total 88\n [2020-01-13T18:22:41.461Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 13 18:22 .\n [2020-01-13T18:22:41.461Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 13 18:21 ..\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 4073 Jan 13 18:21 Attribution.txt\n [2020-01-13T18:22:41.461Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 13 18:21 bin\n [2020-01-13T18:22:41.461Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 13 18:21 cmd\n [2020-01-13T18:22:41.461Z] -rw-r--r--. 1 jenkins jenkins 9369 Jan 13 18:22 coverage.out\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 1516 Jan 13 18:21 Dockerfile\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 989 Jan 13 18:21 Dockerfile.build\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 151 Jan 13 18:21 .dockerignore\n [2020-01-13T18:22:41.461Z] drwxrwxr-x. 2 jenkins jenkins 93 Jan 13 18:22 driver\n [2020-01-13T18:22:41.461Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 13 18:21 .git\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 339 Jan 13 18:21 .gitignore\n [2020-01-13T18:22:41.461Z] -rw-r--r--. 1 jenkins jenkins 294 Jan 13 18:22 go.mod\n [2020-01-13T18:22:41.461Z] -rw-------. 1 jenkins jenkins 11550 Jan 13 18:22 go.sum\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 702 Jan 13 18:21 Jenkinsfile\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 13 18:21 LICENSE\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 13 18:21 Makefile\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 5716 Jan 13 18:21 README.md\n [2020-01-13T18:22:41.461Z] drwxrwxr-x. 3 jenkins jenkins 44 Jan 13 18:21 .semver\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 13 18:18 VERSION\n [2020-01-13T18:22:41.461Z] -rw-rw-r--. 1 jenkins jenkins 713 Jan 13 18:21 version.go\n [Pipeline] isUnix\n [Pipeline] sh\n [2020-01-13T18:22:41.500Z] \x1b[0m\x1b[91mgo: finding github.com/mitchellh/iochan v1.0.0\n [2020-01-13T18:22:41.770Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg \'MAKE=make build\' --label git_sha=074c080c5e7515328ab6d4791b832e5cc9f8b6f2 --label arch=x86_64 --label version=0.0.0 .\n [2020-01-13T18:22:41.770Z] Sending build context to Docker daemon 97.79kB\n\n [2020-01-13T18:22:41.770Z] Step 1/24 : ARG BASE=golang:1.12-alpine\n [2020-01-13T18:22:41.770Z] Step 2/24 : FROM ${BASE} AS builder\n [2020-01-13T18:22:41.770Z] ---> 8a3a7c8da946\n [2020-01-13T18:22:41.770Z] Step 3/24 : ARG MAKE=\'make build\'\n [2020-01-13T18:22:41.770Z] ---> Running in 7388f59044e4\n [2020-01-13T18:22:42.029Z] Removing intermediate container 7388f59044e4\n [2020-01-13T18:22:42.029Z] ---> aac78082c093\n [2020-01-13T18:22:42.029Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git"\n [2020-01-13T18:22:42.029Z] ---> Running in 9891946ab547\n [2020-01-13T18:22:42.099Z] \x1b[0m\x1b[91mgo: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405\n [2020-01-13T18:22:42.295Z] Removing intermediate container 9891946ab547\n [2020-01-13T18:22:42.295Z] ---> d425998fa329\n [2020-01-13T18:22:42.295Z] Step 5/24 : ARG ALPINE_PKG_EXTRA=""\n [2020-01-13T18:22:42.295Z] ---> Running in cedfa2a257b3\n [2020-01-13T18:22:42.295Z] Removing intermediate container cedfa2a257b3\n [2020-01-13T18:22:42.295Z] ---> e1b9d325948f\n [2020-01-13T18:22:42.295Z] Step 6/24 : RUN sed -e \'s/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g\' -i~ /etc/apk/repositories\n [2020-01-13T18:22:42.295Z] ---> Running in 90a4ae481da2\n [2020-01-13T18:22:42.723Z] \x1b[0m\x1b[91mgo: finding golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc\n [2020-01-13T18:22:42.723Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/golang-lru v0.5.0\n [2020-01-13T18:22:42.996Z] \x1b[0m\x1b[91mgo: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4\n [2020-01-13T18:22:42.996Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-uuid v1.0.0\n [2020-01-13T18:22:43.232Z] Removing intermediate container 90a4ae481da2\n [2020-01-13T18:22:43.233Z] ---> b0c1ad0fb1f9\n [2020-01-13T18:22:43.233Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA}\n [2020-01-13T18:22:43.233Z] ---> Running in fd7a93c60e0d\n [2020-01-13T18:22:43.493Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz\n [2020-01-13T18:22:43.974Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/go-syslog v1.0.0\n [2020-01-13T18:22:44.246Z] \x1b[0m\x1b[91mgo: finding github.com/hashicorp/errwrap v1.0.0\n [2020-01-13T18:22:44.428Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz\n [2020-01-13T18:22:44.993Z] OK: 134 MiB in 39 packages\n [2020-01-13T18:22:45.251Z] Removing intermediate container fd7a93c60e0d\n [2020-01-13T18:22:45.251Z] ---> d22bd9eec217\n [2020-01-13T18:22:45.251Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go\n [2020-01-13T18:22:45.251Z] ---> Running in 8031c298d373\n [2020-01-13T18:22:45.510Z] Removing intermediate container 8031c298d373\n [2020-01-13T18:22:45.510Z] ---> 9423fccf5bc0\n [2020-01-13T18:22:45.510Z] Step 9/24 : COPY go.mod .\n [2020-01-13T18:22:45.510Z] ---> a15cccb76a0c\n [2020-01-13T18:22:45.510Z] Step 10/24 : COPY Makefile .\n [2020-01-13T18:22:45.768Z] ---> 06b52d6b2136\n [2020-01-13T18:22:45.768Z] Step 11/24 : RUN make update\n [2020-01-13T18:22:45.768Z] ---> Running in 2b834c738c31\n [2020-01-13T18:22:46.337Z] CGO_ENABLED=0 GO111MODULE=on go mod download\n [2020-01-13T18:22:46.598Z] Removing intermediate container 2b834c738c31\n [2020-01-13T18:22:46.598Z] ---> a33564440bf4\n [2020-01-13T18:22:46.598Z] Step 12/24 : COPY . .\n [2020-01-13T18:22:46.858Z] ---> c81d1366449f\n [2020-01-13T18:22:46.858Z] Step 13/24 : RUN $MAKE\n [2020-01-13T18:22:46.858Z] ---> Running in efad0fef4c60\n [2020-01-13T18:22:47.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd\n [2020-01-13T18:22:59.382Z] Removing intermediate container efad0fef4c60\n [2020-01-13T18:22:59.382Z] ---> 5b4edf94cc45\n [2020-01-13T18:22:59.382Z] Step 14/24 : FROM alpine:latest\n [2020-01-13T18:22:59.382Z] latest: Pulling from library/alpine\n [2020-01-13T18:22:59.382Z] e6b0cf9c0882: Pulling fs layer\n [2020-01-13T18:22:59.640Z] e6b0cf9c0882: Verifying Checksum\n [2020-01-13T18:22:59.640Z] e6b0cf9c0882: Download complete\n [2020-01-13T18:22:59.900Z] e6b0cf9c0882: Pull complete\n [2020-01-13T18:22:59.900Z] Digest: sha256:2171658620155679240babee0a7714f6509fae66898db422ad803b951257db78\n [2020-01-13T18:22:59.900Z] Status: Downloaded newer image for alpine:latest\n [2020-01-13T18:22:59.900Z] ---> cc0abc535e36\n [2020-01-13T18:22:59.900Z] Step 15/24 : LABEL license=\'SPDX-License-Identifier: Apache-2.0\' copyright=\'Copyright (c) 2019: Intel\'\n [2020-01-13T18:22:59.900Z] ---> Running in 5eccd6411935\n [2020-01-13T18:22:59.900Z] Removing intermediate container 5eccd6411935\n [2020-01-13T18:22:59.900Z] ---> 7787d52df09f\n [2020-01-13T18:22:59.900Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION}\n [2020-01-13T18:23:00.159Z] ---> Running in 0ae0a60ffb34\n [2020-01-13T18:23:00.159Z] Removing intermediate container 0ae0a60ffb34\n [2020-01-13T18:23:00.159Z] ---> 5c51cc6df65e\n [2020-01-13T18:23:00.159Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt /\n [2020-01-13T18:23:00.418Z] ---> 805115906707\n [2020-01-13T18:23:00.418Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE /\n [2020-01-13T18:23:00.418Z] ---> a30dd9b6fead\n [2020-01-13T18:23:00.418Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd /\n [2020-01-13T18:23:00.985Z] ---> 3ab31d32341b\n [2020-01-13T18:23:00.985Z] Step 20/24 : EXPOSE 49986\n [2020-01-13T18:23:00.985Z] ---> Running in 1a3d0f817c5a\n [2020-01-13T18:23:01.245Z] Removing intermediate container 1a3d0f817c5a\n [2020-01-13T18:23:01.245Z] ---> 33f9d6cfaf50\n [2020-01-13T18:23:01.245Z] Step 21/24 : CMD ["/device-rest-go","--registry=consul://edgex-core-consul:8500","--profile=docker","--confdir=/res"]\n [2020-01-13T18:23:01.245Z] ---> Running in 1e3a70133aa4\n [2020-01-13T18:23:01.245Z] Removing intermediate container 1e3a70133aa4\n [2020-01-13T18:23:01.245Z] ---> 2b4e4c80f428\n [2020-01-13T18:23:01.245Z] Step 22/24 : LABEL arch=x86_64\n [2020-01-13T18:23:01.505Z] ---> Running in ca9e9684be15\n [2020-01-13T18:23:01.505Z] Removing intermediate container ca9e9684be15\n [2020-01-13T18:23:01.505Z] ---> 622313e3fa45\n [2020-01-13T18:23:01.505Z] Step 23/24 : LABEL git_sha=074c080c5e7515328ab6d4791b832e5cc9f8b6f2\n [2020-01-13T18:23:01.505Z] ---> Running in e6145e56ca63\n [2020-01-13T18:23:01.763Z] Removing intermediate container e6145e56ca63\n [2020-01-13T18:23:01.763Z] ---> 356ea73f64c6\n [2020-01-13T18:23:01.763Z] Step 24/24 : LABEL version=0.0.0\n [2020-01-13T18:23:01.763Z] ---> Running in 8192fb47d538\n [2020-01-13T18:23:01.763Z] Removing intermediate container 8192fb47d538\n [2020-01-13T18:23:01.763Z] ---> 206bf5561a11\n [2020-01-13T18:23:01.763Z] Successfully built 206bf5561a11\n [2020-01-13T18:23:01.763Z] Successfully tagged docker-device-rest-go:latest\n [Pipeline] }\n [Pipeline] // script\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Docker Push)\n Stage "Docker Push" skipped due to when conditional\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] }\n [Pipeline] // withEnv\n [Pipeline] }\n [Pipeline] // withEnv\n [Pipeline] }\n [Pipeline] // ws\n [Pipeline] }\n [Pipeline] // node\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] }\n [2020-01-13T18:23:52.228Z] \x1b[0mRemoving intermediate container f8af8a3e93c4\n [2020-01-13T18:23:52.228Z] ---> 7543cf51326c\n [2020-01-13T18:23:52.228Z] Successfully built 7543cf51326c\n [2020-01-13T18:23:52.229Z] Successfully tagged ci-base-image-arm64:latest\n [Pipeline] }\n [Pipeline] // script\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Test)\n [Pipeline] script\n [Pipeline] {\n [Pipeline] isUnix\n [Pipeline] sh\n [2020-01-13T18:23:52.704Z] + docker inspect -f . ci-base-image-arm64\n [2020-01-13T18:23:52.976Z] .\n [Pipeline] withDockerContainer\n [2020-01-13T18:23:53.345Z] prd-ubuntu18.04-docker-arm64-4c-2g-14207 does not seem to be running inside a container\n [2020-01-13T18:23:53.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/5 -v /w/workspace/device-rest-go/5:/w/workspace/device-rest-go/5:rw,z -v /w/workspace/device-rest-go/5@tmp:/w/workspace/device-rest-go/5@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\n [2020-01-13T18:23:54.874Z] $ docker top 403735c5afd4d8101427dec51fb42d28a6e4d21547990f80e41fdcd53773f610 -eo pid,comm\n [Pipeline] {\n [Pipeline] sh\n [2020-01-13T18:23:57.230Z] + go version\n [2020-01-13T18:23:57.230Z] go version go1.12.6 linux/arm64\n [Pipeline] sh\n [2020-01-13T18:23:57.922Z] + make test\n [2020-01-13T18:23:57.922Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./...\n [2020-01-13T18:23:59.346Z] ? \tgithub.com/edgexfoundry/device-rest-go\t[no test files]\n [2020-01-13T18:25:07.312Z] ? \tgithub.com/edgexfoundry/device-rest-go/cmd\t[no test files]\n [2020-01-13T18:25:07.312Z] ok \tgithub.com/edgexfoundry/device-rest-go/driver\t0.050s\tcoverage: 56.3% of statements\n [2020-01-13T18:25:07.312Z] CGO_ENABLED=0 GO111MODULE=on go vet ./...\n [2020-01-13T18:25:29.419Z] gofmt -l .\n [2020-01-13T18:25:29.419Z] [ "`gofmt -l .`" = "" ]\n [2020-01-13T18:25:29.419Z] ./bin/test-go-mod-tidy.sh\n [2020-01-13T18:25:29.419Z] ./bin/test-attribution-txt.sh\n [Pipeline] stash\n [2020-01-13T18:25:29.442Z] Warning: overwriting stash \xe2\x80\x98coverage-report\xe2\x80\x99\n [2020-01-13T18:25:29.876Z] Stashed 1 file(s)\n [Pipeline] }\n [2020-01-13T18:25:29.875Z] $ docker stop --time=1 403735c5afd4d8101427dec51fb42d28a6e4d21547990f80e41fdcd53773f610\n [2020-01-13T18:25:31.833Z] $ docker rm -f 403735c5afd4d8101427dec51fb42d28a6e4d21547990f80e41fdcd53773f610\n [Pipeline] // withDockerContainer\n [Pipeline] }\n [Pipeline] // script\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Build)\n [Pipeline] script\n [Pipeline] {\n [Pipeline] sh\n [2020-01-13T18:25:32.835Z] + sudo chown -R jenkins:jenkins .\n [Pipeline] sh\n [2020-01-13T18:25:33.168Z] + ls -al .\n [2020-01-13T18:25:33.168Z] total 112\n [2020-01-13T18:25:33.168Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 13 18:25 .\n [2020-01-13T18:25:33.168Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 13 18:21 ..\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 151 Jan 13 18:21 .dockerignore\n [2020-01-13T18:25:33.168Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 13 18:21 .git\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 339 Jan 13 18:21 .gitignore\n [2020-01-13T18:25:33.168Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 13 18:21 .semver\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 4073 Jan 13 18:21 Attribution.txt\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 1516 Jan 13 18:21 Dockerfile\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 989 Jan 13 18:21 Dockerfile.build\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 702 Jan 13 18:21 Jenkinsfile\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 13 18:21 LICENSE\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 13 18:21 Makefile\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 5716 Jan 13 18:21 README.md\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 13 18:18 VERSION\n [2020-01-13T18:25:33.168Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 13 18:21 bin\n [2020-01-13T18:25:33.168Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 13 18:21 cmd\n [2020-01-13T18:25:33.168Z] -rw-r--r-- 1 jenkins jenkins 9369 Jan 13 18:25 coverage.out\n [2020-01-13T18:25:33.168Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 13 18:25 driver\n [2020-01-13T18:25:33.168Z] -rw-r--r-- 1 jenkins jenkins 294 Jan 13 18:25 go.mod\n [2020-01-13T18:25:33.168Z] -rw------- 1 jenkins jenkins 11550 Jan 13 18:25 go.sum\n [2020-01-13T18:25:33.168Z] -rw-rw-r-- 1 jenkins jenkins 713 Jan 13 18:21 version.go\n [Pipeline] isUnix\n [Pipeline] sh\n [2020-01-13T18:25:33.514Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --label git_sha=074c080c5e7515328ab6d4791b832e5cc9f8b6f2 --label arch=arm64 --label version=0.0.0 .\n [2020-01-13T18:25:33.798Z] Sending build context to Docker daemon 97.79kB\n\n [2020-01-13T18:25:34.073Z] Step 1/24 : ARG BASE=golang:1.12-alpine\n [2020-01-13T18:25:34.073Z] Step 2/24 : FROM ${BASE} AS builder\n [2020-01-13T18:25:34.073Z] ---> 7543cf51326c\n [2020-01-13T18:25:34.073Z] Step 3/24 : ARG MAKE=\'make build\'\n [2020-01-13T18:25:34.073Z] ---> Running in f9e732fa2d76\n [2020-01-13T18:25:34.345Z] Removing intermediate container f9e732fa2d76\n [2020-01-13T18:25:34.345Z] ---> 6ab32fc659e3\n [2020-01-13T18:25:34.345Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git"\n [2020-01-13T18:25:34.624Z] ---> Running in bd5a66746a90\n [2020-01-13T18:25:34.892Z] Removing intermediate container bd5a66746a90\n [2020-01-13T18:25:34.892Z] ---> d9a7a48a4796\n [2020-01-13T18:25:34.892Z] Step 5/24 : ARG ALPINE_PKG_EXTRA=""\n [2020-01-13T18:25:35.164Z] ---> Running in 415023dfda7b\n [2020-01-13T18:25:35.433Z] Removing intermediate container 415023dfda7b\n [2020-01-13T18:25:35.433Z] ---> 421b0e58c122\n [2020-01-13T18:25:35.433Z] Step 6/24 : RUN sed -e \'s/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g\' -i~ /etc/apk/repositories\n [2020-01-13T18:25:35.433Z] ---> Running in f0d96d9e239a\n [2020-01-13T18:25:37.386Z] Removing intermediate container f0d96d9e239a\n [2020-01-13T18:25:37.386Z] ---> 74f9489a18c0\n [2020-01-13T18:25:37.386Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA}\n [2020-01-13T18:25:37.386Z] ---> Running in ea39bc4795d2\n [2020-01-13T18:25:38.351Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz\n [2020-01-13T18:25:39.318Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz\n [2020-01-13T18:25:39.907Z] OK: 121 MiB in 39 packages\n [2020-01-13T18:25:40.874Z] Removing intermediate container ea39bc4795d2\n [2020-01-13T18:25:40.874Z] ---> c44470def576\n [2020-01-13T18:25:40.874Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go\n [2020-01-13T18:25:40.874Z] ---> Running in f709aedcf9a1\n [2020-01-13T18:25:41.457Z] Removing intermediate container f709aedcf9a1\n [2020-01-13T18:25:41.457Z] ---> 3aa0eef7f9f9\n [2020-01-13T18:25:41.457Z] Step 9/24 : COPY go.mod .\n [2020-01-13T18:25:42.055Z] ---> 134740d6a755\n [2020-01-13T18:25:42.055Z] Step 10/24 : COPY Makefile .\n [2020-01-13T18:25:42.334Z] ---> 637bd830f512\n [2020-01-13T18:25:42.334Z] Step 11/24 : RUN make update\n [2020-01-13T18:25:42.604Z] ---> Running in 6bbedbd2bb00\n [2020-01-13T18:25:43.587Z] CGO_ENABLED=0 GO111MODULE=on go mod download\n [2020-01-13T18:25:44.560Z] Removing intermediate container 6bbedbd2bb00\n [2020-01-13T18:25:44.560Z] ---> 9ba263637f0b\n [2020-01-13T18:25:44.560Z] Step 12/24 : COPY . .\n [2020-01-13T18:25:45.159Z] ---> f6f92bb98f20\n [2020-01-13T18:25:45.159Z] Step 13/24 : RUN $MAKE\n [2020-01-13T18:25:45.429Z] ---> Running in 6bf0d4f6ff46\n [2020-01-13T18:25:46.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd\n [2020-01-13T18:26:42.950Z] Removing intermediate container 6bf0d4f6ff46\n [2020-01-13T18:26:42.950Z] ---> 78426f4ec700\n [2020-01-13T18:26:42.950Z] Step 14/24 : FROM alpine:latest\n [2020-01-13T18:26:42.950Z] latest: Pulling from library/alpine\n [2020-01-13T18:26:42.950Z] cde5963f3b93: Pulling fs layer\n [2020-01-13T18:26:42.950Z] cde5963f3b93: Verifying Checksum\n [2020-01-13T18:26:42.950Z] cde5963f3b93: Download complete\n [2020-01-13T18:26:42.950Z] cde5963f3b93: Pull complete\n [2020-01-13T18:26:42.950Z] Digest: sha256:2171658620155679240babee0a7714f6509fae66898db422ad803b951257db78\n [2020-01-13T18:26:42.950Z] Status: Downloaded newer image for alpine:latest\n [2020-01-13T18:26:42.950Z] ---> e9a72a7c189c\n [2020-01-13T18:26:42.950Z] Step 15/24 : LABEL license=\'SPDX-License-Identifier: Apache-2.0\' copyright=\'Copyright (c) 2019: Intel\'\n [2020-01-13T18:26:42.950Z] ---> Running in 9e77f2285fb2\n [2020-01-13T18:26:42.950Z] Removing intermediate container 9e77f2285fb2\n [2020-01-13T18:26:42.950Z] ---> dbe6c248eefd\n [2020-01-13T18:26:42.950Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION}\n [2020-01-13T18:26:42.950Z] ---> Running in e100ac667705\n [2020-01-13T18:26:42.951Z] Removing intermediate container e100ac667705\n [2020-01-13T18:26:42.951Z] ---> 64f76edb47e3\n [2020-01-13T18:26:42.951Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt /\n [2020-01-13T18:26:42.951Z] ---> 7d8e7b7088b8\n [2020-01-13T18:26:42.951Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE /\n [2020-01-13T18:26:43.222Z] ---> c9ced401fc08\n [2020-01-13T18:26:43.222Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd /\n [2020-01-13T18:26:44.647Z] ---> c77cebaae2e0\n [2020-01-13T18:26:44.647Z] Step 20/24 : EXPOSE 49986\n [2020-01-13T18:26:44.647Z] ---> Running in 86039bc03981\n [2020-01-13T18:26:44.923Z] Removing intermediate container 86039bc03981\n [2020-01-13T18:26:44.923Z] ---> cd8fa2d3ca46\n [2020-01-13T18:26:44.923Z] Step 21/24 : CMD ["/device-rest-go","--registry=consul://edgex-core-consul:8500","--profile=docker","--confdir=/res"]\n [2020-01-13T18:26:45.197Z] ---> Running in 7e242b54e30a\n [2020-01-13T18:26:45.479Z] Removing intermediate container 7e242b54e30a\n [2020-01-13T18:26:45.479Z] ---> 7f90e52d9507\n [2020-01-13T18:26:45.479Z] Step 22/24 : LABEL arch=arm64\n [2020-01-13T18:26:45.479Z] ---> Running in fbf6aee97cb9\n [2020-01-13T18:26:45.759Z] Removing intermediate container fbf6aee97cb9\n [2020-01-13T18:26:45.759Z] ---> 55d9f1fa3741\n [2020-01-13T18:26:45.759Z] Step 23/24 : LABEL git_sha=074c080c5e7515328ab6d4791b832e5cc9f8b6f2\n [2020-01-13T18:26:46.030Z] ---> Running in bba851bda68c\n [2020-01-13T18:26:46.301Z] Removing intermediate container bba851bda68c\n [2020-01-13T18:26:46.301Z] ---> f5cf4f3b98d8\n [2020-01-13T18:26:46.301Z] Step 24/24 : LABEL version=0.0.0\n [2020-01-13T18:26:46.573Z] ---> Running in b2d4ddd710b9\n [2020-01-13T18:26:46.842Z] Removing intermediate container b2d4ddd710b9\n [2020-01-13T18:26:46.842Z] ---> 27e967a8361f\n [2020-01-13T18:26:46.842Z] Successfully built 27e967a8361f\n [2020-01-13T18:26:46.842Z] Successfully tagged docker-device-rest-go-arm64:latest\n [Pipeline] }\n [Pipeline] // script\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Docker Push)\n Stage "Docker Push" skipped due to when conditional\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] }\n [Pipeline] // withEnv\n [Pipeline] }\n [Pipeline] // withEnv\n [Pipeline] }\n [Pipeline] // ws\n [Pipeline] }\n [Pipeline] // node\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] }\n [Pipeline] // parallel\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (CodeCov)\n [Pipeline] unstash\n [Pipeline] wrap\n [2020-01-13T18:26:47.187Z] provisioning config files...\n [2020-01-13T18:26:47.199Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_PR-9@tmp/config733095416579940496tmp\n [Pipeline] {\n [Pipeline] sh\n [2020-01-13T18:26:47.513Z] + curl -s https://codecov.io/bash\n [2020-01-13T18:26:47.513Z] + bash -s - -t @/w/workspace/edgexfoundry_device-rest-go_PR-9@tmp/config733095416579940496tmp\n [2020-01-13T18:26:47.773Z] \n [2020-01-13T18:26:47.773Z] _____ _\n [2020-01-13T18:26:47.773Z] / ____| | |\n [2020-01-13T18:26:47.773Z] | | ___ __| | ___ ___ _____ __\n [2020-01-13T18:26:47.773Z] | | / _ \\ / _` |/ _ \\/ __/ _ \\ \\ / /\n [2020-01-13T18:26:47.773Z] | |___| (_) | (_| | __/ (_| (_) \\ V /\n [2020-01-13T18:26:47.773Z] \\_____\\___/ \\__,_|\\___|\\___\\___/ \\_/\n [2020-01-13T18:26:47.773Z] Bash-20191211-b8db533\n [2020-01-13T18:26:47.773Z] \n [2020-01-13T18:26:47.773Z] \n [2020-01-13T18:26:47.773Z] \x1b[0;90m==>\x1b[0m Jenkins CI detected.\n [2020-01-13T18:26:47.773Z] \x1b[0;90mproject root:\x1b[0m .\n [2020-01-13T18:26:47.773Z] \x1b[0;32mYaml not found, that\'s ok! Learn more at\x1b[0m \x1b[0;36mhttp://docs.codecov.io/docs/codecov-yaml\x1b[0m\n [2020-01-13T18:26:47.773Z] \x1b[0;90m==>\x1b[0m Running gcov in . \x1b[0;90m(disable via -X gcov)\x1b[0m\n [2020-01-13T18:26:47.773Z] \x1b[0;90m==>\x1b[0m Python coveragepy not found\n [2020-01-13T18:26:47.773Z] \x1b[0;90m==>\x1b[0m Searching for coverage reports in:\n [2020-01-13T18:26:47.773Z] \x1b[0;32m+\x1b[0m .\n [2020-01-13T18:26:47.773Z] \x1b[0;90m->\x1b[0m Found 1 reports\n [2020-01-13T18:26:47.773Z] \x1b[0;90m==>\x1b[0m Detecting git/mercurial file structure\n [2020-01-13T18:26:47.773Z] \x1b[0;90m==>\x1b[0m Reading reports\n [2020-01-13T18:26:47.773Z] \x1b[0;32m+\x1b[0m ./coverage.out \x1b[0;90mbytes=9369\x1b[0m\n [2020-01-13T18:26:47.773Z] \x1b[0;90m==>\x1b[0m Appending adjustments\n [2020-01-13T18:26:47.773Z] \x1b[0;36mhttp://docs.codecov.io/docs/fixing-reports\x1b[0m\n [2020-01-13T18:26:48.032Z] \x1b[0;32m+\x1b[0m Found adjustments\n [2020-01-13T18:26:48.032Z] \x1b[0;90m==>\x1b[0m Gzipping contents\n [2020-01-13T18:26:48.032Z] \x1b[0;90m==>\x1b[0m Uploading reports\n [2020-01-13T18:26:48.032Z] \x1b[0;90murl:\x1b[0m https://codecov.io\n [2020-01-13T18:26:48.032Z] \x1b[0;90mquery:\x1b[0m branch=PR-9&commit=074c080c5e7515328ab6d4791b832e5cc9f8b6f2&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-9%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=9&job=\n [2020-01-13T18:26:48.032Z] \x1b[0;90m->\x1b[0m Pinging Codecov\n [2020-01-13T18:26:48.032Z] https://codecov.io/upload/v4?package=bash-20191211-b8db533&token=secret&branch=PR-9&commit=074c080c5e7515328ab6d4791b832e5cc9f8b6f2&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-9%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=9&job=\n [2020-01-13T18:26:48.292Z] \x1b[0;90m->\x1b[0m Uploading\n [2020-01-13T18:26:48.861Z] \x1b[0;32m->\x1b[0m View reports at \x1b[0;36mhttps://codecov.io/github/edgexfoundry/device-rest-go/commit/074c080c5e7515328ab6d4791b832e5cc9f8b6f2\x1b[0m\n [Pipeline] }\n [2020-01-13T18:26:48.870Z] Deleting 1 temporary files\n [Pipeline] // wrap\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Snyk Scan)\n Stage "Snyk Scan" skipped due to when conditional\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Clair Scan)\n Stage "Clair Scan" skipped due to when conditional\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Semver)\n Stage "Semver" skipped due to when conditional\n [Pipeline] stage\n [Pipeline] { (Tag)\n Stage "Semver" skipped due to when conditional\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Bump Pre-Release Version)\n Stage "Semver" skipped due to when conditional\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] }\n [Pipeline] // stage\n [Pipeline] stage\n [Pipeline] { (Declarative: Post Actions)\n [Pipeline] stage\n [Pipeline] { (LF Post Build Actions)\n [Pipeline] libraryResource\n [Pipeline] sh\n [2020-01-13T18:26:49.501Z] ---> sysstat.sh\n [Pipeline] libraryResource\n [Pipeline] sh\n [2020-01-13T18:26:49.808Z] ---> package-listing.sh\n [2020-01-13T18:26:49.808Z] ++ facter osfamily\n [2020-01-13T18:26:49.808Z] ++ tr \'[:upper:]\' \'[:lower:]\'\n [2020-01-13T18:26:49.808Z] + OS_FAMILY=redhat\n [2020-01-13T18:26:49.808Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_PR-9\n [2020-01-13T18:26:49.808Z] + START_PACKAGES=/tmp/packages_start.txt\n [2020-01-13T18:26:49.808Z] + END_PACKAGES=/tmp/packages_end.txt\n [2020-01-13T18:26:49.808Z] + DIFF_PACKAGES=/tmp/packages_diff.txt\n [2020-01-13T18:26:49.808Z] + PACKAGES=/tmp/packages_start.txt\n [2020-01-13T18:26:49.808Z] + \'[\' /w/workspace/edgexfoundry_device-rest-go_PR-9 \']\'\n [2020-01-13T18:26:49.808Z] + PACKAGES=/tmp/packages_end.txt\n [2020-01-13T18:26:49.808Z] + case "${OS_FAMILY}" in\n [2020-01-13T18:26:49.808Z] + rpm -qa\n [2020-01-13T18:26:49.808Z] + sort\n [2020-01-13T18:26:55.096Z] + \'[\' -f /tmp/packages_start.txt \']\'\n [2020-01-13T18:26:55.096Z] + \'[\' -f /tmp/packages_end.txt \']\'\n [2020-01-13T18:26:55.096Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt\n [2020-01-13T18:26:55.096Z] + \'[\' /w/workspace/edgexfoundry_device-rest-go_PR-9 \']\'\n [2020-01-13T18:26:55.096Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_PR-9/archives/\n [2020-01-13T18:26:55.096Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_PR-9/archives/\n [Pipeline] isUnix\n [Pipeline] sh\n [2020-01-13T18:26:55.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine\n [2020-01-13T18:26:55.588Z] \n [2020-01-13T18:26:55.588Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine\n [Pipeline] isUnix\n [Pipeline] sh\n [2020-01-13T18:26:55.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine\n [2020-01-13T18:26:55.913Z] alpine: Pulling from edgex-lftools-log-publisher\n [2020-01-13T18:26:55.913Z] e6b0cf9c0882: Pulling fs layer\n [2020-01-13T18:26:55.913Z] da0e9bf0cc60: Pulling fs layer\n [2020-01-13T18:26:55.913Z] c9ea274ed700: Pulling fs layer\n [2020-01-13T18:26:55.913Z] 9cfac6ba3733: Pulling fs layer\n [2020-01-13T18:26:55.913Z] f6a933c9cadc: Pulling fs layer\n [2020-01-13T18:26:55.913Z] 61811dbd4963: Pulling fs layer\n [2020-01-13T18:26:55.913Z] a6eb2c9e2280: Pulling fs layer\n [2020-01-13T18:26:55.913Z] 095dd8b7b4d8: Pulling fs layer\n [2020-01-13T18:26:55.913Z] dc21a1d4508b: Pulling fs layer\n [2020-01-13T18:26:55.913Z] 363af2e989c4: Pulling fs layer\n [2020-01-13T18:26:55.913Z] 9cfac6ba3733: Waiting\n [2020-01-13T18:26:55.913Z] f6a933c9cadc: Waiting\n [2020-01-13T18:26:55.913Z] 61811dbd4963: Waiting\n [2020-01-13T18:26:55.913Z] a6eb2c9e2280: Waiting\n [2020-01-13T18:26:55.913Z] 095dd8b7b4d8: Waiting\n [2020-01-13T18:26:55.913Z] 363af2e989c4: Waiting\n [2020-01-13T18:26:55.913Z] da0e9bf0cc60: Download complete\n [2020-01-13T18:26:55.913Z] 9cfac6ba3733: Verifying Checksum\n [2020-01-13T18:26:55.913Z] 9cfac6ba3733: Download complete\n [2020-01-13T18:26:55.913Z] e6b0cf9c0882: Verifying Checksum\n [2020-01-13T18:26:55.913Z] e6b0cf9c0882: Download complete\n [2020-01-13T18:26:56.180Z] f6a933c9cadc: Verifying Checksum\n [2020-01-13T18:26:56.180Z] f6a933c9cadc: Download complete\n [2020-01-13T18:26:56.180Z] a6eb2c9e2280: Verifying Checksum\n [2020-01-13T18:26:56.180Z] a6eb2c9e2280: Download complete\n [2020-01-13T18:26:56.453Z] e6b0cf9c0882: Pull complete\n [2020-01-13T18:26:56.453Z] c9ea274ed700: Verifying Checksum\n [2020-01-13T18:26:56.453Z] c9ea274ed700: Download complete\n [2020-01-13T18:26:56.453Z] 095dd8b7b4d8: Verifying Checksum\n [2020-01-13T18:26:56.453Z] 095dd8b7b4d8: Download complete\n [2020-01-13T18:26:56.453Z] 363af2e989c4: Verifying Checksum\n [2020-01-13T18:26:56.453Z] 363af2e989c4: Download complete\n [2020-01-13T18:26:56.730Z] dc21a1d4508b: Verifying Checksum\n [2020-01-13T18:26:56.730Z] dc21a1d4508b: Download complete\n [2020-01-13T18:26:56.730Z] da0e9bf0cc60: Pull complete\n [2020-01-13T18:26:57.306Z] 61811dbd4963: Verifying Checksum\n [2020-01-13T18:26:57.306Z] 61811dbd4963: Download complete\n [2020-01-13T18:26:58.694Z] c9ea274ed700: Pull complete\n [2020-01-13T18:26:58.694Z] 9cfac6ba3733: Pull complete\n [2020-01-13T18:26:59.266Z] f6a933c9cadc: Pull complete\n [2020-01-13T18:27:03.477Z] 61811dbd4963: Pull complete\n [2020-01-13T18:27:03.477Z] a6eb2c9e2280: Pull complete\n [2020-01-13T18:27:05.411Z] 095dd8b7b4d8: Pull complete\n [2020-01-13T18:27:05.411Z] dc21a1d4508b: Pull complete\n [2020-01-13T18:27:05.411Z] 363af2e989c4: Pull complete\n [2020-01-13T18:27:05.411Z] Digest: sha256:add8188b58b49eaf945790de1a8bc2588125c85e750a42d0a8acc29426f6ed5f\n [2020-01-13T18:27:05.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine\n [Pipeline] withDockerContainer\n [2020-01-13T18:27:05.659Z] prd-centos7-docker-4c-2g-14206 does not seem to be running inside a container\n [2020-01-13T18:27:05.697Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_device-rest-go_PR-9 -v /w/workspace/edgexfoundry_device-rest-go_PR-9:/w/workspace/edgexfoundry_device-rest-go_PR-9:rw,z -v /w/workspace/edgexfoundry_device-rest-go_PR-9@tmp:/w/workspace/edgexfoundry_device-rest-go_PR-9@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:10003/edgex-lftools-log-publisher:alpine cat\n [2020-01-13T18:27:06.506Z] $ docker top 42b3bb0a35b601f80b84d6be257bf964f4242d525ed569dd0d839bcccace6e00 -eo pid,comm\n [Pipeline] {\n [Pipeline] withEnv\n [Pipeline] {\n [Pipeline] wrap\n [2020-01-13T18:27:07.053Z] provisioning config files...\n [2020-01-13T18:27:07.072Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_PR-9@tmp/config3523099761139645188tmp\n [Pipeline] {\n [Pipeline] echo\n [2020-01-13T18:27:07.091Z] Running global-jjb/create-netrc.sh\n [Pipeline] libraryResource\n [Pipeline] sh\n [2020-01-13T18:27:07.401Z] ---> create-netrc.sh\n [Pipeline] echo\n [2020-01-13T18:27:07.408Z] Running global-jjb/logs-deploy.sh\n [Pipeline] libraryResource\n [Pipeline] sh\n [2020-01-13T18:27:07.702Z] ---> logs-deploy.sh\n [2020-01-13T18:27:07.702Z] + ARCHIVE_ARTIFACTS=\n [2020-01-13T18:27:07.702Z] + LOGS_SERVER=https://logs.edgexfoundry.org\n [2020-01-13T18:27:07.702Z] + \'[\' https://logs.edgexfoundry.org == None \']\'\n [2020-01-13T18:27:07.702Z] + NEXUS_URL=https://nexus.edgexfoundry.org\n [2020-01-13T18:27:07.702Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-9/5\n [2020-01-13T18:27:07.702Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-9/5/\n [2020-01-13T18:27:07.702Z] + lftools deploy archives -p \'\' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-9/5 /w/workspace/edgexfoundry_device-rest-go_PR-9\n [2020-01-13T18:27:08.640Z] Archives upload complete.\n [2020-01-13T18:27:08.640Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-9/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-9/5/\n [2020-01-13T18:27:09.578Z] ---> uname -a:\n [2020-01-13T18:27:09.578Z] Linux 42b3bb0a35b6 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] ---> lscpu:\n [2020-01-13T18:27:09.578Z] Architecture: x86_64\n [2020-01-13T18:27:09.578Z] CPU op-mode(s): 32-bit, 64-bit\n [2020-01-13T18:27:09.578Z] Byte Order: Little Endian\n [2020-01-13T18:27:09.578Z] Address sizes: 40 bits physical, 48 bits virtual\n [2020-01-13T18:27:09.578Z] CPU(s): 4\n [2020-01-13T18:27:09.578Z] On-line CPU(s) list: 0-3\n [2020-01-13T18:27:09.578Z] Thread(s) per core: 1\n [2020-01-13T18:27:09.578Z] Core(s) per socket: 1\n [2020-01-13T18:27:09.578Z] Socket(s): 4\n [2020-01-13T18:27:09.578Z] NUMA node(s): 1\n [2020-01-13T18:27:09.578Z] Vendor ID: GenuineIntel\n [2020-01-13T18:27:09.578Z] CPU family: 6\n [2020-01-13T18:27:09.578Z] Model: 44\n [2020-01-13T18:27:09.578Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update)\n [2020-01-13T18:27:09.578Z] Stepping: 1\n [2020-01-13T18:27:09.578Z] CPU MHz: 2933.436\n [2020-01-13T18:27:09.578Z] BogoMIPS: 5866.87\n [2020-01-13T18:27:09.578Z] Virtualization: VT-x\n [2020-01-13T18:27:09.578Z] Hypervisor vendor: KVM\n [2020-01-13T18:27:09.578Z] Virtualization type: full\n [2020-01-13T18:27:09.578Z] L1d cache: 128 KiB\n [2020-01-13T18:27:09.578Z] L1i cache: 128 KiB\n [2020-01-13T18:27:09.578Z] L2 cache: 16 MiB\n [2020-01-13T18:27:09.578Z] L3 cache: 64 MiB\n [2020-01-13T18:27:09.578Z] NUMA node0 CPU(s): 0-3\n [2020-01-13T18:27:09.578Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes\n [2020-01-13T18:27:09.578Z] Vulnerability Meltdown: Mitigation; PTI\n [2020-01-13T18:27:09.578Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp\n [2020-01-13T18:27:09.578Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization\n [2020-01-13T18:27:09.578Z] Vulnerability Spectre v2: Mitigation; Full retpoline\n [2020-01-13T18:27:09.578Z] 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\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] ---> nproc:\n [2020-01-13T18:27:09.578Z] 4\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] ---> df -h:\n [2020-01-13T18:27:09.578Z] Filesystem Size Used Available Use% Mounted on\n [2020-01-13T18:27:09.578Z] overlay 50.0G 6.3G 43.7G 13% /\n [2020-01-13T18:27:09.578Z] tmpfs 64.0M 0 64.0M 0% /dev\n [2020-01-13T18:27:09.578Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup\n [2020-01-13T18:27:09.578Z] shm 64.0M 0 64.0M 0% /dev/shm\n [2020-01-13T18:27:09.578Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf\n [2020-01-13T18:27:09.578Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname\n [2020-01-13T18:27:09.578Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts\n [2020-01-13T18:27:09.578Z] /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa\n [2020-01-13T18:27:09.578Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/edgexfoundry_device-rest-go_PR-9\n [2020-01-13T18:27:09.578Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/edgexfoundry_device-rest-go_PR-9@tmp\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] ---> free -m:\n [2020-01-13T18:27:09.578Z] total used free shared buff/cache available\n [2020-01-13T18:27:09.578Z] Mem: 1838 601 67 0 1168 1132\n [2020-01-13T18:27:09.578Z] Swap: 1023 0 1023\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] ---> ip addr:\n [2020-01-13T18:27:09.578Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000\n [2020-01-13T18:27:09.578Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n [2020-01-13T18:27:09.578Z] inet 127.0.0.1/8 scope host lo\n [2020-01-13T18:27:09.578Z] valid_lft forever preferred_lft forever\n [2020-01-13T18:27:09.578Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP \n [2020-01-13T18:27:09.578Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff\n [2020-01-13T18:27:09.578Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0\n [2020-01-13T18:27:09.578Z] valid_lft forever preferred_lft forever\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] ---> sar -b -r -n DEV:\n [2020-01-13T18:27:09.578Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) \t01/13/20 \t_x86_64_\t(4 CPU)\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] 18:17:35 LINUX RESTART\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] 18:18:01 tps rtps wtps bread/s bwrtn/s\n [2020-01-13T18:27:09.578Z] 18:19:01 56.91 15.63 41.28 2887.48 3945.79\n [2020-01-13T18:27:09.578Z] 18:20:02 3.93 0.00 3.93 0.00 122.66\n [2020-01-13T18:27:09.578Z] 18:21:01 0.34 0.00 0.34 0.00 5.39\n [2020-01-13T18:27:09.578Z] 18:22:01 0.25 0.00 0.25 0.00 2.88\n [2020-01-13T18:27:09.578Z] 18:23:01 0.23 0.00 0.23 0.00 3.60\n [2020-01-13T18:27:09.578Z] 18:24:01 0.42 0.00 0.42 0.00 5.25\n [2020-01-13T18:27:09.578Z] 18:25:01 0.27 0.02 0.25 0.13 3.00\n [2020-01-13T18:27:09.578Z] 18:26:01 0.27 0.00 0.27 0.00 3.35\n [2020-01-13T18:27:09.578Z] 18:27:01 78.58 52.37 26.21 3604.73 9518.89\n [2020-01-13T18:27:09.578Z] Average: 15.72 7.58 8.15 723.06 1515.86\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] 18:18:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty\n [2020-01-13T18:27:09.578Z] 18:19:01 109644 1772660 94.18 2620 1229996 951012 32.45 431148 1180208 20\n [2020-01-13T18:27:09.578Z] 18:20:02 121004 1761300 93.57 2620 1230028 897900 30.64 424680 1179072 12\n [2020-01-13T18:27:09.578Z] 18:21:01 121340 1760964 93.55 2620 1230036 897900 30.64 424832 1179060 8\n [2020-01-13T18:27:09.578Z] 18:22:01 120080 1762224 93.62 2620 1230036 898156 30.64 426012 1179060 16\n [2020-01-13T18:27:09.578Z] 18:23:01 120044 1762260 93.62 2620 1230044 898144 30.64 425960 1179060 8\n [2020-01-13T18:27:09.578Z] 18:24:01 120724 1761580 93.59 2620 1230048 898072 30.64 425484 1179060 8\n [2020-01-13T18:27:09.578Z] 18:25:01 121432 1760872 93.55 2620 1230056 897964 30.64 424924 1179060 8\n [2020-01-13T18:27:09.578Z] 18:26:01 126640 1755664 93.27 2620 1230060 898184 30.65 419444 1179048 16\n [2020-01-13T18:27:09.578Z] 18:27:01 74400 1807904 96.05 2620 1206556 1110540 37.89 475544 1144004 93360\n [2020-01-13T18:27:09.578Z] Average: 115034 1767270 93.89 2620 1227429 927541 31.65 430892 1175292 10384\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] 18:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s\n [2020-01-13T18:27:09.578Z] 18:19:01 eth0 438.25 300.63 1097.42 87.26 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:19:01 docker0 0.57 0.60 0.08 0.10 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:20:02 eth0 0.67 0.12 0.04 0.01 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:21:01 eth0 0.83 0.08 0.07 0.01 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:22:01 eth0 1.57 0.55 0.59 0.39 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:23:01 eth0 0.65 0.55 0.33 0.22 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:24:01 eth0 0.32 0.27 0.14 0.08 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:25:01 eth0 0.83 0.08 0.07 0.01 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:26:01 eth0 0.55 0.37 0.27 0.20 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:27:01 eth0 97.04 77.90 2115.77 10.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] Average: eth0 60.21 42.38 358.03 10.93 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] Average: docker0 0.06 0.07 0.01 0.01 0.00 0.00 0.00\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] ---> sar -P ALL:\n [2020-01-13T18:27:09.578Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) \t01/13/20 \t_x86_64_\t(4 CPU)\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] 18:17:35 LINUX RESTART\n [2020-01-13T18:27:09.578Z] \n [2020-01-13T18:27:09.578Z] 18:18:01 CPU %user %nice %system %iowait %steal %idle\n [2020-01-13T18:27:09.578Z] 18:19:01 all 12.94 0.00 3.96 1.21 0.57 81.32\n [2020-01-13T18:27:09.578Z] 18:19:01 0 10.40 0.00 4.82 0.64 0.64 83.50\n [2020-01-13T18:27:09.578Z] 18:19:01 1 12.61 0.00 3.91 1.47 0.61 81.40\n [2020-01-13T18:27:09.578Z] 18:19:01 2 12.80 0.00 3.92 0.37 0.66 82.26\n [2020-01-13T18:27:09.578Z] 18:19:01 3 15.97 0.00 3.20 2.39 0.36 78.09\n [2020-01-13T18:27:09.578Z] 18:20:02 all 0.18 0.00 0.07 0.00 0.03 99.73\n [2020-01-13T18:27:09.578Z] 18:20:02 0 0.05 0.00 0.07 0.00 0.00 99.88\n [2020-01-13T18:27:09.578Z] 18:20:02 1 0.08 0.00 0.05 0.00 0.03 99.83\n [2020-01-13T18:27:09.578Z] 18:20:02 2 0.10 0.00 0.12 0.00 0.03 99.75\n [2020-01-13T18:27:09.578Z] 18:20:02 3 0.45 0.00 0.07 0.00 0.02 99.47\n [2020-01-13T18:27:09.578Z] 18:21:01 all 0.18 0.00 0.05 0.00 0.03 99.73\n [2020-01-13T18:27:09.578Z] 18:21:01 0 0.05 0.00 0.07 0.00 0.02 99.86\n [2020-01-13T18:27:09.578Z] 18:21:01 1 0.53 0.00 0.03 0.00 0.02 99.42\n [2020-01-13T18:27:09.578Z] 18:21:01 2 0.08 0.00 0.03 0.00 0.02 99.86\n [2020-01-13T18:27:09.578Z] 18:21:01 3 0.05 0.00 0.03 0.00 0.07 99.85\n [2020-01-13T18:27:09.578Z] 18:22:01 all 0.20 0.00 0.05 0.00 0.04 99.72\n [2020-01-13T18:27:09.578Z] 18:22:01 0 0.12 0.00 0.05 0.00 0.02 99.82\n [2020-01-13T18:27:09.578Z] 18:22:01 1 0.53 0.00 0.03 0.00 0.02 99.42\n [2020-01-13T18:27:09.578Z] 18:22:01 2 0.07 0.00 0.05 0.00 0.05 99.83\n [2020-01-13T18:27:09.578Z] 18:22:01 3 0.08 0.00 0.07 0.00 0.07 99.78\n [2020-01-13T18:27:09.578Z] 18:23:01 all 0.18 0.00 0.06 0.00 0.05 99.72\n [2020-01-13T18:27:09.578Z] 18:23:01 0 0.12 0.00 0.05 0.00 0.03 99.80\n [2020-01-13T18:27:09.578Z] 18:23:01 1 0.43 0.00 0.07 0.00 0.07 99.43\n [2020-01-13T18:27:09.578Z] 18:23:01 2 0.10 0.00 0.10 0.00 0.07 99.73\n [2020-01-13T18:27:09.578Z] 18:23:01 3 0.05 0.00 0.05 0.00 0.03 99.87\n [2020-01-13T18:27:09.578Z] 18:24:01 all 0.17 0.00 0.05 0.00 0.02 99.76\n [2020-01-13T18:27:09.578Z] 18:24:01 0 0.27 0.00 0.05 0.00 0.00 99.68\n [2020-01-13T18:27:09.578Z] 18:24:01 1 0.08 0.00 0.05 0.00 0.03 99.83\n [2020-01-13T18:27:09.578Z] 18:24:01 2 0.28 0.00 0.05 0.00 0.03 99.63\n [2020-01-13T18:27:09.578Z] 18:24:01 3 0.05 0.00 0.03 0.00 0.00 99.92\n [2020-01-13T18:27:09.578Z] 18:25:01 all 0.17 0.00 0.06 0.00 0.03 99.74\n [2020-01-13T18:27:09.578Z] 18:25:01 0 0.05 0.00 0.05 0.00 0.02 99.88\n [2020-01-13T18:27:09.579Z] 18:25:01 1 0.07 0.00 0.05 0.00 0.02 99.87\n [2020-01-13T18:27:09.579Z] 18:25:01 2 0.52 0.00 0.08 0.00 0.03 99.37\n [2020-01-13T18:27:09.579Z] 18:25:01 3 0.05 0.00 0.07 0.00 0.05 99.83\n [2020-01-13T18:27:09.579Z] 18:26:01 all 0.17 0.00 0.05 0.00 0.02 99.76\n [2020-01-13T18:27:09.579Z] 18:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93\n [2020-01-13T18:27:09.579Z] 18:26:01 1 0.08 0.00 0.07 0.00 0.02 99.83\n [2020-01-13T18:27:09.579Z] 18:26:01 2 0.50 0.00 0.07 0.00 0.02 99.42\n [2020-01-13T18:27:09.579Z] 18:26:01 3 0.07 0.00 0.05 0.00 0.02 99.87\n [2020-01-13T18:27:09.579Z] 18:27:01 all 3.43 0.00 2.04 1.49 0.17 92.87\n [2020-01-13T18:27:09.579Z] 18:27:01 0 3.37 0.00 1.83 1.22 0.20 93.37\n [2020-01-13T18:27:09.579Z] 18:27:01 1 2.63 0.00 1.93 1.17 0.20 94.07\n [2020-01-13T18:27:09.579Z] 18:27:01 2 3.54 0.00 2.37 1.51 0.13 92.45\n [2020-01-13T18:27:09.579Z] 18:27:01 3 4.15 0.00 2.02 2.07 0.17 91.60\n [2020-01-13T18:27:09.579Z] Average: all 1.94 0.00 0.71 0.30 0.10 96.95\n [2020-01-13T18:27:09.579Z] Average: 0 1.59 0.00 0.77 0.21 0.10 97.32\n [2020-01-13T18:27:09.579Z] Average: 1 1.88 0.00 0.68 0.29 0.11 97.03\n [2020-01-13T18:27:09.579Z] Average: 2 1.99 0.00 0.75 0.21 0.12 96.94\n [2020-01-13T18:27:09.579Z] Average: 3 2.30 0.00 0.62 0.49 0.09 96.50\n [2020-01-13T18:27:09.579Z] \n [2020-01-13T18:27:09.579Z] \n [2020-01-13T18:27:09.579Z] '