Pull request #553 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 43f76da7d4a1dba45abf65466c274475ddab04f4 rather than 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f Obtained Jenkinsfile from 43f76da7d4a1dba45abf65466c274475ddab04f4 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false 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-138 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git Fetching without tags > git init /w/workspace/dgexfoundry_device-sdk-go_PR-553 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # 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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f Merge succeeded, producing af9bb1ad946648a0389733700bac713e53ae23ca Checking out Revision af9bb1ad946648a0389733700bac713e53ae23ca (PR-553) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f # 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 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af9bb1ad946648a0389733700bac713e53ae23ca # timeout=10 Commit message: "Merge commit '43f76da7d4a1dba45abf65466c274475ddab04f4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-18T13:22:47.303Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-18T13:22:47.537Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-18T13:22:47.630Z] ========================================================= [2020-07-18T13:22:47.630Z] EdgeX Global Pipelines Version Info [2020-07-18T13:22:47.630Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e526c7dfd1f7d6429ba6c457dd4eb56057764233 # timeout=10 [2020-07-18T13:22:49.476Z] ------------------- [2020-07-18T13:22:49.476Z] stable info: [2020-07-18T13:22:49.476Z] ------------------- [2020-07-18T13:22:49.476Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-18T13:22:49.476Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-18T13:22:49.476Z] Message: update stable to v1.0.99 [2020-07-18T13:22:50.046Z] ------------------- [2020-07-18T13:22:50.046Z] experimental info: [2020-07-18T13:22:50.046Z] ------------------- [2020-07-18T13:22:50.046Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-18T13:22:50.046Z] Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 [2020-07-18T13:22:50.046Z] Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-18T13:22:52.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-18T13:22:52.776Z] [2020-07-18T13:22:52.776Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-18T13:22:53.113Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-18T13:22:53.113Z] latest: Pulling from edgex-devops/git-semver [2020-07-18T13:22:53.113Z] 31603596830f: Pulling fs layer [2020-07-18T13:22:53.113Z] 2a8b12db71e7: Pulling fs layer [2020-07-18T13:22:53.113Z] 6ca5941a6612: Pulling fs layer [2020-07-18T13:22:53.113Z] ecc8261a40a4: Pulling fs layer [2020-07-18T13:22:53.113Z] ecc8261a40a4: Waiting [2020-07-18T13:22:53.113Z] 2a8b12db71e7: Verifying Checksum [2020-07-18T13:22:53.113Z] 2a8b12db71e7: Download complete [2020-07-18T13:22:53.113Z] 31603596830f: Download complete [2020-07-18T13:22:53.376Z] ecc8261a40a4: Verifying Checksum [2020-07-18T13:22:53.376Z] ecc8261a40a4: Download complete [2020-07-18T13:22:53.376Z] 6ca5941a6612: Verifying Checksum [2020-07-18T13:22:53.376Z] 6ca5941a6612: Download complete [2020-07-18T13:22:53.376Z] 31603596830f: Pull complete [2020-07-18T13:22:53.637Z] 2a8b12db71e7: Pull complete [2020-07-18T13:22:54.208Z] 6ca5941a6612: Pull complete [2020-07-18T13:22:54.472Z] ecc8261a40a4: Pull complete [2020-07-18T13:22:54.472Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-18T13:22:54.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-18T13:22:54.472Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-18T13:22:54.571Z] prd-centos7-docker-4c-2g-138 does not seem to be running inside a container [2020-07-18T13:22:54.605Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-18T13:22:56.381Z] $ docker top 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-18T13:22:56.621Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-18T13:22:56.621Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-18T13:22:56.806Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-18T13:22:56.806Z] $ docker exec 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 ssh-agent [2020-07-18T13:22:56.956Z] SSH_AUTH_SOCK=/tmp/ssh-a0txxSn2a1U6/agent.11 [2020-07-18T13:22:56.956Z] SSH_AGENT_PID=17 [2020-07-18T13:22:56.965Z] Running ssh-add (command line suppressed) [2020-07-18T13:22:57.073Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_2434292764706171248.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_2434292764706171248.key) [2020-07-18T13:22:57.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-18T13:22:57.439Z] + git describe --exact-match --tags HEAD [2020-07-18T13:22:57.439Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-18T13:22:57.496Z] $ docker exec --env ******** --env ******** 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 ssh-agent -k [2020-07-18T13:22:57.613Z] unset SSH_AUTH_SOCK; [2020-07-18T13:22:57.613Z] unset SSH_AGENT_PID; [2020-07-18T13:22:57.613Z] echo Agent pid 17 killed; [2020-07-18T13:22:57.656Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-18T13:22:57.735Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-18T13:22:57.735Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-18T13:22:57.814Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-18T13:22:57.814Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-18T13:22:57.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-18T13:22:57.969Z] $ docker exec 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 ssh-agent [2020-07-18T13:22:58.117Z] SSH_AUTH_SOCK=/tmp/ssh-l185NGjqeLrw/agent.46 [2020-07-18T13:22:58.117Z] SSH_AGENT_PID=52 [2020-07-18T13:22:58.122Z] Running ssh-add (command line suppressed) [2020-07-18T13:22:58.228Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_7980589697522341961.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_7980589697522341961.key) [2020-07-18T13:22:58.276Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-18T13:22:58.594Z] + git semver init [2020-07-18T13:22:58.594Z] # -> Open(): unable to determine branch for HEAD [2020-07-18T13:22:58.594Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.git [2020-07-18T13:22:58.594Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-07-18T13:22:58.594Z] # $SEMVER_REMOTE_NAME = origin [2020-07-18T13:22:58.594Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-18T13:22:58.594Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-18T13:22:58.594Z] # $SEMVER_BRANCH = PR-553 [2020-07-18T13:22:58.594Z] # $SEMVER_TEMP = /tmp/semver-835818896 [2020-07-18T13:22:58.594Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-07-18T13:22:59.165Z] # '/tmp/semver-835818896' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver' [2020-07-18T13:22:59.165Z] # -> Force: false [2020-07-18T13:22:59.165Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver [Pipeline] } [2020-07-18T13:22:59.172Z] $ docker exec --env ******** --env ******** 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 ssh-agent -k [2020-07-18T13:22:59.279Z] unset SSH_AUTH_SOCK; [2020-07-18T13:22:59.279Z] unset SSH_AGENT_PID; [2020-07-18T13:22:59.280Z] echo Agent pid 52 killed; [2020-07-18T13:22:59.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-18T13:22:59.755Z] + git semver [Pipeline] } [2020-07-18T13:22:59.767Z] $ docker stop --time=1 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 [2020-07-18T13:23:01.409Z] $ docker rm -f 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-18T13:23:02.346Z] Stashed 74 file(s) [Pipeline] echo [2020-07-18T13:23:02.348Z] [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-07-18T13:23:17.606Z] Still waiting to schedule task [2020-07-18T13:23:17.606Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-138’ [2020-07-18T13:23:17.608Z] Still waiting to schedule task [2020-07-18T13:23:17.608Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-89’ is offline [2020-07-18T13:24:56.977Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-139 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws [2020-07-18T13:24:57.020Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-07-18T13:25:02.172Z] using credential edgex-jenkins-ssh [2020-07-18T13:25:02.255Z] Cloning the remote Git repository [2020-07-18T13:25:02.255Z] Cloning with configured refspecs honoured and without tags [2020-07-18T13:25:02.312Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-18T13:25:02.420Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-07-18T13:25:02.484Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-18T13:25:02.485Z] > git --version # timeout=10 [2020-07-18T13:25:02.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-18T13:25:02.581Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-18T13:25:04.571Z] Fetching without tags [2020-07-18T13:25:04.488Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-18T13:25:04.503Z] > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 [2020-07-18T13:25:04.522Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-18T13:25:04.544Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-18T13:25:04.581Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-18T13:25:04.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-18T13:25:04.595Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-18T13:25:05.091Z] Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f [2020-07-18T13:25:05.500Z] Merge succeeded, producing 12f5196971a5cb0a8e4ac97c6189f5e95cb91ab4 [2020-07-18T13:25:05.500Z] Checking out Revision 12f5196971a5cb0a8e4ac97c6189f5e95cb91ab4 (PR-553) [2020-07-18T13:25:05.109Z] > git config core.sparsecheckout # timeout=10 [2020-07-18T13:25:05.130Z] > git checkout -f 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f # timeout=10 [2020-07-18T13:25:05.241Z] > git remote # timeout=10 [2020-07-18T13:25:05.265Z] > git config --get remote.origin.url # timeout=10 [2020-07-18T13:25:05.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-18T13:25:05.287Z] > git merge 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 [2020-07-18T13:25:05.454Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-18T13:25:05.503Z] > git config core.sparsecheckout # timeout=10 [2020-07-18T13:25:05.547Z] > git checkout -f 12f5196971a5cb0a8e4ac97c6189f5e95cb91ab4 # timeout=10 [2020-07-18T13:25:09.831Z] Commit message: "Merge commit '43f76da7d4a1dba45abf65466c274475ddab04f4' into HEAD" [2020-07-18T13:25:09.864Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-07-18T13:25:09.834Z] > git rev-list --no-walk e526c7dfd1f7d6429ba6c457dd4eb56057764233 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-18T13:25:11.339Z] ========================================================= [2020-07-18T13:25:11.339Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-18T13:25:11.339Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-18T13:25:12.413Z] + 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-07-18T13:25:13.392Z] Sending build context to Docker daemon 3.124MB [2020-07-18T13:25:13.392Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-18T13:25:13.392Z] Step 2/8 : FROM ${BASE} [2020-07-18T13:25:13.671Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-18T13:25:13.671Z] b538f80385f9: Pulling fs layer [2020-07-18T13:25:13.671Z] 74f711af9a0d: Pulling fs layer [2020-07-18T13:25:13.671Z] 99f96fe45779: Pulling fs layer [2020-07-18T13:25:13.671Z] fd7a069fd194: Pulling fs layer [2020-07-18T13:25:13.671Z] 66aa3694b03b: Pulling fs layer [2020-07-18T13:25:13.671Z] 170f70906a0f: Pulling fs layer [2020-07-18T13:25:13.671Z] ad7c5574e4b9: Pulling fs layer [2020-07-18T13:25:13.671Z] e772456be8f7: Pulling fs layer [2020-07-18T13:25:13.671Z] c890913d741a: Pulling fs layer [2020-07-18T13:25:13.671Z] fd7a069fd194: Waiting [2020-07-18T13:25:13.671Z] 2480fcc9aa5a: Pulling fs layer [2020-07-18T13:25:13.671Z] 09adf4765672: Pulling fs layer [2020-07-18T13:25:13.671Z] ad7c5574e4b9: Waiting [2020-07-18T13:25:13.671Z] 66aa3694b03b: Waiting [2020-07-18T13:25:13.671Z] 170f70906a0f: Waiting [2020-07-18T13:25:13.671Z] 2480fcc9aa5a: Waiting [2020-07-18T13:25:13.671Z] c890913d741a: Waiting [2020-07-18T13:25:13.671Z] 09adf4765672: Waiting [2020-07-18T13:25:13.671Z] 99f96fe45779: Verifying Checksum [2020-07-18T13:25:13.671Z] 99f96fe45779: Download complete [2020-07-18T13:25:13.671Z] 74f711af9a0d: Verifying Checksum [2020-07-18T13:25:13.671Z] 74f711af9a0d: Download complete [2020-07-18T13:25:13.671Z] 66aa3694b03b: Verifying Checksum [2020-07-18T13:25:13.671Z] 66aa3694b03b: Download complete [2020-07-18T13:25:13.671Z] 170f70906a0f: Verifying Checksum [2020-07-18T13:25:13.671Z] 170f70906a0f: Download complete [2020-07-18T13:25:13.671Z] b538f80385f9: Verifying Checksum [2020-07-18T13:25:13.671Z] b538f80385f9: Download complete [2020-07-18T13:25:14.680Z] b538f80385f9: Pull complete [2020-07-18T13:25:15.287Z] 74f711af9a0d: Pull complete [2020-07-18T13:25:15.896Z] 99f96fe45779: Pull complete [2020-07-18T13:25:16.886Z] ad7c5574e4b9: Verifying Checksum [2020-07-18T13:25:16.886Z] ad7c5574e4b9: Download complete [2020-07-18T13:25:16.886Z] c890913d741a: Download complete [2020-07-18T13:25:18.325Z] e772456be8f7: Verifying Checksum [2020-07-18T13:25:18.325Z] e772456be8f7: Download complete [2020-07-18T13:25:18.598Z] 2480fcc9aa5a: Verifying Checksum [2020-07-18T13:25:18.598Z] 2480fcc9aa5a: Download complete [2020-07-18T13:25:18.871Z] fd7a069fd194: Verifying Checksum [2020-07-18T13:25:18.871Z] fd7a069fd194: Download complete [2020-07-18T13:25:29.025Z] Running on prd-centos7-docker-4c-2g-140 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws [2020-07-18T13:25:29.063Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-07-18T13:25:31.269Z] fd7a069fd194: Pull complete [2020-07-18T13:25:31.269Z] 66aa3694b03b: Pull complete [2020-07-18T13:25:31.269Z] 170f70906a0f: Pull complete [2020-07-18T13:25:31.792Z] using credential edgex-jenkins-ssh [2020-07-18T13:25:31.834Z] Cloning the remote Git repository [2020-07-18T13:25:31.835Z] Cloning with configured refspecs honoured and without tags [2020-07-18T13:25:31.858Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-18T13:25:31.937Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-07-18T13:25:31.982Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-18T13:25:31.982Z] > git --version # timeout=10 [2020-07-18T13:25:31.993Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-18T13:25:32.038Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-18T13:25:32.695Z] Fetching without tags [2020-07-18T13:25:33.092Z] Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f [2020-07-18T13:25:33.207Z] Merge succeeded, producing d1ad1c0a2248b14c1a2924f0f627738be565100a [2020-07-18T13:25:33.207Z] Checking out Revision d1ad1c0a2248b14c1a2924f0f627738be565100a (PR-553) [2020-07-18T13:25:32.652Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-18T13:25:32.657Z] > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 [2020-07-18T13:25:32.664Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-18T13:25:32.682Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-18T13:25:32.692Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-18T13:25:32.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-18T13:25:32.700Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-18T13:25:33.092Z] > git config core.sparsecheckout # timeout=10 [2020-07-18T13:25:33.101Z] > git checkout -f 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f # timeout=10 [2020-07-18T13:25:33.147Z] > git remote # timeout=10 [2020-07-18T13:25:33.156Z] > git config --get remote.origin.url # timeout=10 [2020-07-18T13:25:33.161Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-18T13:25:33.165Z] > git merge 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 [2020-07-18T13:25:33.192Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-18T13:25:33.203Z] > git config core.sparsecheckout # timeout=10 [2020-07-18T13:25:33.208Z] > git checkout -f d1ad1c0a2248b14c1a2924f0f627738be565100a # timeout=10 [2020-07-18T13:25:33.894Z] ad7c5574e4b9: Pull complete [2020-07-18T13:25:36.813Z] Commit message: "Merge commit '43f76da7d4a1dba45abf65466c274475ddab04f4' into HEAD" [2020-07-18T13:25:36.823Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-18T13:25:36.809Z] > git rev-list --no-walk e526c7dfd1f7d6429ba6c457dd4eb56057764233 # timeout=10 [Pipeline] echo [2020-07-18T13:25:37.648Z] ========================================================= [2020-07-18T13:25:37.648Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-18T13:25:37.648Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-18T13:25:38.269Z] + 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-07-18T13:25:38.848Z] Sending build context to Docker daemon 3.124MB [2020-07-18T13:25:38.848Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-18T13:25:38.848Z] Step 2/8 : FROM ${BASE} [2020-07-18T13:25:38.848Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-18T13:25:38.848Z] df20fa9351a1: Pulling fs layer [2020-07-18T13:25:38.848Z] ed8968b2872e: Pulling fs layer [2020-07-18T13:25:38.848Z] a92cc7c5fd73: Pulling fs layer [2020-07-18T13:25:38.848Z] 2dd03ba5bac4: Pulling fs layer [2020-07-18T13:25:38.848Z] 1e091d79d1de: Pulling fs layer [2020-07-18T13:25:38.848Z] 481702a1767f: Pulling fs layer [2020-07-18T13:25:38.848Z] f64a6f60c768: Pulling fs layer [2020-07-18T13:25:38.848Z] e78d2573fc39: Pulling fs layer [2020-07-18T13:25:38.848Z] e876d2f968b6: Pulling fs layer [2020-07-18T13:25:38.848Z] ce8a83651883: Pulling fs layer [2020-07-18T13:25:38.848Z] 07967f4d0e4b: Pulling fs layer [2020-07-18T13:25:38.848Z] 2dd03ba5bac4: Waiting [2020-07-18T13:25:38.848Z] 1e091d79d1de: Waiting [2020-07-18T13:25:38.848Z] 481702a1767f: Waiting [2020-07-18T13:25:38.848Z] f64a6f60c768: Waiting [2020-07-18T13:25:38.848Z] e78d2573fc39: Waiting [2020-07-18T13:25:38.848Z] e876d2f968b6: Waiting [2020-07-18T13:25:38.848Z] ce8a83651883: Waiting [2020-07-18T13:25:38.848Z] 07967f4d0e4b: Waiting [2020-07-18T13:25:38.848Z] a92cc7c5fd73: Verifying Checksum [2020-07-18T13:25:38.848Z] a92cc7c5fd73: Download complete [2020-07-18T13:25:38.848Z] ed8968b2872e: Verifying Checksum [2020-07-18T13:25:38.848Z] ed8968b2872e: Download complete [2020-07-18T13:25:38.848Z] 1e091d79d1de: Verifying Checksum [2020-07-18T13:25:38.848Z] 1e091d79d1de: Download complete [2020-07-18T13:25:38.848Z] 481702a1767f: Download complete [2020-07-18T13:25:38.848Z] df20fa9351a1: Verifying Checksum [2020-07-18T13:25:38.848Z] df20fa9351a1: Download complete [2020-07-18T13:25:39.292Z] e772456be8f7: Pull complete [2020-07-18T13:25:39.292Z] c890913d741a: Pull complete [2020-07-18T13:25:39.444Z] df20fa9351a1: Pull complete [2020-07-18T13:25:39.727Z] f64a6f60c768: Verifying Checksum [2020-07-18T13:25:39.727Z] f64a6f60c768: Download complete [2020-07-18T13:25:39.996Z] e876d2f968b6: Verifying Checksum [2020-07-18T13:25:39.996Z] e876d2f968b6: Download complete [2020-07-18T13:25:40.259Z] e78d2573fc39: Verifying Checksum [2020-07-18T13:25:40.259Z] e78d2573fc39: Download complete [2020-07-18T13:25:40.259Z] ce8a83651883: Verifying Checksum [2020-07-18T13:25:40.259Z] ce8a83651883: Download complete [2020-07-18T13:25:40.524Z] 07967f4d0e4b: Verifying Checksum [2020-07-18T13:25:40.524Z] 07967f4d0e4b: Download complete [2020-07-18T13:25:40.524Z] 2dd03ba5bac4: Verifying Checksum [2020-07-18T13:25:40.524Z] 2dd03ba5bac4: Download complete [2020-07-18T13:25:41.301Z] 2480fcc9aa5a: Pull complete [2020-07-18T13:25:41.467Z] ed8968b2872e: Pull complete [2020-07-18T13:25:41.575Z] 09adf4765672: Pull complete [2020-07-18T13:25:41.575Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-18T13:25:41.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-18T13:25:41.575Z] ---> 2248a725d1cf [2020-07-18T13:25:41.575Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-18T13:25:41.727Z] a92cc7c5fd73: Pull complete [2020-07-18T13:25:46.972Z] ---> Running in 8364d998c618 [2020-07-18T13:25:46.972Z] Removing intermediate container 8364d998c618 [2020-07-18T13:25:46.972Z] ---> dbf565fa62a7 [2020-07-18T13:25:46.972Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-18T13:25:46.972Z] ---> Running in 4234cd740ff9 [2020-07-18T13:25:47.034Z] 2dd03ba5bac4: Pull complete [2020-07-18T13:25:47.034Z] 1e091d79d1de: Pull complete [2020-07-18T13:25:47.295Z] 481702a1767f: Pull complete [2020-07-18T13:25:49.598Z] Removing intermediate container 4234cd740ff9 [2020-07-18T13:25:49.598Z] ---> cf7f6c03a287 [2020-07-18T13:25:49.598Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-18T13:25:49.598Z] ---> Running in cc57b92dd445 [2020-07-18T13:25:51.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-18T13:25:51.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-18T13:25:52.590Z] OK: 142 MiB in 39 packages [2020-07-18T13:25:53.568Z] Removing intermediate container cc57b92dd445 [2020-07-18T13:25:53.568Z] ---> ab8b8fa7f5cd [2020-07-18T13:25:53.568Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-18T13:25:53.844Z] ---> Running in 4e4ada447c45 [2020-07-18T13:25:53.889Z] f64a6f60c768: Pull complete [2020-07-18T13:25:54.437Z] Removing intermediate container 4e4ada447c45 [2020-07-18T13:25:54.438Z] ---> 8852436c0315 [2020-07-18T13:25:54.438Z] Step 7/8 : COPY . . [2020-07-18T13:25:55.808Z] e78d2573fc39: Pull complete [2020-07-18T13:25:55.867Z] ---> f3430dba7f9b [2020-07-18T13:25:55.867Z] Step 8/8 : RUN go mod download [2020-07-18T13:25:55.867Z] ---> Running in 55ff5a71d8ef [2020-07-18T13:25:56.072Z] e876d2f968b6: Pull complete [2020-07-18T13:25:57.019Z] ce8a83651883: Pull complete [2020-07-18T13:25:57.282Z] 07967f4d0e4b: Pull complete [2020-07-18T13:25:57.282Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-18T13:25:57.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-18T13:25:57.282Z] ---> 5d7c900382c6 [2020-07-18T13:25:57.282Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-18T13:25:58.224Z] ---> Running in 93f37384d8d8 [2020-07-18T13:25:58.224Z] Removing intermediate container 93f37384d8d8 [2020-07-18T13:25:58.224Z] ---> 50bd35bf55f2 [2020-07-18T13:25:58.224Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-18T13:25:58.224Z] ---> Running in 17b5679e2260 [2020-07-18T13:25:58.475Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-18T13:25:58.475Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-18T13:25:58.475Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-18T13:25:58.475Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-18T13:25:58.475Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-18T13:25:58.747Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-18T13:25:58.747Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-18T13:25:58.747Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-18T13:25:58.747Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-18T13:25:58.748Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-18T13:25:58.748Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-18T13:25:58.748Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-18T13:25:59.018Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-18T13:25:59.018Z] go: finding github.com/fatih/color v1.7.0 [2020-07-18T13:25:59.018Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-18T13:25:59.018Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-18T13:25:59.018Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-18T13:25:59.018Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-18T13:25:59.018Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-18T13:25:59.018Z] go: finding github.com/google/uuid v1.1.0 [2020-07-18T13:25:59.018Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-18T13:25:59.019Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-18T13:25:59.289Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-18T13:25:59.289Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-18T13:25:59.289Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-18T13:25:59.289Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-18T13:25:59.289Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-18T13:25:59.289Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-18T13:25:59.289Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-18T13:25:59.289Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-18T13:25:59.560Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-18T13:25:59.560Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-18T13:25:59.560Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-18T13:25:59.560Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-18T13:25:59.560Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-18T13:25:59.560Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-18T13:25:59.560Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-18T13:25:59.560Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-18T13:25:59.560Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-18T13:25:59.560Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-18T13:25:59.560Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-18T13:25:59.608Z] Removing intermediate container 17b5679e2260 [2020-07-18T13:25:59.608Z] ---> 2d2721282458 [2020-07-18T13:25:59.608Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-18T13:25:59.608Z] ---> Running in 95e1702e3641 [2020-07-18T13:25:59.833Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-18T13:25:59.833Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-18T13:25:59.833Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-18T13:25:59.833Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-18T13:25:59.833Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-18T13:25:59.833Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-18T13:25:59.833Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-18T13:25:59.833Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-18T13:25:59.833Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-18T13:26:00.109Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-18T13:26:00.109Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-18T13:26:00.109Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-18T13:26:00.109Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-18T13:26:00.109Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-18T13:26:00.109Z] go: finding github.com/posener/complete v1.1.1 [2020-07-18T13:26:00.109Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-18T13:26:00.109Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-18T13:26:00.109Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-18T13:26:00.109Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-18T13:26:00.109Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-18T13:26:00.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-18T13:26:00.379Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-18T13:26:00.379Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-18T13:26:00.379Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-18T13:26:00.379Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-18T13:26:00.379Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-18T13:26:00.379Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-18T13:26:00.379Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-18T13:26:00.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-18T13:26:01.327Z] OK: 166 MiB in 39 packages [2020-07-18T13:26:01.588Z] Removing intermediate container 95e1702e3641 [2020-07-18T13:26:01.588Z] ---> 113bc00fcc7a [2020-07-18T13:26:01.588Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-18T13:26:01.588Z] ---> Running in b40dce1a41b0 [2020-07-18T13:26:01.849Z] Removing intermediate container b40dce1a41b0 [2020-07-18T13:26:01.849Z] ---> 66f56feb397f [2020-07-18T13:26:01.849Z] Step 7/8 : COPY . . [2020-07-18T13:26:03.237Z] ---> b575c7acf4fd [2020-07-18T13:26:03.237Z] Step 8/8 : RUN go mod download [2020-07-18T13:26:03.237Z] ---> Running in 3298becd1c59 [2020-07-18T13:26:05.154Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-18T13:26:05.154Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-18T13:26:05.154Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-18T13:26:05.416Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-18T13:26:05.416Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-18T13:26:05.416Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-18T13:26:05.416Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-18T13:26:05.416Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-18T13:26:05.416Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-18T13:26:05.416Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-18T13:26:05.416Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-18T13:26:05.416Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-18T13:26:05.416Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-18T13:26:05.416Z] go: finding github.com/fatih/color v1.7.0 [2020-07-18T13:26:05.416Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-18T13:26:05.677Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-18T13:26:05.677Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-18T13:26:05.677Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-18T13:26:05.677Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-18T13:26:05.677Z] go: finding github.com/google/uuid v1.1.0 [2020-07-18T13:26:05.677Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-18T13:26:05.677Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-18T13:26:05.677Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-18T13:26:05.677Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-18T13:26:05.677Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-18T13:26:05.677Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-18T13:26:05.677Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-18T13:26:05.677Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-18T13:26:05.971Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-18T13:26:05.971Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-18T13:26:05.971Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-18T13:26:05.971Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-18T13:26:05.971Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-18T13:26:05.971Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-18T13:26:05.971Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-18T13:26:05.971Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-18T13:26:05.971Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-18T13:26:05.971Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-18T13:26:05.971Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-18T13:26:05.971Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-18T13:26:05.971Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-18T13:26:06.236Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-18T13:26:06.236Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-18T13:26:06.236Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-18T13:26:06.236Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-18T13:26:06.236Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-18T13:26:06.236Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-18T13:26:06.236Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-18T13:26:06.236Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-18T13:26:06.236Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-18T13:26:06.236Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-18T13:26:06.236Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-18T13:26:06.236Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-18T13:26:06.236Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-18T13:26:06.499Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-18T13:26:06.499Z] go: finding github.com/posener/complete v1.1.1 [2020-07-18T13:26:06.499Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-18T13:26:06.499Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-18T13:26:06.499Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-18T13:26:06.499Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-18T13:26:06.499Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-18T13:26:06.499Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-18T13:26:06.499Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-18T13:26:06.499Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-18T13:26:06.499Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-18T13:26:06.499Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-18T13:26:06.760Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-18T13:26:06.760Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-18T13:26:10.518Z] Removing intermediate container 55ff5a71d8ef [2020-07-18T13:26:10.518Z] ---> bc4d4ba4f91c [2020-07-18T13:26:10.518Z] Successfully built bc4d4ba4f91c [2020-07-18T13:26:10.518Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-18T13:26:11.294Z] + docker inspect -f . ci-base-image-arm64 [2020-07-18T13:26:11.294Z] . [Pipeline] withDockerContainer [2020-07-18T13:26:11.516Z] prd-ubuntu18.04-docker-arm64-4c-16g-139 does not seem to be running inside a container [2020-07-18T13:26:11.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-18T13:26:13.369Z] Removing intermediate container 3298becd1c59 [2020-07-18T13:26:13.369Z] ---> 5710f196897b [2020-07-18T13:26:13.369Z] Successfully built 5710f196897b [2020-07-18T13:26:13.369Z] Successfully tagged ci-base-image-x86_64:latest [2020-07-18T13:26:13.415Z] $ docker top eeaf81f5ea65fb12a637fed24f64743fe00923c4d8cc55b6a782988a672743cf -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-18T13:26:14.367Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-18T13:26:14.367Z] . [Pipeline] withDockerContainer [2020-07-18T13:26:14.460Z] prd-centos7-docker-4c-2g-140 does not seem to be running inside a container [2020-07-18T13:26:14.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-18T13:26:14.808Z] + go version [2020-07-18T13:26:14.808Z] go version go1.13.13 linux/arm64 [2020-07-18T13:26:15.647Z] $ docker top 2dc26728cdd94f4b4d38dd5dbf1bac0ca44eb78d8f0e87135a8264fd84fb902b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-07-18T13:26:16.236Z] + go version [2020-07-18T13:26:16.236Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-18T13:26:16.536Z] + make test [2020-07-18T13:26:16.536Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-18T13:26:16.887Z] + make test [2020-07-18T13:26:16.887Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-18T13:26:17.867Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-18T13:26:17.941Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-18T13:26:26.168Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-18T13:26:26.168Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-18T13:26:26.168Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-18T13:26:26.749Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.021s coverage: 22.1% of statements [2020-07-18T13:26:28.689Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.042s coverage: 95.8% of statements [2020-07-18T13:26:44.704Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-18T13:26:44.704Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-18T13:26:44.704Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-18T13:26:46.700Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.031s coverage: 22.1% of statements [2020-07-18T13:26:50.124Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.149s coverage: 95.8% of statements [2020-07-18T13:27:00.814Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.023s coverage: 11.4% of statements [2020-07-18T13:27:00.814Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.004s coverage: 21.7% of statements [2020-07-18T13:27:00.814Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-18T13:27:00.814Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.096s coverage: 36.9% of statements [2020-07-18T13:27:00.814Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-18T13:27:00.814Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.324s coverage: 65.2% of statements [2020-07-18T13:27:00.814Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-18T13:27:00.814Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-18T13:27:00.814Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-18T13:27:00.814Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.018s coverage: 52.6% of statements [2020-07-18T13:27:00.814Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.098s coverage: 68.9% of statements [2020-07-18T13:27:00.814Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-18T13:27:00.814Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-18T13:27:00.814Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-18T13:27:00.814Z] gofmt -l . [2020-07-18T13:27:00.814Z] [ "`gofmt -l .`" = "" ] [2020-07-18T13:27:00.814Z] ./bin/test-attribution-txt.sh [2020-07-18T13:27:01.387Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-18T13:27:02.052Z] Stashed 1 file(s) [Pipeline] } [2020-07-18T13:27:02.051Z] $ docker stop --time=1 2dc26728cdd94f4b4d38dd5dbf1bac0ca44eb78d8f0e87135a8264fd84fb902b [2020-07-18T13:27:03.639Z] $ docker rm -f 2dc26728cdd94f4b4d38dd5dbf1bac0ca44eb78d8f0e87135a8264fd84fb902b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-18T13:27:06.278Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-18T13:27:06.576Z] + ls -al . [2020-07-18T13:27:06.576Z] total 184 [2020-07-18T13:27:06.576Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jul 18 13:27 . [2020-07-18T13:27:06.576Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 18 13:25 .. [2020-07-18T13:27:06.576Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 18 13:25 api [2020-07-18T13:27:06.576Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 18 13:25 bin [2020-07-18T13:27:06.576Z] -rw-r--r--. 1 jenkins jenkins 110877 Jul 18 13:26 coverage.out [2020-07-18T13:27:06.576Z] -rw-rw-r--. 1 jenkins jenkins 936 Jul 18 13:25 Dockerfile.build [2020-07-18T13:27:06.576Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 18 13:25 .dockerignore [2020-07-18T13:27:06.576Z] drwxrwxr-x. 4 jenkins jenkins 48 Jul 18 13:25 example [2020-07-18T13:27:06.576Z] drwxrwxr-x. 8 jenkins jenkins 179 Jul 18 13:25 .git [2020-07-18T13:27:06.576Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 18 13:25 .github [2020-07-18T13:27:06.576Z] -rw-rw-r--. 1 jenkins jenkins 138 Jul 18 13:25 .gitignore [2020-07-18T13:27:06.576Z] -rw-r--r--. 1 jenkins jenkins 446 Jul 18 13:27 go.mod [2020-07-18T13:27:06.576Z] -rw-r--r--. 1 jenkins jenkins 12179 Jul 18 13:27 go.sum [2020-07-18T13:27:06.576Z] drwxrwxr-x. 13 jenkins jenkins 184 Jul 18 13:25 internal [2020-07-18T13:27:06.576Z] -rw-rw-r--. 1 jenkins jenkins 808 Jul 18 13:25 Jenkinsfile [2020-07-18T13:27:06.576Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jul 18 13:25 LICENSE [2020-07-18T13:27:06.576Z] -rw-rw-r--. 1 jenkins jenkins 892 Jul 18 13:25 Makefile [2020-07-18T13:27:06.576Z] drwxrwxr-x. 5 jenkins jenkins 50 Jul 18 13:25 pkg [2020-07-18T13:27:06.576Z] -rw-rw-r--. 1 jenkins jenkins 5101 Jul 18 13:25 README.md [2020-07-18T13:27:06.576Z] -rw-rw-r--. 1 jenkins jenkins 3997 Jul 18 13:25 RELEASE-NOTES.txt [2020-07-18T13:27:06.576Z] drwxrwxr-x. 3 jenkins jenkins 58 Jul 18 13:25 .semver [2020-07-18T13:27:06.576Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 18 13:25 snap [2020-07-18T13:27:06.576Z] -rw-rw-r--. 1 jenkins jenkins 5 Jul 18 13:23 VERSION [2020-07-18T13:27:06.576Z] -rw-rw-r--. 1 jenkins jenkins 222 Jul 18 13:25 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-18T13:27:06.881Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=af9bb1ad946648a0389733700bac713e53ae23ca --label arch=amd64 --label version=0.0.0 . [2020-07-18T13:27:07.142Z] Sending build context to Docker daemon 3.252MB [2020-07-18T13:27:07.142Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-18T13:27:07.142Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-18T13:27:07.142Z] ---> 5710f196897b [2020-07-18T13:27:07.142Z] Step 3/23 : ARG MAKE='make build' [2020-07-18T13:27:07.716Z] ---> Running in 21eed0123117 [2020-07-18T13:27:07.716Z] Removing intermediate container 21eed0123117 [2020-07-18T13:27:07.716Z] ---> 6ba59ea75cf4 [2020-07-18T13:27:07.716Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-18T13:27:07.716Z] ---> Running in a28896ac077a [2020-07-18T13:27:07.977Z] Removing intermediate container a28896ac077a [2020-07-18T13:27:07.977Z] ---> 2f29574b410a [2020-07-18T13:27:07.977Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-18T13:27:07.977Z] ---> Running in 426ae83a31a8 [2020-07-18T13:27:08.239Z] Removing intermediate container 426ae83a31a8 [2020-07-18T13:27:08.239Z] ---> 1d6ec2df6424 [2020-07-18T13:27:08.239Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-18T13:27:08.239Z] ---> Running in cd22a9e1a7aa [2020-07-18T13:27:09.192Z] Removing intermediate container cd22a9e1a7aa [2020-07-18T13:27:09.192Z] ---> 1520c1638c9f [2020-07-18T13:27:09.192Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-18T13:27:09.192Z] ---> Running in a8222a96650a [2020-07-18T13:27:09.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-18T13:27:10.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-18T13:27:10.604Z] OK: 166 MiB in 39 packages [2020-07-18T13:27:10.866Z] Removing intermediate container a8222a96650a [2020-07-18T13:27:10.866Z] ---> b69c477cd6fa [2020-07-18T13:27:10.866Z] Step 8/23 : COPY . . [2020-07-18T13:27:11.811Z] ---> 017e29e08b29 [2020-07-18T13:27:11.811Z] Step 9/23 : RUN ${MAKE} [2020-07-18T13:27:11.811Z] ---> Running in e0d4f2d59216 [2020-07-18T13:27:12.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-07-18T13:27:20.330Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-18T13:27:21.274Z] Removing intermediate container e0d4f2d59216 [2020-07-18T13:27:21.274Z] ---> 13a8bd7cd1e1 [2020-07-18T13:27:21.274Z] Step 10/23 : FROM scratch [2020-07-18T13:27:21.274Z] ---> [2020-07-18T13:27:21.274Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-18T13:27:21.274Z] ---> Running in ab2eda94c7d7 [2020-07-18T13:27:21.535Z] Removing intermediate container ab2eda94c7d7 [2020-07-18T13:27:21.535Z] ---> 60e0738f828a [2020-07-18T13:27:21.535Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-18T13:27:21.535Z] ---> Running in 8b09159339dc [2020-07-18T13:27:21.535Z] Removing intermediate container 8b09159339dc [2020-07-18T13:27:21.535Z] ---> 4ecaaf3fa869 [2020-07-18T13:27:21.535Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-18T13:27:21.535Z] ---> Running in 2b16d77ab7df [2020-07-18T13:27:21.796Z] Removing intermediate container 2b16d77ab7df [2020-07-18T13:27:21.796Z] ---> b64d4935dbb5 [2020-07-18T13:27:21.796Z] Step 14/23 : WORKDIR / [2020-07-18T13:27:21.796Z] ---> Running in e3e48be05346 [2020-07-18T13:27:22.056Z] Removing intermediate container e3e48be05346 [2020-07-18T13:27:22.056Z] ---> 1ebb99dbbc17 [2020-07-18T13:27:22.056Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-18T13:27:22.321Z] ---> 6c5d4bead9cd [2020-07-18T13:27:22.321Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-18T13:27:22.475Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.093s coverage: 11.4% of statements [2020-07-18T13:27:22.475Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.020s coverage: 21.7% of statements [2020-07-18T13:27:22.475Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-18T13:27:22.475Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.163s coverage: 36.9% of statements [2020-07-18T13:27:22.475Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-18T13:27:22.475Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.447s coverage: 65.2% of statements [2020-07-18T13:27:22.475Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-18T13:27:22.475Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-18T13:27:22.475Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-18T13:27:22.475Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.038s coverage: 52.6% of statements [2020-07-18T13:27:22.475Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.334s coverage: 68.9% of statements [2020-07-18T13:27:22.475Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-18T13:27:22.475Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-18T13:27:22.475Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-18T13:27:22.582Z] ---> f79306c30869 [2020-07-18T13:27:22.582Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-18T13:27:23.524Z] ---> 9baacb05a96e [2020-07-18T13:27:23.524Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-18T13:27:23.524Z] ---> d5815898eb7d [2020-07-18T13:27:23.524Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-18T13:27:23.786Z] ---> 8c967ba039ad [2020-07-18T13:27:23.786Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-18T13:27:23.786Z] ---> Running in 90f0a083139c [2020-07-18T13:27:24.048Z] Removing intermediate container 90f0a083139c [2020-07-18T13:27:24.048Z] ---> e5750fbc368b [2020-07-18T13:27:24.048Z] Step 21/23 : LABEL arch=amd64 [2020-07-18T13:27:24.048Z] ---> Running in 15be01f8f29c [2020-07-18T13:27:24.314Z] Removing intermediate container 15be01f8f29c [2020-07-18T13:27:24.314Z] ---> 4e46ab0c9fc0 [2020-07-18T13:27:24.314Z] Step 22/23 : LABEL git_sha=af9bb1ad946648a0389733700bac713e53ae23ca [2020-07-18T13:27:24.314Z] ---> Running in 6dd014373b63 [2020-07-18T13:27:24.575Z] Removing intermediate container 6dd014373b63 [2020-07-18T13:27:24.575Z] ---> 5c2f819cc44c [2020-07-18T13:27:24.575Z] Step 23/23 : LABEL version=0.0.0 [2020-07-18T13:27:24.575Z] ---> Running in 5ebde60e8701 [2020-07-18T13:27:24.575Z] Removing intermediate container 5ebde60e8701 [2020-07-18T13:27:24.575Z] ---> 36a972ab578b [2020-07-18T13:27:24.575Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-18T13:27:24.575Z] Successfully built 36a972ab578b [2020-07-18T13:27:24.836Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-07-18T13:27:25.100Z] gofmt -l . 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 [2020-07-18T13:27:25.374Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-07-18T13:27:25.647Z] ./bin/test-attribution-txt.sh [Pipeline] // stage [Pipeline] } [2020-07-18T13:27:26.244Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-18T13:27:26.894Z] Warning: overwriting stash ‘coverage-report’ [2020-07-18T13:27:27.746Z] Stashed 1 file(s) [Pipeline] } [2020-07-18T13:27:27.747Z] $ docker stop --time=1 eeaf81f5ea65fb12a637fed24f64743fe00923c4d8cc55b6a782988a672743cf [2020-07-18T13:27:29.782Z] $ docker rm -f eeaf81f5ea65fb12a637fed24f64743fe00923c4d8cc55b6a782988a672743cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-18T13:27:31.078Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-18T13:27:31.467Z] + ls -al . [2020-07-18T13:27:31.467Z] total 224 [2020-07-18T13:27:31.467Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 18 13:27 . [2020-07-18T13:27:31.467Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 13:25 .. [2020-07-18T13:27:31.467Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 18 13:25 .dockerignore [2020-07-18T13:27:31.467Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 13:25 .git [2020-07-18T13:27:31.467Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 13:25 .github [2020-07-18T13:27:31.467Z] -rw-rw-r-- 1 jenkins jenkins 138 Jul 18 13:25 .gitignore [2020-07-18T13:27:31.467Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 13:25 .semver [2020-07-18T13:27:31.467Z] -rw-rw-r-- 1 jenkins jenkins 936 Jul 18 13:25 Dockerfile.build [2020-07-18T13:27:31.467Z] -rw-rw-r-- 1 jenkins jenkins 808 Jul 18 13:25 Jenkinsfile [2020-07-18T13:27:31.467Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 18 13:25 LICENSE [2020-07-18T13:27:31.467Z] -rw-rw-r-- 1 jenkins jenkins 892 Jul 18 13:25 Makefile [2020-07-18T13:27:31.467Z] -rw-rw-r-- 1 jenkins jenkins 5101 Jul 18 13:25 README.md [2020-07-18T13:27:31.467Z] -rw-rw-r-- 1 jenkins jenkins 3997 Jul 18 13:25 RELEASE-NOTES.txt [2020-07-18T13:27:31.467Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 18 13:23 VERSION [2020-07-18T13:27:31.467Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 13:25 api [2020-07-18T13:27:31.467Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 13:25 bin [2020-07-18T13:27:31.467Z] -rw-r--r-- 1 jenkins jenkins 110877 Jul 18 13:27 coverage.out [2020-07-18T13:27:31.467Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 13:25 example [2020-07-18T13:27:31.467Z] -rw-r--r-- 1 jenkins jenkins 446 Jul 18 13:27 go.mod [2020-07-18T13:27:31.467Z] -rw-r--r-- 1 jenkins jenkins 12179 Jul 18 13:27 go.sum [2020-07-18T13:27:31.467Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 18 13:25 internal [2020-07-18T13:27:31.467Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 18 13:25 pkg [2020-07-18T13:27:31.467Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 13:25 snap [2020-07-18T13:27:31.467Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 18 13:25 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-18T13:27:31.823Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=af9bb1ad946648a0389733700bac713e53ae23ca --label arch=arm64 --label version=0.0.0 . [2020-07-18T13:27:32.433Z] Sending build context to Docker daemon 3.252MB [2020-07-18T13:27:32.433Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-18T13:27:32.433Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-18T13:27:32.433Z] ---> bc4d4ba4f91c [2020-07-18T13:27:32.433Z] Step 3/23 : ARG MAKE='make build' [2020-07-18T13:27:32.433Z] ---> Running in 19bc32012765 [2020-07-18T13:27:33.027Z] Removing intermediate container 19bc32012765 [2020-07-18T13:27:33.027Z] ---> 6f91b3dfd125 [2020-07-18T13:27:33.027Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-18T13:27:33.027Z] ---> Running in 85b38dff492b [2020-07-18T13:27:33.624Z] Removing intermediate container 85b38dff492b [2020-07-18T13:27:33.624Z] ---> 3ee30c2cafa5 [2020-07-18T13:27:33.624Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-18T13:27:33.624Z] ---> Running in 84b9b5b0026e [2020-07-18T13:27:34.215Z] Removing intermediate container 84b9b5b0026e [2020-07-18T13:27:34.215Z] ---> 8b116cba7a91 [2020-07-18T13:27:34.215Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-18T13:27:34.215Z] ---> Running in 6297a476a959 [2020-07-18T13:27:36.823Z] Removing intermediate container 6297a476a959 [2020-07-18T13:27:36.823Z] ---> 5a3036f08a24 [2020-07-18T13:27:36.823Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-18T13:27:36.823Z] ---> Running in f5360a32ebef [2020-07-18T13:27:38.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-18T13:27:39.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-18T13:27:39.504Z] OK: 142 MiB in 39 packages [2020-07-18T13:27:40.932Z] Removing intermediate container f5360a32ebef [2020-07-18T13:27:40.932Z] ---> 5c561cb5f8b3 [2020-07-18T13:27:40.932Z] Step 8/23 : COPY . . [2020-07-18T13:27:41.904Z] ---> 99850ae13fbe [2020-07-18T13:27:41.904Z] Step 9/23 : RUN ${MAKE} [2020-07-18T13:27:42.175Z] ---> Running in 749feb2f4a3a [2020-07-18T13:27:43.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-07-18T13:28:10.423Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-18T13:28:10.423Z] Removing intermediate container 749feb2f4a3a [2020-07-18T13:28:10.423Z] ---> 680123c6c7cc [2020-07-18T13:28:10.423Z] Step 10/23 : FROM scratch [2020-07-18T13:28:10.423Z] ---> [2020-07-18T13:28:10.423Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-18T13:28:10.423Z] ---> Running in 7b1dd2eb2e4f [2020-07-18T13:28:10.423Z] Removing intermediate container 7b1dd2eb2e4f [2020-07-18T13:28:10.423Z] ---> b7f83218c914 [2020-07-18T13:28:10.423Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-18T13:28:10.423Z] ---> Running in 9f20de6d88dc [2020-07-18T13:28:10.423Z] Removing intermediate container 9f20de6d88dc [2020-07-18T13:28:10.423Z] ---> d3ac2d22eb06 [2020-07-18T13:28:10.423Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-18T13:28:10.423Z] ---> Running in 23a4c15a14b2 [2020-07-18T13:28:10.423Z] Removing intermediate container 23a4c15a14b2 [2020-07-18T13:28:10.423Z] ---> 0a578fd07e15 [2020-07-18T13:28:10.423Z] Step 14/23 : WORKDIR / [2020-07-18T13:28:10.694Z] ---> Running in 4b980a1aded5 [2020-07-18T13:28:10.967Z] Removing intermediate container 4b980a1aded5 [2020-07-18T13:28:10.967Z] ---> 66c09e0aab9d [2020-07-18T13:28:10.967Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-18T13:28:12.396Z] ---> 2dfb8580854d [2020-07-18T13:28:12.396Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-18T13:28:12.988Z] ---> 4ffbd62a7453 [2020-07-18T13:28:12.988Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-18T13:28:13.580Z] ---> 5b5ac89a5e81 [2020-07-18T13:28:13.580Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-18T13:28:14.558Z] ---> f1aec731e178 [2020-07-18T13:28:14.558Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-18T13:28:15.153Z] ---> 4f623fea0d92 [2020-07-18T13:28:15.153Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-18T13:28:15.424Z] ---> Running in 262272cfa108 [2020-07-18T13:28:15.693Z] Removing intermediate container 262272cfa108 [2020-07-18T13:28:15.693Z] ---> 0081be8119eb [2020-07-18T13:28:15.693Z] Step 21/23 : LABEL arch=arm64 [2020-07-18T13:28:15.962Z] ---> Running in ec1e25209804 [2020-07-18T13:28:16.232Z] Removing intermediate container ec1e25209804 [2020-07-18T13:28:16.232Z] ---> df1554712240 [2020-07-18T13:28:16.232Z] Step 22/23 : LABEL git_sha=af9bb1ad946648a0389733700bac713e53ae23ca [2020-07-18T13:28:16.503Z] ---> Running in f2a4d53bd9ea [2020-07-18T13:28:16.773Z] Removing intermediate container f2a4d53bd9ea [2020-07-18T13:28:16.773Z] ---> b331f1b1a4d9 [2020-07-18T13:28:16.773Z] Step 23/23 : LABEL version=0.0.0 [2020-07-18T13:28:17.043Z] ---> Running in 9bd8b086a0df [2020-07-18T13:28:17.313Z] Removing intermediate container 9bd8b086a0df [2020-07-18T13:28:17.313Z] ---> 0ae9524527d7 [2020-07-18T13:28:17.313Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-18T13:28:17.313Z] Successfully built 0ae9524527d7 [2020-07-18T13:28:17.313Z] Successfully tagged docker-device-sdk-simple-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-07-18T13:28:18.552Z] provisioning config files... [2020-07-18T13:28:18.563Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config8317731360047944268tmp [Pipeline] { [Pipeline] sh [2020-07-18T13:28:18.913Z] + curl -s https://codecov.io/bash [2020-07-18T13:28:18.913Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config8317731360047944268tmp [Pipeline] } [2020-07-18T13:28:19.181Z] 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-07-18T13:28:20.425Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-18T13:28:20.981Z] ---> package-listing.sh [2020-07-18T13:28:20.982Z] ++ facter osfamily [2020-07-18T13:28:20.982Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-18T13:28:20.982Z] + OS_FAMILY=redhat [2020-07-18T13:28:20.982Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-07-18T13:28:20.982Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-18T13:28:20.982Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-18T13:28:20.982Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-18T13:28:20.982Z] + PACKAGES=/tmp/packages_start.txt [2020-07-18T13:28:20.982Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' [2020-07-18T13:28:20.982Z] + PACKAGES=/tmp/packages_end.txt [2020-07-18T13:28:20.982Z] + case "${OS_FAMILY}" in [2020-07-18T13:28:20.982Z] + rpm -qa [2020-07-18T13:28:20.982Z] + sort [2020-07-18T13:28:25.182Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-18T13:28:25.182Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-18T13:28:25.182Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-18T13:28:25.182Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' [2020-07-18T13:28:25.182Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ [2020-07-18T13:28:25.182Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-18T13:28:25.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-18T13:28:25.783Z] [2020-07-18T13:28:25.783Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-18T13:28:26.122Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-18T13:28:26.122Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-18T13:28:26.122Z] c9b1b535fdd9: Pulling fs layer [2020-07-18T13:28:26.122Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-18T13:28:26.122Z] 756a868c4378: Pulling fs layer [2020-07-18T13:28:26.122Z] 444b2fc9a129: Pulling fs layer [2020-07-18T13:28:26.122Z] ea15f1150254: Pulling fs layer [2020-07-18T13:28:26.122Z] 41b27a9f41bf: Pulling fs layer [2020-07-18T13:28:26.122Z] 28c525ee5125: Pulling fs layer [2020-07-18T13:28:26.122Z] 094b1ea09ed8: Pulling fs layer [2020-07-18T13:28:26.122Z] 138eaada9080: Pulling fs layer [2020-07-18T13:28:26.122Z] 0622d0fa9048: Pulling fs layer [2020-07-18T13:28:26.122Z] 444b2fc9a129: Waiting [2020-07-18T13:28:26.122Z] ea15f1150254: Waiting [2020-07-18T13:28:26.122Z] 41b27a9f41bf: Waiting [2020-07-18T13:28:26.122Z] 28c525ee5125: Waiting [2020-07-18T13:28:26.122Z] 094b1ea09ed8: Waiting [2020-07-18T13:28:26.122Z] 138eaada9080: Waiting [2020-07-18T13:28:26.122Z] 0622d0fa9048: Waiting [2020-07-18T13:28:26.122Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-18T13:28:26.122Z] 2cc5ad85d9ab: Download complete [2020-07-18T13:28:26.122Z] 444b2fc9a129: Verifying Checksum [2020-07-18T13:28:26.122Z] 444b2fc9a129: Download complete [2020-07-18T13:28:26.122Z] c9b1b535fdd9: Download complete [2020-07-18T13:28:26.122Z] ea15f1150254: Verifying Checksum [2020-07-18T13:28:26.122Z] ea15f1150254: Download complete [2020-07-18T13:28:26.407Z] 28c525ee5125: Verifying Checksum [2020-07-18T13:28:26.408Z] 28c525ee5125: Download complete [2020-07-18T13:28:26.408Z] 756a868c4378: Verifying Checksum [2020-07-18T13:28:26.408Z] 756a868c4378: Download complete [2020-07-18T13:28:26.691Z] c9b1b535fdd9: Pull complete [2020-07-18T13:28:26.691Z] 094b1ea09ed8: Verifying Checksum [2020-07-18T13:28:26.691Z] 094b1ea09ed8: Download complete [2020-07-18T13:28:26.691Z] 138eaada9080: Verifying Checksum [2020-07-18T13:28:26.691Z] 138eaada9080: Download complete [2020-07-18T13:28:26.691Z] 0622d0fa9048: Verifying Checksum [2020-07-18T13:28:26.691Z] 0622d0fa9048: Download complete [2020-07-18T13:28:26.959Z] 2cc5ad85d9ab: Pull complete [2020-07-18T13:28:27.228Z] 41b27a9f41bf: Verifying Checksum [2020-07-18T13:28:27.228Z] 41b27a9f41bf: Download complete [2020-07-18T13:28:28.170Z] 756a868c4378: Pull complete [2020-07-18T13:28:28.430Z] 444b2fc9a129: Pull complete [2020-07-18T13:28:28.690Z] ea15f1150254: Pull complete [2020-07-18T13:28:32.899Z] 41b27a9f41bf: Pull complete [2020-07-18T13:28:32.899Z] 28c525ee5125: Pull complete [2020-07-18T13:28:35.443Z] 094b1ea09ed8: Pull complete [2020-07-18T13:28:35.703Z] 138eaada9080: Pull complete [2020-07-18T13:28:35.963Z] 0622d0fa9048: Pull complete [2020-07-18T13:28:35.963Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-18T13:28:35.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-18T13:28:35.963Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-18T13:28:36.110Z] prd-centos7-docker-4c-2g-138 does not seem to be running inside a container [2020-07-18T13:28:36.140Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-18T13:28:38.701Z] $ docker top 6744bcce5e97c4086f7a76c4002b88e446fb4b3ac53b930d87fd2d888dac62aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-18T13:28:38.896Z] provisioning config files... [2020-07-18T13:28:38.909Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config7053112728318687951tmp [Pipeline] { [Pipeline] echo [2020-07-18T13:28:38.994Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-18T13:28:39.284Z] ---> create-netrc.sh [Pipeline] echo [2020-07-18T13:28:39.294Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-18T13:28:39.585Z] ---> logs-deploy.sh [2020-07-18T13:28:39.585Z] + ARCHIVE_ARTIFACTS= [2020-07-18T13:28:39.585Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-18T13:28:39.585Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-18T13:28:39.585Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-18T13:28:39.585Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/3 [2020-07-18T13:28:39.585Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-553/3/ [2020-07-18T13:28:39.585Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/3 /w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-07-18T13:28:40.969Z] Archives upload complete. [2020-07-18T13:28:40.969Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-553/3/ [2020-07-18T13:28:41.539Z] ---> uname -a: [2020-07-18T13:28:41.539Z] Linux 6744bcce5e97 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] ---> lscpu: [2020-07-18T13:28:41.539Z] Architecture: x86_64 [2020-07-18T13:28:41.539Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-18T13:28:41.539Z] Byte Order: Little Endian [2020-07-18T13:28:41.539Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-18T13:28:41.539Z] CPU(s): 4 [2020-07-18T13:28:41.539Z] On-line CPU(s) list: 0-3 [2020-07-18T13:28:41.539Z] Thread(s) per core: 1 [2020-07-18T13:28:41.539Z] Core(s) per socket: 1 [2020-07-18T13:28:41.539Z] Socket(s): 4 [2020-07-18T13:28:41.539Z] NUMA node(s): 1 [2020-07-18T13:28:41.539Z] Vendor ID: GenuineIntel [2020-07-18T13:28:41.539Z] CPU family: 6 [2020-07-18T13:28:41.539Z] Model: 44 [2020-07-18T13:28:41.539Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-18T13:28:41.539Z] Stepping: 1 [2020-07-18T13:28:41.539Z] CPU MHz: 2933.438 [2020-07-18T13:28:41.539Z] BogoMIPS: 5866.87 [2020-07-18T13:28:41.539Z] Virtualization: VT-x [2020-07-18T13:28:41.539Z] Hypervisor vendor: KVM [2020-07-18T13:28:41.539Z] Virtualization type: full [2020-07-18T13:28:41.539Z] L1d cache: 128 KiB [2020-07-18T13:28:41.539Z] L1i cache: 128 KiB [2020-07-18T13:28:41.539Z] L2 cache: 16 MiB [2020-07-18T13:28:41.539Z] L3 cache: 64 MiB [2020-07-18T13:28:41.539Z] NUMA node0 CPU(s): 0-3 [2020-07-18T13:28:41.539Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-18T13:28:41.539Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-18T13:28:41.539Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-18T13:28:41.539Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-18T13:28:41.539Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-18T13:28:41.539Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-18T13:28:41.539Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-18T13:28:41.539Z] Vulnerability Tsx async abort: Not affected [2020-07-18T13:28:41.539Z] 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-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] ---> nproc: [2020-07-18T13:28:41.539Z] 4 [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] ---> df -h: [2020-07-18T13:28:41.539Z] Filesystem Size Used Available Use% Mounted on [2020-07-18T13:28:41.539Z] overlay 50.0G 7.2G 42.8G 14% / [2020-07-18T13:28:41.539Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-18T13:28:41.539Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-18T13:28:41.539Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-18T13:28:41.539Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-07-18T13:28:41.539Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-07-18T13:28:41.539Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-07-18T13:28:41.539Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-07-18T13:28:41.539Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-07-18T13:28:41.539Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] ---> free -m: [2020-07-18T13:28:41.539Z] total used free shared buff/cache available [2020-07-18T13:28:41.539Z] Mem: 1837 671 119 0 1046 1060 [2020-07-18T13:28:41.539Z] Swap: 1023 1 1022 [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] ---> ip addr: [2020-07-18T13:28:41.539Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-18T13:28:41.539Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-18T13:28:41.539Z] inet 127.0.0.1/8 scope host lo [2020-07-18T13:28:41.539Z] valid_lft forever preferred_lft forever [2020-07-18T13:28:41.539Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-07-18T13:28:41.539Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-18T13:28:41.539Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-18T13:28:41.539Z] valid_lft forever preferred_lft forever [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] ---> sar -b -r -n DEV: [2020-07-18T13:28:41.539Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/18/20 _x86_64_ (4 CPU) [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] 13:22:04 LINUX RESTART [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] 13:23:01 tps rtps wtps bread/s bwrtn/s [2020-07-18T13:28:41.539Z] 13:24:01 5.15 1.48 3.66 91.02 121.29 [2020-07-18T13:28:41.539Z] 13:25:01 0.45 0.00 0.45 0.00 8.01 [2020-07-18T13:28:41.539Z] 13:26:01 0.27 0.00 0.27 0.00 4.13 [2020-07-18T13:28:41.539Z] 13:27:01 0.37 0.00 0.37 0.00 5.56 [2020-07-18T13:28:41.539Z] 13:28:01 0.32 0.00 0.32 0.00 5.23 [2020-07-18T13:28:41.539Z] Average: 1.31 0.30 1.01 18.20 28.84 [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] 13:23:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-18T13:28:41.539Z] 13:24:01 157144 1724412 91.65 2620 1134168 1112224 37.96 440412 1124244 20 [2020-07-18T13:28:41.539Z] 13:25:01 161748 1719808 91.40 2620 1134172 1080728 36.88 441036 1120396 20 [2020-07-18T13:28:41.539Z] 13:26:01 161056 1720500 91.44 2620 1134180 1080752 36.88 441364 1120396 16 [2020-07-18T13:28:41.539Z] 13:27:01 160612 1720944 91.46 2620 1134228 1080584 36.88 445108 1117508 24 [2020-07-18T13:28:41.539Z] 13:28:01 159948 1721608 91.50 2620 1134184 1080656 36.88 457140 1105728 16 [2020-07-18T13:28:41.539Z] Average: 160102 1721454 91.49 2620 1134186 1086989 37.10 445012 1117654 19 [2020-07-18T13:28:41.539Z] [2020-07-18T13:28:41.539Z] 13:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-18T13:28:41.539Z] 13:24:01 eth0 16.84 14.13 6.41 39.23 0.00 0.00 0.00 [2020-07-18T13:28:41.539Z] 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.539Z] 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.539Z] 13:25:01 eth0 1.15 0.35 0.34 0.17 0.00 0.00 0.00 [2020-07-18T13:28:41.539Z] 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] 13:26:01 eth0 0.65 0.35 0.28 0.23 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] 13:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] 13:27:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] 13:28:01 eth0 0.45 0.12 0.15 0.07 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] 13:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] Average: eth0 3.83 3.00 1.44 7.94 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-18T13:28:41.540Z] [2020-07-18T13:28:41.540Z] [2020-07-18T13:28:41.540Z] ---> sar -P ALL: [2020-07-18T13:28:41.540Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/18/20 _x86_64_ (4 CPU) [2020-07-18T13:28:41.540Z] [2020-07-18T13:28:41.540Z] 13:22:04 LINUX RESTART [2020-07-18T13:28:41.540Z] [2020-07-18T13:28:41.540Z] 13:23:01 CPU %user %nice %system %iowait %steal %idle [2020-07-18T13:28:41.540Z] 13:24:01 all 0.79 0.00 0.08 0.01 0.00 99.11 [2020-07-18T13:28:41.540Z] 13:24:01 0 0.55 0.00 0.08 0.02 0.00 99.35 [2020-07-18T13:28:41.540Z] 13:24:01 1 1.02 0.00 0.08 0.00 0.00 98.90 [2020-07-18T13:28:41.540Z] 13:24:01 2 0.55 0.00 0.08 0.00 0.00 99.37 [2020-07-18T13:28:41.540Z] 13:24:01 3 1.05 0.00 0.05 0.02 0.00 98.88 [2020-07-18T13:28:41.540Z] 13:25:01 all 0.18 0.00 0.03 0.00 0.00 99.80 [2020-07-18T13:28:41.540Z] 13:25:01 0 0.10 0.00 0.03 0.00 0.00 99.87 [2020-07-18T13:28:41.540Z] 13:25:01 1 0.47 0.00 0.02 0.00 0.00 99.52 [2020-07-18T13:28:41.540Z] 13:25:01 2 0.15 0.00 0.05 0.00 0.00 99.80 [2020-07-18T13:28:41.540Z] 13:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-18T13:28:41.540Z] 13:26:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-18T13:28:41.540Z] 13:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-18T13:28:41.540Z] 13:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-18T13:28:41.540Z] 13:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-18T13:28:41.540Z] 13:26:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-18T13:28:41.540Z] 13:27:01 all 0.11 0.00 0.03 0.00 0.00 99.87 [2020-07-18T13:28:41.540Z] 13:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-18T13:28:41.540Z] 13:27:01 1 0.35 0.00 0.03 0.00 0.00 99.62 [2020-07-18T13:28:41.540Z] 13:27:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-18T13:28:41.540Z] 13:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-18T13:28:41.540Z] 13:28:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-07-18T13:28:41.540Z] 13:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-18T13:28:41.540Z] 13:28:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2020-07-18T13:28:41.540Z] 13:28:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-18T13:28:41.540Z] 13:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-18T13:28:41.540Z] Average: all 0.25 0.00 0.04 0.00 0.00 99.71 [2020-07-18T13:28:41.540Z] Average: 0 0.15 0.00 0.04 0.00 0.00 99.81 [2020-07-18T13:28:41.540Z] Average: 1 0.47 0.00 0.04 0.00 0.00 99.49 [2020-07-18T13:28:41.540Z] Average: 2 0.16 0.00 0.04 0.00 0.00 99.80 [2020-07-18T13:28:41.540Z] Average: 3 0.24 0.00 0.03 0.00 0.00 99.73 [2020-07-18T13:28:41.540Z] [2020-07-18T13:28:41.540Z] [2020-07-18T13:28:41.540Z]