Pull request #27 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d86e0ec19fa4789cd7ee7ceff953a09417d716ae+b106d00ae92e946d2103bc6c1464522635373c7b (dfa42aa137d16a12ad5a9a6f947f45164057c9f9) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-27/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3598 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-27 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit d86e0ec19fa4789cd7ee7ceff953a09417d716ae Merge succeeded, producing 29054278862172667822e3021ea244d296c43e95 Checking out Revision 29054278862172667822e3021ea244d296c43e95 (PR-27) > git config core.sparsecheckout # timeout=10 > git checkout -f d86e0ec19fa4789cd7ee7ceff953a09417d716ae # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29054278862172667822e3021ea244d296c43e95 # timeout=10 Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-18T18:23:50.172Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-18T18:23:50.386Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-18T18:23:50.499Z] ========================================================= [2020-06-18T18:23:50.499Z] EdgeX Global Pipelines Version Info [2020-06-18T18:23:50.499Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-18T18:23:52.448Z] ------------------- [2020-06-18T18:23:52.448Z] stable info: [2020-06-18T18:23:52.448Z] ------------------- [2020-06-18T18:23:52.448Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-18T18:23:52.448Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-18T18:23:52.448Z] Message: update stable to v1.0.89 [2020-06-18T18:23:53.436Z] ------------------- [2020-06-18T18:23:53.436Z] experimental info: [2020-06-18T18:23:53.436Z] ------------------- [2020-06-18T18:23:53.436Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-18T18:23:53.436Z] Commit SHA: 16c8cae96dc596cf5e922f0da0f924f9f59267c3 [2020-06-18T18:23:53.436Z] Message: update experimental to v0.0.0 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-18T18:23:55.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T18:23:55.278Z] [2020-06-18T18:23:55.278Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-18T18:23:55.645Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T18:23:55.645Z] latest: Pulling from edgex-devops/git-semver [2020-06-18T18:23:55.645Z] 9123ac7c32f7: Pulling fs layer [2020-06-18T18:23:55.645Z] b8cc5d1170e3: Pulling fs layer [2020-06-18T18:23:55.645Z] 2924cbbf6a41: Pulling fs layer [2020-06-18T18:23:55.645Z] 93b08a4f1073: Pulling fs layer [2020-06-18T18:23:55.645Z] 93b08a4f1073: Waiting [2020-06-18T18:23:55.645Z] b8cc5d1170e3: Verifying Checksum [2020-06-18T18:23:55.645Z] b8cc5d1170e3: Download complete [2020-06-18T18:23:55.966Z] 9123ac7c32f7: Verifying Checksum [2020-06-18T18:23:55.966Z] 9123ac7c32f7: Download complete [2020-06-18T18:23:55.966Z] 93b08a4f1073: Verifying Checksum [2020-06-18T18:23:55.966Z] 93b08a4f1073: Download complete [2020-06-18T18:23:55.966Z] 2924cbbf6a41: Verifying Checksum [2020-06-18T18:23:55.966Z] 2924cbbf6a41: Download complete [2020-06-18T18:23:56.604Z] 9123ac7c32f7: Pull complete [2020-06-18T18:23:56.604Z] b8cc5d1170e3: Pull complete [2020-06-18T18:23:57.643Z] 2924cbbf6a41: Pull complete [2020-06-18T18:23:57.966Z] 93b08a4f1073: Pull complete [2020-06-18T18:23:57.966Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-18T18:23:57.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T18:23:57.966Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-18T18:23:58.234Z] prd-centos7-docker-4c-2g-3598 does not seem to be running inside a container [2020-06-18T18:23:58.363Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-27 -v /w/workspace/dgexfoundry_device-rest-go_PR-27:/w/workspace/dgexfoundry_device-rest-go_PR-27:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-27@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/edgex-devops/git-semver:latest cat [2020-06-18T18:24:00.597Z] $ docker top cd3f176af68ccfe3f5762f33a49c6aa9cbf5d99c1d735dbb1f6213e587588c63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T18:24:00.968Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T18:24:00.968Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T18:24:01.325Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T18:24:01.331Z] $ docker exec cd3f176af68ccfe3f5762f33a49c6aa9cbf5d99c1d735dbb1f6213e587588c63 ssh-agent [2020-06-18T18:24:01.624Z] SSH_AUTH_SOCK=/tmp/ssh-EcfwqDkkWYDs/agent.11 [2020-06-18T18:24:01.624Z] SSH_AGENT_PID=16 [2020-06-18T18:24:01.670Z] Running ssh-add (command line suppressed) [2020-06-18T18:24:01.967Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_6137295975925150217.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_6137295975925150217.key) [2020-06-18T18:24:02.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T18:24:02.825Z] + git describe --exact-match --tags HEAD [2020-06-18T18:24:02.825Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-18T18:24:03.647Z] $ docker exec --env ******** --env ******** cd3f176af68ccfe3f5762f33a49c6aa9cbf5d99c1d735dbb1f6213e587588c63 ssh-agent -k [2020-06-18T18:24:03.885Z] unset SSH_AUTH_SOCK; [2020-06-18T18:24:03.885Z] unset SSH_AGENT_PID; [2020-06-18T18:24:03.886Z] echo Agent pid 16 killed; [2020-06-18T18:24:03.962Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-18T18:24:04.060Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-18T18:24:04.060Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-18T18:24:04.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T18:24:04.119Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T18:24:04.658Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T18:24:04.670Z] $ docker exec cd3f176af68ccfe3f5762f33a49c6aa9cbf5d99c1d735dbb1f6213e587588c63 ssh-agent [2020-06-18T18:24:05.108Z] SSH_AUTH_SOCK=/tmp/ssh-Vf1qh1lBOLbp/agent.44 [2020-06-18T18:24:05.108Z] SSH_AGENT_PID=49 [2020-06-18T18:24:05.152Z] Running ssh-add (command line suppressed) [2020-06-18T18:24:05.421Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_5539107016312750344.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_5539107016312750344.key) [2020-06-18T18:24:05.593Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T18:24:06.096Z] + git semver init [2020-06-18T18:24:06.096Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T18:24:06.096Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.git [2020-06-18T18:24:06.096Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-18T18:24:06.096Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T18:24:06.096Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T18:24:06.096Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T18:24:06.096Z] # $SEMVER_BRANCH = PR-27 [2020-06-18T18:24:06.096Z] # $SEMVER_TEMP = /tmp/semver-323327121 [2020-06-18T18:24:06.096Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-06-18T18:24:07.563Z] # '/tmp/semver-323327121' -> '/w/workspace/dgexfoundry_device-rest-go_PR-27/.semver' [2020-06-18T18:24:07.563Z] # -> Force: false [2020-06-18T18:24:07.563Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.semver [Pipeline] } [2020-06-18T18:24:07.583Z] $ docker exec --env ******** --env ******** cd3f176af68ccfe3f5762f33a49c6aa9cbf5d99c1d735dbb1f6213e587588c63 ssh-agent -k [2020-06-18T18:24:07.798Z] unset SSH_AUTH_SOCK; [2020-06-18T18:24:07.799Z] unset SSH_AGENT_PID; [2020-06-18T18:24:07.799Z] echo Agent pid 49 killed; [2020-06-18T18:24:07.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T18:24:08.384Z] + git semver [Pipeline] } [2020-06-18T18:24:08.523Z] $ docker stop --time=1 cd3f176af68ccfe3f5762f33a49c6aa9cbf5d99c1d735dbb1f6213e587588c63 [2020-06-18T18:24:10.096Z] $ docker rm -f cd3f176af68ccfe3f5762f33a49c6aa9cbf5d99c1d735dbb1f6213e587588c63 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-18T18:24:11.960Z] Stashed 24 file(s) [Pipeline] echo [2020-06-18T18:24:11.975Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-18T18:24:27.342Z] Still waiting to schedule task [2020-06-18T18:24:27.342Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-18T18:24:27.358Z] Still waiting to schedule task [2020-06-18T18:24:27.358Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-18T18:26:46.040Z] Running on prd-centos7-docker-4c-2g-3602 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws [2020-06-18T18:26:46.093Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2020-06-18T18:26:46.395Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3601 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws [2020-06-18T18:26:46.445Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2020-06-18T18:26:48.345Z] using credential edgex-jenkins-ssh [2020-06-18T18:26:48.371Z] Cloning the remote Git repository [2020-06-18T18:26:48.371Z] Cloning with configured refspecs honoured and without tags [2020-06-18T18:26:48.194Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-18T18:26:48.265Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2020-06-18T18:26:48.313Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-18T18:26:48.313Z] > git --version # timeout=10 [2020-06-18T18:26:48.321Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T18:26:48.352Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T18:26:49.679Z] Fetching without tags [2020-06-18T18:26:50.062Z] Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit d86e0ec19fa4789cd7ee7ceff953a09417d716ae [2020-06-18T18:26:50.136Z] Merge succeeded, producing 9ec4730b05613787c0d1508a4c7f2e6a596e7486 [2020-06-18T18:26:50.136Z] Checking out Revision 9ec4730b05613787c0d1508a4c7f2e6a596e7486 (PR-27) [2020-06-18T18:26:49.547Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-18T18:26:49.554Z] > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 [2020-06-18T18:26:49.564Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T18:26:49.575Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-18T18:26:49.589Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-18T18:26:49.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T18:26:49.594Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T18:26:50.006Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T18:26:50.011Z] > git checkout -f d86e0ec19fa4789cd7ee7ceff953a09417d716ae # timeout=10 [2020-06-18T18:26:50.039Z] > git remote # timeout=10 [2020-06-18T18:26:50.046Z] > git config --get remote.origin.url # timeout=10 [2020-06-18T18:26:50.053Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T18:26:50.057Z] > git merge b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 [2020-06-18T18:26:50.073Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-18T18:26:50.082Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T18:26:50.086Z] > git checkout -f 9ec4730b05613787c0d1508a4c7f2e6a596e7486 # timeout=10 [2020-06-18T18:26:51.522Z] using credential edgex-jenkins-ssh [2020-06-18T18:26:51.556Z] Cloning the remote Git repository [2020-06-18T18:26:51.556Z] Cloning with configured refspecs honoured and without tags [2020-06-18T18:26:51.592Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-18T18:26:51.703Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2020-06-18T18:26:51.782Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-18T18:26:51.783Z] > git --version # timeout=10 [2020-06-18T18:26:51.805Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T18:26:51.853Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T18:26:53.476Z] Fetching without tags [2020-06-18T18:26:53.785Z] Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" [2020-06-18T18:26:53.785Z] First time build. Skipping changelog. [2020-06-18T18:26:53.798Z] > git --version # timeout=10 [2020-06-18T18:26:53.807Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-18T18:26:53.955Z] Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit d86e0ec19fa4789cd7ee7ceff953a09417d716ae [2020-06-18T18:26:53.343Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-18T18:26:53.361Z] > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 [2020-06-18T18:26:53.375Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T18:26:53.411Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-18T18:26:53.464Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-18T18:26:53.465Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T18:26:53.477Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T18:26:53.952Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T18:26:53.979Z] > git checkout -f d86e0ec19fa4789cd7ee7ceff953a09417d716ae # timeout=10 [2020-06-18T18:26:54.187Z] Merge succeeded, producing b1dafe3aaac648fada4d0e0bb1af8998cfffbd8f [2020-06-18T18:26:54.187Z] Checking out Revision b1dafe3aaac648fada4d0e0bb1af8998cfffbd8f (PR-27) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-18T18:26:54.989Z] ========================================================= [2020-06-18T18:26:54.989Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-18T18:26:54.989Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-18T18:26:54.055Z] > git remote # timeout=10 [2020-06-18T18:26:54.078Z] > git config --get remote.origin.url # timeout=10 [2020-06-18T18:26:54.094Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T18:26:54.107Z] > git merge b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 [2020-06-18T18:26:54.147Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-18T18:26:54.170Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T18:26:54.191Z] > git checkout -f b1dafe3aaac648fada4d0e0bb1af8998cfffbd8f # timeout=10 [2020-06-18T18:26:55.779Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-18T18:26:56.048Z] Sending build context to Docker daemon 8.042MB [2020-06-18T18:26:56.048Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-18T18:26:56.048Z] Step 2/10 : FROM ${BASE} [2020-06-18T18:26:56.312Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-18T18:26:56.312Z] e6b0cf9c0882: Pulling fs layer [2020-06-18T18:26:56.312Z] 2848faf0eed1: Pulling fs layer [2020-06-18T18:26:56.312Z] 0f37312ad70f: Pulling fs layer [2020-06-18T18:26:56.312Z] 5788d62ee057: Pulling fs layer [2020-06-18T18:26:56.312Z] 0e6b1d234666: Pulling fs layer [2020-06-18T18:26:56.312Z] bf5d7aec512f: Pulling fs layer [2020-06-18T18:26:56.312Z] 34c802a77dc8: Pulling fs layer [2020-06-18T18:26:56.312Z] 9eb99e56ec68: Pulling fs layer [2020-06-18T18:26:56.312Z] 27c7a5d97fbd: Pulling fs layer [2020-06-18T18:26:56.312Z] 5c102a31e300: Pulling fs layer [2020-06-18T18:26:56.312Z] dcfb455df0a1: Pulling fs layer [2020-06-18T18:26:56.312Z] 5788d62ee057: Waiting [2020-06-18T18:26:56.312Z] 0e6b1d234666: Waiting [2020-06-18T18:26:56.312Z] bf5d7aec512f: Waiting [2020-06-18T18:26:56.312Z] 34c802a77dc8: Waiting [2020-06-18T18:26:56.312Z] 9eb99e56ec68: Waiting [2020-06-18T18:26:56.312Z] 5c102a31e300: Waiting [2020-06-18T18:26:56.312Z] 27c7a5d97fbd: Waiting [2020-06-18T18:26:56.312Z] dcfb455df0a1: Waiting [2020-06-18T18:26:56.312Z] 0f37312ad70f: Verifying Checksum [2020-06-18T18:26:56.312Z] 0f37312ad70f: Download complete [2020-06-18T18:26:56.312Z] 2848faf0eed1: Download complete [2020-06-18T18:26:56.312Z] 0e6b1d234666: Verifying Checksum [2020-06-18T18:26:56.312Z] 0e6b1d234666: Download complete [2020-06-18T18:26:56.312Z] bf5d7aec512f: Download complete [2020-06-18T18:26:56.312Z] e6b0cf9c0882: Verifying Checksum [2020-06-18T18:26:56.312Z] e6b0cf9c0882: Download complete [2020-06-18T18:26:56.584Z] e6b0cf9c0882: Pull complete [2020-06-18T18:26:57.169Z] 34c802a77dc8: Verifying Checksum [2020-06-18T18:26:57.169Z] 34c802a77dc8: Download complete [2020-06-18T18:26:57.169Z] 27c7a5d97fbd: Verifying Checksum [2020-06-18T18:26:57.169Z] 27c7a5d97fbd: Download complete [2020-06-18T18:26:57.770Z] 5c102a31e300: Verifying Checksum [2020-06-18T18:26:57.770Z] 5c102a31e300: Download complete [2020-06-18T18:26:57.770Z] dcfb455df0a1: Verifying Checksum [2020-06-18T18:26:57.770Z] dcfb455df0a1: Download complete [2020-06-18T18:26:58.034Z] 9eb99e56ec68: Verifying Checksum [2020-06-18T18:26:58.034Z] 9eb99e56ec68: Download complete [2020-06-18T18:26:58.034Z] 5788d62ee057: Verifying Checksum [2020-06-18T18:26:58.034Z] 5788d62ee057: Download complete [2020-06-18T18:26:58.612Z] 2848faf0eed1: Pull complete [2020-06-18T18:26:58.881Z] 0f37312ad70f: Pull complete [2020-06-18T18:26:58.949Z] Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" [2020-06-18T18:26:58.949Z] First time build. Skipping changelog. [2020-06-18T18:26:58.980Z] > git --version # timeout=10 [2020-06-18T18:26:59.001Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-18T18:27:01.188Z] ========================================================= [2020-06-18T18:27:01.188Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-18T18:27:01.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-18T18:27:02.293Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-18T18:27:03.289Z] Sending build context to Docker daemon 8.042MB [2020-06-18T18:27:03.289Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-18T18:27:03.289Z] Step 2/10 : FROM ${BASE} [2020-06-18T18:27:03.565Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-18T18:27:03.565Z] cde5963f3b93: Pulling fs layer [2020-06-18T18:27:03.565Z] 2a23fa8c16f7: Pulling fs layer [2020-06-18T18:27:03.565Z] 777b28850792: Pulling fs layer [2020-06-18T18:27:03.565Z] 8a11ddd9e578: Pulling fs layer [2020-06-18T18:27:03.565Z] 4cf88f913ddb: Pulling fs layer [2020-06-18T18:27:03.565Z] 1df406cf5192: Pulling fs layer [2020-06-18T18:27:03.565Z] 8a11ddd9e578: Waiting [2020-06-18T18:27:03.565Z] 4cf88f913ddb: Waiting [2020-06-18T18:27:03.565Z] cd6300453558: Pulling fs layer [2020-06-18T18:27:03.565Z] 1df406cf5192: Waiting [2020-06-18T18:27:03.565Z] b9c365052c96: Pulling fs layer [2020-06-18T18:27:03.565Z] a2d8cc88f415: Pulling fs layer [2020-06-18T18:27:03.565Z] ea1d1ca13537: Pulling fs layer [2020-06-18T18:27:03.565Z] 3750a50a1c5e: Pulling fs layer [2020-06-18T18:27:03.565Z] cd6300453558: Waiting [2020-06-18T18:27:03.565Z] b9c365052c96: Waiting [2020-06-18T18:27:03.565Z] a2d8cc88f415: Waiting [2020-06-18T18:27:03.565Z] ea1d1ca13537: Waiting [2020-06-18T18:27:03.565Z] 3750a50a1c5e: Waiting [2020-06-18T18:27:03.565Z] 777b28850792: Download complete [2020-06-18T18:27:03.565Z] 2a23fa8c16f7: Verifying Checksum [2020-06-18T18:27:03.565Z] 2a23fa8c16f7: Download complete [2020-06-18T18:27:03.565Z] 4cf88f913ddb: Verifying Checksum [2020-06-18T18:27:03.565Z] 4cf88f913ddb: Download complete [2020-06-18T18:27:03.565Z] 1df406cf5192: Verifying Checksum [2020-06-18T18:27:03.565Z] 1df406cf5192: Download complete [2020-06-18T18:27:03.565Z] cde5963f3b93: Verifying Checksum [2020-06-18T18:27:03.565Z] cde5963f3b93: Download complete [2020-06-18T18:27:04.216Z] 5788d62ee057: Pull complete [2020-06-18T18:27:04.216Z] 0e6b1d234666: Pull complete [2020-06-18T18:27:04.216Z] bf5d7aec512f: Pull complete [2020-06-18T18:27:04.563Z] cde5963f3b93: Pull complete [2020-06-18T18:27:05.178Z] 2a23fa8c16f7: Pull complete [2020-06-18T18:27:05.452Z] 777b28850792: Pull complete [2020-06-18T18:27:05.748Z] cd6300453558: Verifying Checksum [2020-06-18T18:27:05.748Z] cd6300453558: Download complete [2020-06-18T18:27:06.034Z] a2d8cc88f415: Download complete [2020-06-18T18:27:08.017Z] ea1d1ca13537: Verifying Checksum [2020-06-18T18:27:08.017Z] ea1d1ca13537: Download complete [2020-06-18T18:27:08.017Z] 3750a50a1c5e: Download complete [2020-06-18T18:27:08.443Z] 34c802a77dc8: Pull complete [2020-06-18T18:27:08.623Z] b9c365052c96: Verifying Checksum [2020-06-18T18:27:08.623Z] b9c365052c96: Download complete [2020-06-18T18:27:09.222Z] 8a11ddd9e578: Verifying Checksum [2020-06-18T18:27:09.222Z] 8a11ddd9e578: Download complete [2020-06-18T18:27:11.762Z] 9eb99e56ec68: Pull complete [2020-06-18T18:27:11.762Z] 27c7a5d97fbd: Pull complete [2020-06-18T18:27:12.332Z] 5c102a31e300: Pull complete [2020-06-18T18:27:12.592Z] dcfb455df0a1: Pull complete [2020-06-18T18:27:12.592Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-18T18:27:12.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-18T18:27:12.592Z] ---> 7c70fe431013 [2020-06-18T18:27:12.592Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-18T18:27:13.977Z] ---> Running in e4fbd1777a7e [2020-06-18T18:27:13.977Z] Removing intermediate container e4fbd1777a7e [2020-06-18T18:27:13.977Z] ---> 05c598a85b39 [2020-06-18T18:27:13.977Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-18T18:27:13.977Z] ---> Running in cc1012934279 [2020-06-18T18:27:14.237Z] Removing intermediate container cc1012934279 [2020-06-18T18:27:14.237Z] ---> 62af91e5816c [2020-06-18T18:27:14.237Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-18T18:27:14.237Z] ---> Running in b4daa7410253 [2020-06-18T18:27:14.237Z] Removing intermediate container b4daa7410253 [2020-06-18T18:27:14.237Z] ---> fbba9789a6fc [2020-06-18T18:27:14.237Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T18:27:14.498Z] ---> Running in 917688a9de92 [2020-06-18T18:27:15.882Z] Removing intermediate container 917688a9de92 [2020-06-18T18:27:15.882Z] ---> b2d5967b7b5a [2020-06-18T18:27:15.882Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-18T18:27:15.882Z] ---> Running in dbd310628846 [2020-06-18T18:27:16.453Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-18T18:27:17.023Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-18T18:27:17.285Z] OK: 143 MiB in 39 packages [2020-06-18T18:27:17.545Z] Removing intermediate container dbd310628846 [2020-06-18T18:27:17.545Z] ---> 0ecb31403658 [2020-06-18T18:27:17.545Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-18T18:27:17.806Z] ---> Running in b8c0fdaa3d94 [2020-06-18T18:27:17.806Z] Removing intermediate container b8c0fdaa3d94 [2020-06-18T18:27:17.806Z] ---> 79a0914d3048 [2020-06-18T18:27:17.806Z] Step 9/10 : COPY . . [2020-06-18T18:27:18.377Z] ---> aff7689dd22c [2020-06-18T18:27:18.377Z] Step 10/10 : RUN go mod download [2020-06-18T18:27:18.377Z] ---> Running in b88c1ec25abd [2020-06-18T18:27:19.364Z] 8a11ddd9e578: Pull complete [2020-06-18T18:27:19.639Z] 4cf88f913ddb: Pull complete [2020-06-18T18:27:19.916Z] 1df406cf5192: Pull complete [2020-06-18T18:27:20.299Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-18T18:27:20.299Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T18:27:20.299Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-18T18:27:20.299Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T18:27:20.299Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-18T18:27:20.300Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-18T18:27:20.300Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T18:27:20.300Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-18T18:27:20.300Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T18:27:20.300Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T18:27:20.300Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T18:27:20.300Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T18:27:20.300Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T18:27:20.300Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T18:27:20.300Z] go: finding github.com/fatih/color v1.7.0 [2020-06-18T18:27:20.300Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T18:27:20.300Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-18T18:27:20.300Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T18:27:20.300Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-18T18:27:20.300Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-18T18:27:20.300Z] go: finding github.com/google/uuid v1.1.0 [2020-06-18T18:27:20.300Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-18T18:27:20.300Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-18T18:27:20.562Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T18:27:20.562Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-18T18:27:20.562Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-18T18:27:20.562Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-18T18:27:20.562Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-18T18:27:20.562Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-18T18:27:20.562Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T18:27:20.562Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T18:27:20.562Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-18T18:27:20.562Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-18T18:27:20.562Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-18T18:27:20.562Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-18T18:27:20.562Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T18:27:20.562Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T18:27:20.562Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-18T18:27:20.562Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T18:27:20.562Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T18:27:20.562Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-18T18:27:20.562Z] go: finding github.com/posener/complete v1.1.1 [2020-06-18T18:27:20.562Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-18T18:27:20.562Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-18T18:27:20.562Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-18T18:27:20.562Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-18T18:27:20.562Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-18T18:27:20.562Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-18T18:27:20.562Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-18T18:27:20.562Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-18T18:27:20.562Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-18T18:27:20.562Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-18T18:27:20.562Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-18T18:27:20.562Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-18T18:27:20.562Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-18T18:27:25.346Z] cd6300453558: Pull complete [2020-06-18T18:27:28.710Z] Removing intermediate container b88c1ec25abd [2020-06-18T18:27:28.710Z] ---> f3b51a26ec9e [2020-06-18T18:27:28.710Z] Successfully built f3b51a26ec9e [2020-06-18T18:27:28.710Z] Successfully tagged ci-base-image-x86_64:latest [2020-06-18T18:27:28.742Z] b9c365052c96: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-18T18:27:29.343Z] a2d8cc88f415: Pull complete [2020-06-18T18:27:29.379Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-18T18:27:29.379Z] . [Pipeline] withDockerContainer [2020-06-18T18:27:29.493Z] prd-centos7-docker-4c-2g-3602 does not seem to be running inside a container [2020-06-18T18:27:29.523Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-18T18:27:30.512Z] $ docker top c8d76dc024cb9772f77bdb03ff0d685358e196ec7a4839eb171084abb538a180 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-18T18:27:30.983Z] + go version [2020-06-18T18:27:30.983Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-18T18:27:31.305Z] + make test [2020-06-18T18:27:31.305Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-18T18:27:31.315Z] ea1d1ca13537: Pull complete [2020-06-18T18:27:31.589Z] 3750a50a1c5e: Pull complete [2020-06-18T18:27:31.589Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-18T18:27:31.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-18T18:27:31.589Z] ---> 78745c68409d [2020-06-18T18:27:31.589Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-18T18:27:32.252Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-18T18:27:35.879Z] ---> Running in 68dccf975624 [2020-06-18T18:27:36.154Z] Removing intermediate container 68dccf975624 [2020-06-18T18:27:36.154Z] ---> 6ec9fcba66e7 [2020-06-18T18:27:36.154Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-18T18:27:36.154Z] ---> Running in 1d63ad7b3b63 [2020-06-18T18:27:36.748Z] Removing intermediate container 1d63ad7b3b63 [2020-06-18T18:27:36.748Z] ---> d422e5ed47c8 [2020-06-18T18:27:36.748Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-18T18:27:36.748Z] ---> Running in a81375a9cc6c [2020-06-18T18:27:37.346Z] Removing intermediate container a81375a9cc6c [2020-06-18T18:27:37.346Z] ---> ed7db7ade8b3 [2020-06-18T18:27:37.346Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T18:27:37.346Z] ---> Running in 2099fdb04b98 [2020-06-18T18:27:39.968Z] Removing intermediate container 2099fdb04b98 [2020-06-18T18:27:39.968Z] ---> ec60f65ae7de [2020-06-18T18:27:39.968Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-18T18:27:39.968Z] ---> Running in 3ab2ad3dc69d [2020-06-18T18:27:41.405Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-18T18:27:41.992Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-18T18:27:42.360Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-18T18:27:42.360Z] ok github.com/edgexfoundry/device-rest-go/driver 0.019s coverage: 56.3% of statements [2020-06-18T18:27:42.360Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-18T18:27:42.581Z] OK: 125 MiB in 39 packages [2020-06-18T18:27:43.552Z] Removing intermediate container 3ab2ad3dc69d [2020-06-18T18:27:43.552Z] ---> c9a295c2ecc6 [2020-06-18T18:27:43.552Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-18T18:27:43.756Z] gofmt -l . [2020-06-18T18:27:43.756Z] [ "`gofmt -l .`" = "" ] [2020-06-18T18:27:43.756Z] ./bin/test-go-mod-tidy.sh [2020-06-18T18:27:43.827Z] ---> Running in cac2d000a2a6 [2020-06-18T18:27:44.017Z] ./bin/test-attribution-txt.sh [2020-06-18T18:27:44.103Z] Removing intermediate container cac2d000a2a6 [2020-06-18T18:27:44.103Z] ---> 66232ac9c666 [2020-06-18T18:27:44.103Z] Step 9/10 : COPY . . [Pipeline] stash [2020-06-18T18:27:44.703Z] Stashed 1 file(s) [Pipeline] } [2020-06-18T18:27:44.710Z] $ docker stop --time=1 c8d76dc024cb9772f77bdb03ff0d685358e196ec7a4839eb171084abb538a180 [2020-06-18T18:27:45.530Z] ---> fb7c064f6155 [2020-06-18T18:27:45.530Z] Step 10/10 : RUN go mod download [2020-06-18T18:27:45.530Z] ---> Running in 5eeec5c301ae [2020-06-18T18:27:46.927Z] $ docker rm -f c8d76dc024cb9772f77bdb03ff0d685358e196ec7a4839eb171084abb538a180 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-18T18:27:48.036Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-18T18:27:48.137Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-18T18:27:48.137Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T18:27:48.137Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-18T18:27:48.137Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T18:27:48.137Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-18T18:27:48.137Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-18T18:27:48.137Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T18:27:48.137Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-18T18:27:48.137Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T18:27:48.354Z] + ls -al . [2020-06-18T18:27:48.354Z] total 96 [2020-06-18T18:27:48.354Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 18 18:27 . [2020-06-18T18:27:48.354Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 18 18:26 .. [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 4802 Jun 18 18:26 Attribution.txt [2020-06-18T18:27:48.354Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 18 18:26 bin [2020-06-18T18:27:48.354Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 18 18:26 cmd [2020-06-18T18:27:48.354Z] -rw-r--r--. 1 jenkins jenkins 9369 Jun 18 18:27 coverage.out [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 1504 Jun 18 18:26 Dockerfile [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 989 Jun 18 18:26 Dockerfile.build [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 151 Jun 18 18:26 .dockerignore [2020-06-18T18:27:48.354Z] drwxrwxr-x. 2 jenkins jenkins 93 Jun 18 18:27 driver [2020-06-18T18:27:48.354Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 18 18:26 .git [2020-06-18T18:27:48.354Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 18 18:26 .github [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 339 Jun 18 18:26 .gitignore [2020-06-18T18:27:48.354Z] -rw-r--r--. 1 jenkins jenkins 266 Jun 18 18:27 go.mod [2020-06-18T18:27:48.354Z] -rw-r--r--. 1 jenkins jenkins 12533 Jun 18 18:27 go.sum [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 18 18:26 Jenkinsfile [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 18 18:26 LICENSE [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 18 18:26 Makefile [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 5716 Jun 18 18:26 README.md [2020-06-18T18:27:48.354Z] drwxrwxr-x. 3 jenkins jenkins 45 Jun 18 18:26 .semver [2020-06-18T18:27:48.354Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 18 18:26 snap [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 18 18:24 VERSION [2020-06-18T18:27:48.354Z] -rw-rw-r--. 1 jenkins jenkins 713 Jun 18 18:26 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-18T18:27:48.406Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T18:27:48.407Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T18:27:48.407Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T18:27:48.407Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T18:27:48.407Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T18:27:48.407Z] go: finding github.com/fatih/color v1.7.0 [2020-06-18T18:27:48.407Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T18:27:48.407Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-18T18:27:48.407Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T18:27:48.407Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-18T18:27:48.407Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-18T18:27:48.407Z] go: finding github.com/google/uuid v1.1.0 [2020-06-18T18:27:48.407Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-18T18:27:48.407Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T18:27:48.407Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-18T18:27:48.407Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-18T18:27:48.407Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T18:27:48.407Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T18:27:48.676Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-18T18:27:48.676Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-18T18:27:48.676Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T18:27:48.676Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-18T18:27:48.677Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-18T18:27:48.677Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-18T18:27:48.677Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-18T18:27:48.677Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T18:27:48.677Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-18T18:27:48.677Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-18T18:27:48.677Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-18T18:27:48.677Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T18:27:48.677Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-18T18:27:48.677Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-18T18:27:48.677Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-18T18:27:48.677Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-18T18:27:48.677Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-18T18:27:48.677Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T18:27:48.677Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T18:27:48.677Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-18T18:27:48.683Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=29054278862172667822e3021ea244d296c43e95 --label arch=amd64 --label version=0.0.0 . [2020-06-18T18:27:48.683Z] Sending build context to Docker daemon 8.054MB [2020-06-18T18:27:48.683Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-18T18:27:48.683Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-18T18:27:48.683Z] ---> f3b51a26ec9e [2020-06-18T18:27:48.683Z] Step 3/24 : ARG MAKE='make build' [2020-06-18T18:27:48.944Z] ---> Running in 9ebfdc23afca [2020-06-18T18:27:48.949Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-18T18:27:48.949Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-18T18:27:48.949Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-18T18:27:48.949Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T18:27:48.949Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T18:27:48.949Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-18T18:27:48.949Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T18:27:48.949Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T18:27:48.949Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-18T18:27:48.949Z] go: finding github.com/posener/complete v1.1.1 [2020-06-18T18:27:48.949Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-18T18:27:48.949Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-18T18:27:48.949Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-18T18:27:48.949Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-18T18:27:48.949Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-18T18:27:48.949Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-18T18:27:48.949Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-18T18:27:48.949Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-18T18:27:48.949Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-18T18:27:48.949Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-18T18:27:48.949Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-18T18:27:48.949Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-18T18:27:48.949Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-18T18:27:49.205Z] Removing intermediate container 9ebfdc23afca [2020-06-18T18:27:49.205Z] ---> 998eaec24991 [2020-06-18T18:27:49.205Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-18T18:27:49.205Z] ---> Running in 30c9e4d09035 [2020-06-18T18:27:49.466Z] Removing intermediate container 30c9e4d09035 [2020-06-18T18:27:49.466Z] ---> 5482975972b1 [2020-06-18T18:27:49.466Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-18T18:27:49.466Z] ---> Running in 52b0c187bd56 [2020-06-18T18:27:49.466Z] Removing intermediate container 52b0c187bd56 [2020-06-18T18:27:49.466Z] ---> 65178cdd96cc [2020-06-18T18:27:49.466Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T18:27:49.728Z] ---> Running in 6eaf7bf4c6f6 [2020-06-18T18:27:50.302Z] Removing intermediate container 6eaf7bf4c6f6 [2020-06-18T18:27:50.302Z] ---> f54ccbf3a123 [2020-06-18T18:27:50.302Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-18T18:27:50.566Z] ---> Running in 964150c5ffcb [2020-06-18T18:27:50.829Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-18T18:27:51.773Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-18T18:27:52.034Z] OK: 143 MiB in 39 packages [2020-06-18T18:27:52.299Z] Removing intermediate container 964150c5ffcb [2020-06-18T18:27:52.299Z] ---> c094d2fdf14d [2020-06-18T18:27:52.299Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-18T18:27:52.560Z] ---> Running in c217e3418580 [2020-06-18T18:27:52.560Z] Removing intermediate container c217e3418580 [2020-06-18T18:27:52.560Z] ---> a6e4a9e6bb9e [2020-06-18T18:27:52.560Z] Step 9/24 : COPY go.mod . [2020-06-18T18:27:52.821Z] ---> 0eecb011ef58 [2020-06-18T18:27:52.821Z] Step 10/24 : COPY Makefile . [2020-06-18T18:27:53.085Z] ---> 8c79091353b1 [2020-06-18T18:27:53.085Z] Step 11/24 : RUN make update [2020-06-18T18:27:53.085Z] ---> Running in 73a135928f30 [2020-06-18T18:27:53.658Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-18T18:27:53.921Z] Removing intermediate container 73a135928f30 [2020-06-18T18:27:53.921Z] ---> 905e688a6326 [2020-06-18T18:27:53.921Z] Step 12/24 : COPY . . [2020-06-18T18:27:54.493Z] ---> 8d4443a26921 [2020-06-18T18:27:54.493Z] Step 13/24 : RUN $MAKE [2020-06-18T18:27:54.493Z] ---> Running in 55c5e4e3aac8 [2020-06-18T18:27:55.077Z] 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 [2020-06-18T18:27:59.093Z] Removing intermediate container 5eeec5c301ae [2020-06-18T18:27:59.093Z] ---> 752c460eeb35 [2020-06-18T18:27:59.093Z] Successfully built 752c460eeb35 [2020-06-18T18:27:59.093Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-18T18:27:59.853Z] + docker inspect -f . ci-base-image-arm64 [2020-06-18T18:27:59.853Z] . [Pipeline] withDockerContainer [2020-06-18T18:28:00.146Z] prd-ubuntu18.04-docker-arm64-4c-16g-3601 does not seem to be running inside a container [2020-06-18T18:28:00.208Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-18T18:28:02.052Z] $ docker top 8f4c43476681013c1612ddeb4b2dd045008dd398a0a93ce998e7dd33fad84094 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-18T18:28:03.467Z] + go version [2020-06-18T18:28:03.467Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-18T18:28:04.551Z] + make test [2020-06-18T18:28:04.551Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-18T18:28:05.546Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-18T18:28:07.385Z] Removing intermediate container 55c5e4e3aac8 [2020-06-18T18:28:07.385Z] ---> 7f5cdf885887 [2020-06-18T18:28:07.385Z] Step 14/24 : FROM alpine:latest [2020-06-18T18:28:07.385Z] latest: Pulling from library/alpine [2020-06-18T18:28:07.385Z] df20fa9351a1: Pulling fs layer [2020-06-18T18:28:07.385Z] df20fa9351a1: Verifying Checksum [2020-06-18T18:28:07.385Z] df20fa9351a1: Download complete [2020-06-18T18:28:07.385Z] df20fa9351a1: Pull complete [2020-06-18T18:28:07.385Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-18T18:28:07.385Z] Status: Downloaded newer image for alpine:latest [2020-06-18T18:28:07.385Z] ---> a24bb4013296 [2020-06-18T18:28:07.385Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-18T18:28:07.385Z] ---> Running in fa822ef55d81 [2020-06-18T18:28:07.385Z] Removing intermediate container fa822ef55d81 [2020-06-18T18:28:07.385Z] ---> 9f970d244823 [2020-06-18T18:28:07.385Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-18T18:28:07.385Z] ---> Running in 3d76aa87ff94 [2020-06-18T18:28:07.385Z] Removing intermediate container 3d76aa87ff94 [2020-06-18T18:28:07.385Z] ---> cab461cd68fd [2020-06-18T18:28:07.386Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-18T18:28:07.386Z] ---> 1c80bae0c88e [2020-06-18T18:28:07.386Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-18T18:28:07.646Z] ---> 3f0c3ad54479 [2020-06-18T18:28:07.646Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-18T18:28:08.218Z] ---> 8e7c12fa75c4 [2020-06-18T18:28:08.218Z] Step 20/24 : EXPOSE 49986 [2020-06-18T18:28:08.218Z] ---> Running in 38f20b3a8ade [2020-06-18T18:28:08.480Z] Removing intermediate container 38f20b3a8ade [2020-06-18T18:28:08.480Z] ---> 5294296d2c64 [2020-06-18T18:28:08.480Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-18T18:28:08.480Z] ---> Running in 06b90cd36d3b [2020-06-18T18:28:08.742Z] Removing intermediate container 06b90cd36d3b [2020-06-18T18:28:08.742Z] ---> 1658e31e0e96 [2020-06-18T18:28:08.742Z] Step 22/24 : LABEL arch=amd64 [2020-06-18T18:28:08.742Z] ---> Running in 7f0a02121714 [2020-06-18T18:28:09.003Z] Removing intermediate container 7f0a02121714 [2020-06-18T18:28:09.003Z] ---> 86c0dbe89b78 [2020-06-18T18:28:09.003Z] Step 23/24 : LABEL git_sha=29054278862172667822e3021ea244d296c43e95 [2020-06-18T18:28:09.003Z] ---> Running in d690b6213083 [2020-06-18T18:28:09.003Z] Removing intermediate container d690b6213083 [2020-06-18T18:28:09.003Z] ---> 7c52fe80197f [2020-06-18T18:28:09.003Z] Step 24/24 : LABEL version=0.0.0 [2020-06-18T18:28:09.266Z] ---> Running in f2e44757bdad [2020-06-18T18:28:09.266Z] Removing intermediate container f2e44757bdad [2020-06-18T18:28:09.266Z] ---> 72ba87b8f433 [2020-06-18T18:28:09.266Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-18T18:28:09.266Z] Successfully built 72ba87b8f433 [2020-06-18T18:28:09.266Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-18T18:28:32.371Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-18T18:28:34.999Z] ok github.com/edgexfoundry/device-rest-go/driver 0.044s coverage: 56.3% of statements [2020-06-18T18:28:35.602Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-18T18:28:41.014Z] gofmt -l . [2020-06-18T18:28:41.014Z] [ "`gofmt -l .`" = "" ] [2020-06-18T18:28:41.014Z] ./bin/test-go-mod-tidy.sh [2020-06-18T18:28:41.615Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-18T18:28:42.248Z] Warning: overwriting stash ‘coverage-report’ [2020-06-18T18:28:42.620Z] Stashed 1 file(s) [Pipeline] } [2020-06-18T18:28:42.610Z] $ docker stop --time=1 8f4c43476681013c1612ddeb4b2dd045008dd398a0a93ce998e7dd33fad84094 [2020-06-18T18:28:44.670Z] $ docker rm -f 8f4c43476681013c1612ddeb4b2dd045008dd398a0a93ce998e7dd33fad84094 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-18T18:28:45.842Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-18T18:28:46.196Z] + ls -al . [2020-06-18T18:28:46.196Z] total 128 [2020-06-18T18:28:46.196Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 18 18:28 . [2020-06-18T18:28:46.196Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 18:26 .. [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 18 18:26 .dockerignore [2020-06-18T18:28:46.196Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 18:26 .git [2020-06-18T18:28:46.196Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 18:26 .github [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 339 Jun 18 18:26 .gitignore [2020-06-18T18:28:46.196Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 18:27 .semver [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 4802 Jun 18 18:26 Attribution.txt [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 1504 Jun 18 18:26 Dockerfile [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 989 Jun 18 18:26 Dockerfile.build [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 18 18:26 Jenkinsfile [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 18:26 LICENSE [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 18 18:26 Makefile [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 5716 Jun 18 18:26 README.md [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 18 18:24 VERSION [2020-06-18T18:28:46.196Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 18:26 bin [2020-06-18T18:28:46.196Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 18:26 cmd [2020-06-18T18:28:46.196Z] -rw-r--r-- 1 jenkins jenkins 9369 Jun 18 18:28 coverage.out [2020-06-18T18:28:46.196Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 18:28 driver [2020-06-18T18:28:46.196Z] -rw-r--r-- 1 jenkins jenkins 266 Jun 18 18:28 go.mod [2020-06-18T18:28:46.196Z] -rw-r--r-- 1 jenkins jenkins 12533 Jun 18 18:28 go.sum [2020-06-18T18:28:46.196Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 18:26 snap [2020-06-18T18:28:46.196Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 18 18:26 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-18T18:28:46.567Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=29054278862172667822e3021ea244d296c43e95 --label arch=arm64 --label version=0.0.0 . [2020-06-18T18:28:46.839Z] Sending build context to Docker daemon 8.054MB [2020-06-18T18:28:46.839Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-18T18:28:46.839Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-18T18:28:46.839Z] ---> 752c460eeb35 [2020-06-18T18:28:46.839Z] Step 3/24 : ARG MAKE='make build' [2020-06-18T18:28:47.113Z] ---> Running in 6a3ddaa48325 [2020-06-18T18:28:47.709Z] Removing intermediate container 6a3ddaa48325 [2020-06-18T18:28:47.709Z] ---> ea5c1be447ce [2020-06-18T18:28:47.709Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-18T18:28:47.709Z] ---> Running in 33c1d084aff2 [2020-06-18T18:28:47.983Z] Removing intermediate container 33c1d084aff2 [2020-06-18T18:28:47.983Z] ---> 002772dc0323 [2020-06-18T18:28:47.983Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-18T18:28:48.258Z] ---> Running in 41ae91ef10cf [2020-06-18T18:28:48.532Z] Removing intermediate container 41ae91ef10cf [2020-06-18T18:28:48.532Z] ---> 97a1f860d410 [2020-06-18T18:28:48.532Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T18:28:48.806Z] ---> Running in 82a64c1dc6bd [2020-06-18T18:28:51.430Z] Removing intermediate container 82a64c1dc6bd [2020-06-18T18:28:51.430Z] ---> 51b3c4c2df11 [2020-06-18T18:28:51.430Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-18T18:28:51.430Z] ---> Running in e9451d3b835a [2020-06-18T18:28:52.863Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-18T18:28:53.452Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-18T18:28:53.723Z] OK: 125 MiB in 39 packages [2020-06-18T18:28:55.160Z] Removing intermediate container e9451d3b835a [2020-06-18T18:28:55.160Z] ---> d66550b7fad6 [2020-06-18T18:28:55.160Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-18T18:28:55.160Z] ---> Running in e89876fc231b [2020-06-18T18:28:55.434Z] Removing intermediate container e89876fc231b [2020-06-18T18:28:55.434Z] ---> 42b1c0f93005 [2020-06-18T18:28:55.434Z] Step 9/24 : COPY go.mod . [2020-06-18T18:28:56.413Z] ---> 01f2fde21f27 [2020-06-18T18:28:56.413Z] Step 10/24 : COPY Makefile . [2020-06-18T18:28:57.009Z] ---> d8649ea6d23b [2020-06-18T18:28:57.009Z] Step 11/24 : RUN make update [2020-06-18T18:28:57.009Z] ---> Running in 5306e7fa18fc [2020-06-18T18:28:58.448Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-18T18:28:59.885Z] Removing intermediate container 5306e7fa18fc [2020-06-18T18:28:59.885Z] ---> 183c7c7a1fe9 [2020-06-18T18:28:59.885Z] Step 12/24 : COPY . . [2020-06-18T18:29:00.878Z] ---> 1abf3bbd4515 [2020-06-18T18:29:00.878Z] Step 13/24 : RUN $MAKE [2020-06-18T18:29:00.878Z] ---> Running in be8be3304179 [2020-06-18T18:29:02.311Z] 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 [2020-06-18T18:29:29.119Z] Removing intermediate container be8be3304179 [2020-06-18T18:29:29.119Z] ---> 13be1b001795 [2020-06-18T18:29:29.119Z] Step 14/24 : FROM alpine:latest [2020-06-18T18:29:29.119Z] latest: Pulling from library/alpine [2020-06-18T18:29:29.119Z] b538f80385f9: Pulling fs layer [2020-06-18T18:29:29.119Z] b538f80385f9: Verifying Checksum [2020-06-18T18:29:29.119Z] b538f80385f9: Download complete [2020-06-18T18:29:29.714Z] b538f80385f9: Pull complete [2020-06-18T18:29:29.714Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-18T18:29:29.714Z] Status: Downloaded newer image for alpine:latest [2020-06-18T18:29:29.714Z] ---> 62ee0e9f8440 [2020-06-18T18:29:29.714Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-18T18:29:29.996Z] ---> Running in f2ff13ecfff3 [2020-06-18T18:29:30.269Z] Removing intermediate container f2ff13ecfff3 [2020-06-18T18:29:30.269Z] ---> 7e9ca25e87d8 [2020-06-18T18:29:30.269Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-18T18:29:30.269Z] ---> Running in 7a625dc57982 [2020-06-18T18:29:30.864Z] Removing intermediate container 7a625dc57982 [2020-06-18T18:29:30.864Z] ---> 1c8e480ede38 [2020-06-18T18:29:30.864Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-18T18:29:31.463Z] ---> 8805d0091c62 [2020-06-18T18:29:31.463Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-18T18:29:32.438Z] ---> 3ea872702a1f [2020-06-18T18:29:32.438Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-18T18:29:33.868Z] ---> 07afb07e48d1 [2020-06-18T18:29:33.868Z] Step 20/24 : EXPOSE 49986 [2020-06-18T18:29:33.868Z] ---> Running in 2f966e61c5e8 [2020-06-18T18:29:34.138Z] Removing intermediate container 2f966e61c5e8 [2020-06-18T18:29:34.138Z] ---> fb204dd8ccfa [2020-06-18T18:29:34.138Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-18T18:29:34.410Z] ---> Running in 1a2b80167c39 [2020-06-18T18:29:34.684Z] Removing intermediate container 1a2b80167c39 [2020-06-18T18:29:34.684Z] ---> badc49efac87 [2020-06-18T18:29:34.684Z] Step 22/24 : LABEL arch=arm64 [2020-06-18T18:29:34.957Z] ---> Running in 26313d3371f1 [2020-06-18T18:29:35.228Z] Removing intermediate container 26313d3371f1 [2020-06-18T18:29:35.228Z] ---> fc968f785620 [2020-06-18T18:29:35.228Z] Step 23/24 : LABEL git_sha=29054278862172667822e3021ea244d296c43e95 [2020-06-18T18:29:35.502Z] ---> Running in d988ae54792b [2020-06-18T18:29:35.774Z] Removing intermediate container d988ae54792b [2020-06-18T18:29:35.774Z] ---> 9c2410d60018 [2020-06-18T18:29:35.774Z] Step 24/24 : LABEL version=0.0.0 [2020-06-18T18:29:36.044Z] ---> Running in e1a356ec7080 [2020-06-18T18:29:36.315Z] Removing intermediate container e1a356ec7080 [2020-06-18T18:29:36.315Z] ---> 6890d856b3cf [2020-06-18T18:29:36.315Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-18T18:29:36.315Z] Successfully built 6890d856b3cf [2020-06-18T18:29:36.315Z] Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-18T18:29:37.664Z] provisioning config files... [2020-06-18T18:29:37.681Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config4434809456117356941tmp [Pipeline] { [Pipeline] sh [2020-06-18T18:29:38.047Z] + curl -s https://codecov.io/bash [2020-06-18T18:29:38.047Z] + bash -s - -t @/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config4434809456117356941tmp [2020-06-18T18:29:38.331Z] [2020-06-18T18:29:38.331Z] _____ _ [2020-06-18T18:29:38.331Z] / ____| | | [2020-06-18T18:29:38.331Z] | | ___ __| | ___ ___ _____ __ [2020-06-18T18:29:38.331Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-18T18:29:38.331Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-18T18:29:38.331Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-18T18:29:38.331Z] Bash-20200602-f809a24 [2020-06-18T18:29:38.331Z] [2020-06-18T18:29:38.331Z] [2020-06-18T18:29:38.331Z] ==> Jenkins CI detected. [2020-06-18T18:29:38.331Z] project root: . [2020-06-18T18:29:38.331Z] Fixing merge commit SHA [2020-06-18T18:29:38.331Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-18T18:29:38.331Z] ==> Running gcov in . (disable via -X gcov) [2020-06-18T18:29:38.641Z] ==> Python coveragepy not found [2020-06-18T18:29:38.641Z] ==> Searching for coverage reports in: [2020-06-18T18:29:38.641Z] + . [2020-06-18T18:29:38.641Z] -> Found 1 reports [2020-06-18T18:29:38.641Z] ==> Detecting git/mercurial file structure [2020-06-18T18:29:38.641Z] ==> Reading reports [2020-06-18T18:29:38.641Z] + ./coverage.out bytes=9369 [2020-06-18T18:29:38.641Z] ==> Appending adjustments [2020-06-18T18:29:38.641Z] https://docs.codecov.io/docs/fixing-reports [2020-06-18T18:29:38.641Z] + Found adjustments [2020-06-18T18:29:38.908Z] ==> Gzipping contents [2020-06-18T18:29:38.908Z] ==> Uploading reports [2020-06-18T18:29:38.908Z] url: https://codecov.io [2020-06-18T18:29:38.908Z] query: branch=PR-27&commit=b106d00ae92e946d2103bc6c1464522635373c7b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-27%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=27&job= [2020-06-18T18:29:38.908Z] -> Pinging Codecov [2020-06-18T18:29:38.908Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-27&commit=b106d00ae92e946d2103bc6c1464522635373c7b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-27%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=27&job= [2020-06-18T18:29:39.485Z] -> Uploading [2020-06-18T18:29:39.759Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/b106d00ae92e946d2103bc6c1464522635373c7b [Pipeline] } [2020-06-18T18:29:39.797Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-18T18:29:41.404Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T18:29:42.620Z] ---> package-listing.sh [2020-06-18T18:29:42.620Z] ++ facter osfamily [2020-06-18T18:29:42.620Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-18T18:29:42.620Z] + OS_FAMILY=redhat [2020-06-18T18:29:42.620Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-18T18:29:42.620Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-18T18:29:42.620Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-18T18:29:42.620Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-18T18:29:42.620Z] + PACKAGES=/tmp/packages_start.txt [2020-06-18T18:29:42.620Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' [2020-06-18T18:29:42.620Z] + PACKAGES=/tmp/packages_end.txt [2020-06-18T18:29:42.620Z] + case "${OS_FAMILY}" in [2020-06-18T18:29:42.620Z] + rpm -qa [2020-06-18T18:29:42.620Z] + sort [2020-06-18T18:29:48.003Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-18T18:29:48.003Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-18T18:29:48.003Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-18T18:29:48.003Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' [2020-06-18T18:29:48.003Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ [2020-06-18T18:29:48.003Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-18T18:29:48.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T18:29:48.421Z] [2020-06-18T18:29:48.421Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-18T18:29:49.120Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T18:29:49.120Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-18T18:29:49.120Z] c9b1b535fdd9: Pulling fs layer [2020-06-18T18:29:49.120Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-18T18:29:49.121Z] 756a868c4378: Pulling fs layer [2020-06-18T18:29:49.121Z] 444b2fc9a129: Pulling fs layer [2020-06-18T18:29:49.121Z] ea15f1150254: Pulling fs layer [2020-06-18T18:29:49.121Z] 41b27a9f41bf: Pulling fs layer [2020-06-18T18:29:49.121Z] 28c525ee5125: Pulling fs layer [2020-06-18T18:29:49.121Z] 444b2fc9a129: Waiting [2020-06-18T18:29:49.121Z] ea15f1150254: Waiting [2020-06-18T18:29:49.121Z] 41b27a9f41bf: Waiting [2020-06-18T18:29:49.121Z] 28c525ee5125: Waiting [2020-06-18T18:29:49.121Z] 094b1ea09ed8: Pulling fs layer [2020-06-18T18:29:49.121Z] 138eaada9080: Pulling fs layer [2020-06-18T18:29:49.121Z] 0622d0fa9048: Pulling fs layer [2020-06-18T18:29:49.121Z] 094b1ea09ed8: Waiting [2020-06-18T18:29:49.121Z] 138eaada9080: Waiting [2020-06-18T18:29:49.121Z] 0622d0fa9048: Waiting [2020-06-18T18:29:49.121Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-18T18:29:49.121Z] 2cc5ad85d9ab: Download complete [2020-06-18T18:29:49.421Z] 444b2fc9a129: Verifying Checksum [2020-06-18T18:29:49.421Z] 444b2fc9a129: Download complete [2020-06-18T18:29:49.421Z] c9b1b535fdd9: Verifying Checksum [2020-06-18T18:29:49.421Z] c9b1b535fdd9: Download complete [2020-06-18T18:29:49.778Z] ea15f1150254: Verifying Checksum [2020-06-18T18:29:49.778Z] ea15f1150254: Download complete [2020-06-18T18:29:49.778Z] 28c525ee5125: Verifying Checksum [2020-06-18T18:29:49.778Z] 28c525ee5125: Download complete [2020-06-18T18:29:50.590Z] c9b1b535fdd9: Pull complete [2020-06-18T18:29:50.590Z] 2cc5ad85d9ab: Pull complete [2020-06-18T18:29:52.177Z] 756a868c4378: Download complete [2020-06-18T18:29:52.557Z] 138eaada9080: Verifying Checksum [2020-06-18T18:29:52.557Z] 138eaada9080: Download complete [2020-06-18T18:29:52.945Z] 0622d0fa9048: Verifying Checksum [2020-06-18T18:29:52.945Z] 0622d0fa9048: Download complete [2020-06-18T18:29:53.258Z] 094b1ea09ed8: Verifying Checksum [2020-06-18T18:29:53.258Z] 094b1ea09ed8: Download complete [2020-06-18T18:29:54.019Z] 41b27a9f41bf: Verifying Checksum [2020-06-18T18:29:54.019Z] 41b27a9f41bf: Download complete [2020-06-18T18:29:56.838Z] 756a868c4378: Pull complete [2020-06-18T18:29:56.838Z] 444b2fc9a129: Pull complete [2020-06-18T18:29:57.104Z] ea15f1150254: Pull complete [2020-06-18T18:30:02.564Z] 41b27a9f41bf: Pull complete [2020-06-18T18:30:02.564Z] 28c525ee5125: Pull complete [2020-06-18T18:30:06.100Z] 094b1ea09ed8: Pull complete [2020-06-18T18:30:06.365Z] 138eaada9080: Pull complete [2020-06-18T18:30:06.639Z] 0622d0fa9048: Pull complete [2020-06-18T18:30:06.639Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-18T18:30:06.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T18:30:06.639Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-18T18:30:06.893Z] prd-centos7-docker-4c-2g-3598 does not seem to be running inside a container [2020-06-18T18:30:06.967Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-rest-go_PR-27 -v /w/workspace/dgexfoundry_device-rest-go_PR-27:/w/workspace/dgexfoundry_device-rest-go_PR-27:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-27@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 [2020-06-18T18:30:11.355Z] $ docker top a6b4be60b53ba771c08198c520f4c75d13d07cf8acfe1f62cda052ff898b1076 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-18T18:30:11.627Z] provisioning config files... [2020-06-18T18:30:11.642Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config6887974848247603684tmp [Pipeline] { [Pipeline] echo [2020-06-18T18:30:11.717Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T18:30:12.044Z] ---> create-netrc.sh [Pipeline] echo [2020-06-18T18:30:12.106Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T18:30:12.495Z] ---> logs-deploy.sh [2020-06-18T18:30:12.495Z] + ARCHIVE_ARTIFACTS= [2020-06-18T18:30:12.495Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-18T18:30:12.495Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-18T18:30:12.495Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-18T18:30:12.495Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/1 [2020-06-18T18:30:12.495Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/1/ [2020-06-18T18:30:12.495Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/1 /w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-18T18:30:14.461Z] Archives upload complete. [2020-06-18T18:30:14.461Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/1/ [2020-06-18T18:30:15.890Z] ---> uname -a: [2020-06-18T18:30:15.890Z] Linux a6b4be60b53b 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] ---> lscpu: [2020-06-18T18:30:15.890Z] Architecture: x86_64 [2020-06-18T18:30:15.890Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-18T18:30:15.890Z] Byte Order: Little Endian [2020-06-18T18:30:15.890Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-18T18:30:15.890Z] CPU(s): 4 [2020-06-18T18:30:15.890Z] On-line CPU(s) list: 0-3 [2020-06-18T18:30:15.890Z] Thread(s) per core: 1 [2020-06-18T18:30:15.890Z] Core(s) per socket: 1 [2020-06-18T18:30:15.890Z] Socket(s): 4 [2020-06-18T18:30:15.890Z] NUMA node(s): 1 [2020-06-18T18:30:15.890Z] Vendor ID: GenuineIntel [2020-06-18T18:30:15.890Z] CPU family: 6 [2020-06-18T18:30:15.890Z] Model: 44 [2020-06-18T18:30:15.890Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-18T18:30:15.890Z] Stepping: 1 [2020-06-18T18:30:15.890Z] CPU MHz: 2933.438 [2020-06-18T18:30:15.890Z] BogoMIPS: 5866.87 [2020-06-18T18:30:15.890Z] Virtualization: VT-x [2020-06-18T18:30:15.890Z] Hypervisor vendor: KVM [2020-06-18T18:30:15.890Z] Virtualization type: full [2020-06-18T18:30:15.890Z] L1d cache: 128 KiB [2020-06-18T18:30:15.890Z] L1i cache: 128 KiB [2020-06-18T18:30:15.890Z] L2 cache: 16 MiB [2020-06-18T18:30:15.890Z] L3 cache: 64 MiB [2020-06-18T18:30:15.890Z] NUMA node0 CPU(s): 0-3 [2020-06-18T18:30:15.890Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-18T18:30:15.890Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-18T18:30:15.890Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-18T18:30:15.890Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-18T18:30:15.890Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-18T18:30:15.890Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-18T18:30:15.890Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-18T18:30:15.890Z] Vulnerability Tsx async abort: Not affected [2020-06-18T18:30:15.890Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] ---> nproc: [2020-06-18T18:30:15.890Z] 4 [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] ---> df -h: [2020-06-18T18:30:15.890Z] Filesystem Size Used Available Use% Mounted on [2020-06-18T18:30:15.890Z] overlay 50.0G 7.2G 42.7G 14% / [2020-06-18T18:30:15.890Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-18T18:30:15.890Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-18T18:30:15.890Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-18T18:30:15.890Z] /dev/vda1 50.0G 7.2G 42.7G 14% /etc/resolv.conf [2020-06-18T18:30:15.890Z] /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hostname [2020-06-18T18:30:15.890Z] /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hosts [2020-06-18T18:30:15.890Z] /dev/vda1 50.0G 7.2G 42.7G 14% /var/log/sa [2020-06-18T18:30:15.890Z] /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-18T18:30:15.890Z] /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] ---> free -m: [2020-06-18T18:30:15.890Z] total used free shared buff/cache available [2020-06-18T18:30:15.890Z] Mem: 1837 672 119 0 1045 1059 [2020-06-18T18:30:15.890Z] Swap: 1023 1 1022 [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] ---> ip addr: [2020-06-18T18:30:15.890Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-18T18:30:15.890Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-18T18:30:15.890Z] inet 127.0.0.1/8 scope host lo [2020-06-18T18:30:15.890Z] valid_lft forever preferred_lft forever [2020-06-18T18:30:15.890Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-06-18T18:30:15.890Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-18T18:30:15.890Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-18T18:30:15.890Z] valid_lft forever preferred_lft forever [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] ---> sar -b -r -n DEV: [2020-06-18T18:30:15.890Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/18/20 _x86_64_ (4 CPU) [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] 18:22:49 LINUX RESTART [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] 18:24:02 tps rtps wtps bread/s bwrtn/s [2020-06-18T18:30:15.890Z] 18:25:01 7.06 1.24 5.82 44.41 639.43 [2020-06-18T18:30:15.890Z] 18:26:01 0.32 0.00 0.32 0.00 4.46 [2020-06-18T18:30:15.890Z] 18:27:01 0.28 0.00 0.28 0.00 3.51 [2020-06-18T18:30:15.890Z] 18:28:01 0.25 0.00 0.25 0.00 2.69 [2020-06-18T18:30:15.890Z] 18:29:01 0.33 0.00 0.33 0.00 5.11 [2020-06-18T18:30:15.890Z] 18:30:01 90.15 45.81 44.33 4679.38 14164.65 [2020-06-18T18:30:15.890Z] Average: 16.42 7.86 8.56 789.36 2475.07 [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] 18:24:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-18T18:30:15.890Z] 18:25:01 156412 1725144 91.69 2620 1136088 1175980 40.13 441416 1124240 20 [2020-06-18T18:30:15.890Z] 18:26:01 171036 1710520 90.91 2620 1136092 1066352 36.39 433200 1119544 16 [2020-06-18T18:30:15.890Z] 18:27:01 170092 1711464 90.96 2620 1136100 1066592 36.40 434504 1119544 16 [2020-06-18T18:30:15.890Z] 18:28:01 170572 1710984 90.93 2620 1136100 1066352 36.39 439080 1114872 20 [2020-06-18T18:30:15.890Z] 18:29:01 168808 1712748 91.03 2620 1136108 1066412 36.39 441620 1113796 8 [2020-06-18T18:30:15.890Z] 18:30:01 153312 1728244 91.85 2620 1059284 1499908 51.19 507704 1042092 41412 [2020-06-18T18:30:15.890Z] Average: 165039 1716517 91.23 2620 1123295 1156933 39.48 449587 1105681 6915 [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] 18:24:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-18T18:30:15.890Z] 18:25:01 eth0 94.94 78.41 164.78 160.70 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:25:01 docker0 40.97 35.44 3.46 134.17 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:26:01 eth0 0.72 0.08 0.06 0.04 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:27:01 eth0 1.00 0.33 0.32 0.20 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:28:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:29:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:30:01 eth0 95.52 59.61 2333.80 11.49 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] Average: eth0 31.90 22.96 417.21 28.38 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] Average: docker0 6.73 5.82 0.57 22.05 0.00 0.00 0.00 [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] ---> sar -P ALL: [2020-06-18T18:30:15.890Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/18/20 _x86_64_ (4 CPU) [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] 18:22:49 LINUX RESTART [2020-06-18T18:30:15.890Z] [2020-06-18T18:30:15.890Z] 18:24:02 CPU %user %nice %system %iowait %steal %idle [2020-06-18T18:30:15.890Z] 18:25:01 all 1.72 0.00 0.70 0.04 3.33 94.21 [2020-06-18T18:30:15.890Z] 18:25:01 0 1.29 0.00 0.64 0.07 4.17 93.84 [2020-06-18T18:30:15.890Z] 18:25:01 1 1.68 0.00 0.54 0.05 3.23 94.50 [2020-06-18T18:30:15.890Z] 18:25:01 2 2.09 0.00 0.76 0.03 2.96 94.16 [2020-06-18T18:30:15.890Z] 18:25:01 3 1.81 0.00 0.86 0.00 2.97 94.36 [2020-06-18T18:30:15.890Z] 18:26:01 all 0.07 0.00 0.06 0.00 0.30 99.57 [2020-06-18T18:30:15.890Z] 18:26:01 0 0.03 0.00 0.05 0.00 0.28 99.63 [2020-06-18T18:30:15.890Z] 18:26:01 1 0.17 0.00 0.03 0.00 0.32 99.48 [2020-06-18T18:30:15.890Z] 18:26:01 2 0.05 0.00 0.08 0.00 0.27 99.60 [2020-06-18T18:30:15.890Z] 18:26:01 3 0.05 0.00 0.08 0.00 0.30 99.57 [2020-06-18T18:30:15.890Z] 18:27:01 all 0.07 0.00 0.02 0.00 0.51 99.39 [2020-06-18T18:30:15.890Z] 18:27:01 0 0.02 0.00 0.03 0.00 0.71 99.24 [2020-06-18T18:30:15.890Z] 18:27:01 1 0.23 0.00 0.02 0.00 0.45 99.30 [2020-06-18T18:30:15.890Z] 18:27:01 2 0.02 0.00 0.03 0.00 0.32 99.63 [2020-06-18T18:30:15.890Z] 18:27:01 3 0.02 0.00 0.02 0.00 0.60 99.37 [2020-06-18T18:30:15.890Z] 18:28:01 all 0.07 0.00 0.03 0.00 0.68 99.22 [2020-06-18T18:30:15.890Z] 18:28:01 0 0.02 0.00 0.02 0.00 0.53 99.44 [2020-06-18T18:30:15.890Z] 18:28:01 1 0.08 0.00 0.02 0.00 1.19 98.71 [2020-06-18T18:30:15.890Z] 18:28:01 2 0.17 0.00 0.07 0.00 0.51 99.25 [2020-06-18T18:30:15.890Z] 18:28:01 3 0.03 0.00 0.03 0.00 0.50 99.44 [2020-06-18T18:30:15.891Z] 18:29:01 all 0.10 0.00 0.09 0.00 0.17 99.64 [2020-06-18T18:30:15.891Z] 18:29:01 0 0.07 0.00 0.03 0.00 0.45 99.45 [2020-06-18T18:30:15.891Z] 18:29:01 1 0.27 0.00 0.07 0.00 0.08 99.58 [2020-06-18T18:30:15.891Z] 18:29:01 2 0.02 0.00 0.22 0.00 0.05 99.72 [2020-06-18T18:30:15.891Z] 18:29:01 3 0.05 0.00 0.03 0.00 0.10 99.82 [2020-06-18T18:30:15.891Z] 18:30:01 all 2.99 0.00 1.87 1.20 7.61 86.34 [2020-06-18T18:30:15.891Z] 18:30:01 0 2.70 0.00 1.79 0.56 8.20 86.74 [2020-06-18T18:30:15.891Z] 18:30:01 1 3.96 0.00 1.96 2.11 7.15 84.82 [2020-06-18T18:30:15.891Z] 18:30:01 2 2.77 0.00 1.76 0.86 7.71 86.90 [2020-06-18T18:30:15.891Z] 18:30:01 3 2.50 0.00 1.98 1.26 7.37 86.89 [2020-06-18T18:30:15.891Z] Average: all 0.84 0.00 0.46 0.21 2.10 96.39 [2020-06-18T18:30:15.891Z] Average: 0 0.69 0.00 0.43 0.11 2.39 96.38 [2020-06-18T18:30:15.891Z] Average: 1 1.07 0.00 0.44 0.36 2.07 96.06 [2020-06-18T18:30:15.891Z] Average: 2 0.85 0.00 0.49 0.15 1.97 96.55 [2020-06-18T18:30:15.891Z] Average: 3 0.74 0.00 0.50 0.21 1.97 96.57 [2020-06-18T18:30:15.891Z] [2020-06-18T18:30:15.891Z] [2020-06-18T18:30:15.891Z]