Pull request #467 opened 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 iain-anderson for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 7e6779071d1785200f65a0fe8010a7017e900106+9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 (c919316fd675658a704f25ebb2b7908bced50777) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-467/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 [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/ [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-17 in /w/workspace/dgexfoundry_device-sdk-go_PR-467 [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 > git init /w/workspace/dgexfoundry_device-sdk-go_PR-467 # 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 Fetching without tags Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 7e6779071d1785200f65a0fe8010a7017e900106 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +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/467/head:refs/remotes/origin/PR-467 # 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/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 Merge succeeded, producing 7e6779071d1785200f65a0fe8010a7017e900106 Checking out Revision 7e6779071d1785200f65a0fe8010a7017e900106 (PR-467) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 Commit message: "Add v2 REST API specification" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-19T14:55:26.096Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-19T14:55:28.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-19T14:55:28.668Z] [2020-03-19T14:55:28.668Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-19T14:55:29.051Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-19T14:55:29.052Z] latest: Pulling from edgex-devops/git-semver [2020-03-19T14:55:29.052Z] 9123ac7c32f7: Pulling fs layer [2020-03-19T14:55:29.052Z] b8cc5d1170e3: Pulling fs layer [2020-03-19T14:55:29.052Z] 2924cbbf6a41: Pulling fs layer [2020-03-19T14:55:29.052Z] 93b08a4f1073: Pulling fs layer [2020-03-19T14:55:29.052Z] 93b08a4f1073: Waiting [2020-03-19T14:55:29.052Z] b8cc5d1170e3: Verifying Checksum [2020-03-19T14:55:29.052Z] b8cc5d1170e3: Download complete [2020-03-19T14:55:29.314Z] 9123ac7c32f7: Verifying Checksum [2020-03-19T14:55:29.314Z] 9123ac7c32f7: Download complete [2020-03-19T14:55:29.314Z] 93b08a4f1073: Verifying Checksum [2020-03-19T14:55:29.314Z] 93b08a4f1073: Download complete [2020-03-19T14:55:29.314Z] 2924cbbf6a41: Verifying Checksum [2020-03-19T14:55:29.314Z] 2924cbbf6a41: Download complete [2020-03-19T14:55:29.576Z] 9123ac7c32f7: Pull complete [2020-03-19T14:55:29.576Z] b8cc5d1170e3: Pull complete [2020-03-19T14:55:30.541Z] 2924cbbf6a41: Pull complete [2020-03-19T14:55:30.541Z] 93b08a4f1073: Pull complete [2020-03-19T14:55:30.541Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-19T14:55:30.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-19T14:55:30.721Z] prd-centos7-docker-4c-2g-17 does not seem to be running inside a container [2020-03-19T14:55:30.766Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-467 -v /w/workspace/dgexfoundry_device-sdk-go_PR-467:/w/workspace/dgexfoundry_device-sdk-go_PR-467:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-467@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-19T14:55:31.454Z] $ docker top 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-19T14:55:31.852Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-19T14:55:31.852Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-19T14:55:32.050Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-19T14:55:32.054Z] $ docker exec 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a ssh-agent [2020-03-19T14:55:32.242Z] SSH_AUTH_SOCK=/tmp/ssh-PdmE4tjH8zvH/agent.15 [2020-03-19T14:55:32.242Z] SSH_AGENT_PID=22 [2020-03-19T14:55:32.255Z] Running ssh-add (command line suppressed) [2020-03-19T14:55:32.439Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/private_key_7685489246108103042.key (/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/private_key_7685489246108103042.key) [2020-03-19T14:55:32.493Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-19T14:55:32.856Z] + git describe --exact-match --tags HEAD [2020-03-19T14:55:32.856Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-19T14:55:32.933Z] $ docker exec --env ******** --env ******** 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a ssh-agent -k [2020-03-19T14:55:33.067Z] unset SSH_AUTH_SOCK; [2020-03-19T14:55:33.067Z] unset SSH_AGENT_PID; [2020-03-19T14:55:33.067Z] echo Agent pid 22 killed; [2020-03-19T14:55:33.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-19T14:55:33.243Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-19T14:55:33.243Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-19T14:55:33.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-19T14:55:33.343Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-19T14:55:33.520Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-19T14:55:33.524Z] $ docker exec 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a ssh-agent [2020-03-19T14:55:33.706Z] SSH_AUTH_SOCK=/tmp/ssh-UsRvGja3hUZQ/agent.58 [2020-03-19T14:55:33.706Z] SSH_AGENT_PID=65 [2020-03-19T14:55:33.713Z] Running ssh-add (command line suppressed) [2020-03-19T14:55:33.855Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/private_key_5131652827926957870.key (/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/private_key_5131652827926957870.key) [2020-03-19T14:55:33.907Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-19T14:55:34.259Z] + git semver init [2020-03-19T14:55:34.259Z] # -> Open(): unable to determine branch for HEAD [2020-03-19T14:55:34.259Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-467/.git [2020-03-19T14:55:34.259Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-467 [2020-03-19T14:55:34.259Z] # $SEMVER_REMOTE_NAME = origin [2020-03-19T14:55:34.259Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-19T14:55:34.259Z] # $SEMVER_USER_NAME = jenkins [2020-03-19T14:55:34.259Z] # $SEMVER_BRANCH = PR-467 [2020-03-19T14:55:34.259Z] # $SEMVER_TEMP = /tmp/semver-555415648 [2020-03-19T14:55:34.260Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-03-19T14:55:34.833Z] # '/tmp/semver-555415648' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-467/.semver' [2020-03-19T14:55:34.833Z] # -> Force: false [2020-03-19T14:55:34.833Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-467/.semver [Pipeline] } [2020-03-19T14:55:34.851Z] $ docker exec --env ******** --env ******** 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a ssh-agent -k [2020-03-19T14:55:35.000Z] unset SSH_AUTH_SOCK; [2020-03-19T14:55:35.000Z] unset SSH_AGENT_PID; [2020-03-19T14:55:35.000Z] echo Agent pid 65 killed; [2020-03-19T14:55:35.052Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-19T14:55:35.595Z] + git semver [Pipeline] } [2020-03-19T14:55:35.619Z] $ docker stop --time=1 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a [2020-03-19T14:55:36.967Z] $ docker rm -f 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-19T14:55:37.800Z] Stashed 32 file(s) [Pipeline] echo [2020-03-19T14:55:37.830Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-03-19T14:55:53.630Z] Still waiting to schedule task [2020-03-19T14:55:53.630Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-17’ [2020-03-19T14:55:53.885Z] Still waiting to schedule task [2020-03-19T14:55:53.885Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-03-19T14:57:45.504Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18 in /w/workspace/dgexfoundry_device-sdk-go_PR-467 [Pipeline] { [Pipeline] ws [2020-03-19T14:57:45.639Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-03-19T14:57:51.960Z] using credential edgex-jenkins-ssh [2020-03-19T14:57:52.005Z] Cloning the remote Git repository [2020-03-19T14:57:52.005Z] Cloning with configured refspecs honoured and without tags [2020-03-19T14:57:52.059Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-19T14:57:52.139Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-03-19T14:57:52.243Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-19T14:57:52.244Z] > git --version # timeout=10 [2020-03-19T14:57:52.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-19T14:57:52.336Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-19T14:57:53.301Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-19T14:57:53.358Z] > git config --add remote.origin.fetch +refs/pull/467/head:refs/remotes/origin/PR-467 # timeout=10 [2020-03-19T14:57:53.381Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-19T14:57:53.428Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-19T14:57:53.474Z] Fetching without tags [2020-03-19T14:57:54.302Z] Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 7e6779071d1785200f65a0fe8010a7017e900106 [2020-03-19T14:57:54.724Z] Merge succeeded, producing 7e6779071d1785200f65a0fe8010a7017e900106 [2020-03-19T14:57:54.724Z] Checking out Revision 7e6779071d1785200f65a0fe8010a7017e900106 (PR-467) [2020-03-19T14:57:53.487Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-19T14:57:53.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-19T14:57:53.513Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-19T14:57:54.320Z] > git config core.sparsecheckout # timeout=10 [2020-03-19T14:57:54.350Z] > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 [2020-03-19T14:57:54.485Z] > git remote # timeout=10 [2020-03-19T14:57:54.515Z] > git config --get remote.origin.url # timeout=10 [2020-03-19T14:57:54.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-19T14:57:54.567Z] > git merge 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 [2020-03-19T14:57:54.672Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-19T14:57:54.733Z] > git config core.sparsecheckout # timeout=10 [2020-03-19T14:57:54.767Z] > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 [2020-03-19T14:57:59.399Z] Commit message: "Add v2 REST API specification" [2020-03-19T14:57:59.457Z] > git --version # timeout=10 [2020-03-19T14:57:59.480Z] fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-19T14:58:00.942Z] ========================================================= [2020-03-19T14:58:00.942Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-19T14:58:00.942Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-19T14:58:02.017Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-03-19T14:58:02.981Z] Sending build context to Docker daemon 2.732MB [2020-03-19T14:58:02.981Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-19T14:58:02.981Z] Step 2/8 : FROM ${BASE} [2020-03-19T14:58:03.248Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-19T14:58:03.248Z] cde5963f3b93: Pulling fs layer [2020-03-19T14:58:03.248Z] 2a23fa8c16f7: Pulling fs layer [2020-03-19T14:58:03.248Z] 777b28850792: Pulling fs layer [2020-03-19T14:58:03.248Z] 8a11ddd9e578: Pulling fs layer [2020-03-19T14:58:03.248Z] 4cf88f913ddb: Pulling fs layer [2020-03-19T14:58:03.248Z] 1df406cf5192: Pulling fs layer [2020-03-19T14:58:03.248Z] cd6300453558: Pulling fs layer [2020-03-19T14:58:03.248Z] b9c365052c96: Pulling fs layer [2020-03-19T14:58:03.248Z] a2d8cc88f415: Pulling fs layer [2020-03-19T14:58:03.248Z] ea1d1ca13537: Pulling fs layer [2020-03-19T14:58:03.248Z] 3750a50a1c5e: Pulling fs layer [2020-03-19T14:58:03.248Z] cd6300453558: Waiting [2020-03-19T14:58:03.248Z] ea1d1ca13537: Waiting [2020-03-19T14:58:03.248Z] 3750a50a1c5e: Waiting [2020-03-19T14:58:03.248Z] b9c365052c96: Waiting [2020-03-19T14:58:03.248Z] 8a11ddd9e578: Waiting [2020-03-19T14:58:03.248Z] a2d8cc88f415: Waiting [2020-03-19T14:58:03.248Z] 1df406cf5192: Waiting [2020-03-19T14:58:03.248Z] 4cf88f913ddb: Waiting [2020-03-19T14:58:03.516Z] 777b28850792: Verifying Checksum [2020-03-19T14:58:03.516Z] 777b28850792: Download complete [2020-03-19T14:58:03.516Z] 2a23fa8c16f7: Download complete [2020-03-19T14:58:03.516Z] 4cf88f913ddb: Download complete [2020-03-19T14:58:03.516Z] 1df406cf5192: Verifying Checksum [2020-03-19T14:58:03.516Z] 1df406cf5192: Download complete [2020-03-19T14:58:03.788Z] cde5963f3b93: Verifying Checksum [2020-03-19T14:58:04.384Z] cde5963f3b93: Pull complete [2020-03-19T14:58:04.975Z] 2a23fa8c16f7: Pull complete [2020-03-19T14:58:05.569Z] 777b28850792: Pull complete [2020-03-19T14:58:07.542Z] cd6300453558: Verifying Checksum [2020-03-19T14:58:07.542Z] cd6300453558: Download complete [2020-03-19T14:58:07.811Z] a2d8cc88f415: Verifying Checksum [2020-03-19T14:58:07.811Z] a2d8cc88f415: Download complete [2020-03-19T14:58:10.416Z] ea1d1ca13537: Verifying Checksum [2020-03-19T14:58:10.416Z] ea1d1ca13537: Download complete [2020-03-19T14:58:10.416Z] 3750a50a1c5e: Verifying Checksum [2020-03-19T14:58:10.416Z] 3750a50a1c5e: Download complete [2020-03-19T14:58:13.802Z] b9c365052c96: Verifying Checksum [2020-03-19T14:58:13.802Z] b9c365052c96: Download complete [2020-03-19T14:58:14.252Z] Running on prd-centos7-docker-4c-2g-19 in /w/workspace/dgexfoundry_device-sdk-go_PR-467 [Pipeline] { [Pipeline] ws [2020-03-19T14:58:14.330Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-03-19T14:58:14.763Z] 8a11ddd9e578: Verifying Checksum [2020-03-19T14:58:14.763Z] 8a11ddd9e578: Download complete [2020-03-19T14:58:16.455Z] using credential edgex-jenkins-ssh [2020-03-19T14:58:16.505Z] Cloning the remote Git repository [2020-03-19T14:58:16.505Z] Cloning with configured refspecs honoured and without tags [2020-03-19T14:58:16.647Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-19T14:58:16.684Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-03-19T14:58:16.724Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-19T14:58:16.724Z] > git --version # timeout=10 [2020-03-19T14:58:16.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-19T14:58:16.756Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-19T14:58:17.275Z] Fetching without tags [2020-03-19T14:58:17.670Z] Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 7e6779071d1785200f65a0fe8010a7017e900106 [2020-03-19T14:58:17.771Z] Merge succeeded, producing 7e6779071d1785200f65a0fe8010a7017e900106 [2020-03-19T14:58:17.772Z] Checking out Revision 7e6779071d1785200f65a0fe8010a7017e900106 (PR-467) [2020-03-19T14:58:17.284Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-19T14:58:17.293Z] > git config --add remote.origin.fetch +refs/pull/467/head:refs/remotes/origin/PR-467 # timeout=10 [2020-03-19T14:58:17.299Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-19T14:58:17.313Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-19T14:58:17.332Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-19T14:58:17.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-19T14:58:17.338Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-19T14:58:17.698Z] > git config core.sparsecheckout # timeout=10 [2020-03-19T14:58:17.704Z] > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 [2020-03-19T14:58:17.753Z] > git remote # timeout=10 [2020-03-19T14:58:17.758Z] > git config --get remote.origin.url # timeout=10 [2020-03-19T14:58:17.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-19T14:58:17.766Z] > git merge 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 [2020-03-19T14:58:17.774Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-19T14:58:17.786Z] > git config core.sparsecheckout # timeout=10 [2020-03-19T14:58:17.794Z] > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 [2020-03-19T14:58:21.589Z] Commit message: "Add v2 REST API specification" [2020-03-19T14:58:21.617Z] > git --version # timeout=10 [2020-03-19T14:58:21.624Z] fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-19T14:58:22.649Z] ========================================================= [2020-03-19T14:58:22.649Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-19T14:58:22.649Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-19T14:58:23.325Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-03-19T14:58:23.594Z] Sending build context to Docker daemon 2.732MB [2020-03-19T14:58:23.594Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-19T14:58:23.594Z] Step 2/8 : FROM ${BASE} [2020-03-19T14:58:23.857Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-19T14:58:23.857Z] e6b0cf9c0882: Pulling fs layer [2020-03-19T14:58:23.857Z] 2848faf0eed1: Pulling fs layer [2020-03-19T14:58:23.857Z] 0f37312ad70f: Pulling fs layer [2020-03-19T14:58:23.857Z] 5788d62ee057: Pulling fs layer [2020-03-19T14:58:23.857Z] 0e6b1d234666: Pulling fs layer [2020-03-19T14:58:23.857Z] bf5d7aec512f: Pulling fs layer [2020-03-19T14:58:23.857Z] 34c802a77dc8: Pulling fs layer [2020-03-19T14:58:23.857Z] 9eb99e56ec68: Pulling fs layer [2020-03-19T14:58:23.857Z] 27c7a5d97fbd: Pulling fs layer [2020-03-19T14:58:23.857Z] 5c102a31e300: Pulling fs layer [2020-03-19T14:58:23.857Z] dcfb455df0a1: Pulling fs layer [2020-03-19T14:58:23.857Z] 5788d62ee057: Waiting [2020-03-19T14:58:23.857Z] 34c802a77dc8: Waiting [2020-03-19T14:58:23.857Z] 0e6b1d234666: Waiting [2020-03-19T14:58:23.857Z] bf5d7aec512f: Waiting [2020-03-19T14:58:23.857Z] 9eb99e56ec68: Waiting [2020-03-19T14:58:23.857Z] 27c7a5d97fbd: Waiting [2020-03-19T14:58:23.857Z] 5c102a31e300: Waiting [2020-03-19T14:58:23.857Z] dcfb455df0a1: Waiting [2020-03-19T14:58:23.857Z] 0f37312ad70f: Verifying Checksum [2020-03-19T14:58:23.857Z] 0f37312ad70f: Download complete [2020-03-19T14:58:23.857Z] 2848faf0eed1: Download complete [2020-03-19T14:58:23.857Z] 0e6b1d234666: Verifying Checksum [2020-03-19T14:58:23.857Z] 0e6b1d234666: Download complete [2020-03-19T14:58:23.857Z] bf5d7aec512f: Verifying Checksum [2020-03-19T14:58:23.857Z] bf5d7aec512f: Download complete [2020-03-19T14:58:23.857Z] e6b0cf9c0882: Verifying Checksum [2020-03-19T14:58:23.857Z] e6b0cf9c0882: Download complete [2020-03-19T14:58:24.125Z] e6b0cf9c0882: Pull complete [2020-03-19T14:58:24.391Z] 2848faf0eed1: Pull complete [2020-03-19T14:58:24.667Z] 34c802a77dc8: Verifying Checksum [2020-03-19T14:58:24.667Z] 34c802a77dc8: Download complete [2020-03-19T14:58:24.667Z] 27c7a5d97fbd: Verifying Checksum [2020-03-19T14:58:24.667Z] 27c7a5d97fbd: Download complete [2020-03-19T14:58:25.624Z] 5c102a31e300: Verifying Checksum [2020-03-19T14:58:25.624Z] 5c102a31e300: Download complete [2020-03-19T14:58:25.624Z] 9eb99e56ec68: Verifying Checksum [2020-03-19T14:58:25.624Z] 9eb99e56ec68: Download complete [2020-03-19T14:58:25.624Z] 5788d62ee057: Download complete [2020-03-19T14:58:25.624Z] dcfb455df0a1: Verifying Checksum [2020-03-19T14:58:25.624Z] dcfb455df0a1: Download complete [2020-03-19T14:58:26.191Z] 0f37312ad70f: Pull complete [2020-03-19T14:58:27.148Z] 8a11ddd9e578: Pull complete [2020-03-19T14:58:27.148Z] 4cf88f913ddb: Pull complete [2020-03-19T14:58:27.148Z] 1df406cf5192: Pull complete [2020-03-19T14:58:31.414Z] cd6300453558: Pull complete [2020-03-19T14:58:31.538Z] 5788d62ee057: Pull complete [2020-03-19T14:58:31.538Z] 0e6b1d234666: Pull complete [2020-03-19T14:58:31.538Z] bf5d7aec512f: Pull complete [2020-03-19T14:58:36.773Z] b9c365052c96: Pull complete [2020-03-19T14:58:36.773Z] a2d8cc88f415: Pull complete [2020-03-19T14:58:38.142Z] 34c802a77dc8: Pull complete [2020-03-19T14:58:38.194Z] ea1d1ca13537: Pull complete [2020-03-19T14:58:38.788Z] 3750a50a1c5e: Pull complete [2020-03-19T14:58:38.788Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-19T14:58:38.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-19T14:58:38.788Z] ---> 78745c68409d [2020-03-19T14:58:38.788Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-19T14:58:40.702Z] 9eb99e56ec68: Pull complete [2020-03-19T14:58:40.703Z] 27c7a5d97fbd: Pull complete [2020-03-19T14:58:41.644Z] 5c102a31e300: Pull complete [2020-03-19T14:58:41.644Z] dcfb455df0a1: Pull complete [2020-03-19T14:58:41.903Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-19T14:58:41.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-19T14:58:41.903Z] ---> 7c70fe431013 [2020-03-19T14:58:41.903Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-19T14:58:41.903Z] ---> Running in 54ae35c72764 [2020-03-19T14:58:41.903Z] Removing intermediate container 54ae35c72764 [2020-03-19T14:58:41.903Z] ---> dacbd1a52fdd [2020-03-19T14:58:41.903Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-19T14:58:42.161Z] ---> Running in 45aa3e123147 [2020-03-19T14:58:43.068Z] ---> Running in 1dfe8a8f92e2 [2020-03-19T14:58:43.068Z] Removing intermediate container 1dfe8a8f92e2 [2020-03-19T14:58:43.068Z] ---> 4bb928637a47 [2020-03-19T14:58:43.068Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-19T14:58:43.068Z] ---> Running in b80dc87646ca [2020-03-19T14:58:43.541Z] Removing intermediate container 45aa3e123147 [2020-03-19T14:58:43.541Z] ---> 259f9dbcd95c [2020-03-19T14:58:43.541Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-19T14:58:43.541Z] ---> Running in 20f96f9a4b40 [2020-03-19T14:58:43.800Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-19T14:58:44.375Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-19T14:58:44.635Z] OK: 143 MiB in 39 packages [2020-03-19T14:58:45.205Z] Removing intermediate container 20f96f9a4b40 [2020-03-19T14:58:45.205Z] ---> a680b341605c [2020-03-19T14:58:45.205Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-19T14:58:45.205Z] ---> Running in 6b3ef3558bdf [2020-03-19T14:58:45.205Z] Removing intermediate container 6b3ef3558bdf [2020-03-19T14:58:45.205Z] ---> 3d82d3089c42 [2020-03-19T14:58:45.205Z] Step 7/8 : COPY . . [2020-03-19T14:58:45.666Z] Removing intermediate container b80dc87646ca [2020-03-19T14:58:45.666Z] ---> 907ee4f44b30 [2020-03-19T14:58:45.666Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-19T14:58:45.666Z] ---> Running in 09be8d8b100a [2020-03-19T14:58:45.777Z] ---> b7d37b561ced [2020-03-19T14:58:45.777Z] Step 8/8 : RUN go mod download [2020-03-19T14:58:45.777Z] ---> Running in 7eb51c46b033 [2020-03-19T14:58:46.257Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-19T14:58:47.218Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-19T14:58:47.489Z] OK: 125 MiB in 39 packages [2020-03-19T14:58:48.326Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-19T14:58:48.326Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-19T14:58:48.326Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-19T14:58:48.326Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-19T14:58:48.326Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-19T14:58:48.326Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-19T14:58:48.326Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-19T14:58:48.326Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-19T14:58:48.326Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-19T14:58:48.326Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-19T14:58:48.326Z] go: finding github.com/fatih/color v1.7.0 [2020-03-19T14:58:48.587Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-19T14:58:48.587Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-19T14:58:48.587Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-19T14:58:48.587Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-19T14:58:48.587Z] go: finding github.com/google/uuid v1.1.0 [2020-03-19T14:58:48.587Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-19T14:58:48.587Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-19T14:58:48.587Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-19T14:58:48.587Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-19T14:58:48.847Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-19T14:58:48.847Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-19T14:58:48.847Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-19T14:58:48.847Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-19T14:58:48.847Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-19T14:58:48.847Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-19T14:58:48.847Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-19T14:58:48.904Z] Removing intermediate container 09be8d8b100a [2020-03-19T14:58:48.904Z] ---> da82bf20bd98 [2020-03-19T14:58:48.904Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-19T14:58:48.904Z] ---> Running in 24cdda2f1fa5 [2020-03-19T14:58:49.106Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-19T14:58:49.106Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-19T14:58:49.106Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-19T14:58:49.106Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-19T14:58:49.106Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-19T14:58:49.106Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-19T14:58:49.106Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-19T14:58:49.172Z] Removing intermediate container 24cdda2f1fa5 [2020-03-19T14:58:49.173Z] ---> 8443ae0b6c84 [2020-03-19T14:58:49.173Z] Step 7/8 : COPY . . [2020-03-19T14:58:49.366Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-19T14:58:49.366Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-19T14:58:49.366Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-19T14:58:49.366Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-19T14:58:49.366Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-19T14:58:49.366Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-19T14:58:49.366Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-19T14:58:49.366Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-19T14:58:49.625Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-19T14:58:49.625Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-19T14:58:49.625Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-19T14:58:49.625Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-19T14:58:49.625Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-19T14:58:49.625Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-19T14:58:49.625Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-19T14:58:49.625Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-19T14:58:49.884Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-19T14:58:49.884Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-19T14:58:49.884Z] go: finding github.com/posener/complete v1.1.1 [2020-03-19T14:58:49.884Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-19T14:58:49.884Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-19T14:58:49.884Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-19T14:58:49.884Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-19T14:58:49.884Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-19T14:58:49.884Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-19T14:58:50.151Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-19T14:58:50.151Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-19T14:58:50.151Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-19T14:58:50.151Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-19T14:58:50.151Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-19T14:58:50.584Z] ---> 17bfdaeadd41 [2020-03-19T14:58:50.584Z] Step 8/8 : RUN go mod download [2020-03-19T14:58:50.584Z] ---> Running in 61b9e719eb93 [2020-03-19T14:58:58.294Z] Removing intermediate container 7eb51c46b033 [2020-03-19T14:58:58.294Z] ---> 292d56163075 [2020-03-19T14:58:58.294Z] Successfully built 292d56163075 [2020-03-19T14:58:58.554Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-03-19T14:58:58.804Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-19T14:58:58.804Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-19T14:58:58.804Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-19T14:58:58.804Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-19T14:58:58.804Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-19T14:58:58.804Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-19T14:58:58.804Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-19T14:58:58.804Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-19T14:58:58.804Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-19T14:58:58.804Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-19T14:58:58.804Z] go: finding github.com/fatih/color v1.7.0 [2020-03-19T14:58:58.804Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-19T14:58:58.804Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-19T14:58:58.804Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-19T14:58:58.804Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-19T14:58:58.804Z] go: finding github.com/google/uuid v1.1.0 [2020-03-19T14:58:58.805Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-19T14:58:58.805Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-19T14:58:58.805Z] go: finding github.com/hashicorp/go.net v0.0.1 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [2020-03-19T14:58:59.070Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-19T14:58:59.071Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-19T14:58:59.071Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-19T14:58:59.071Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-19T14:58:59.071Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-19T14:58:59.071Z] go: finding github.com/jessevdk/go-flags v1.4.0 [Pipeline] sh [2020-03-19T14:58:59.336Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-19T14:58:59.337Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-19T14:58:59.337Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-19T14:58:59.337Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-19T14:58:59.337Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-19T14:58:59.337Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-19T14:58:59.370Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-19T14:58:59.371Z] . [Pipeline] withDockerContainer [2020-03-19T14:58:59.508Z] prd-centos7-docker-4c-2g-19 does not seem to be running inside a container [2020-03-19T14:58:59.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-03-19T14:58:59.605Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-19T14:58:59.605Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-19T14:58:59.605Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-19T14:58:59.605Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-19T14:58:59.605Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-19T14:58:59.605Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-19T14:58:59.605Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-19T14:58:59.872Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-19T14:58:59.872Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-19T14:58:59.872Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-19T14:58:59.872Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-19T14:58:59.872Z] go: finding github.com/posener/complete v1.1.1 [2020-03-19T14:58:59.872Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-19T14:58:59.872Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-19T14:59:00.112Z] $ docker top c504cafcf8bc36395ead877c53eff151565bd390e8fe6b4ee40170baee2350e5 -eo pid,comm [2020-03-19T14:59:00.138Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-19T14:59:00.138Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-19T14:59:00.138Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-19T14:59:00.138Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-19T14:59:00.138Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-19T14:59:00.138Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-19T14:59:00.138Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-19T14:59:00.406Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-19T14:59:00.406Z] go: finding gopkg.in/yaml.v2 v2.2.2 [Pipeline] { [Pipeline] sh [2020-03-19T14:59:00.917Z] + go version [2020-03-19T14:59:00.917Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-19T14:59:01.232Z] + make test [2020-03-19T14:59:01.232Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-19T14:59:16.168Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-19T14:59:16.168Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-19T14:59:16.168Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-19T14:59:18.655Z] Removing intermediate container 61b9e719eb93 [2020-03-19T14:59:18.655Z] ---> fce639a414c1 [2020-03-19T14:59:18.655Z] Successfully built fce639a414c1 [2020-03-19T14:59:18.655Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-19T14:59:19.431Z] + docker inspect -f . ci-base-image-arm64 [2020-03-19T14:59:19.466Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.012s coverage: 23.1% of statements [2020-03-19T14:59:19.466Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.044s coverage: 95.8% of statements [2020-03-19T14:59:19.704Z] . [Pipeline] withDockerContainer [2020-03-19T14:59:20.073Z] prd-ubuntu18.04-docker-arm64-4c-16g-18 does not seem to be running inside a container [2020-03-19T14:59:20.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-03-19T14:59:21.668Z] $ docker top 61fd5adf63c08ab253cdd8e87893e75d74c2acde861b3bce3a5be08fd3057d50 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-19T14:59:22.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.457s coverage: 12.7% of statements [2020-03-19T14:59:22.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.026s coverage: 25.6% of statements [2020-03-19T14:59:22.826Z] + go version [2020-03-19T14:59:22.826Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-19T14:59:23.513Z] + make test [2020-03-19T14:59:23.513Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-19T14:59:54.894Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.014s coverage: 30.0% of statements [2020-03-19T14:59:54.894Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.400s coverage: 42.3% of statements [2020-03-19T14:59:54.894Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-19T14:59:54.894Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-19T14:59:54.894Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.306s coverage: 79.5% of statements [2020-03-19T14:59:54.894Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-19T14:59:54.894Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-19T14:59:54.894Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-19T14:59:54.894Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.494s coverage: 52.6% of statements [2020-03-19T14:59:54.894Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.095s coverage: 76.1% of statements [2020-03-19T14:59:54.894Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-19T14:59:54.894Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-19T14:59:54.894Z] gofmt -l . [2020-03-19T14:59:54.894Z] [ "`gofmt -l .`" = "" ] [2020-03-19T14:59:54.894Z] ./bin/test-attribution-txt.sh [2020-03-19T14:59:54.894Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-19T14:59:55.312Z] Stashed 1 file(s) [Pipeline] } [2020-03-19T14:59:55.338Z] $ docker stop --time=1 c504cafcf8bc36395ead877c53eff151565bd390e8fe6b4ee40170baee2350e5 [2020-03-19T14:59:56.794Z] $ docker rm -f c504cafcf8bc36395ead877c53eff151565bd390e8fe6b4ee40170baee2350e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-19T14:59:58.312Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-19T14:59:58.629Z] + ls -al . [2020-03-19T14:59:58.629Z] total 200 [2020-03-19T14:59:58.629Z] drwxrwxr-x. 11 jenkins jenkins 4096 Mar 19 14:59 . [2020-03-19T14:59:58.629Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 19 14:58 .. [2020-03-19T14:59:58.629Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 19 14:58 api [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 3321 Mar 19 14:58 async.go [2020-03-19T14:59:58.629Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 19 14:58 bin [2020-03-19T14:59:58.629Z] -rw-r--r--. 1 jenkins jenkins 100201 Mar 19 14:59 coverage.out [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 936 Mar 19 14:58 Dockerfile.build [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 19 14:58 .dockerignore [2020-03-19T14:59:58.629Z] drwxrwxr-x. 4 jenkins jenkins 31 Mar 19 14:58 example [2020-03-19T14:59:58.629Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 19 14:58 .git [2020-03-19T14:59:58.629Z] drwxrwxr-x. 2 jenkins jenkins 38 Mar 19 14:58 .github [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 19 14:58 .gitignore [2020-03-19T14:59:58.629Z] -rw-r--r--. 1 jenkins jenkins 536 Mar 19 14:59 go.mod [2020-03-19T14:59:58.629Z] -rw-r--r--. 1 jenkins jenkins 11140 Mar 19 14:59 go.sum [2020-03-19T14:59:58.629Z] drwxrwxr-x. 13 jenkins jenkins 176 Mar 19 14:58 internal [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 808 Mar 19 14:58 Jenkinsfile [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 19 14:58 LICENSE [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 892 Mar 19 14:58 Makefile [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 4352 Mar 19 14:58 manageddevices.go [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 5473 Mar 19 14:58 managedprofiles.go [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 3878 Mar 19 14:58 managedwatchers.go [2020-03-19T14:59:58.629Z] drwxrwxr-x. 4 jenkins jenkins 35 Mar 19 14:58 pkg [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 761 Mar 19 14:58 README.md [2020-03-19T14:59:58.629Z] drwxrwxr-x. 3 jenkins jenkins 58 Mar 19 14:58 .semver [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 9817 Mar 19 14:58 service.go [2020-03-19T14:59:58.629Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 19 14:58 snap [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 19 14:55 VERSION [2020-03-19T14:59:58.629Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 19 14:58 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-19T14:59:58.958Z] + 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=7e6779071d1785200f65a0fe8010a7017e900106 --label arch=amd64 --label version=0.0.0 . [2020-03-19T14:59:58.958Z] Sending build context to Docker daemon 2.858MB [2020-03-19T14:59:58.958Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-19T14:59:58.958Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-19T14:59:58.958Z] ---> 292d56163075 [2020-03-19T14:59:58.958Z] Step 3/20 : ARG MAKE='make build' [2020-03-19T14:59:59.219Z] ---> Running in 615bad404e5d [2020-03-19T14:59:59.219Z] Removing intermediate container 615bad404e5d [2020-03-19T14:59:59.219Z] ---> d15123f027b1 [2020-03-19T14:59:59.219Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-19T14:59:59.219Z] ---> Running in 281538a5b967 [2020-03-19T14:59:59.478Z] Removing intermediate container 281538a5b967 [2020-03-19T14:59:59.478Z] ---> f250604b0558 [2020-03-19T14:59:59.478Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-19T14:59:59.478Z] ---> Running in 55e412199b11 [2020-03-19T14:59:59.739Z] Removing intermediate container 55e412199b11 [2020-03-19T14:59:59.739Z] ---> ee3770e0cadf [2020-03-19T14:59:59.739Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-19T14:59:59.739Z] ---> Running in 5691bc3e2569 [2020-03-19T15:00:00.309Z] Removing intermediate container 5691bc3e2569 [2020-03-19T15:00:00.309Z] ---> f4c77805a3ee [2020-03-19T15:00:00.309Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-19T15:00:00.309Z] ---> Running in e5a98d9b7264 [2020-03-19T15:00:00.876Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-19T15:00:01.445Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-19T15:00:01.704Z] OK: 143 MiB in 39 packages [2020-03-19T15:00:01.964Z] Removing intermediate container e5a98d9b7264 [2020-03-19T15:00:01.964Z] ---> 741633bc7f8e [2020-03-19T15:00:01.964Z] Step 8/20 : COPY . . [2020-03-19T15:00:02.228Z] ---> e2a0981de1b9 [2020-03-19T15:00:02.228Z] Step 9/20 : RUN ${MAKE} [2020-03-19T15:00:02.506Z] ---> Running in bd874e1df05f [2020-03-19T15:00:02.769Z] 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-03-19T15:00:10.449Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-19T15:00:10.449Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-19T15:00:10.449Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-19T15:00:10.449Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.039s coverage: 23.1% of statements [2020-03-19T15:00:10.449Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.200s coverage: 95.8% of statements [2020-03-19T15:00:10.449Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.093s coverage: 12.7% of statements [2020-03-19T15:00:10.449Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.026s coverage: 25.6% of statements [2020-03-19T15:00:15.062Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-19T15:00:19.370Z] Removing intermediate container bd874e1df05f [2020-03-19T15:00:19.370Z] ---> 04c0fd8babcd [2020-03-19T15:00:19.370Z] Step 10/20 : FROM scratch [2020-03-19T15:00:19.370Z] ---> [2020-03-19T15:00:19.370Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-19T15:00:19.370Z] ---> Running in 37c5dddc4d85 [2020-03-19T15:00:19.370Z] Removing intermediate container 37c5dddc4d85 [2020-03-19T15:00:19.370Z] ---> f05102929a45 [2020-03-19T15:00:19.371Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-19T15:00:19.371Z] ---> Running in a4cd9a2bf21c [2020-03-19T15:00:19.371Z] Removing intermediate container a4cd9a2bf21c [2020-03-19T15:00:19.371Z] ---> 411d3e8eb8c8 [2020-03-19T15:00:19.371Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-19T15:00:19.371Z] ---> Running in e5cb2ebd51e2 [2020-03-19T15:00:19.371Z] Removing intermediate container e5cb2ebd51e2 [2020-03-19T15:00:19.371Z] ---> 1abe8437338e [2020-03-19T15:00:19.371Z] Step 14/20 : WORKDIR / [2020-03-19T15:00:19.371Z] ---> Running in 31502d209e84 [2020-03-19T15:00:19.371Z] Removing intermediate container 31502d209e84 [2020-03-19T15:00:19.371Z] ---> 6633ad90eeef [2020-03-19T15:00:19.371Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-19T15:00:19.939Z] ---> 067c75c3e3ac [2020-03-19T15:00:19.939Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-19T15:00:19.939Z] ---> 207e4d80750a [2020-03-19T15:00:19.939Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-19T15:00:19.939Z] ---> Running in 77d81ac62fd5 [2020-03-19T15:00:20.198Z] Removing intermediate container 77d81ac62fd5 [2020-03-19T15:00:20.198Z] ---> 51994d8601ac [2020-03-19T15:00:20.198Z] Step 18/20 : LABEL arch=amd64 [2020-03-19T15:00:20.198Z] ---> Running in cb252124a0bd [2020-03-19T15:00:20.198Z] Removing intermediate container cb252124a0bd [2020-03-19T15:00:20.198Z] ---> c0ac7a0a9ba4 [2020-03-19T15:00:20.198Z] Step 19/20 : LABEL git_sha=7e6779071d1785200f65a0fe8010a7017e900106 [2020-03-19T15:00:20.461Z] ---> Running in 605e1171916c [2020-03-19T15:00:20.461Z] Removing intermediate container 605e1171916c [2020-03-19T15:00:20.461Z] ---> a78768127bff [2020-03-19T15:00:20.461Z] Step 20/20 : LABEL version=0.0.0 [2020-03-19T15:00:20.461Z] ---> Running in 70d07469f25a [2020-03-19T15:00:20.721Z] Removing intermediate container 70d07469f25a [2020-03-19T15:00:20.721Z] ---> ab6415fd2bac [2020-03-19T15:00:20.721Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-19T15:00:20.721Z] Successfully built ab6415fd2bac [2020-03-19T15:00:20.721Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-19T15:00:49.372Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.052s coverage: 30.0% of statements [2020-03-19T15:00:49.372Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.467s coverage: 42.3% of statements [2020-03-19T15:00:49.372Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-19T15:00:49.372Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-19T15:00:49.372Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.835s coverage: 79.5% of statements [2020-03-19T15:00:49.372Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-19T15:00:49.372Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-19T15:00:49.372Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-19T15:00:49.372Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.068s coverage: 52.6% of statements [2020-03-19T15:00:49.372Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.358s coverage: 76.1% of statements [2020-03-19T15:00:49.372Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-19T15:00:49.372Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-19T15:00:50.789Z] gofmt -l . [2020-03-19T15:00:50.789Z] [ "`gofmt -l .`" = "" ] [2020-03-19T15:00:51.057Z] ./bin/test-attribution-txt.sh [2020-03-19T15:00:52.017Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-19T15:00:52.314Z] Warning: overwriting stash ‘coverage-report’ [2020-03-19T15:00:52.755Z] Stashed 1 file(s) [Pipeline] } [2020-03-19T15:00:52.768Z] $ docker stop --time=1 61fd5adf63c08ab253cdd8e87893e75d74c2acde861b3bce3a5be08fd3057d50 [2020-03-19T15:00:54.883Z] $ docker rm -f 61fd5adf63c08ab253cdd8e87893e75d74c2acde861b3bce3a5be08fd3057d50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-19T15:00:56.400Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-19T15:00:56.741Z] + ls -al . [2020-03-19T15:00:56.741Z] total 240 [2020-03-19T15:00:56.741Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 19 15:00 . [2020-03-19T15:00:56.741Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 14:57 .. [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 19 14:57 .dockerignore [2020-03-19T15:00:56.741Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 14:57 .git [2020-03-19T15:00:56.741Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 14:57 .github [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 19 14:57 .gitignore [2020-03-19T15:00:56.741Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 14:58 .semver [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 936 Mar 19 14:57 Dockerfile.build [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 808 Mar 19 14:57 Jenkinsfile [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 19 14:57 LICENSE [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 892 Mar 19 14:57 Makefile [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 761 Mar 19 14:57 README.md [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 19 14:55 VERSION [2020-03-19T15:00:56.741Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 14:57 api [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 3321 Mar 19 14:57 async.go [2020-03-19T15:00:56.741Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 14:57 bin [2020-03-19T15:00:56.741Z] -rw-r--r-- 1 jenkins jenkins 100201 Mar 19 15:00 coverage.out [2020-03-19T15:00:56.741Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 14:57 example [2020-03-19T15:00:56.741Z] -rw-r--r-- 1 jenkins jenkins 536 Mar 19 15:00 go.mod [2020-03-19T15:00:56.741Z] -rw-r--r-- 1 jenkins jenkins 11140 Mar 19 15:00 go.sum [2020-03-19T15:00:56.741Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 19 14:57 internal [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 4352 Mar 19 14:57 manageddevices.go [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 5473 Mar 19 14:57 managedprofiles.go [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 3878 Mar 19 14:57 managedwatchers.go [2020-03-19T15:00:56.741Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 14:57 pkg [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 9817 Mar 19 14:57 service.go [2020-03-19T15:00:56.741Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 14:57 snap [2020-03-19T15:00:56.741Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 19 14:57 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-19T15:00:57.093Z] + 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=7e6779071d1785200f65a0fe8010a7017e900106 --label arch=arm64 --label version=0.0.0 . [2020-03-19T15:00:57.680Z] Sending build context to Docker daemon 2.858MB [2020-03-19T15:00:57.680Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-19T15:00:57.680Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-19T15:00:57.680Z] ---> fce639a414c1 [2020-03-19T15:00:57.680Z] Step 3/20 : ARG MAKE='make build' [2020-03-19T15:00:57.680Z] ---> Running in 203b6d145efc [2020-03-19T15:00:57.959Z] Removing intermediate container 203b6d145efc [2020-03-19T15:00:57.959Z] ---> 90d815d83179 [2020-03-19T15:00:57.959Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-19T15:00:58.225Z] ---> Running in 43e6c076dbdf [2020-03-19T15:00:58.492Z] Removing intermediate container 43e6c076dbdf [2020-03-19T15:00:58.492Z] ---> 4e4a448e4e3f [2020-03-19T15:00:58.492Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-19T15:00:58.759Z] ---> Running in 44051f239618 [2020-03-19T15:00:59.027Z] Removing intermediate container 44051f239618 [2020-03-19T15:00:59.028Z] ---> 40f2b1d7e6f4 [2020-03-19T15:00:59.028Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-19T15:00:59.028Z] ---> Running in ae1864b5c470 [2020-03-19T15:01:00.988Z] Removing intermediate container ae1864b5c470 [2020-03-19T15:01:00.988Z] ---> f6a895c7f961 [2020-03-19T15:01:00.988Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-19T15:01:00.988Z] ---> Running in a5a56672771a [2020-03-19T15:01:01.951Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-19T15:01:02.910Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-19T15:01:03.182Z] OK: 125 MiB in 39 packages [2020-03-19T15:01:04.590Z] Removing intermediate container a5a56672771a [2020-03-19T15:01:04.590Z] ---> 5154ec6d2038 [2020-03-19T15:01:04.590Z] Step 8/20 : COPY . . [2020-03-19T15:01:05.175Z] ---> 01267fe60fc4 [2020-03-19T15:01:05.175Z] Step 9/20 : RUN ${MAKE} [2020-03-19T15:01:05.442Z] ---> Running in 3f5dc360bdb9 [2020-03-19T15:01:06.415Z] 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-03-19T15:01:45.352Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-19T15:01:57.701Z] Removing intermediate container 3f5dc360bdb9 [2020-03-19T15:01:57.701Z] ---> 86fa09141645 [2020-03-19T15:01:57.701Z] Step 10/20 : FROM scratch [2020-03-19T15:01:57.701Z] ---> [2020-03-19T15:01:57.701Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-19T15:01:57.701Z] ---> Running in cf1369fef235 [2020-03-19T15:01:57.701Z] Removing intermediate container cf1369fef235 [2020-03-19T15:01:57.701Z] ---> dd16d2395f82 [2020-03-19T15:01:57.701Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-19T15:01:57.701Z] ---> Running in a871276dc154 [2020-03-19T15:01:57.701Z] Removing intermediate container a871276dc154 [2020-03-19T15:01:57.701Z] ---> 2962818b6535 [2020-03-19T15:01:57.701Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-19T15:01:57.701Z] ---> Running in f58643acc356 [2020-03-19T15:01:57.701Z] Removing intermediate container f58643acc356 [2020-03-19T15:01:57.701Z] ---> 1d14e3fbd726 [2020-03-19T15:01:57.701Z] Step 14/20 : WORKDIR / [2020-03-19T15:01:57.701Z] ---> Running in 43474265b932 [2020-03-19T15:01:57.970Z] Removing intermediate container 43474265b932 [2020-03-19T15:01:57.970Z] ---> e43575f91d54 [2020-03-19T15:01:57.970Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-19T15:01:58.932Z] ---> 9fc5afd62d24 [2020-03-19T15:01:58.932Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-19T15:01:59.519Z] ---> 8f6772ed0848 [2020-03-19T15:01:59.519Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-19T15:01:59.787Z] ---> Running in 97a5c07c8e8a [2020-03-19T15:02:00.058Z] Removing intermediate container 97a5c07c8e8a [2020-03-19T15:02:00.058Z] ---> 583c0c4ce24e [2020-03-19T15:02:00.058Z] Step 18/20 : LABEL arch=arm64 [2020-03-19T15:02:00.058Z] ---> Running in a69eebe69e2d [2020-03-19T15:02:00.327Z] Removing intermediate container a69eebe69e2d [2020-03-19T15:02:00.327Z] ---> 20c698121444 [2020-03-19T15:02:00.327Z] Step 19/20 : LABEL git_sha=7e6779071d1785200f65a0fe8010a7017e900106 [2020-03-19T15:02:00.595Z] ---> Running in bc5e10925cfa [2020-03-19T15:02:00.863Z] Removing intermediate container bc5e10925cfa [2020-03-19T15:02:00.863Z] ---> efa81544c692 [2020-03-19T15:02:00.863Z] Step 20/20 : LABEL version=0.0.0 [2020-03-19T15:02:01.128Z] ---> Running in cb558702aa84 [2020-03-19T15:02:01.397Z] Removing intermediate container cb558702aa84 [2020-03-19T15:02:01.397Z] ---> 523fccd8a1e4 [2020-03-19T15:02:01.397Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-19T15:02:01.397Z] Successfully built 523fccd8a1e4 [2020-03-19T15:02:01.397Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-03-19T15:02:03.175Z] provisioning config files... [2020-03-19T15:02:03.187Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/config104671401051811974tmp [Pipeline] { [Pipeline] sh [2020-03-19T15:02:03.603Z] + curl -s https://codecov.io/bash [2020-03-19T15:02:03.603Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/config104671401051811974tmp [2020-03-19T15:02:03.865Z] [2020-03-19T15:02:03.865Z] _____ _ [2020-03-19T15:02:03.865Z] / ____| | | [2020-03-19T15:02:03.865Z] | | ___ __| | ___ ___ _____ __ [2020-03-19T15:02:03.865Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-19T15:02:03.865Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-19T15:02:03.865Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-19T15:02:03.865Z] Bash-tbd [2020-03-19T15:02:03.865Z] [2020-03-19T15:02:03.865Z] [2020-03-19T15:02:03.865Z] ==> Jenkins CI detected. [2020-03-19T15:02:03.865Z] project root: . [2020-03-19T15:02:03.865Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-19T15:02:03.865Z] ==> Running gcov in . (disable via -X gcov) [2020-03-19T15:02:03.865Z] ==> Python coveragepy not found [2020-03-19T15:02:03.865Z] ==> Searching for coverage reports in: [2020-03-19T15:02:03.865Z] + . [2020-03-19T15:02:03.865Z] -> Found 1 reports [2020-03-19T15:02:03.865Z] ==> Detecting git/mercurial file structure [2020-03-19T15:02:03.865Z] ==> Reading reports [2020-03-19T15:02:03.865Z] + ./coverage.out bytes=100201 [2020-03-19T15:02:03.865Z] ==> Appending adjustments [2020-03-19T15:02:03.865Z] http://docs.codecov.io/docs/fixing-reports [2020-03-19T15:02:04.124Z] + Found adjustments [2020-03-19T15:02:04.124Z] ==> Gzipping contents [2020-03-19T15:02:04.124Z] ==> Uploading reports [2020-03-19T15:02:04.124Z] url: https://codecov.io [2020-03-19T15:02:04.124Z] query: branch=PR-467&commit=7e6779071d1785200f65a0fe8010a7017e900106&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-467%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=467&job= [2020-03-19T15:02:04.124Z] -> Pinging Codecov [2020-03-19T15:02:04.124Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-467&commit=7e6779071d1785200f65a0fe8010a7017e900106&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-467%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=467&job= [2020-03-19T15:02:04.383Z] -> Sleeping for 30s and trying again... [2020-03-19T15:02:36.481Z] -> Pinging Codecov [2020-03-19T15:02:36.481Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-467&commit=7e6779071d1785200f65a0fe8010a7017e900106&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-467%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=467&job= [2020-03-19T15:02:36.481Z] -> Uploading [2020-03-19T15:02:36.481Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7e6779071d1785200f65a0fe8010a7017e900106 [Pipeline] } [2020-03-19T15:02:36.502Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-03-19T15:02:38.207Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-19T15:02:38.545Z] ---> package-listing.sh [2020-03-19T15:02:38.545Z] ++ facter osfamily [2020-03-19T15:02:38.545Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-19T15:02:38.545Z] + OS_FAMILY=redhat [2020-03-19T15:02:38.545Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-467 [2020-03-19T15:02:38.545Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-19T15:02:38.545Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-19T15:02:38.545Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-19T15:02:38.545Z] + PACKAGES=/tmp/packages_start.txt [2020-03-19T15:02:38.545Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-467 ']' [2020-03-19T15:02:38.545Z] + PACKAGES=/tmp/packages_end.txt [2020-03-19T15:02:38.545Z] + case "${OS_FAMILY}" in [2020-03-19T15:02:38.545Z] + rpm -qa [2020-03-19T15:02:38.545Z] + sort [2020-03-19T15:02:42.745Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-19T15:02:42.746Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-19T15:02:42.746Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-19T15:02:42.746Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-467 ']' [2020-03-19T15:02:42.746Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-467/archives/ [2020-03-19T15:02:42.746Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-467/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-19T15:02:43.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-19T15:02:43.240Z] [2020-03-19T15:02:43.240Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-19T15:02:43.607Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-19T15:02:43.607Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-19T15:02:43.607Z] c9b1b535fdd9: Pulling fs layer [2020-03-19T15:02:43.607Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-19T15:02:43.607Z] 756a868c4378: Pulling fs layer [2020-03-19T15:02:43.607Z] 444b2fc9a129: Pulling fs layer [2020-03-19T15:02:43.607Z] ea15f1150254: Pulling fs layer [2020-03-19T15:02:43.607Z] 41b27a9f41bf: Pulling fs layer [2020-03-19T15:02:43.607Z] 28c525ee5125: Pulling fs layer [2020-03-19T15:02:43.607Z] 094b1ea09ed8: Pulling fs layer [2020-03-19T15:02:43.607Z] 138eaada9080: Pulling fs layer [2020-03-19T15:02:43.607Z] 0622d0fa9048: Pulling fs layer [2020-03-19T15:02:43.607Z] 444b2fc9a129: Waiting [2020-03-19T15:02:43.607Z] ea15f1150254: Waiting [2020-03-19T15:02:43.607Z] 41b27a9f41bf: Waiting [2020-03-19T15:02:43.607Z] 28c525ee5125: Waiting [2020-03-19T15:02:43.607Z] 094b1ea09ed8: Waiting [2020-03-19T15:02:43.607Z] 138eaada9080: Waiting [2020-03-19T15:02:43.607Z] 0622d0fa9048: Waiting [2020-03-19T15:02:43.607Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-19T15:02:43.607Z] 2cc5ad85d9ab: Download complete [2020-03-19T15:02:43.607Z] 444b2fc9a129: Verifying Checksum [2020-03-19T15:02:43.607Z] 444b2fc9a129: Download complete [2020-03-19T15:02:43.607Z] c9b1b535fdd9: Verifying Checksum [2020-03-19T15:02:43.607Z] c9b1b535fdd9: Download complete [2020-03-19T15:02:43.876Z] ea15f1150254: Verifying Checksum [2020-03-19T15:02:43.876Z] ea15f1150254: Download complete [2020-03-19T15:02:43.876Z] 28c525ee5125: Verifying Checksum [2020-03-19T15:02:43.876Z] 28c525ee5125: Download complete [2020-03-19T15:02:43.876Z] c9b1b535fdd9: Pull complete [2020-03-19T15:02:44.144Z] 2cc5ad85d9ab: Pull complete [2020-03-19T15:02:44.144Z] 756a868c4378: Verifying Checksum [2020-03-19T15:02:44.144Z] 756a868c4378: Download complete [2020-03-19T15:02:44.414Z] 138eaada9080: Verifying Checksum [2020-03-19T15:02:44.414Z] 138eaada9080: Download complete [2020-03-19T15:02:44.414Z] 0622d0fa9048: Verifying Checksum [2020-03-19T15:02:44.414Z] 0622d0fa9048: Download complete [2020-03-19T15:02:44.679Z] 094b1ea09ed8: Verifying Checksum [2020-03-19T15:02:44.679Z] 094b1ea09ed8: Download complete [2020-03-19T15:02:44.941Z] 41b27a9f41bf: Verifying Checksum [2020-03-19T15:02:44.941Z] 41b27a9f41bf: Download complete [2020-03-19T15:02:45.887Z] 756a868c4378: Pull complete [2020-03-19T15:02:45.887Z] 444b2fc9a129: Pull complete [2020-03-19T15:02:46.151Z] ea15f1150254: Pull complete [2020-03-19T15:02:49.441Z] 41b27a9f41bf: Pull complete [2020-03-19T15:02:49.441Z] 28c525ee5125: Pull complete [2020-03-19T15:02:52.015Z] 094b1ea09ed8: Pull complete [2020-03-19T15:02:52.015Z] 138eaada9080: Pull complete [2020-03-19T15:02:52.015Z] 0622d0fa9048: Pull complete [2020-03-19T15:02:52.015Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-19T15:02:52.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-19T15:02:52.450Z] prd-centos7-docker-4c-2g-17 does not seem to be running inside a container [2020-03-19T15:02:52.498Z] $ 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-467 -v /w/workspace/dgexfoundry_device-sdk-go_PR-467:/w/workspace/dgexfoundry_device-sdk-go_PR-467:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-467@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-19T15:02:53.553Z] $ docker top 5d9abd1e74aa679d38ec66f7fccfdd14f2745b1f3a7dfb23dba4ac6bd74f9aa4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-19T15:02:53.876Z] provisioning config files... [2020-03-19T15:02:53.894Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/config2363249130970895138tmp [Pipeline] { [Pipeline] echo [2020-03-19T15:02:53.993Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-19T15:02:54.318Z] ---> create-netrc.sh [Pipeline] echo [2020-03-19T15:02:54.341Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-19T15:02:54.671Z] ---> logs-deploy.sh [2020-03-19T15:02:54.671Z] + ARCHIVE_ARTIFACTS= [2020-03-19T15:02:54.671Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-19T15:02:54.671Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-19T15:02:54.671Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-19T15:02:54.671Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-467/1 [2020-03-19T15:02:54.671Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-467/1/ [2020-03-19T15:02:54.671Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-467/1 /w/workspace/dgexfoundry_device-sdk-go_PR-467 [2020-03-19T15:02:56.052Z] Archives upload complete. [2020-03-19T15:02:56.052Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-467/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-467/1/ [2020-03-19T15:02:56.621Z] ---> uname -a: [2020-03-19T15:02:56.621Z] Linux 5d9abd1e74aa 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-19T15:02:56.621Z] [2020-03-19T15:02:56.621Z] [2020-03-19T15:02:56.621Z] ---> lscpu: [2020-03-19T15:02:56.621Z] Architecture: x86_64 [2020-03-19T15:02:56.621Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-19T15:02:56.621Z] Byte Order: Little Endian [2020-03-19T15:02:56.621Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-19T15:02:56.621Z] CPU(s): 4 [2020-03-19T15:02:56.621Z] On-line CPU(s) list: 0-3 [2020-03-19T15:02:56.621Z] Thread(s) per core: 1 [2020-03-19T15:02:56.621Z] Core(s) per socket: 1 [2020-03-19T15:02:56.621Z] Socket(s): 4 [2020-03-19T15:02:56.621Z] NUMA node(s): 1 [2020-03-19T15:02:56.621Z] Vendor ID: GenuineIntel [2020-03-19T15:02:56.621Z] CPU family: 6 [2020-03-19T15:02:56.621Z] Model: 44 [2020-03-19T15:02:56.621Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-19T15:02:56.621Z] Stepping: 1 [2020-03-19T15:02:56.621Z] CPU MHz: 2933.442 [2020-03-19T15:02:56.622Z] BogoMIPS: 5866.88 [2020-03-19T15:02:56.622Z] Virtualization: VT-x [2020-03-19T15:02:56.622Z] Hypervisor vendor: KVM [2020-03-19T15:02:56.622Z] Virtualization type: full [2020-03-19T15:02:56.622Z] L1d cache: 128 KiB [2020-03-19T15:02:56.622Z] L1i cache: 128 KiB [2020-03-19T15:02:56.622Z] L2 cache: 16 MiB [2020-03-19T15:02:56.622Z] L3 cache: 64 MiB [2020-03-19T15:02:56.622Z] NUMA node0 CPU(s): 0-3 [2020-03-19T15:02:56.622Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-19T15:02:56.622Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-19T15:02:56.622Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-19T15:02:56.622Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-19T15:02:56.622Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-19T15:02:56.622Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] ---> nproc: [2020-03-19T15:02:56.622Z] 4 [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] ---> df -h: [2020-03-19T15:02:56.622Z] Filesystem Size Used Available Use% Mounted on [2020-03-19T15:02:56.622Z] overlay 50.0G 6.4G 43.6G 13% / [2020-03-19T15:02:56.622Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-03-19T15:02:56.622Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-03-19T15:02:56.622Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-03-19T15:02:56.622Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf [2020-03-19T15:02:56.622Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname [2020-03-19T15:02:56.622Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts [2020-03-19T15:02:56.622Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-467 [2020-03-19T15:02:56.622Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp [2020-03-19T15:02:56.622Z] /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] ---> free -m: [2020-03-19T15:02:56.622Z] total used free shared buff/cache available [2020-03-19T15:02:56.622Z] Mem: 1838 608 75 0 1154 1126 [2020-03-19T15:02:56.622Z] Swap: 1023 0 1023 [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] ---> ip addr: [2020-03-19T15:02:56.622Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-03-19T15:02:56.622Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-03-19T15:02:56.622Z] inet 127.0.0.1/8 scope host lo [2020-03-19T15:02:56.622Z] valid_lft forever preferred_lft forever [2020-03-19T15:02:56.622Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-03-19T15:02:56.622Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-03-19T15:02:56.622Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-03-19T15:02:56.622Z] valid_lft forever preferred_lft forever [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] ---> sar -b -r -n DEV: [2020-03-19T15:02:56.622Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/19/20 _x86_64_ (4 CPU) [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] 14:54:41 LINUX RESTART [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] 14:55:02 tps rtps wtps bread/s bwrtn/s [2020-03-19T15:02:56.622Z] 14:56:01 99.80 33.80 66.00 4810.02 29990.72 [2020-03-19T15:02:56.622Z] 14:57:01 3.70 0.00 3.70 0.00 114.99 [2020-03-19T15:02:56.622Z] 14:58:01 0.28 0.00 0.28 0.00 3.88 [2020-03-19T15:02:56.622Z] 14:59:01 0.30 0.00 0.30 0.00 3.01 [2020-03-19T15:02:56.622Z] 15:00:01 0.25 0.00 0.25 0.00 3.46 [2020-03-19T15:02:56.622Z] 15:01:01 0.40 0.02 0.38 0.13 5.19 [2020-03-19T15:02:56.622Z] 15:02:01 0.50 0.13 0.37 2.66 6.63 [2020-03-19T15:02:56.622Z] Average: 14.84 4.78 10.05 677.99 4244.47 [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] 14:55:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-03-19T15:02:56.622Z] 14:56:01 106752 1775552 94.33 2620 1230048 951240 32.46 432904 1181272 16 [2020-03-19T15:02:56.622Z] 14:57:01 115600 1766704 93.86 2620 1230268 918460 31.34 433052 1175644 16 [2020-03-19T15:02:56.622Z] 14:58:01 115180 1767124 93.88 2620 1230272 911468 31.10 433620 1175628 16 [2020-03-19T15:02:56.622Z] 14:59:01 115384 1766920 93.87 2620 1230272 911456 31.10 433632 1175628 8 [2020-03-19T15:02:56.622Z] 15:00:01 116680 1765624 93.80 2620 1230280 911264 31.09 432440 1175628 16 [2020-03-19T15:02:56.622Z] 15:01:01 115256 1767048 93.88 2620 1230284 913692 31.17 433764 1175628 8 [2020-03-19T15:02:56.622Z] 15:02:01 116300 1766004 93.82 2620 1230440 911900 31.11 432632 1175716 8 [2020-03-19T15:02:56.622Z] Average: 114450 1767854 93.92 2620 1230266 918497 31.34 433149 1176449 13 [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] 14:55:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-03-19T15:02:56.622Z] 14:56:01 eth0 428.42 278.08 1044.34 103.42 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:56:01 docker0 4.93 3.86 0.77 15.49 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:57:01 eth0 2.43 0.67 2.03 0.05 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:58:01 eth0 0.85 0.42 0.31 0.21 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:59:01 eth0 0.45 0.30 0.27 0.20 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 14:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 15:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 15:01:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 15:02:01 eth0 0.47 0.10 0.04 0.01 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] Average: eth0 61.01 39.43 147.52 14.65 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] Average: docker0 0.69 0.54 0.11 2.18 0.00 0.00 0.00 [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] ---> sar -P ALL: [2020-03-19T15:02:56.622Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/19/20 _x86_64_ (4 CPU) [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] 14:54:41 LINUX RESTART [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] 14:55:02 CPU %user %nice %system %iowait %steal %idle [2020-03-19T15:02:56.622Z] 14:56:01 all 13.31 0.00 6.00 6.35 0.01 74.34 [2020-03-19T15:02:56.622Z] 14:56:01 0 13.11 0.00 6.18 8.17 0.02 72.52 [2020-03-19T15:02:56.622Z] 14:56:01 1 12.96 0.00 6.54 7.60 0.02 72.88 [2020-03-19T15:02:56.622Z] 14:56:01 2 13.01 0.00 5.70 4.93 0.00 76.35 [2020-03-19T15:02:56.622Z] 14:56:01 3 14.15 0.00 5.57 4.71 0.00 75.57 [2020-03-19T15:02:56.622Z] 14:57:01 all 0.10 0.00 0.07 0.00 0.00 99.83 [2020-03-19T15:02:56.622Z] 14:57:01 0 0.12 0.00 0.07 0.00 0.00 99.82 [2020-03-19T15:02:56.622Z] 14:57:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-19T15:02:56.622Z] 14:57:01 2 0.08 0.00 0.08 0.00 0.00 99.83 [2020-03-19T15:02:56.622Z] 14:57:01 3 0.12 0.00 0.08 0.00 0.02 99.78 [2020-03-19T15:02:56.622Z] 14:58:01 all 0.12 0.00 0.05 0.00 0.00 99.83 [2020-03-19T15:02:56.622Z] 14:58:01 0 0.23 0.00 0.05 0.00 0.00 99.72 [2020-03-19T15:02:56.622Z] 14:58:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-19T15:02:56.622Z] 14:58:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2020-03-19T15:02:56.622Z] 14:58:01 3 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-19T15:02:56.622Z] 14:59:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2020-03-19T15:02:56.622Z] 14:59:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-19T15:02:56.622Z] 14:59:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-19T15:02:56.622Z] 14:59:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-19T15:02:56.622Z] 14:59:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-19T15:02:56.622Z] 15:00:01 all 0.19 0.00 0.05 0.00 0.00 99.75 [2020-03-19T15:02:56.622Z] 15:00:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2020-03-19T15:02:56.622Z] 15:00:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-19T15:02:56.622Z] 15:00:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-19T15:02:56.622Z] 15:00:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-19T15:02:56.622Z] 15:01:01 all 0.18 0.00 0.05 0.00 0.00 99.76 [2020-03-19T15:02:56.622Z] 15:01:01 0 0.15 0.00 0.03 0.00 0.00 99.82 [2020-03-19T15:02:56.622Z] 15:01:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-19T15:02:56.622Z] 15:01:01 2 0.45 0.00 0.07 0.00 0.00 99.48 [2020-03-19T15:02:56.622Z] 15:01:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-19T15:02:56.622Z] 15:02:01 all 0.17 0.00 0.06 0.00 0.00 99.76 [2020-03-19T15:02:56.622Z] 15:02:01 0 0.28 0.00 0.05 0.00 0.00 99.67 [2020-03-19T15:02:56.622Z] 15:02:01 1 0.08 0.00 0.08 0.00 0.00 99.83 [2020-03-19T15:02:56.622Z] 15:02:01 2 0.27 0.00 0.07 0.00 0.00 99.67 [2020-03-19T15:02:56.622Z] 15:02:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2020-03-19T15:02:56.622Z] Average: all 2.00 0.00 0.89 0.89 0.00 96.23 [2020-03-19T15:02:56.622Z] Average: 0 2.10 0.00 0.90 1.14 0.00 95.86 [2020-03-19T15:02:56.622Z] Average: 1 1.89 0.00 0.97 1.06 0.00 96.08 [2020-03-19T15:02:56.622Z] Average: 2 1.96 0.00 0.84 0.69 0.00 96.51 [2020-03-19T15:02:56.622Z] Average: 3 2.04 0.00 0.83 0.66 0.00 96.47 [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.622Z] [2020-03-19T15:02:56.623Z]