Pull request #27 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 154d1a0c3fe72e960503585c4c44000c9746cd9c+b106d00ae92e946d2103bc6c1464522635373c7b (d7f49eac0b91b51429e6163f9344c0bc14bcbc95) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 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 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4204 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 Fetching 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 > 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 154d1a0c3fe72e960503585c4c44000c9746cd9c Merge succeeded, producing d390d5ed7b871c3987d07c212c15bd262c8fe7b6 Checking out Revision d390d5ed7b871c3987d07c212c15bd262c8fe7b6 (PR-27) > git config core.sparsecheckout # timeout=10 > git checkout -f 154d1a0c3fe72e960503585c4c44000c9746cd9c # 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 d390d5ed7b871c3987d07c212c15bd262c8fe7b6 # timeout=10 Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-23T21:43:50.272Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-23T21:43:50.401Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-23T21:43:50.443Z] ========================================================= [2020-06-23T21:43:50.443Z] EdgeX Global Pipelines Version Info [2020-06-23T21:43:50.443Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8f010bcd03d83364f95e648ae9b65579d8c4c688 # timeout=10 [2020-06-23T21:43:52.302Z] ------------------- [2020-06-23T21:43:52.302Z] stable info: [2020-06-23T21:43:52.302Z] ------------------- [2020-06-23T21:43:52.302Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-23T21:43:52.302Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-23T21:43:52.302Z] Message: update stable to v1.0.89 [2020-06-23T21:43:52.874Z] ------------------- [2020-06-23T21:43:52.874Z] experimental info: [2020-06-23T21:43:52.874Z] ------------------- [2020-06-23T21:43:52.874Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-23T21:43:52.874Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-23T21:43:52.874Z] Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-23T21:43:54.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T21:43:54.661Z] [2020-06-23T21:43:54.661Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-23T21:43:54.982Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T21:43:54.982Z] latest: Pulling from edgex-devops/git-semver [2020-06-23T21:43:54.982Z] 9123ac7c32f7: Pulling fs layer [2020-06-23T21:43:54.982Z] b8cc5d1170e3: Pulling fs layer [2020-06-23T21:43:54.982Z] 2924cbbf6a41: Pulling fs layer [2020-06-23T21:43:54.982Z] 93b08a4f1073: Pulling fs layer [2020-06-23T21:43:54.982Z] 93b08a4f1073: Waiting [2020-06-23T21:43:54.982Z] b8cc5d1170e3: Verifying Checksum [2020-06-23T21:43:54.982Z] b8cc5d1170e3: Download complete [2020-06-23T21:43:54.982Z] 9123ac7c32f7: Verifying Checksum [2020-06-23T21:43:54.982Z] 9123ac7c32f7: Download complete [2020-06-23T21:43:55.248Z] 93b08a4f1073: Verifying Checksum [2020-06-23T21:43:55.248Z] 93b08a4f1073: Download complete [2020-06-23T21:43:55.248Z] 2924cbbf6a41: Verifying Checksum [2020-06-23T21:43:55.248Z] 2924cbbf6a41: Download complete [2020-06-23T21:43:55.509Z] 9123ac7c32f7: Pull complete [2020-06-23T21:43:55.509Z] b8cc5d1170e3: Pull complete [2020-06-23T21:43:56.084Z] 2924cbbf6a41: Pull complete [2020-06-23T21:43:56.345Z] 93b08a4f1073: Pull complete [2020-06-23T21:43:56.345Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-23T21:43:56.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T21:43:56.345Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-23T21:43:56.442Z] prd-centos7-docker-4c-2g-4204 does not seem to be running inside a container [2020-06-23T21:43:56.483Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T21:43:58.503Z] $ docker top e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T21:43:58.677Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T21:43:58.677Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T21:43:58.867Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T21:43:58.870Z] $ docker exec e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e ssh-agent [2020-06-23T21:43:59.023Z] SSH_AUTH_SOCK=/tmp/ssh-V0bnp942w91b/agent.12 [2020-06-23T21:43:59.023Z] SSH_AGENT_PID=17 [2020-06-23T21:43:59.033Z] Running ssh-add (command line suppressed) [2020-06-23T21:43:59.151Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_1859771416459371411.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_1859771416459371411.key) [2020-06-23T21:43:59.200Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T21:43:59.507Z] + git describe --exact-match --tags HEAD [2020-06-23T21:43:59.507Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-23T21:43:59.562Z] $ docker exec --env ******** --env ******** e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e ssh-agent -k [2020-06-23T21:43:59.683Z] unset SSH_AUTH_SOCK; [2020-06-23T21:43:59.683Z] unset SSH_AGENT_PID; [2020-06-23T21:43:59.683Z] echo Agent pid 17 killed; [2020-06-23T21:43:59.730Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-23T21:43:59.769Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-23T21:43:59.769Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-23T21:43:59.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T21:43:59.819Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T21:43:59.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T21:43:59.991Z] $ docker exec e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e ssh-agent [2020-06-23T21:44:00.143Z] SSH_AUTH_SOCK=/tmp/ssh-Ko9MxV4LHGQz/agent.45 [2020-06-23T21:44:00.143Z] SSH_AGENT_PID=50 [2020-06-23T21:44:00.149Z] Running ssh-add (command line suppressed) [2020-06-23T21:44:00.265Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_5881465364045378234.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_5881465364045378234.key) [2020-06-23T21:44:00.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T21:44:00.610Z] + git semver init [2020-06-23T21:44:00.610Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T21:44:00.610Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.git [2020-06-23T21:44:00.610Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-23T21:44:00.610Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T21:44:00.610Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T21:44:00.610Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T21:44:00.610Z] # $SEMVER_BRANCH = PR-27 [2020-06-23T21:44:00.610Z] # $SEMVER_TEMP = /tmp/semver-282635749 [2020-06-23T21:44:00.610Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-06-23T21:44:01.555Z] # '/tmp/semver-282635749' -> '/w/workspace/dgexfoundry_device-rest-go_PR-27/.semver' [2020-06-23T21:44:01.555Z] # -> Force: false [2020-06-23T21:44:01.555Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.semver [Pipeline] } [2020-06-23T21:44:01.568Z] $ docker exec --env ******** --env ******** e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e ssh-agent -k [2020-06-23T21:44:01.673Z] unset SSH_AUTH_SOCK; [2020-06-23T21:44:01.673Z] unset SSH_AGENT_PID; [2020-06-23T21:44:01.673Z] echo Agent pid 50 killed; [2020-06-23T21:44:01.715Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T21:44:02.076Z] + git semver [Pipeline] } [2020-06-23T21:44:02.093Z] $ docker stop --time=1 e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e [2020-06-23T21:44:03.473Z] $ docker rm -f e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-23T21:44:04.676Z] Stashed 24 file(s) [Pipeline] echo [2020-06-23T21:44:04.678Z] [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-23T21:44:19.842Z] Still waiting to schedule task [2020-06-23T21:44:19.842Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4204’ [2020-06-23T21:44:19.844Z] Still waiting to schedule task [2020-06-23T21:44:19.844Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-23T21:46:01.678Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4205 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws [2020-06-23T21:46:01.704Z] Running in /w/workspace/device-rest-go/9 [Pipeline] { [Pipeline] checkout [2020-06-23T21:46:02.143Z] Running on prd-centos7-docker-4c-2g-4207 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws [2020-06-23T21:46:02.166Z] Running in /w/workspace/device-rest-go/9 [Pipeline] { [Pipeline] checkout [2020-06-23T21:46:04.533Z] using credential edgex-jenkins-ssh [2020-06-23T21:46:04.561Z] Cloning the remote Git repository [2020-06-23T21:46:04.561Z] Cloning with configured refspecs honoured and without tags [2020-06-23T21:46:04.207Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T21:46:04.284Z] > git init /w/workspace/device-rest-go/9 # timeout=10 [2020-06-23T21:46:04.948Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T21:46:04.948Z] > git --version # timeout=10 [2020-06-23T21:46:04.956Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T21:46:04.985Z] > 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-23T21:46:06.193Z] Fetching without tags [2020-06-23T21:46:06.592Z] Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit 154d1a0c3fe72e960503585c4c44000c9746cd9c [2020-06-23T21:46:06.606Z] using credential edgex-jenkins-ssh [2020-06-23T21:46:05.905Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-23T21:46:05.912Z] > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 [2020-06-23T21:46:05.921Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T21:46:05.929Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-23T21:46:05.958Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T21:46:05.958Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T21:46:05.983Z] > 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-23T21:46:06.381Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T21:46:06.387Z] > git checkout -f 154d1a0c3fe72e960503585c4c44000c9746cd9c # timeout=10 [2020-06-23T21:46:06.640Z] Cloning the remote Git repository [2020-06-23T21:46:06.640Z] Cloning with configured refspecs honoured and without tags [2020-06-23T21:46:06.666Z] Merge succeeded, producing f59b6d24717afd8e0c35363a1cbfb7284e5c34d0 [2020-06-23T21:46:06.666Z] Checking out Revision f59b6d24717afd8e0c35363a1cbfb7284e5c34d0 (PR-27) [2020-06-23T21:46:06.688Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T21:46:06.414Z] > git remote # timeout=10 [2020-06-23T21:46:06.418Z] > git config --get remote.origin.url # timeout=10 [2020-06-23T21:46:06.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T21:46:06.433Z] > git merge b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 [2020-06-23T21:46:06.449Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-23T21:46:06.457Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T21:46:06.465Z] > git checkout -f f59b6d24717afd8e0c35363a1cbfb7284e5c34d0 # timeout=10 [2020-06-23T21:46:06.850Z] > git init /w/workspace/device-rest-go/9 # timeout=10 [2020-06-23T21:46:06.918Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T21:46:06.919Z] > git --version # timeout=10 [2020-06-23T21:46:06.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T21:46:07.006Z] > 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-23T21:46:08.622Z] Fetching without tags [2020-06-23T21:46:09.123Z] Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit 154d1a0c3fe72e960503585c4c44000c9746cd9c [2020-06-23T21:46:08.521Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-23T21:46:08.539Z] > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 [2020-06-23T21:46:08.553Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T21:46:08.580Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-23T21:46:08.609Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T21:46:08.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T21:46:08.622Z] > 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-23T21:46:09.117Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T21:46:09.143Z] > git checkout -f 154d1a0c3fe72e960503585c4c44000c9746cd9c # timeout=10 [2020-06-23T21:46:09.228Z] > git remote # timeout=10 [2020-06-23T21:46:09.249Z] > git config --get remote.origin.url # timeout=10 [2020-06-23T21:46:09.435Z] Merge succeeded, producing d2efabde4755e49393240ab61df71289f688be6a [2020-06-23T21:46:09.436Z] Checking out Revision d2efabde4755e49393240ab61df71289f688be6a (PR-27) [2020-06-23T21:46:10.122Z] Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" [2020-06-23T21:46:10.136Z] First time build. Skipping changelog. [2020-06-23T21:46:10.128Z] > git rev-list --no-walk 8f010bcd03d83364f95e648ae9b65579d8c4c688 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-23T21:46:09.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T21:46:09.276Z] > git merge b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 [2020-06-23T21:46:09.375Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-23T21:46:09.418Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T21:46:09.440Z] > git checkout -f d2efabde4755e49393240ab61df71289f688be6a # timeout=10 [Pipeline] echo [2020-06-23T21:46:11.173Z] ========================================================= [2020-06-23T21:46:11.173Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-23T21:46:11.173Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-23T21:46:11.848Z] + 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-23T21:46:12.112Z] Sending build context to Docker daemon 8.041MB [2020-06-23T21:46:12.378Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-23T21:46:12.378Z] Step 2/10 : FROM ${BASE} [2020-06-23T21:46:12.378Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-23T21:46:12.378Z] e6b0cf9c0882: Pulling fs layer [2020-06-23T21:46:12.378Z] 2848faf0eed1: Pulling fs layer [2020-06-23T21:46:12.379Z] 0f37312ad70f: Pulling fs layer [2020-06-23T21:46:12.379Z] 5788d62ee057: Pulling fs layer [2020-06-23T21:46:12.379Z] 0e6b1d234666: Pulling fs layer [2020-06-23T21:46:12.379Z] bf5d7aec512f: Pulling fs layer [2020-06-23T21:46:12.379Z] 34c802a77dc8: Pulling fs layer [2020-06-23T21:46:12.379Z] 9eb99e56ec68: Pulling fs layer [2020-06-23T21:46:12.379Z] 27c7a5d97fbd: Pulling fs layer [2020-06-23T21:46:12.379Z] 5c102a31e300: Pulling fs layer [2020-06-23T21:46:12.379Z] dcfb455df0a1: Pulling fs layer [2020-06-23T21:46:12.379Z] 5788d62ee057: Waiting [2020-06-23T21:46:12.379Z] 0e6b1d234666: Waiting [2020-06-23T21:46:12.379Z] bf5d7aec512f: Waiting [2020-06-23T21:46:12.379Z] 34c802a77dc8: Waiting [2020-06-23T21:46:12.379Z] 9eb99e56ec68: Waiting [2020-06-23T21:46:12.379Z] 27c7a5d97fbd: Waiting [2020-06-23T21:46:12.379Z] 5c102a31e300: Waiting [2020-06-23T21:46:12.379Z] dcfb455df0a1: Waiting [2020-06-23T21:46:12.379Z] 0f37312ad70f: Verifying Checksum [2020-06-23T21:46:12.379Z] 0f37312ad70f: Download complete [2020-06-23T21:46:12.379Z] 2848faf0eed1: Verifying Checksum [2020-06-23T21:46:12.379Z] 2848faf0eed1: Download complete [2020-06-23T21:46:12.379Z] 0e6b1d234666: Verifying Checksum [2020-06-23T21:46:12.379Z] 0e6b1d234666: Download complete [2020-06-23T21:46:12.379Z] e6b0cf9c0882: Verifying Checksum [2020-06-23T21:46:12.379Z] e6b0cf9c0882: Download complete [2020-06-23T21:46:12.379Z] bf5d7aec512f: Verifying Checksum [2020-06-23T21:46:12.379Z] bf5d7aec512f: Download complete [2020-06-23T21:46:12.652Z] e6b0cf9c0882: Pull complete [2020-06-23T21:46:13.234Z] 34c802a77dc8: Verifying Checksum [2020-06-23T21:46:13.234Z] 34c802a77dc8: Download complete [2020-06-23T21:46:13.234Z] 27c7a5d97fbd: Verifying Checksum [2020-06-23T21:46:13.234Z] 27c7a5d97fbd: Download complete [2020-06-23T21:46:13.756Z] Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" [2020-06-23T21:46:13.778Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-06-23T21:46:14.190Z] 5788d62ee057: Verifying Checksum [2020-06-23T21:46:14.191Z] 5788d62ee057: Download complete [2020-06-23T21:46:14.191Z] 5c102a31e300: Verifying Checksum [2020-06-23T21:46:14.191Z] 5c102a31e300: Download complete [2020-06-23T21:46:14.191Z] 9eb99e56ec68: Verifying Checksum [2020-06-23T21:46:14.191Z] 9eb99e56ec68: Download complete [2020-06-23T21:46:14.191Z] dcfb455df0a1: Verifying Checksum [2020-06-23T21:46:14.191Z] dcfb455df0a1: Download complete [2020-06-23T21:46:14.191Z] 2848faf0eed1: Pull complete [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-23T21:46:14.450Z] 0f37312ad70f: Pull complete [2020-06-23T21:46:13.737Z] > git rev-list --no-walk 8f010bcd03d83364f95e648ae9b65579d8c4c688 # timeout=10 [Pipeline] echo [2020-06-23T21:46:15.640Z] ========================================================= [2020-06-23T21:46:15.640Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-23T21:46:15.640Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-23T21:46:16.664Z] + 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-23T21:46:17.655Z] Sending build context to Docker daemon 8.041MB [2020-06-23T21:46:17.655Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-23T21:46:17.655Z] Step 2/10 : FROM ${BASE} [2020-06-23T21:46:17.932Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-23T21:46:17.932Z] cde5963f3b93: Pulling fs layer [2020-06-23T21:46:17.932Z] 2a23fa8c16f7: Pulling fs layer [2020-06-23T21:46:17.932Z] 777b28850792: Pulling fs layer [2020-06-23T21:46:17.932Z] 8a11ddd9e578: Pulling fs layer [2020-06-23T21:46:17.932Z] 4cf88f913ddb: Pulling fs layer [2020-06-23T21:46:17.932Z] 1df406cf5192: Pulling fs layer [2020-06-23T21:46:17.932Z] cd6300453558: Pulling fs layer [2020-06-23T21:46:17.932Z] b9c365052c96: Pulling fs layer [2020-06-23T21:46:17.932Z] a2d8cc88f415: Pulling fs layer [2020-06-23T21:46:17.932Z] ea1d1ca13537: Pulling fs layer [2020-06-23T21:46:17.932Z] 3750a50a1c5e: Pulling fs layer [2020-06-23T21:46:17.932Z] 8a11ddd9e578: Waiting [2020-06-23T21:46:17.932Z] 4cf88f913ddb: Waiting [2020-06-23T21:46:17.932Z] 1df406cf5192: Waiting [2020-06-23T21:46:17.932Z] cd6300453558: Waiting [2020-06-23T21:46:17.932Z] b9c365052c96: Waiting [2020-06-23T21:46:17.932Z] a2d8cc88f415: Waiting [2020-06-23T21:46:17.932Z] 3750a50a1c5e: Waiting [2020-06-23T21:46:17.932Z] ea1d1ca13537: Waiting [2020-06-23T21:46:17.932Z] 777b28850792: Verifying Checksum [2020-06-23T21:46:17.932Z] 777b28850792: Download complete [2020-06-23T21:46:17.932Z] 2a23fa8c16f7: Verifying Checksum [2020-06-23T21:46:17.932Z] 2a23fa8c16f7: Download complete [2020-06-23T21:46:17.932Z] 4cf88f913ddb: Verifying Checksum [2020-06-23T21:46:17.932Z] 4cf88f913ddb: Download complete [2020-06-23T21:46:17.932Z] 1df406cf5192: Verifying Checksum [2020-06-23T21:46:17.932Z] 1df406cf5192: Download complete [2020-06-23T21:46:17.932Z] cde5963f3b93: Verifying Checksum [2020-06-23T21:46:18.921Z] cde5963f3b93: Pull complete [2020-06-23T21:46:19.524Z] 2a23fa8c16f7: Pull complete [2020-06-23T21:46:19.757Z] 5788d62ee057: Pull complete [2020-06-23T21:46:19.757Z] 0e6b1d234666: Pull complete [2020-06-23T21:46:19.757Z] bf5d7aec512f: Pull complete [2020-06-23T21:46:19.801Z] 777b28850792: Pull complete [2020-06-23T21:46:20.398Z] cd6300453558: Verifying Checksum [2020-06-23T21:46:20.398Z] cd6300453558: Download complete [2020-06-23T21:46:20.398Z] a2d8cc88f415: Verifying Checksum [2020-06-23T21:46:20.398Z] a2d8cc88f415: Download complete [2020-06-23T21:46:21.391Z] ea1d1ca13537: Download complete [2020-06-23T21:46:21.391Z] 3750a50a1c5e: Download complete [2020-06-23T21:46:22.370Z] b9c365052c96: Verifying Checksum [2020-06-23T21:46:22.370Z] b9c365052c96: Download complete [2020-06-23T21:46:23.344Z] 8a11ddd9e578: Verifying Checksum [2020-06-23T21:46:23.344Z] 8a11ddd9e578: Download complete [2020-06-23T21:46:26.348Z] 34c802a77dc8: Pull complete [2020-06-23T21:46:28.272Z] 9eb99e56ec68: Pull complete [2020-06-23T21:46:28.535Z] 27c7a5d97fbd: Pull complete [2020-06-23T21:46:29.485Z] 5c102a31e300: Pull complete [2020-06-23T21:46:29.485Z] dcfb455df0a1: Pull complete [2020-06-23T21:46:29.485Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-23T21:46:29.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-23T21:46:29.485Z] ---> 7c70fe431013 [2020-06-23T21:46:29.485Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-23T21:46:30.426Z] ---> Running in 000f4d2d6225 [2020-06-23T21:46:30.426Z] Removing intermediate container 000f4d2d6225 [2020-06-23T21:46:30.426Z] ---> 805d1230984d [2020-06-23T21:46:30.426Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-23T21:46:30.426Z] ---> Running in 71b3450b102f [2020-06-23T21:46:30.686Z] Removing intermediate container 71b3450b102f [2020-06-23T21:46:30.686Z] ---> d25fc10991f4 [2020-06-23T21:46:30.686Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-23T21:46:30.686Z] ---> Running in e9e937ee8d8f [2020-06-23T21:46:30.686Z] Removing intermediate container e9e937ee8d8f [2020-06-23T21:46:30.686Z] ---> afc09432871b [2020-06-23T21:46:30.686Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T21:46:30.946Z] ---> Running in aef18f55e80f [2020-06-23T21:46:32.332Z] Removing intermediate container aef18f55e80f [2020-06-23T21:46:32.332Z] ---> 2f059325740c [2020-06-23T21:46:32.332Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-23T21:46:32.332Z] ---> Running in 5f19a86bf632 [2020-06-23T21:46:32.904Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-23T21:46:33.847Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-23T21:46:34.419Z] OK: 143 MiB in 39 packages [2020-06-23T21:46:34.679Z] Removing intermediate container 5f19a86bf632 [2020-06-23T21:46:34.679Z] ---> ae9902bf8369 [2020-06-23T21:46:34.679Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-23T21:46:34.941Z] ---> Running in 91426eff6203 [2020-06-23T21:46:34.941Z] Removing intermediate container 91426eff6203 [2020-06-23T21:46:34.941Z] ---> e0c096e33cb7 [2020-06-23T21:46:34.941Z] Step 9/10 : COPY . . [2020-06-23T21:46:35.514Z] ---> b2c145f0241c [2020-06-23T21:46:35.514Z] Step 10/10 : RUN go mod download [2020-06-23T21:46:35.514Z] ---> Running in 3ae30ab6b4a8 [2020-06-23T21:46:35.745Z] 8a11ddd9e578: Pull complete [2020-06-23T21:46:35.746Z] 4cf88f913ddb: Pull complete [2020-06-23T21:46:35.746Z] 1df406cf5192: Pull complete [2020-06-23T21:46:38.057Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-23T21:46:38.057Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-23T21:46:38.058Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-23T21:46:38.058Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-23T21:46:38.058Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-23T21:46:38.058Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-23T21:46:38.058Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-23T21:46:38.058Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-23T21:46:38.058Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-23T21:46:38.058Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-23T21:46:38.058Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-23T21:46:38.058Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-23T21:46:38.058Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-23T21:46:38.058Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-23T21:46:38.058Z] go: finding github.com/fatih/color v1.7.0 [2020-06-23T21:46:38.058Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-23T21:46:38.058Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-23T21:46:38.058Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-23T21:46:38.058Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-23T21:46:38.058Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-23T21:46:38.058Z] go: finding github.com/google/uuid v1.1.0 [2020-06-23T21:46:38.058Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-23T21:46:38.318Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-23T21:46:38.318Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-23T21:46:38.318Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-23T21:46:38.318Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-23T21:46:38.318Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-23T21:46:38.318Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-23T21:46:38.318Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-23T21:46:38.318Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-23T21:46:38.318Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-23T21:46:38.318Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-23T21:46:38.579Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-23T21:46:38.579Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-23T21:46:38.579Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-23T21:46:38.579Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-23T21:46:38.579Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-23T21:46:38.579Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-23T21:46:38.579Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-23T21:46:38.579Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-23T21:46:38.579Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-23T21:46:38.579Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-23T21:46:38.841Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-23T21:46:38.841Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-23T21:46:38.841Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-23T21:46:38.841Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-23T21:46:38.841Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-23T21:46:38.841Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-23T21:46:38.841Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-23T21:46:38.841Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-23T21:46:38.841Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-23T21:46:38.841Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-23T21:46:39.101Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-23T21:46:39.101Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-23T21:46:39.101Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-23T21:46:39.101Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-23T21:46:39.101Z] go: finding github.com/posener/complete v1.1.1 [2020-06-23T21:46:39.101Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-23T21:46:39.101Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-23T21:46:39.101Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-23T21:46:39.101Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-23T21:46:39.101Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-23T21:46:39.101Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-23T21:46:39.101Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-23T21:46:39.362Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-23T21:46:39.362Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-23T21:46:39.362Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-23T21:46:39.362Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-23T21:46:39.362Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-23T21:46:39.362Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-23T21:46:40.050Z] cd6300453558: Pull complete [2020-06-23T21:46:44.365Z] b9c365052c96: Pull complete [2020-06-23T21:46:44.365Z] a2d8cc88f415: Pull complete [2020-06-23T21:46:46.367Z] ea1d1ca13537: Pull complete [2020-06-23T21:46:46.641Z] 3750a50a1c5e: Pull complete [2020-06-23T21:46:46.641Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-23T21:46:46.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-23T21:46:46.641Z] ---> 78745c68409d [2020-06-23T21:46:46.641Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-23T21:46:51.619Z] Removing intermediate container 3ae30ab6b4a8 [2020-06-23T21:46:51.619Z] ---> 3375d881652b [2020-06-23T21:46:51.619Z] Successfully built 3375d881652b [2020-06-23T21:46:51.619Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T21:46:52.039Z] ---> Running in ffe397a92216 [2020-06-23T21:46:52.039Z] Removing intermediate container ffe397a92216 [2020-06-23T21:46:52.039Z] ---> 4b2e27246adc [2020-06-23T21:46:52.039Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-23T21:46:52.039Z] ---> Running in c38dc6e449b3 [2020-06-23T21:46:52.039Z] Removing intermediate container c38dc6e449b3 [2020-06-23T21:46:52.039Z] ---> 6a611043a86f [2020-06-23T21:46:52.039Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-23T21:46:52.169Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-23T21:46:52.169Z] . [Pipeline] withDockerContainer [2020-06-23T21:46:52.299Z] prd-centos7-docker-4c-2g-4207 does not seem to be running inside a container [2020-06-23T21:46:52.312Z] ---> Running in 96df87c43314 [2020-06-23T21:46:52.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-23T21:46:52.584Z] Removing intermediate container 96df87c43314 [2020-06-23T21:46:52.585Z] ---> 67b182bfe971 [2020-06-23T21:46:52.585Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T21:46:52.858Z] ---> Running in 8fd5e5ecd1c3 [2020-06-23T21:46:53.461Z] $ docker top cbde8fbea43598c519b53fde39e048f6c26578d759fc22f79e88f848eb59a027 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-23T21:46:53.882Z] + go version [2020-06-23T21:46:53.882Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-23T21:46:54.182Z] + make test [2020-06-23T21:46:54.182Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-23T21:46:55.129Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-23T21:46:55.478Z] Removing intermediate container 8fd5e5ecd1c3 [2020-06-23T21:46:55.478Z] ---> 9cc9e603f202 [2020-06-23T21:46:55.478Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-23T21:46:55.478Z] ---> Running in 1f71cfc2a6f2 [2020-06-23T21:46:56.911Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-23T21:46:57.894Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-23T21:46:58.867Z] OK: 125 MiB in 39 packages [2020-06-23T21:46:59.841Z] Removing intermediate container 1f71cfc2a6f2 [2020-06-23T21:46:59.841Z] ---> b3582070b183 [2020-06-23T21:46:59.841Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-23T21:47:00.113Z] ---> Running in 75cc6f0b5b00 [2020-06-23T21:47:00.393Z] Removing intermediate container 75cc6f0b5b00 [2020-06-23T21:47:00.393Z] ---> 5d7b344bc051 [2020-06-23T21:47:00.393Z] Step 9/10 : COPY . . [2020-06-23T21:47:01.823Z] ---> 099a2a0d84f1 [2020-06-23T21:47:01.823Z] Step 10/10 : RUN go mod download [2020-06-23T21:47:01.823Z] ---> Running in 56713d97e6b2 [2020-06-23T21:47:04.434Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-23T21:47:04.434Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-23T21:47:04.434Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-23T21:47:04.434Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-23T21:47:04.434Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-23T21:47:04.434Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-23T21:47:04.434Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-23T21:47:04.434Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-23T21:47:04.434Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-23T21:47:04.704Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-23T21:47:04.704Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-23T21:47:04.704Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-23T21:47:04.704Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-23T21:47:04.704Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-23T21:47:04.704Z] go: finding github.com/fatih/color v1.7.0 [2020-06-23T21:47:04.704Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-23T21:47:04.704Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-23T21:47:04.704Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-23T21:47:04.704Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-23T21:47:04.704Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-23T21:47:04.704Z] go: finding github.com/google/uuid v1.1.0 [2020-06-23T21:47:04.974Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-23T21:47:04.974Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-23T21:47:04.974Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-23T21:47:04.974Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-23T21:47:04.974Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-23T21:47:04.974Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-23T21:47:04.974Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-23T21:47:04.974Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-23T21:47:04.974Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-23T21:47:04.974Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-23T21:47:04.974Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-23T21:47:05.217Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-23T21:47:05.217Z] ok github.com/edgexfoundry/device-rest-go/driver 0.018s coverage: 56.3% of statements [2020-06-23T21:47:05.217Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-23T21:47:05.247Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-23T21:47:05.247Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-23T21:47:05.247Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-23T21:47:05.247Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-23T21:47:05.247Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-23T21:47:05.247Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-23T21:47:05.247Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-23T21:47:05.247Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-23T21:47:05.247Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-23T21:47:05.247Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-23T21:47:05.247Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-23T21:47:05.247Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-23T21:47:05.517Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-23T21:47:05.517Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-23T21:47:05.517Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-23T21:47:05.517Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-23T21:47:05.517Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-23T21:47:05.517Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-23T21:47:05.517Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-23T21:47:05.517Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-23T21:47:05.517Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-23T21:47:05.517Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-23T21:47:05.517Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-23T21:47:05.517Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-23T21:47:05.786Z] go: finding github.com/posener/complete v1.1.1 [2020-06-23T21:47:05.786Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-23T21:47:05.786Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-23T21:47:05.786Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-23T21:47:05.786Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-23T21:47:05.786Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-23T21:47:05.786Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-23T21:47:05.786Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-23T21:47:05.786Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-23T21:47:05.786Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-23T21:47:05.786Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-23T21:47:06.060Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-23T21:47:06.060Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-23T21:47:06.060Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-23T21:47:06.623Z] gofmt -l . [2020-06-23T21:47:06.623Z] [ "`gofmt -l .`" = "" ] [2020-06-23T21:47:06.623Z] ./bin/test-go-mod-tidy.sh [2020-06-23T21:47:07.196Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-23T21:47:07.662Z] Stashed 1 file(s) [Pipeline] } [2020-06-23T21:47:07.667Z] $ docker stop --time=1 cbde8fbea43598c519b53fde39e048f6c26578d759fc22f79e88f848eb59a027 [2020-06-23T21:47:09.830Z] $ docker rm -f cbde8fbea43598c519b53fde39e048f6c26578d759fc22f79e88f848eb59a027 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-23T21:47:11.674Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-23T21:47:11.962Z] + ls -al . [2020-06-23T21:47:11.962Z] total 96 [2020-06-23T21:47:11.962Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 23 21:47 . [2020-06-23T21:47:11.962Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 23 21:46 .. [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 4802 Jun 23 21:46 Attribution.txt [2020-06-23T21:47:11.962Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 23 21:46 bin [2020-06-23T21:47:11.962Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 23 21:46 cmd [2020-06-23T21:47:11.962Z] -rw-r--r--. 1 jenkins jenkins 9369 Jun 23 21:47 coverage.out [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 1504 Jun 23 21:46 Dockerfile [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 989 Jun 23 21:46 Dockerfile.build [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 151 Jun 23 21:46 .dockerignore [2020-06-23T21:47:11.962Z] drwxrwxr-x. 2 jenkins jenkins 93 Jun 23 21:47 driver [2020-06-23T21:47:11.962Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 23 21:46 .git [2020-06-23T21:47:11.962Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 23 21:46 .github [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 339 Jun 23 21:46 .gitignore [2020-06-23T21:47:11.962Z] -rw-r--r--. 1 jenkins jenkins 266 Jun 23 21:47 go.mod [2020-06-23T21:47:11.962Z] -rw-r--r--. 1 jenkins jenkins 12533 Jun 23 21:47 go.sum [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 23 21:46 Jenkinsfile [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 23 21:46 LICENSE [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 23 21:46 Makefile [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 5716 Jun 23 21:46 README.md [2020-06-23T21:47:11.962Z] drwxrwxr-x. 3 jenkins jenkins 45 Jun 23 21:46 .semver [2020-06-23T21:47:11.962Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 23 21:46 snap [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 23 21:44 VERSION [2020-06-23T21:47:11.962Z] -rw-rw-r--. 1 jenkins jenkins 713 Jun 23 21:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-23T21:47:12.258Z] + 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=d390d5ed7b871c3987d07c212c15bd262c8fe7b6 --label arch=amd64 --label version=0.0.0 . [2020-06-23T21:47:12.258Z] Sending build context to Docker daemon 8.053MB [2020-06-23T21:47:12.258Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-23T21:47:12.258Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-23T21:47:12.258Z] ---> 3375d881652b [2020-06-23T21:47:12.258Z] Step 3/24 : ARG MAKE='make build' [2020-06-23T21:47:12.518Z] ---> Running in 3f23df60d153 [2020-06-23T21:47:12.518Z] Removing intermediate container 3f23df60d153 [2020-06-23T21:47:12.518Z] ---> 295eddef5368 [2020-06-23T21:47:12.518Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-23T21:47:12.779Z] ---> Running in 81a5505083ec [2020-06-23T21:47:12.779Z] Removing intermediate container 81a5505083ec [2020-06-23T21:47:12.779Z] ---> 7f07971c18d5 [2020-06-23T21:47:12.779Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-23T21:47:13.047Z] ---> Running in 1819210e874a [2020-06-23T21:47:13.047Z] Removing intermediate container 1819210e874a [2020-06-23T21:47:13.047Z] ---> f9f7bf8c6194 [2020-06-23T21:47:13.047Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T21:47:13.047Z] ---> Running in 3ccade57a61e [2020-06-23T21:47:13.993Z] Removing intermediate container 3ccade57a61e [2020-06-23T21:47:13.993Z] ---> 3ff851277ad7 [2020-06-23T21:47:13.993Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-23T21:47:13.993Z] ---> Running in dd2c89eaf95a [2020-06-23T21:47:14.565Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-23T21:47:15.135Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-23T21:47:15.706Z] OK: 143 MiB in 39 packages [2020-06-23T21:47:16.271Z] Removing intermediate container 56713d97e6b2 [2020-06-23T21:47:16.272Z] ---> 440336a2eccc [2020-06-23T21:47:16.272Z] Successfully built 440336a2eccc [2020-06-23T21:47:16.272Z] Successfully tagged ci-base-image-arm64:latest [2020-06-23T21:47:16.278Z] Removing intermediate container dd2c89eaf95a [2020-06-23T21:47:16.278Z] ---> 54aba9c3c424 [2020-06-23T21:47:16.278Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-23T21:47:16.278Z] ---> Running in b0c31d5fb42b [2020-06-23T21:47:16.278Z] Removing intermediate container b0c31d5fb42b [2020-06-23T21:47:16.278Z] ---> b0581cb6218e [2020-06-23T21:47:16.278Z] Step 9/24 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T21:47:16.538Z] ---> 96ef3f18dc5d [2020-06-23T21:47:16.538Z] Step 10/24 : COPY Makefile . [2020-06-23T21:47:16.798Z] ---> 7ab60e27c631 [2020-06-23T21:47:16.798Z] Step 11/24 : RUN make update [2020-06-23T21:47:16.798Z] ---> Running in a36b9a84f595 [2020-06-23T21:47:16.804Z] + docker inspect -f . ci-base-image-arm64 [2020-06-23T21:47:16.804Z] . [Pipeline] withDockerContainer [2020-06-23T21:47:17.081Z] prd-ubuntu18.04-docker-arm64-4c-16g-4205 does not seem to be running inside a container [2020-06-23T21:47:17.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-23T21:47:17.371Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-23T21:47:17.941Z] Removing intermediate container a36b9a84f595 [2020-06-23T21:47:17.941Z] ---> 085572819aa1 [2020-06-23T21:47:17.941Z] Step 12/24 : COPY . . [2020-06-23T21:47:18.512Z] ---> d125b8d0621c [2020-06-23T21:47:18.512Z] Step 13/24 : RUN $MAKE [2020-06-23T21:47:18.512Z] ---> Running in b7aca1a9ef86 [2020-06-23T21:47:18.777Z] 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-23T21:47:18.978Z] $ docker top 3ffbe861ea8829a12a206faa59453c2e9ff5a515d2f398ae77ed40a075d59295 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-23T21:47:20.369Z] + go version [2020-06-23T21:47:20.370Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-23T21:47:21.416Z] + make test [2020-06-23T21:47:21.416Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-23T21:47:22.399Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-23T21:47:31.081Z] Removing intermediate container b7aca1a9ef86 [2020-06-23T21:47:31.081Z] ---> 716849093bba [2020-06-23T21:47:31.081Z] Step 14/24 : FROM alpine:latest [2020-06-23T21:47:31.081Z] latest: Pulling from library/alpine [2020-06-23T21:47:31.081Z] df20fa9351a1: Pulling fs layer [2020-06-23T21:47:31.081Z] df20fa9351a1: Download complete [2020-06-23T21:47:31.081Z] df20fa9351a1: Pull complete [2020-06-23T21:47:31.081Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-23T21:47:31.081Z] Status: Downloaded newer image for alpine:latest [2020-06-23T21:47:31.081Z] ---> a24bb4013296 [2020-06-23T21:47:31.081Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-23T21:47:31.081Z] ---> Running in c3ed3341fa37 [2020-06-23T21:47:31.081Z] Removing intermediate container c3ed3341fa37 [2020-06-23T21:47:31.081Z] ---> 0d844c01c7d5 [2020-06-23T21:47:31.081Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-23T21:47:31.081Z] ---> Running in 109974349faf [2020-06-23T21:47:31.081Z] Removing intermediate container 109974349faf [2020-06-23T21:47:31.081Z] ---> a05f44ba9929 [2020-06-23T21:47:31.081Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-23T21:47:31.081Z] ---> f28e0ff69c9d [2020-06-23T21:47:31.081Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-23T21:47:31.081Z] ---> 7ddb0849ab29 [2020-06-23T21:47:31.081Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-23T21:47:31.653Z] ---> 0f5cc6e721bd [2020-06-23T21:47:31.653Z] Step 20/24 : EXPOSE 49986 [2020-06-23T21:47:31.653Z] ---> Running in 65b9e55fe036 [2020-06-23T21:47:31.914Z] Removing intermediate container 65b9e55fe036 [2020-06-23T21:47:31.914Z] ---> 821b7f740d4e [2020-06-23T21:47:31.914Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-23T21:47:31.914Z] ---> Running in c232e4c1479f [2020-06-23T21:47:31.914Z] Removing intermediate container c232e4c1479f [2020-06-23T21:47:31.914Z] ---> 1e24b9f48b79 [2020-06-23T21:47:31.914Z] Step 22/24 : LABEL arch=amd64 [2020-06-23T21:47:32.174Z] ---> Running in 17fbefafc592 [2020-06-23T21:47:32.174Z] Removing intermediate container 17fbefafc592 [2020-06-23T21:47:32.174Z] ---> 97b78f5c12a5 [2020-06-23T21:47:32.174Z] Step 23/24 : LABEL git_sha=d390d5ed7b871c3987d07c212c15bd262c8fe7b6 [2020-06-23T21:47:32.434Z] ---> Running in e7126d0328ef [2020-06-23T21:47:32.434Z] Removing intermediate container e7126d0328ef [2020-06-23T21:47:32.434Z] ---> 60011e20c4e5 [2020-06-23T21:47:32.434Z] Step 24/24 : LABEL version=0.0.0 [2020-06-23T21:47:32.695Z] ---> Running in be25ec2a63e5 [2020-06-23T21:47:32.695Z] Removing intermediate container be25ec2a63e5 [2020-06-23T21:47:32.695Z] ---> f79e4f14733d [2020-06-23T21:47:32.695Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-23T21:47:32.695Z] Successfully built f79e4f14733d [2020-06-23T21:47:32.695Z] 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-23T21:47:49.263Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-23T21:47:51.897Z] ok github.com/edgexfoundry/device-rest-go/driver 0.039s coverage: 56.3% of statements [2020-06-23T21:47:52.496Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-23T21:47:57.921Z] gofmt -l . [2020-06-23T21:47:57.921Z] [ "`gofmt -l .`" = "" ] [2020-06-23T21:47:57.921Z] ./bin/test-go-mod-tidy.sh [2020-06-23T21:47:58.522Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-23T21:47:59.135Z] Warning: overwriting stash ‘coverage-report’ [2020-06-23T21:47:59.529Z] Stashed 1 file(s) [Pipeline] } [2020-06-23T21:47:59.511Z] $ docker stop --time=1 3ffbe861ea8829a12a206faa59453c2e9ff5a515d2f398ae77ed40a075d59295 [2020-06-23T21:48:01.652Z] $ docker rm -f 3ffbe861ea8829a12a206faa59453c2e9ff5a515d2f398ae77ed40a075d59295 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-23T21:48:02.686Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-23T21:48:03.016Z] + ls -al . [2020-06-23T21:48:03.016Z] total 128 [2020-06-23T21:48:03.016Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 21:47 . [2020-06-23T21:48:03.016Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 21:46 .. [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 23 21:46 .dockerignore [2020-06-23T21:48:03.016Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 21:46 .git [2020-06-23T21:48:03.016Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 21:46 .github [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 339 Jun 23 21:46 .gitignore [2020-06-23T21:48:03.016Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 21:46 .semver [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 4802 Jun 23 21:46 Attribution.txt [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 1504 Jun 23 21:46 Dockerfile [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 989 Jun 23 21:46 Dockerfile.build [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 23 21:46 Jenkinsfile [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 23 21:46 LICENSE [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 23 21:46 Makefile [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 5716 Jun 23 21:46 README.md [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 23 21:44 VERSION [2020-06-23T21:48:03.016Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 21:46 bin [2020-06-23T21:48:03.016Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 21:46 cmd [2020-06-23T21:48:03.016Z] -rw-r--r-- 1 jenkins jenkins 9369 Jun 23 21:47 coverage.out [2020-06-23T21:48:03.016Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 21:47 driver [2020-06-23T21:48:03.016Z] -rw-r--r-- 1 jenkins jenkins 266 Jun 23 21:47 go.mod [2020-06-23T21:48:03.016Z] -rw-r--r-- 1 jenkins jenkins 12533 Jun 23 21:47 go.sum [2020-06-23T21:48:03.016Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 21:46 snap [2020-06-23T21:48:03.016Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 23 21:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-23T21:48:03.370Z] + 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=d390d5ed7b871c3987d07c212c15bd262c8fe7b6 --label arch=arm64 --label version=0.0.0 . [2020-06-23T21:48:03.965Z] Sending build context to Docker daemon 8.053MB [2020-06-23T21:48:03.965Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-23T21:48:03.965Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-23T21:48:03.965Z] ---> 440336a2eccc [2020-06-23T21:48:03.965Z] Step 3/24 : ARG MAKE='make build' [2020-06-23T21:48:04.239Z] ---> Running in b18228910c95 [2020-06-23T21:48:04.517Z] Removing intermediate container b18228910c95 [2020-06-23T21:48:04.517Z] ---> ecf9fbf6500a [2020-06-23T21:48:04.517Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-23T21:48:04.517Z] ---> Running in c995ad8f67b4 [2020-06-23T21:48:05.118Z] Removing intermediate container c995ad8f67b4 [2020-06-23T21:48:05.118Z] ---> 6af75276f579 [2020-06-23T21:48:05.118Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-23T21:48:05.118Z] ---> Running in 8ba9cc8a2a36 [2020-06-23T21:48:05.712Z] Removing intermediate container 8ba9cc8a2a36 [2020-06-23T21:48:05.712Z] ---> 40931c595b29 [2020-06-23T21:48:05.712Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T21:48:05.712Z] ---> Running in c77efe14c965 [2020-06-23T21:48:08.344Z] Removing intermediate container c77efe14c965 [2020-06-23T21:48:08.344Z] ---> ca58793ff35a [2020-06-23T21:48:08.344Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-23T21:48:08.344Z] ---> Running in 6816ea41d69e [2020-06-23T21:48:09.778Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-23T21:48:10.376Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-23T21:48:11.359Z] OK: 125 MiB in 39 packages [2020-06-23T21:48:12.343Z] Removing intermediate container 6816ea41d69e [2020-06-23T21:48:12.344Z] ---> 2f2e8117b194 [2020-06-23T21:48:12.344Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-23T21:48:12.344Z] ---> Running in 7bb0f88fce1f [2020-06-23T21:48:12.940Z] Removing intermediate container 7bb0f88fce1f [2020-06-23T21:48:12.940Z] ---> 425248b6a0ee [2020-06-23T21:48:12.940Z] Step 9/24 : COPY go.mod . [2020-06-23T21:48:13.535Z] ---> e58536af72dc [2020-06-23T21:48:13.535Z] Step 10/24 : COPY Makefile . [2020-06-23T21:48:14.132Z] ---> 048dc5f61490 [2020-06-23T21:48:14.132Z] Step 11/24 : RUN make update [2020-06-23T21:48:14.405Z] ---> Running in db2bc9067c07 [2020-06-23T21:48:15.853Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-23T21:48:16.852Z] Removing intermediate container db2bc9067c07 [2020-06-23T21:48:16.852Z] ---> a3d5c0b248cf [2020-06-23T21:48:16.852Z] Step 12/24 : COPY . . [2020-06-23T21:48:18.316Z] ---> ea95fbc14f80 [2020-06-23T21:48:18.316Z] Step 13/24 : RUN $MAKE [2020-06-23T21:48:18.316Z] ---> Running in 59d478f80a66 [2020-06-23T21:48:19.755Z] 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-23T21:48:46.575Z] Removing intermediate container 59d478f80a66 [2020-06-23T21:48:46.575Z] ---> a25c65ba0f13 [2020-06-23T21:48:46.575Z] Step 14/24 : FROM alpine:latest [2020-06-23T21:48:46.575Z] latest: Pulling from library/alpine [2020-06-23T21:48:46.845Z] b538f80385f9: Pulling fs layer [2020-06-23T21:48:47.129Z] b538f80385f9: Verifying Checksum [2020-06-23T21:48:47.129Z] b538f80385f9: Download complete [2020-06-23T21:48:47.727Z] b538f80385f9: Pull complete [2020-06-23T21:48:47.727Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-23T21:48:47.727Z] Status: Downloaded newer image for alpine:latest [2020-06-23T21:48:47.727Z] ---> 62ee0e9f8440 [2020-06-23T21:48:47.727Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-23T21:48:47.998Z] ---> Running in ea8340f41860 [2020-06-23T21:48:48.272Z] Removing intermediate container ea8340f41860 [2020-06-23T21:48:48.272Z] ---> 2b29f93e0863 [2020-06-23T21:48:48.272Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-23T21:48:48.553Z] ---> Running in 22edfa0ab097 [2020-06-23T21:48:48.828Z] Removing intermediate container 22edfa0ab097 [2020-06-23T21:48:48.828Z] ---> a9c33b0ffb4b [2020-06-23T21:48:48.828Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-23T21:48:49.451Z] ---> dd3031b79756 [2020-06-23T21:48:49.451Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-23T21:48:50.449Z] ---> 275b841d7ee1 [2020-06-23T21:48:50.449Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-23T21:48:51.898Z] ---> 507c191d4b1b [2020-06-23T21:48:51.898Z] Step 20/24 : EXPOSE 49986 [2020-06-23T21:48:51.898Z] ---> Running in 29cc7f9f5a7b [2020-06-23T21:48:52.175Z] Removing intermediate container 29cc7f9f5a7b [2020-06-23T21:48:52.175Z] ---> b4e13556175b [2020-06-23T21:48:52.175Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-23T21:48:52.460Z] ---> Running in 09894bf4ce0a [2020-06-23T21:48:52.732Z] Removing intermediate container 09894bf4ce0a [2020-06-23T21:48:52.732Z] ---> a3afc42cda8b [2020-06-23T21:48:52.732Z] Step 22/24 : LABEL arch=arm64 [2020-06-23T21:48:53.006Z] ---> Running in ecc64c239c2b [2020-06-23T21:48:53.610Z] Removing intermediate container ecc64c239c2b [2020-06-23T21:48:53.610Z] ---> 0deb58c2f8de [2020-06-23T21:48:53.610Z] Step 23/24 : LABEL git_sha=d390d5ed7b871c3987d07c212c15bd262c8fe7b6 [2020-06-23T21:48:53.610Z] ---> Running in 931fa9d0e31c [2020-06-23T21:48:53.882Z] Removing intermediate container 931fa9d0e31c [2020-06-23T21:48:53.882Z] ---> 2bc7c702a2d4 [2020-06-23T21:48:53.882Z] Step 24/24 : LABEL version=0.0.0 [2020-06-23T21:48:54.154Z] ---> Running in 921d05f81b31 [2020-06-23T21:48:54.425Z] Removing intermediate container 921d05f81b31 [2020-06-23T21:48:54.425Z] ---> dc53b2842abd [2020-06-23T21:48:54.425Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-23T21:48:54.425Z] Successfully built dc53b2842abd [2020-06-23T21:48:54.696Z] 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-23T21:48:55.900Z] provisioning config files... [2020-06-23T21:48:55.915Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config6495148144927035614tmp [Pipeline] { [Pipeline] sh [2020-06-23T21:48:56.229Z] + curl -s https://codecov.io/bash [2020-06-23T21:48:56.229Z] + bash -s - -t @/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config6495148144927035614tmp [2020-06-23T21:48:56.498Z] [2020-06-23T21:48:56.498Z] _____ _ [2020-06-23T21:48:56.498Z] / ____| | | [2020-06-23T21:48:56.498Z] | | ___ __| | ___ ___ _____ __ [2020-06-23T21:48:56.498Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-23T21:48:56.498Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-23T21:48:56.498Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-23T21:48:56.498Z] Bash-20200602-f809a24 [2020-06-23T21:48:56.498Z] [2020-06-23T21:48:56.498Z] [2020-06-23T21:48:56.498Z] ==> Jenkins CI detected. [2020-06-23T21:48:56.498Z] project root: . [2020-06-23T21:48:56.498Z] Fixing merge commit SHA [2020-06-23T21:48:56.498Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-23T21:48:56.498Z] ==> Running gcov in . (disable via -X gcov) [2020-06-23T21:48:56.498Z] ==> Python coveragepy not found [2020-06-23T21:48:56.498Z] ==> Searching for coverage reports in: [2020-06-23T21:48:56.498Z] + . [2020-06-23T21:48:56.498Z] -> Found 1 reports [2020-06-23T21:48:56.498Z] ==> Detecting git/mercurial file structure [2020-06-23T21:48:56.498Z] ==> Reading reports [2020-06-23T21:48:56.498Z] + ./coverage.out bytes=9369 [2020-06-23T21:48:56.498Z] ==> Appending adjustments [2020-06-23T21:48:56.498Z] https://docs.codecov.io/docs/fixing-reports [2020-06-23T21:48:56.498Z] + Found adjustments [2020-06-23T21:48:56.498Z] ==> Gzipping contents [2020-06-23T21:48:56.498Z] ==> Uploading reports [2020-06-23T21:48:56.498Z] url: https://codecov.io [2020-06-23T21:48:56.498Z] query: branch=PR-27&commit=b106d00ae92e946d2103bc6c1464522635373c7b&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-27%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=27&job= [2020-06-23T21:48:56.498Z] -> Pinging Codecov [2020-06-23T21:48:56.498Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-27&commit=b106d00ae92e946d2103bc6c1464522635373c7b&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-27%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=27&job= [2020-06-23T21:48:57.076Z] -> Uploading [2020-06-23T21:49:03.739Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/b106d00ae92e946d2103bc6c1464522635373c7b [Pipeline] } [2020-06-23T21:49:03.749Z] 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-23T21:49:04.605Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T21:49:05.218Z] ---> package-listing.sh [2020-06-23T21:49:05.218Z] ++ facter osfamily [2020-06-23T21:49:05.218Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-23T21:49:05.218Z] + OS_FAMILY=redhat [2020-06-23T21:49:05.218Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-23T21:49:05.218Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-23T21:49:05.218Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-23T21:49:05.218Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-23T21:49:05.218Z] + PACKAGES=/tmp/packages_start.txt [2020-06-23T21:49:05.218Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' [2020-06-23T21:49:05.218Z] + PACKAGES=/tmp/packages_end.txt [2020-06-23T21:49:05.218Z] + case "${OS_FAMILY}" in [2020-06-23T21:49:05.218Z] + rpm -qa [2020-06-23T21:49:05.218Z] + sort [2020-06-23T21:49:09.508Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-23T21:49:09.508Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-23T21:49:09.508Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-23T21:49:09.508Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' [2020-06-23T21:49:09.508Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ [2020-06-23T21:49:09.508Z] + 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-23T21:49:10.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T21:49:10.168Z] [2020-06-23T21:49:10.168Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-23T21:49:10.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T21:49:10.518Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-23T21:49:10.518Z] c9b1b535fdd9: Pulling fs layer [2020-06-23T21:49:10.518Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-23T21:49:10.518Z] 756a868c4378: Pulling fs layer [2020-06-23T21:49:10.518Z] 444b2fc9a129: Pulling fs layer [2020-06-23T21:49:10.518Z] ea15f1150254: Pulling fs layer [2020-06-23T21:49:10.518Z] 41b27a9f41bf: Pulling fs layer [2020-06-23T21:49:10.518Z] 28c525ee5125: Pulling fs layer [2020-06-23T21:49:10.518Z] 094b1ea09ed8: Pulling fs layer [2020-06-23T21:49:10.518Z] 138eaada9080: Pulling fs layer [2020-06-23T21:49:10.518Z] 0622d0fa9048: Pulling fs layer [2020-06-23T21:49:10.518Z] ea15f1150254: Waiting [2020-06-23T21:49:10.518Z] 41b27a9f41bf: Waiting [2020-06-23T21:49:10.518Z] 28c525ee5125: Waiting [2020-06-23T21:49:10.518Z] 094b1ea09ed8: Waiting [2020-06-23T21:49:10.518Z] 138eaada9080: Waiting [2020-06-23T21:49:10.518Z] 0622d0fa9048: Waiting [2020-06-23T21:49:10.518Z] 444b2fc9a129: Waiting [2020-06-23T21:49:10.518Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-23T21:49:10.518Z] 2cc5ad85d9ab: Download complete [2020-06-23T21:49:10.518Z] 444b2fc9a129: Verifying Checksum [2020-06-23T21:49:10.518Z] 444b2fc9a129: Download complete [2020-06-23T21:49:10.792Z] c9b1b535fdd9: Verifying Checksum [2020-06-23T21:49:10.792Z] c9b1b535fdd9: Download complete [2020-06-23T21:49:10.792Z] ea15f1150254: Verifying Checksum [2020-06-23T21:49:10.792Z] ea15f1150254: Download complete [2020-06-23T21:49:10.792Z] 28c525ee5125: Verifying Checksum [2020-06-23T21:49:10.792Z] 28c525ee5125: Download complete [2020-06-23T21:49:11.064Z] c9b1b535fdd9: Pull complete [2020-06-23T21:49:11.064Z] 756a868c4378: Download complete [2020-06-23T21:49:11.064Z] 2cc5ad85d9ab: Pull complete [2020-06-23T21:49:11.341Z] 138eaada9080: Verifying Checksum [2020-06-23T21:49:11.341Z] 138eaada9080: Download complete [2020-06-23T21:49:11.341Z] 094b1ea09ed8: Verifying Checksum [2020-06-23T21:49:11.341Z] 094b1ea09ed8: Download complete [2020-06-23T21:49:11.341Z] 0622d0fa9048: Verifying Checksum [2020-06-23T21:49:11.341Z] 0622d0fa9048: Download complete [2020-06-23T21:49:11.924Z] 41b27a9f41bf: Verifying Checksum [2020-06-23T21:49:11.924Z] 41b27a9f41bf: Download complete [2020-06-23T21:49:12.500Z] 756a868c4378: Pull complete [2020-06-23T21:49:12.761Z] 444b2fc9a129: Pull complete [2020-06-23T21:49:13.024Z] ea15f1150254: Pull complete [2020-06-23T21:49:17.247Z] 41b27a9f41bf: Pull complete [2020-06-23T21:49:17.247Z] 28c525ee5125: Pull complete [2020-06-23T21:49:19.862Z] 094b1ea09ed8: Pull complete [2020-06-23T21:49:19.862Z] 138eaada9080: Pull complete [2020-06-23T21:49:20.148Z] 0622d0fa9048: Pull complete [2020-06-23T21:49:20.148Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-23T21:49:20.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T21:49:20.148Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-23T21:49:20.352Z] prd-centos7-docker-4c-2g-4204 does not seem to be running inside a container [2020-06-23T21:49:20.533Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-23T21:49:23.975Z] $ docker top 37b36dbcae9505fe8552374a38f1b3781cf9c07cc66aa56ecc13f4a7217d8027 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-23T21:49:24.167Z] provisioning config files... [2020-06-23T21:49:24.188Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config2711262881193080332tmp [Pipeline] { [Pipeline] echo [2020-06-23T21:49:24.235Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T21:49:24.585Z] ---> create-netrc.sh [Pipeline] echo [2020-06-23T21:49:24.617Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T21:49:24.966Z] ---> logs-deploy.sh [2020-06-23T21:49:24.966Z] + ARCHIVE_ARTIFACTS= [2020-06-23T21:49:24.966Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-23T21:49:24.966Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-23T21:49:24.966Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-23T21:49:24.966Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/9 [2020-06-23T21:49:24.966Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/9/ [2020-06-23T21:49:24.966Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/9 /w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-23T21:49:26.409Z] Archives upload complete. [2020-06-23T21:49:26.409Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/9/ [2020-06-23T21:49:26.992Z] ---> uname -a: [2020-06-23T21:49:26.992Z] Linux 37b36dbcae95 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-23T21:49:26.992Z] [2020-06-23T21:49:26.992Z] [2020-06-23T21:49:26.992Z] ---> lscpu: [2020-06-23T21:49:26.992Z] Architecture: x86_64 [2020-06-23T21:49:26.992Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-23T21:49:26.992Z] Byte Order: Little Endian [2020-06-23T21:49:26.992Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-23T21:49:26.992Z] CPU(s): 4 [2020-06-23T21:49:26.992Z] On-line CPU(s) list: 0-3 [2020-06-23T21:49:26.992Z] Thread(s) per core: 1 [2020-06-23T21:49:26.992Z] Core(s) per socket: 1 [2020-06-23T21:49:26.992Z] Socket(s): 4 [2020-06-23T21:49:26.992Z] NUMA node(s): 1 [2020-06-23T21:49:26.992Z] Vendor ID: GenuineIntel [2020-06-23T21:49:26.992Z] CPU family: 6 [2020-06-23T21:49:26.992Z] Model: 44 [2020-06-23T21:49:26.992Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-23T21:49:26.992Z] Stepping: 1 [2020-06-23T21:49:26.992Z] CPU MHz: 2933.438 [2020-06-23T21:49:26.992Z] BogoMIPS: 5866.87 [2020-06-23T21:49:26.992Z] Virtualization: VT-x [2020-06-23T21:49:26.992Z] Hypervisor vendor: KVM [2020-06-23T21:49:26.992Z] Virtualization type: full [2020-06-23T21:49:26.992Z] L1d cache: 128 KiB [2020-06-23T21:49:26.992Z] L1i cache: 128 KiB [2020-06-23T21:49:26.992Z] L2 cache: 16 MiB [2020-06-23T21:49:26.992Z] L3 cache: 64 MiB [2020-06-23T21:49:26.992Z] NUMA node0 CPU(s): 0-3 [2020-06-23T21:49:26.992Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-23T21:49:26.992Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-23T21:49:26.992Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-23T21:49:26.992Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-23T21:49:26.992Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-23T21:49:26.992Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-23T21:49:26.992Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-23T21:49:26.992Z] Vulnerability Tsx async abort: Not affected [2020-06-23T21:49:26.992Z] 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-23T21:49:26.992Z] [2020-06-23T21:49:26.992Z] [2020-06-23T21:49:26.992Z] ---> nproc: [2020-06-23T21:49:26.992Z] 4 [2020-06-23T21:49:26.992Z] [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] ---> df -h: [2020-06-23T21:49:26.993Z] Filesystem Size Used Available Use% Mounted on [2020-06-23T21:49:26.993Z] overlay 50.0G 7.2G 42.7G 14% / [2020-06-23T21:49:26.993Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-23T21:49:26.993Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-23T21:49:26.993Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-23T21:49:26.993Z] /dev/vda1 50.0G 7.2G 42.7G 14% /etc/resolv.conf [2020-06-23T21:49:26.993Z] /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hostname [2020-06-23T21:49:26.993Z] /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hosts [2020-06-23T21:49:26.993Z] /dev/vda1 50.0G 7.2G 42.7G 14% /var/log/sa [2020-06-23T21:49:26.993Z] /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-23T21:49:26.993Z] /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] ---> free -m: [2020-06-23T21:49:26.993Z] total used free shared buff/cache available [2020-06-23T21:49:26.993Z] Mem: 1837 669 117 0 1051 1063 [2020-06-23T21:49:26.993Z] Swap: 1023 0 1023 [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] ---> ip addr: [2020-06-23T21:49:26.993Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-23T21:49:26.993Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-23T21:49:26.993Z] inet 127.0.0.1/8 scope host lo [2020-06-23T21:49:26.993Z] valid_lft forever preferred_lft forever [2020-06-23T21:49:26.993Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-06-23T21:49:26.993Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-23T21:49:26.993Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-23T21:49:26.993Z] valid_lft forever preferred_lft forever [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] ---> sar -b -r -n DEV: [2020-06-23T21:49:26.993Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] 21:43:05 LINUX RESTART [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] 21:44:01 tps rtps wtps bread/s bwrtn/s [2020-06-23T21:49:26.993Z] 21:45:02 7.43 1.88 5.55 79.40 640.60 [2020-06-23T21:49:26.993Z] 21:46:01 0.37 0.00 0.37 0.00 6.93 [2020-06-23T21:49:26.993Z] 21:47:01 0.30 0.00 0.30 0.00 4.06 [2020-06-23T21:49:26.993Z] 21:48:01 0.25 0.00 0.25 0.00 2.56 [2020-06-23T21:49:26.993Z] 21:49:01 0.43 0.28 0.15 17.19 1.95 [2020-06-23T21:49:26.993Z] Average: 1.76 0.43 1.33 19.38 131.65 [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] 21:44:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-23T21:49:26.993Z] 21:45:02 147572 1733984 92.16 2620 1147580 1123740 38.35 450556 1123080 24 [2020-06-23T21:49:26.993Z] 21:46:01 152640 1728916 91.89 2620 1147584 1081964 36.93 449252 1120132 16 [2020-06-23T21:49:26.993Z] 21:47:01 153284 1728272 91.85 2620 1147592 1081916 36.92 449040 1120132 8 [2020-06-23T21:49:26.993Z] 21:48:01 152252 1729304 91.91 2620 1147592 1081796 36.92 452468 1117812 8 [2020-06-23T21:49:26.993Z] 21:49:01 138828 1742728 92.62 2620 1148144 1095116 37.37 464284 1113376 48 [2020-06-23T21:49:26.993Z] Average: 148915 1732641 92.09 2620 1147698 1092906 37.30 453120 1118906 21 [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] 21:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-23T21:49:26.993Z] 21:45:02 eth0 59.38 37.04 18.01 155.24 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:45:02 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:46:01 eth0 1.36 0.29 0.37 0.20 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:47:01 eth0 0.53 0.35 0.27 0.20 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:48:01 eth0 0.65 0.07 0.06 0.01 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:49:01 eth0 6.58 3.58 5.77 2.16 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] Average: eth0 13.74 8.29 4.91 31.67 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] ---> sar -P ALL: [2020-06-23T21:49:26.993Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] 21:43:05 LINUX RESTART [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] 21:44:01 CPU %user %nice %system %iowait %steal %idle [2020-06-23T21:49:26.993Z] 21:45:02 all 1.00 0.00 0.26 0.03 0.00 98.71 [2020-06-23T21:49:26.993Z] 21:45:02 0 0.82 0.00 0.25 0.02 0.00 98.92 [2020-06-23T21:49:26.993Z] 21:45:02 1 0.77 0.00 0.35 0.02 0.00 98.86 [2020-06-23T21:49:26.993Z] 21:45:02 2 0.90 0.00 0.28 0.02 0.02 98.78 [2020-06-23T21:49:26.993Z] 21:45:02 3 1.50 0.00 0.15 0.05 0.00 98.30 [2020-06-23T21:49:26.993Z] 21:46:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-06-23T21:49:26.993Z] 21:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-23T21:49:26.993Z] 21:46:01 1 0.49 0.00 0.03 0.00 0.00 99.47 [2020-06-23T21:49:26.993Z] 21:46:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-23T21:49:26.993Z] 21:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-23T21:49:26.993Z] 21:47:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2020-06-23T21:49:26.993Z] 21:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-23T21:49:26.993Z] 21:47:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-06-23T21:49:26.993Z] 21:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-23T21:49:26.993Z] 21:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-06-23T21:49:26.993Z] 21:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-06-23T21:49:26.993Z] 21:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-23T21:49:26.993Z] 21:48:01 1 0.52 0.00 0.00 0.00 0.00 99.48 [2020-06-23T21:49:26.993Z] 21:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-23T21:49:26.993Z] 21:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-23T21:49:26.993Z] 21:49:01 all 0.35 0.00 0.20 0.01 0.00 99.43 [2020-06-23T21:49:26.993Z] 21:49:01 0 0.35 0.00 0.27 0.00 0.00 99.38 [2020-06-23T21:49:26.993Z] 21:49:01 1 0.68 0.00 0.13 0.00 0.00 99.18 [2020-06-23T21:49:26.993Z] 21:49:01 2 0.25 0.00 0.22 0.02 0.00 99.52 [2020-06-23T21:49:26.993Z] 21:49:01 3 0.13 0.00 0.22 0.00 0.00 99.65 [2020-06-23T21:49:26.993Z] Average: all 0.36 0.00 0.11 0.01 0.00 99.52 [2020-06-23T21:49:26.993Z] Average: 0 0.25 0.00 0.12 0.00 0.00 99.63 [2020-06-23T21:49:26.993Z] Average: 1 0.60 0.00 0.11 0.00 0.00 99.29 [2020-06-23T21:49:26.993Z] Average: 2 0.25 0.00 0.12 0.01 0.00 99.62 [2020-06-23T21:49:26.993Z] Average: 3 0.34 0.00 0.09 0.01 0.00 99.56 [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z] [2020-06-23T21:49:26.993Z]