Branch indexing 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 hahattan for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 1a07617a55e4200b889676e00db141fb8b6dd4d0 rather than 501496e59d39e4a909b81ebc8a3f6eee9a7d590b Obtained Jenkinsfile from 1a07617a55e4200b889676e00db141fb8b6dd4d0 Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 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 [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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-10570 in /w/workspace/dgexfoundry_device-sdk-go_PR-461 [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-461 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/461/head:refs/remotes/origin/PR-461 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1a07617a55e4200b889676e00db141fb8b6dd4d0 into PR head commit 501496e59d39e4a909b81ebc8a3f6eee9a7d590b Merge succeeded, producing 2ad704c6b9b7f4f681c222abe4755802de3cc221 Checking out Revision 2ad704c6b9b7f4f681c222abe4755802de3cc221 (PR-461) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/461/head:refs/remotes/origin/PR-461 # 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/461/head:refs/remotes/origin/PR-461 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 501496e59d39e4a909b81ebc8a3f6eee9a7d590b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1a07617a55e4200b889676e00db141fb8b6dd4d0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2ad704c6b9b7f4f681c222abe4755802de3cc221 # timeout=10 Commit message: "Merge commit '1a07617a55e4200b889676e00db141fb8b6dd4d0' into HEAD" > git rev-list --no-walk 501496e59d39e4a909b81ebc8a3f6eee9a7d590b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-10T18:41:50.168Z] 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-10T18:41:52.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-10T18:41:52.545Z] [2020-03-10T18:41:52.545Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:41:53.537Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-10T18:41:53.537Z] latest: Pulling from edgex-devops/git-semver [2020-03-10T18:41:53.537Z] 9123ac7c32f7: Pulling fs layer [2020-03-10T18:41:53.537Z] b8cc5d1170e3: Pulling fs layer [2020-03-10T18:41:53.537Z] 2924cbbf6a41: Pulling fs layer [2020-03-10T18:41:53.537Z] 93b08a4f1073: Pulling fs layer [2020-03-10T18:41:53.537Z] 93b08a4f1073: Waiting [2020-03-10T18:41:53.537Z] b8cc5d1170e3: Verifying Checksum [2020-03-10T18:41:53.537Z] b8cc5d1170e3: Download complete [2020-03-10T18:41:53.798Z] 9123ac7c32f7: Verifying Checksum [2020-03-10T18:41:53.798Z] 9123ac7c32f7: Download complete [2020-03-10T18:41:53.798Z] 2924cbbf6a41: Verifying Checksum [2020-03-10T18:41:53.798Z] 2924cbbf6a41: Download complete [2020-03-10T18:41:53.798Z] 93b08a4f1073: Verifying Checksum [2020-03-10T18:41:53.798Z] 93b08a4f1073: Download complete [2020-03-10T18:41:54.060Z] 9123ac7c32f7: Pull complete [2020-03-10T18:41:54.060Z] b8cc5d1170e3: Pull complete [2020-03-10T18:41:54.632Z] 2924cbbf6a41: Pull complete [2020-03-10T18:41:54.891Z] 93b08a4f1073: Pull complete [2020-03-10T18:41:54.891Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-10T18:41:54.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-10T18:41:55.029Z] prd-centos7-docker-4c-2g-10570 does not seem to be running inside a container [2020-03-10T18:41:55.075Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-461 -v /w/workspace/dgexfoundry_device-sdk-go_PR-461:/w/workspace/dgexfoundry_device-sdk-go_PR-461:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-10T18:41:55.750Z] $ docker top 8d9751c1c8e2c1ace011eaace359a51a7b96d6f055586d23abe9c2412db84408 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-10T18:41:56.530Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-10T18:41:56.530Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-10T18:41:56.783Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-10T18:41:56.790Z] $ docker exec 8d9751c1c8e2c1ace011eaace359a51a7b96d6f055586d23abe9c2412db84408 ssh-agent [2020-03-10T18:41:57.005Z] SSH_AUTH_SOCK=/tmp/ssh-81sPxUNcOMwj/agent.15 [2020-03-10T18:41:57.005Z] SSH_AGENT_PID=22 [2020-03-10T18:41:57.022Z] Running ssh-add (command line suppressed) [2020-03-10T18:41:57.192Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp/private_key_3600208053286828300.key (/w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp/private_key_3600208053286828300.key) [2020-03-10T18:41:57.254Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-10T18:41:57.583Z] + git describe --exact-match --tags HEAD [2020-03-10T18:41:57.584Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-10T18:41:57.648Z] $ docker exec --env ******** --env ******** 8d9751c1c8e2c1ace011eaace359a51a7b96d6f055586d23abe9c2412db84408 ssh-agent -k [2020-03-10T18:41:57.797Z] unset SSH_AUTH_SOCK; [2020-03-10T18:41:57.797Z] unset SSH_AGENT_PID; [2020-03-10T18:41:57.797Z] echo Agent pid 22 killed; [2020-03-10T18:41:57.844Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-10T18:41:57.922Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-10T18:41:57.922Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-10T18:41:58.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-10T18:41:58.010Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-10T18:41:58.211Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-10T18:41:58.218Z] $ docker exec 8d9751c1c8e2c1ace011eaace359a51a7b96d6f055586d23abe9c2412db84408 ssh-agent [2020-03-10T18:41:58.397Z] SSH_AUTH_SOCK=/tmp/ssh-4bLqGL9uT4TN/agent.58 [2020-03-10T18:41:58.397Z] SSH_AGENT_PID=65 [2020-03-10T18:41:58.405Z] Running ssh-add (command line suppressed) [2020-03-10T18:41:58.573Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp/private_key_3637949494692121688.key (/w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp/private_key_3637949494692121688.key) [2020-03-10T18:41:58.620Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-10T18:41:58.972Z] + git semver init [2020-03-10T18:41:58.972Z] # -> Open(): unable to determine branch for HEAD [2020-03-10T18:41:58.972Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-461/.git [2020-03-10T18:41:58.972Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-461 [2020-03-10T18:41:58.972Z] # $SEMVER_REMOTE_NAME = origin [2020-03-10T18:41:58.972Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-10T18:41:58.972Z] # $SEMVER_USER_NAME = jenkins [2020-03-10T18:41:58.972Z] # $SEMVER_BRANCH = PR-461 [2020-03-10T18:41:58.972Z] # $SEMVER_TEMP = /tmp/semver-017473267 [2020-03-10T18:41:58.972Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-03-10T18:41:59.910Z] # '/tmp/semver-017473267' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-461/.semver' [2020-03-10T18:41:59.910Z] # -> Force: false [2020-03-10T18:41:59.910Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-461/.semver [Pipeline] } [2020-03-10T18:41:59.923Z] $ docker exec --env ******** --env ******** 8d9751c1c8e2c1ace011eaace359a51a7b96d6f055586d23abe9c2412db84408 ssh-agent -k [2020-03-10T18:42:00.075Z] unset SSH_AUTH_SOCK; [2020-03-10T18:42:00.075Z] unset SSH_AGENT_PID; [2020-03-10T18:42:00.075Z] echo Agent pid 65 killed; [2020-03-10T18:42:00.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-10T18:42:00.554Z] + git semver [Pipeline] } [2020-03-10T18:42:00.572Z] $ docker stop --time=1 8d9751c1c8e2c1ace011eaace359a51a7b96d6f055586d23abe9c2412db84408 [2020-03-10T18:42:01.923Z] $ docker rm -f 8d9751c1c8e2c1ace011eaace359a51a7b96d6f055586d23abe9c2412db84408 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-10T18:42:02.750Z] Stashed 31 file(s) [Pipeline] echo [2020-03-10T18:42:02.752Z] [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-10T18:42:18.025Z] Still waiting to schedule task [2020-03-10T18:42:18.025Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-10T18:42:18.027Z] Still waiting to schedule task [2020-03-10T18:42:18.027Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-03-10T18:43:32.193Z] Running on prd-centos7-docker-4c-2g-10583 in /w/workspace/dgexfoundry_device-sdk-go_PR-461 [Pipeline] { [Pipeline] ws [2020-03-10T18:43:32.231Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-03-10T18:43:37.525Z] using credential edgex-jenkins-ssh [2020-03-10T18:43:37.569Z] Cloning the remote Git repository [2020-03-10T18:43:37.569Z] Cloning with configured refspecs honoured and without tags [2020-03-10T18:43:38.442Z] Fetching without tags [2020-03-10T18:43:37.604Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T18:43:37.676Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-03-10T18:43:37.746Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T18:43:37.746Z] > git --version # timeout=10 [2020-03-10T18:43:37.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T18:43:37.803Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/461/head:refs/remotes/origin/PR-461 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T18:43:38.372Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-10T18:43:38.386Z] > git config --add remote.origin.fetch +refs/pull/461/head:refs/remotes/origin/PR-461 # timeout=10 [2020-03-10T18:43:38.407Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T18:43:38.436Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-10T18:43:38.449Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T18:43:38.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T18:43:38.455Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/461/head:refs/remotes/origin/PR-461 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T18:43:38.905Z] Merging remotes/origin/master commit 1a07617a55e4200b889676e00db141fb8b6dd4d0 into PR head commit 501496e59d39e4a909b81ebc8a3f6eee9a7d590b [2020-03-10T18:43:39.127Z] Merge succeeded, producing 24818b85819d64cf826278601c9d759b834dd1ff [2020-03-10T18:43:39.127Z] Checking out Revision 24818b85819d64cf826278601c9d759b834dd1ff (PR-461) [2020-03-10T18:43:38.916Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T18:43:38.946Z] > git checkout -f 501496e59d39e4a909b81ebc8a3f6eee9a7d590b # timeout=10 [2020-03-10T18:43:39.011Z] > git remote # timeout=10 [2020-03-10T18:43:39.020Z] > git config --get remote.origin.url # timeout=10 [2020-03-10T18:43:39.029Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T18:43:39.034Z] > git merge 1a07617a55e4200b889676e00db141fb8b6dd4d0 # timeout=10 [2020-03-10T18:43:39.087Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-10T18:43:39.135Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T18:43:39.210Z] > git checkout -f 24818b85819d64cf826278601c9d759b834dd1ff # timeout=10 [2020-03-10T18:43:44.357Z] Commit message: "Merge commit '1a07617a55e4200b889676e00db141fb8b6dd4d0' into HEAD" [2020-03-10T18:43:44.370Z] > git rev-list --no-walk 501496e59d39e4a909b81ebc8a3f6eee9a7d590b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-10T18:43:45.797Z] ========================================================= [2020-03-10T18:43:45.797Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-10T18:43:45.797Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:43:46.542Z] + 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-10T18:43:47.132Z] Sending build context to Docker daemon 2.677MB [2020-03-10T18:43:47.132Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-10T18:43:47.132Z] Step 2/8 : FROM ${BASE} [2020-03-10T18:43:47.434Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-10T18:43:47.434Z] e6b0cf9c0882: Pulling fs layer [2020-03-10T18:43:47.434Z] 2848faf0eed1: Pulling fs layer [2020-03-10T18:43:47.434Z] 0f37312ad70f: Pulling fs layer [2020-03-10T18:43:47.434Z] 5788d62ee057: Pulling fs layer [2020-03-10T18:43:47.434Z] 0e6b1d234666: Pulling fs layer [2020-03-10T18:43:47.434Z] bf5d7aec512f: Pulling fs layer [2020-03-10T18:43:47.434Z] 34c802a77dc8: Pulling fs layer [2020-03-10T18:43:47.434Z] 9eb99e56ec68: Pulling fs layer [2020-03-10T18:43:47.434Z] 27c7a5d97fbd: Pulling fs layer [2020-03-10T18:43:47.434Z] 5c102a31e300: Pulling fs layer [2020-03-10T18:43:47.434Z] dcfb455df0a1: Pulling fs layer [2020-03-10T18:43:47.434Z] 5788d62ee057: Waiting [2020-03-10T18:43:47.434Z] 0e6b1d234666: Waiting [2020-03-10T18:43:47.434Z] bf5d7aec512f: Waiting [2020-03-10T18:43:47.434Z] 34c802a77dc8: Waiting [2020-03-10T18:43:47.434Z] 9eb99e56ec68: Waiting [2020-03-10T18:43:47.434Z] 27c7a5d97fbd: Waiting [2020-03-10T18:43:47.434Z] 5c102a31e300: Waiting [2020-03-10T18:43:47.434Z] dcfb455df0a1: Waiting [2020-03-10T18:43:47.434Z] 0f37312ad70f: Download complete [2020-03-10T18:43:47.434Z] 2848faf0eed1: Verifying Checksum [2020-03-10T18:43:47.434Z] 2848faf0eed1: Download complete [2020-03-10T18:43:47.434Z] 0e6b1d234666: Verifying Checksum [2020-03-10T18:43:47.434Z] 0e6b1d234666: Download complete [2020-03-10T18:43:47.717Z] bf5d7aec512f: Verifying Checksum [2020-03-10T18:43:47.717Z] bf5d7aec512f: Download complete [2020-03-10T18:43:47.717Z] e6b0cf9c0882: Verifying Checksum [2020-03-10T18:43:47.717Z] e6b0cf9c0882: Download complete [2020-03-10T18:43:48.059Z] e6b0cf9c0882: Pull complete [2020-03-10T18:43:48.399Z] 2848faf0eed1: Pull complete [2020-03-10T18:43:48.731Z] 0f37312ad70f: Pull complete [2020-03-10T18:43:52.958Z] 34c802a77dc8: Verifying Checksum [2020-03-10T18:43:52.958Z] 34c802a77dc8: Download complete [2020-03-10T18:43:52.958Z] 27c7a5d97fbd: Verifying Checksum [2020-03-10T18:43:52.958Z] 27c7a5d97fbd: Download complete [2020-03-10T18:43:54.911Z] 5788d62ee057: Download complete [2020-03-10T18:43:54.911Z] 9eb99e56ec68: Verifying Checksum [2020-03-10T18:43:54.911Z] 9eb99e56ec68: Download complete [2020-03-10T18:43:54.911Z] 5c102a31e300: Verifying Checksum [2020-03-10T18:43:54.911Z] 5c102a31e300: Download complete [2020-03-10T18:43:54.911Z] dcfb455df0a1: Verifying Checksum [2020-03-10T18:43:54.911Z] dcfb455df0a1: Download complete [2020-03-10T18:44:05.161Z] 5788d62ee057: Pull complete [2020-03-10T18:44:05.161Z] 0e6b1d234666: Pull complete [2020-03-10T18:44:05.161Z] bf5d7aec512f: Pull complete [2020-03-10T18:44:07.787Z] 34c802a77dc8: Pull complete [2020-03-10T18:44:12.127Z] 9eb99e56ec68: Pull complete [2020-03-10T18:44:12.127Z] 27c7a5d97fbd: Pull complete [2020-03-10T18:44:12.725Z] 5c102a31e300: Pull complete [2020-03-10T18:44:13.010Z] dcfb455df0a1: Pull complete [2020-03-10T18:44:13.010Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-10T18:44:13.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-10T18:44:13.010Z] ---> 7c70fe431013 [2020-03-10T18:44:13.010Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T18:44:13.010Z] ---> Running in 766f6905246a [2020-03-10T18:44:13.280Z] Removing intermediate container 766f6905246a [2020-03-10T18:44:13.280Z] ---> b259e595ddf2 [2020-03-10T18:44:13.280Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-10T18:44:13.280Z] ---> Running in a9d3b79f550e [2020-03-10T18:44:15.239Z] Removing intermediate container a9d3b79f550e [2020-03-10T18:44:15.239Z] ---> 78eef993a379 [2020-03-10T18:44:15.239Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-10T18:44:15.239Z] ---> Running in 4d1887f7d5ff [2020-03-10T18:44:15.508Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-10T18:44:16.464Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-10T18:44:16.754Z] OK: 143 MiB in 39 packages [2020-03-10T18:44:17.368Z] Removing intermediate container 4d1887f7d5ff [2020-03-10T18:44:17.368Z] ---> ddddd664e929 [2020-03-10T18:44:17.368Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-10T18:44:17.656Z] ---> Running in 857038e78f62 [2020-03-10T18:44:17.656Z] Removing intermediate container 857038e78f62 [2020-03-10T18:44:17.656Z] ---> 6289f2eaea35 [2020-03-10T18:44:17.656Z] Step 7/8 : COPY . . [2020-03-10T18:44:18.630Z] ---> e7a39cafea2c [2020-03-10T18:44:18.630Z] Step 8/8 : RUN go mod download [2020-03-10T18:44:18.630Z] ---> Running in 6d532b4d0211 [2020-03-10T18:44:20.574Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-10T18:44:20.574Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-10T18:44:20.574Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-10T18:44:20.574Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-10T18:44:20.574Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-10T18:44:20.574Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-10T18:44:20.574Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-10T18:44:20.574Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-10T18:44:20.574Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-10T18:44:20.574Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-10T18:44:20.574Z] go: finding github.com/fatih/color v1.7.0 [2020-03-10T18:44:20.574Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-10T18:44:20.574Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-10T18:44:20.574Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-10T18:44:20.574Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-10T18:44:20.574Z] go: finding github.com/google/uuid v1.1.0 [2020-03-10T18:44:20.574Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-10T18:44:20.574Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-10T18:44:20.574Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-10T18:44:20.574Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-10T18:44:20.574Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-10T18:44:20.574Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-10T18:44:20.574Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-10T18:44:20.574Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-10T18:44:20.574Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-10T18:44:20.574Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-10T18:44:20.574Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-10T18:44:20.574Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-10T18:44:20.574Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-10T18:44:20.574Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-10T18:44:20.574Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-10T18:44:20.574Z] go: finding github.com/posener/complete v1.1.1 [2020-03-10T18:44:20.574Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-10T18:44:20.574Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-10T18:44:20.574Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-10T18:44:20.574Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-10T18:44:20.574Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-10T18:44:20.574Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-10T18:44:20.574Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-10T18:44:20.574Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-10T18:44:20.843Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-10T18:44:20.843Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-10T18:44:20.843Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-10T18:44:30.916Z] Removing intermediate container 6d532b4d0211 [2020-03-10T18:44:30.916Z] ---> 0ed1eb6ba358 [2020-03-10T18:44:30.916Z] Successfully built 0ed1eb6ba358 [2020-03-10T18:44:30.916Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:44:31.631Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-10T18:44:31.910Z] . [Pipeline] withDockerContainer [2020-03-10T18:44:32.085Z] prd-centos7-docker-4c-2g-10583 does not seem to be running inside a container [2020-03-10T18:44:32.177Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-03-10T18:44:32.986Z] $ docker top 069cc69c0c11fcfddebb9c920afa4e825b5b66acad051d3eb0c7ace18f6d1c66 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-10T18:44:34.529Z] + go version [2020-03-10T18:44:35.104Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-10T18:44:35.440Z] + make test [2020-03-10T18:44:35.440Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-10T18:44:57.644Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-10T18:44:57.644Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-10T18:44:57.644Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-10T18:45:01.093Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.038s coverage: 23.1% of statements [2020-03-10T18:45:01.093Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.161s coverage: 95.8% of statements [2020-03-10T18:45:03.787Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.063s coverage: 12.7% of statements [2020-03-10T18:45:03.787Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.017s coverage: 25.6% of statements [2020-03-10T18:45:36.258Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.025s coverage: 30.0% of statements [2020-03-10T18:45:36.258Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 1.017s coverage: 42.3% of statements [2020-03-10T18:45:36.258Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-10T18:45:36.258Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-10T18:45:36.258Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 1.039s coverage: 79.5% of statements [2020-03-10T18:45:36.258Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-10T18:45:36.258Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-10T18:45:36.258Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-10T18:45:36.258Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.032s coverage: 52.6% of statements [2020-03-10T18:45:36.258Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.110s coverage: 76.1% of statements [2020-03-10T18:45:36.258Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-10T18:45:36.258Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-10T18:45:38.257Z] gofmt -l . [2020-03-10T18:45:38.257Z] [ "`gofmt -l .`" = "" ] [2020-03-10T18:45:38.921Z] ./bin/test-attribution-txt.sh [2020-03-10T18:45:40.901Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-10T18:45:42.353Z] Stashed 1 file(s) [Pipeline] } [2020-03-10T18:45:42.359Z] $ docker stop --time=1 069cc69c0c11fcfddebb9c920afa4e825b5b66acad051d3eb0c7ace18f6d1c66 [2020-03-10T18:45:43.962Z] $ docker rm -f 069cc69c0c11fcfddebb9c920afa4e825b5b66acad051d3eb0c7ace18f6d1c66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-10T18:45:45.086Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-10T18:45:45.664Z] + ls -al . [2020-03-10T18:45:45.664Z] total 200 [2020-03-10T18:45:45.664Z] drwxrwxr-x. 11 jenkins jenkins 4096 Mar 10 18:45 . [2020-03-10T18:45:45.664Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 10 18:43 .. [2020-03-10T18:45:45.664Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 10 18:43 api [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 3321 Mar 10 18:43 async.go [2020-03-10T18:45:45.664Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 10 18:43 bin [2020-03-10T18:45:45.664Z] -rw-r--r--. 1 jenkins jenkins 100201 Mar 10 18:45 coverage.out [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 936 Mar 10 18:43 Dockerfile.build [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 10 18:43 .dockerignore [2020-03-10T18:45:45.664Z] drwxrwxr-x. 4 jenkins jenkins 31 Mar 10 18:43 example [2020-03-10T18:45:45.664Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 10 18:43 .git [2020-03-10T18:45:45.664Z] drwxrwxr-x. 2 jenkins jenkins 38 Mar 10 18:43 .github [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 10 18:43 .gitignore [2020-03-10T18:45:45.664Z] -rw-r--r--. 1 jenkins jenkins 536 Mar 10 18:45 go.mod [2020-03-10T18:45:45.664Z] -rw-r--r--. 1 jenkins jenkins 11140 Mar 10 18:45 go.sum [2020-03-10T18:45:45.664Z] drwxrwxr-x. 13 jenkins jenkins 176 Mar 10 18:43 internal [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 808 Mar 10 18:43 Jenkinsfile [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 10 18:43 LICENSE [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 892 Mar 10 18:43 Makefile [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 4352 Mar 10 18:43 manageddevices.go [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 5473 Mar 10 18:43 managedprofiles.go [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 3878 Mar 10 18:43 managedwatchers.go [2020-03-10T18:45:45.664Z] drwxrwxr-x. 4 jenkins jenkins 35 Mar 10 18:43 pkg [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 761 Mar 10 18:43 README.md [2020-03-10T18:45:45.664Z] drwxrwxr-x. 3 jenkins jenkins 58 Mar 10 18:43 .semver [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 9817 Mar 10 18:43 service.go [2020-03-10T18:45:45.664Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 10 18:43 snap [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 10 18:42 VERSION [2020-03-10T18:45:45.664Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 10 18:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:45:45.979Z] + 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=2ad704c6b9b7f4f681c222abe4755802de3cc221 --label arch=amd64 --label version=0.0.0 . [2020-03-10T18:45:46.243Z] Sending build context to Docker daemon 2.803MB [2020-03-10T18:45:46.243Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-10T18:45:46.243Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-10T18:45:46.243Z] ---> 0ed1eb6ba358 [2020-03-10T18:45:46.243Z] Step 3/20 : ARG MAKE='make build' [2020-03-10T18:45:46.243Z] ---> Running in e89e55f36167 [2020-03-10T18:45:46.504Z] Removing intermediate container e89e55f36167 [2020-03-10T18:45:46.504Z] ---> 456c012537f2 [2020-03-10T18:45:46.504Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-10T18:45:46.504Z] ---> Running in 6836da7a7a92 [2020-03-10T18:45:46.504Z] Removing intermediate container 6836da7a7a92 [2020-03-10T18:45:46.504Z] ---> 12e0634e40bf [2020-03-10T18:45:46.504Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T18:45:46.770Z] ---> Running in cbc5a9e997ac [2020-03-10T18:45:46.770Z] Removing intermediate container cbc5a9e997ac [2020-03-10T18:45:46.770Z] ---> 32fc6461ba66 [2020-03-10T18:45:46.770Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-10T18:45:47.032Z] ---> Running in 42b364af4b1c [2020-03-10T18:45:47.988Z] Removing intermediate container 42b364af4b1c [2020-03-10T18:45:47.988Z] ---> cf8e157aa047 [2020-03-10T18:45:47.988Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-10T18:45:47.988Z] ---> Running in 392ea8680b7b [2020-03-10T18:45:48.943Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-10T18:45:49.514Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-10T18:45:50.088Z] OK: 143 MiB in 39 packages [2020-03-10T18:45:50.349Z] Removing intermediate container 392ea8680b7b [2020-03-10T18:45:50.349Z] ---> 5f6e42cfaeb1 [2020-03-10T18:45:50.349Z] Step 8/20 : COPY . . [2020-03-10T18:45:50.925Z] ---> b8bdaca38b55 [2020-03-10T18:45:50.925Z] Step 9/20 : RUN ${MAKE} [2020-03-10T18:45:50.925Z] ---> Running in 4ec08dc0015a [2020-03-10T18:45:51.499Z] 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-10T18:46:09.952Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-10T18:46:18.214Z] Removing intermediate container 4ec08dc0015a [2020-03-10T18:46:18.214Z] ---> 861ae33bfcf3 [2020-03-10T18:46:18.214Z] Step 10/20 : FROM scratch [2020-03-10T18:46:18.214Z] ---> [2020-03-10T18:46:18.215Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T18:46:18.215Z] ---> Running in 0dd4a0699589 [2020-03-10T18:46:18.215Z] Removing intermediate container 0dd4a0699589 [2020-03-10T18:46:18.215Z] ---> c0f3a4dad425 [2020-03-10T18:46:18.215Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-10T18:46:18.215Z] ---> Running in 9611176fa74c [2020-03-10T18:46:18.215Z] Removing intermediate container 9611176fa74c [2020-03-10T18:46:18.215Z] ---> 2a2241717307 [2020-03-10T18:46:18.215Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-10T18:46:18.215Z] ---> Running in 2bbc8158acc0 [2020-03-10T18:46:18.215Z] Removing intermediate container 2bbc8158acc0 [2020-03-10T18:46:18.215Z] ---> 6f8677ba8e3e [2020-03-10T18:46:18.215Z] Step 14/20 : WORKDIR / [2020-03-10T18:46:18.215Z] ---> Running in 3a71e491b982 [2020-03-10T18:46:18.215Z] Removing intermediate container 3a71e491b982 [2020-03-10T18:46:18.215Z] ---> 637635d9bf77 [2020-03-10T18:46:18.215Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-10T18:46:18.514Z] ---> b06a98b23d36 [2020-03-10T18:46:18.514Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-10T18:46:18.780Z] ---> 633009989e5d [2020-03-10T18:46:18.780Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-10T18:46:18.780Z] ---> Running in 4fabf1597022 [2020-03-10T18:46:18.780Z] Removing intermediate container 4fabf1597022 [2020-03-10T18:46:18.780Z] ---> 0ab74ed0ffdb [2020-03-10T18:46:18.780Z] Step 18/20 : LABEL arch=amd64 [2020-03-10T18:46:19.049Z] ---> Running in c52ebfd02015 [2020-03-10T18:46:19.312Z] Removing intermediate container c52ebfd02015 [2020-03-10T18:46:19.312Z] ---> 8f394b770fe4 [2020-03-10T18:46:19.312Z] Step 19/20 : LABEL git_sha=2ad704c6b9b7f4f681c222abe4755802de3cc221 [2020-03-10T18:46:19.312Z] ---> Running in 0c1daaefe8d8 [2020-03-10T18:46:19.574Z] Removing intermediate container 0c1daaefe8d8 [2020-03-10T18:46:19.574Z] ---> 2c8eabd30862 [2020-03-10T18:46:19.574Z] Step 20/20 : LABEL version=0.0.0 [2020-03-10T18:46:19.574Z] ---> Running in 3bb9579d446f [2020-03-10T18:46:19.846Z] Removing intermediate container 3bb9579d446f [2020-03-10T18:46:19.846Z] ---> 0aa3e698b56b [2020-03-10T18:46:19.846Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-10T18:46:19.846Z] Successfully built 0aa3e698b56b [2020-03-10T18:46:19.846Z] 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-10T18:52:07.882Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-10794 in /w/workspace/dgexfoundry_device-sdk-go_PR-461 [Pipeline] { [Pipeline] ws [2020-03-10T18:52:07.924Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-03-10T18:52:13.339Z] using credential edgex-jenkins-ssh [2020-03-10T18:52:13.385Z] Cloning the remote Git repository [2020-03-10T18:52:13.385Z] Cloning with configured refspecs honoured and without tags [2020-03-10T18:52:13.443Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T18:52:13.557Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-03-10T18:52:13.623Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T18:52:13.625Z] > git --version # timeout=10 [2020-03-10T18:52:13.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T18:52:13.711Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/461/head:refs/remotes/origin/PR-461 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T18:52:14.699Z] Fetching without tags [2020-03-10T18:52:15.146Z] Merging remotes/origin/master commit 1a07617a55e4200b889676e00db141fb8b6dd4d0 into PR head commit 501496e59d39e4a909b81ebc8a3f6eee9a7d590b [2020-03-10T18:52:14.578Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-10T18:52:14.620Z] > git config --add remote.origin.fetch +refs/pull/461/head:refs/remotes/origin/PR-461 # timeout=10 [2020-03-10T18:52:14.640Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T18:52:14.673Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-10T18:52:14.714Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T18:52:14.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T18:52:14.727Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/461/head:refs/remotes/origin/PR-461 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T18:52:15.170Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T18:52:15.196Z] > git checkout -f 501496e59d39e4a909b81ebc8a3f6eee9a7d590b # timeout=10 [2020-03-10T18:52:15.313Z] > git remote # timeout=10 [2020-03-10T18:52:15.331Z] > git config --get remote.origin.url # timeout=10 [2020-03-10T18:52:15.398Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T18:52:15.411Z] > git merge 1a07617a55e4200b889676e00db141fb8b6dd4d0 # timeout=10 [2020-03-10T18:52:15.588Z] Merge succeeded, producing 721887c4057ff032e174611645feb7ad719941cd [2020-03-10T18:52:15.589Z] Checking out Revision 721887c4057ff032e174611645feb7ad719941cd (PR-461) [2020-03-10T18:52:15.544Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-10T18:52:15.603Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T18:52:15.663Z] > git checkout -f 721887c4057ff032e174611645feb7ad719941cd # timeout=10 [2020-03-10T18:52:19.920Z] Commit message: "Merge commit '1a07617a55e4200b889676e00db141fb8b6dd4d0' into HEAD" [2020-03-10T18:52:19.931Z] > git rev-list --no-walk 501496e59d39e4a909b81ebc8a3f6eee9a7d590b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-10T18:52:21.225Z] ========================================================= [2020-03-10T18:52:21.225Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-10T18:52:21.225Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:52:22.229Z] + 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-10T18:52:23.200Z] Sending build context to Docker daemon 2.674MB [2020-03-10T18:52:23.200Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-10T18:52:23.200Z] Step 2/8 : FROM ${BASE} [2020-03-10T18:52:23.469Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-10T18:52:23.469Z] cde5963f3b93: Pulling fs layer [2020-03-10T18:52:23.469Z] 2a23fa8c16f7: Pulling fs layer [2020-03-10T18:52:23.469Z] 777b28850792: Pulling fs layer [2020-03-10T18:52:23.469Z] 8a11ddd9e578: Pulling fs layer [2020-03-10T18:52:23.469Z] 4cf88f913ddb: Pulling fs layer [2020-03-10T18:52:23.469Z] 1df406cf5192: Pulling fs layer [2020-03-10T18:52:23.469Z] cd6300453558: Pulling fs layer [2020-03-10T18:52:23.469Z] b9c365052c96: Pulling fs layer [2020-03-10T18:52:23.469Z] a2d8cc88f415: Pulling fs layer [2020-03-10T18:52:23.469Z] ea1d1ca13537: Pulling fs layer [2020-03-10T18:52:23.469Z] 3750a50a1c5e: Pulling fs layer [2020-03-10T18:52:23.469Z] 8a11ddd9e578: Waiting [2020-03-10T18:52:23.469Z] 4cf88f913ddb: Waiting [2020-03-10T18:52:23.469Z] 1df406cf5192: Waiting [2020-03-10T18:52:23.469Z] cd6300453558: Waiting [2020-03-10T18:52:23.469Z] b9c365052c96: Waiting [2020-03-10T18:52:23.469Z] a2d8cc88f415: Waiting [2020-03-10T18:52:23.469Z] ea1d1ca13537: Waiting [2020-03-10T18:52:23.469Z] 3750a50a1c5e: Waiting [2020-03-10T18:52:23.469Z] 777b28850792: Verifying Checksum [2020-03-10T18:52:23.469Z] 777b28850792: Download complete [2020-03-10T18:52:23.469Z] 2a23fa8c16f7: Download complete [2020-03-10T18:52:23.737Z] 4cf88f913ddb: Verifying Checksum [2020-03-10T18:52:23.737Z] 4cf88f913ddb: Download complete [2020-03-10T18:52:23.737Z] 1df406cf5192: Download complete [2020-03-10T18:52:23.737Z] cde5963f3b93: Verifying Checksum [2020-03-10T18:52:23.737Z] cde5963f3b93: Download complete [2020-03-10T18:52:24.709Z] cde5963f3b93: Pull complete [2020-03-10T18:52:25.301Z] 2a23fa8c16f7: Pull complete [2020-03-10T18:52:25.571Z] 777b28850792: Pull complete [2020-03-10T18:52:28.182Z] cd6300453558: Verifying Checksum [2020-03-10T18:52:28.182Z] cd6300453558: Download complete [2020-03-10T18:52:28.182Z] a2d8cc88f415: Verifying Checksum [2020-03-10T18:52:28.182Z] a2d8cc88f415: Download complete [2020-03-10T18:52:30.787Z] ea1d1ca13537: Verifying Checksum [2020-03-10T18:52:30.787Z] ea1d1ca13537: Download complete [2020-03-10T18:52:30.787Z] 3750a50a1c5e: Verifying Checksum [2020-03-10T18:52:30.787Z] 3750a50a1c5e: Download complete [2020-03-10T18:52:33.373Z] b9c365052c96: Download complete [2020-03-10T18:52:34.793Z] 8a11ddd9e578: Download complete [2020-03-10T18:52:47.158Z] 8a11ddd9e578: Pull complete [2020-03-10T18:52:47.158Z] 4cf88f913ddb: Pull complete [2020-03-10T18:52:47.158Z] 1df406cf5192: Pull complete [2020-03-10T18:52:51.444Z] cd6300453558: Pull complete [2020-03-10T18:52:56.820Z] b9c365052c96: Pull complete [2020-03-10T18:52:56.820Z] a2d8cc88f415: Pull complete [2020-03-10T18:52:58.241Z] ea1d1ca13537: Pull complete [2020-03-10T18:52:58.827Z] 3750a50a1c5e: Pull complete [2020-03-10T18:52:58.827Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-10T18:52:58.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-10T18:52:58.827Z] ---> 78745c68409d [2020-03-10T18:52:58.827Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T18:53:03.120Z] ---> Running in 50ee47f8d101 [2020-03-10T18:53:03.425Z] Removing intermediate container 50ee47f8d101 [2020-03-10T18:53:03.425Z] ---> 3e9990e50b94 [2020-03-10T18:53:03.425Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-10T18:53:03.707Z] ---> Running in a5fecbe75708 [2020-03-10T18:53:05.696Z] Removing intermediate container a5fecbe75708 [2020-03-10T18:53:05.696Z] ---> 8a33a624b48c [2020-03-10T18:53:05.696Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-10T18:53:05.971Z] ---> Running in 3794a6458c6f [2020-03-10T18:53:06.974Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-10T18:53:07.580Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-10T18:53:08.169Z] OK: 125 MiB in 39 packages [2020-03-10T18:53:09.614Z] Removing intermediate container 3794a6458c6f [2020-03-10T18:53:09.614Z] ---> 06a67f313d97 [2020-03-10T18:53:09.614Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-10T18:53:09.614Z] ---> Running in 249c01549282 [2020-03-10T18:53:10.219Z] Removing intermediate container 249c01549282 [2020-03-10T18:53:10.219Z] ---> bfc23b70e3e3 [2020-03-10T18:53:10.219Z] Step 7/8 : COPY . . [2020-03-10T18:53:11.192Z] ---> 0c60a0fcc989 [2020-03-10T18:53:11.192Z] Step 8/8 : RUN go mod download [2020-03-10T18:53:11.192Z] ---> Running in ba88976b3b39 [2020-03-10T18:53:13.139Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-10T18:53:13.139Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-10T18:53:13.139Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-10T18:53:13.139Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-10T18:53:13.139Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-10T18:53:13.139Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-10T18:53:13.139Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-10T18:53:13.139Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-10T18:53:13.139Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-10T18:53:13.139Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-10T18:53:13.139Z] go: finding github.com/fatih/color v1.7.0 [2020-03-10T18:53:13.139Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-10T18:53:13.139Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-10T18:53:13.139Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-10T18:53:13.139Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-10T18:53:13.139Z] go: finding github.com/google/uuid v1.1.0 [2020-03-10T18:53:13.139Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-10T18:53:13.139Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-10T18:53:13.139Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-10T18:53:13.139Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-10T18:53:13.139Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-10T18:53:13.139Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-10T18:53:13.139Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-10T18:53:13.139Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-10T18:53:13.139Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-10T18:53:13.139Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-10T18:53:13.407Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-10T18:53:13.407Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-10T18:53:13.407Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-10T18:53:13.407Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-10T18:53:13.407Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-10T18:53:13.407Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-10T18:53:13.407Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-10T18:53:13.407Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-10T18:53:13.407Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-10T18:53:13.407Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-10T18:53:13.407Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-10T18:53:13.407Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-10T18:53:13.407Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-10T18:53:13.407Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-10T18:53:13.407Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-10T18:53:13.407Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-10T18:53:13.407Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-10T18:53:13.407Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-10T18:53:13.407Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-10T18:53:13.407Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-10T18:53:13.407Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-10T18:53:13.407Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-10T18:53:13.407Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-10T18:53:13.407Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-10T18:53:13.407Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-10T18:53:13.407Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-10T18:53:13.677Z] go: finding github.com/posener/complete v1.1.1 [2020-03-10T18:53:13.677Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-10T18:53:13.677Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-10T18:53:13.677Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-10T18:53:13.677Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-10T18:53:13.677Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-10T18:53:13.677Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-10T18:53:13.677Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-10T18:53:13.677Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-10T18:53:13.677Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-10T18:53:13.677Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-10T18:53:13.677Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-10T18:53:28.717Z] Removing intermediate container ba88976b3b39 [2020-03-10T18:53:28.717Z] ---> 3045c05a043f [2020-03-10T18:53:28.717Z] Successfully built 3045c05a043f [2020-03-10T18:53:28.717Z] 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-10T18:53:29.354Z] + docker inspect -f . ci-base-image-arm64 [2020-03-10T18:53:29.354Z] . [Pipeline] withDockerContainer [2020-03-10T18:53:29.951Z] prd-ubuntu18.04-docker-arm64-4c-16g-10794 does not seem to be running inside a container [2020-03-10T18:53:30.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-03-10T18:53:31.435Z] $ docker top ac4cf59a1dfac6bc73a1564227a6a0bc482ab9c76425d747a0526fd0e3563448 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-10T18:53:33.902Z] + go version [2020-03-10T18:53:33.902Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-10T18:53:34.550Z] + make test [2020-03-10T18:53:34.550Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-10T18:54:21.529Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-10T18:54:21.529Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-10T18:54:21.529Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-10T18:54:21.529Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.028s coverage: 23.1% of statements [2020-03-10T18:54:21.529Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.181s coverage: 95.8% of statements [2020-03-10T18:54:21.529Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.042s coverage: 12.7% of statements [2020-03-10T18:54:21.529Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.040s coverage: 25.6% of statements [2020-03-10T18:54:53.877Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.035s coverage: 30.0% of statements [2020-03-10T18:54:53.877Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.335s coverage: 42.3% of statements [2020-03-10T18:54:53.877Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-10T18:54:53.877Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-10T18:54:53.877Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.771s coverage: 79.5% of statements [2020-03-10T18:54:53.877Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-10T18:54:53.877Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-10T18:54:53.877Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-10T18:54:53.877Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.110s coverage: 52.6% of statements [2020-03-10T18:54:53.877Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.362s coverage: 76.1% of statements [2020-03-10T18:54:53.877Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-10T18:54:53.877Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-10T18:54:59.266Z] gofmt -l . [2020-03-10T18:54:59.853Z] [ "`gofmt -l .`" = "" ] [2020-03-10T18:55:00.123Z] ./bin/test-attribution-txt.sh [2020-03-10T18:55:00.712Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-10T18:55:00.998Z] Warning: overwriting stash ‘coverage-report’ [2020-03-10T18:55:01.462Z] Stashed 1 file(s) [Pipeline] } [2020-03-10T18:55:01.473Z] $ docker stop --time=1 ac4cf59a1dfac6bc73a1564227a6a0bc482ab9c76425d747a0526fd0e3563448 [2020-03-10T18:55:03.690Z] $ docker rm -f ac4cf59a1dfac6bc73a1564227a6a0bc482ab9c76425d747a0526fd0e3563448 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-10T18:55:04.923Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-10T18:55:05.246Z] + ls -al . [2020-03-10T18:55:05.246Z] total 240 [2020-03-10T18:55:05.246Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 10 18:55 . [2020-03-10T18:55:05.246Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 18:52 .. [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 10 18:52 .dockerignore [2020-03-10T18:55:05.246Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 18:52 .git [2020-03-10T18:55:05.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 18:52 .github [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 10 18:52 .gitignore [2020-03-10T18:55:05.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 18:52 .semver [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 936 Mar 10 18:52 Dockerfile.build [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 808 Mar 10 18:52 Jenkinsfile [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 10 18:52 LICENSE [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 892 Mar 10 18:52 Makefile [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 761 Mar 10 18:52 README.md [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 10 18:42 VERSION [2020-03-10T18:55:05.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 18:52 api [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 3321 Mar 10 18:52 async.go [2020-03-10T18:55:05.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 18:52 bin [2020-03-10T18:55:05.246Z] -rw-r--r-- 1 jenkins jenkins 100201 Mar 10 18:54 coverage.out [2020-03-10T18:55:05.246Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 18:52 example [2020-03-10T18:55:05.246Z] -rw-r--r-- 1 jenkins jenkins 536 Mar 10 18:55 go.mod [2020-03-10T18:55:05.246Z] -rw-r--r-- 1 jenkins jenkins 11140 Mar 10 18:55 go.sum [2020-03-10T18:55:05.246Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 10 18:52 internal [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 4352 Mar 10 18:52 manageddevices.go [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 5473 Mar 10 18:52 managedprofiles.go [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 3878 Mar 10 18:52 managedwatchers.go [2020-03-10T18:55:05.246Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 18:52 pkg [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 9817 Mar 10 18:52 service.go [2020-03-10T18:55:05.246Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 18:52 snap [2020-03-10T18:55:05.246Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 10 18:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:55:05.575Z] + 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=2ad704c6b9b7f4f681c222abe4755802de3cc221 --label arch=arm64 --label version=0.0.0 . [2020-03-10T18:55:05.961Z] Sending build context to Docker daemon 2.8MB [2020-03-10T18:55:06.262Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-10T18:55:06.262Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-10T18:55:06.262Z] ---> 3045c05a043f [2020-03-10T18:55:06.262Z] Step 3/20 : ARG MAKE='make build' [2020-03-10T18:55:06.262Z] ---> Running in 538bdd9db090 [2020-03-10T18:55:06.875Z] Removing intermediate container 538bdd9db090 [2020-03-10T18:55:06.875Z] ---> 9bd26d7bfe89 [2020-03-10T18:55:06.875Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-10T18:55:06.875Z] ---> Running in 35d0353d48ff [2020-03-10T18:55:07.153Z] Removing intermediate container 35d0353d48ff [2020-03-10T18:55:07.153Z] ---> cba959bb12ef [2020-03-10T18:55:07.153Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T18:55:07.425Z] ---> Running in e4af3ddb8760 [2020-03-10T18:55:07.698Z] Removing intermediate container e4af3ddb8760 [2020-03-10T18:55:07.698Z] ---> 100730d9233c [2020-03-10T18:55:07.698Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-10T18:55:07.966Z] ---> Running in ae5e275ac744 [2020-03-10T18:55:09.923Z] Removing intermediate container ae5e275ac744 [2020-03-10T18:55:09.923Z] ---> 482bda1bea65 [2020-03-10T18:55:09.923Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-10T18:55:09.923Z] ---> Running in 3fca3baf3c65 [2020-03-10T18:55:10.510Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-10T18:55:11.472Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-10T18:55:12.056Z] OK: 125 MiB in 39 packages [2020-03-10T18:55:13.023Z] Removing intermediate container 3fca3baf3c65 [2020-03-10T18:55:13.023Z] ---> 5ab6e46a755f [2020-03-10T18:55:13.023Z] Step 8/20 : COPY . . [2020-03-10T18:55:13.993Z] ---> cd2c7eec6f31 [2020-03-10T18:55:13.993Z] Step 9/20 : RUN ${MAKE} [2020-03-10T18:55:14.262Z] ---> Running in 0569f9cd6f17 [2020-03-10T18:55:15.226Z] 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-10T18:55:54.145Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-10T18:56:06.499Z] Removing intermediate container 0569f9cd6f17 [2020-03-10T18:56:06.499Z] ---> fc42ca2f0743 [2020-03-10T18:56:06.499Z] Step 10/20 : FROM scratch [2020-03-10T18:56:06.499Z] ---> [2020-03-10T18:56:06.499Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T18:56:06.499Z] ---> Running in 2e013af67105 [2020-03-10T18:56:06.499Z] Removing intermediate container 2e013af67105 [2020-03-10T18:56:06.499Z] ---> 0de6d1082583 [2020-03-10T18:56:06.499Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-10T18:56:06.499Z] ---> Running in f4fe75aaabcc [2020-03-10T18:56:06.499Z] Removing intermediate container f4fe75aaabcc [2020-03-10T18:56:06.499Z] ---> 25bef9405afb [2020-03-10T18:56:06.499Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-10T18:56:06.499Z] ---> Running in 5f1a4af79276 [2020-03-10T18:56:06.499Z] Removing intermediate container 5f1a4af79276 [2020-03-10T18:56:06.499Z] ---> a30cbccb1089 [2020-03-10T18:56:06.499Z] Step 14/20 : WORKDIR / [2020-03-10T18:56:06.499Z] ---> Running in e4da674c5d34 [2020-03-10T18:56:06.772Z] Removing intermediate container e4da674c5d34 [2020-03-10T18:56:06.772Z] ---> b3339069a620 [2020-03-10T18:56:06.772Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-10T18:56:07.739Z] ---> 9dcab5ea2b14 [2020-03-10T18:56:07.739Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-10T18:56:08.325Z] ---> 1a8ce9aa43b6 [2020-03-10T18:56:08.325Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-10T18:56:08.593Z] ---> Running in fbe8f90c921c [2020-03-10T18:56:08.861Z] Removing intermediate container fbe8f90c921c [2020-03-10T18:56:08.861Z] ---> 815823c5c8e0 [2020-03-10T18:56:08.861Z] Step 18/20 : LABEL arch=arm64 [2020-03-10T18:56:08.861Z] ---> Running in 5eb2fb7cea67 [2020-03-10T18:56:09.445Z] Removing intermediate container 5eb2fb7cea67 [2020-03-10T18:56:09.445Z] ---> e35f808301f0 [2020-03-10T18:56:09.445Z] Step 19/20 : LABEL git_sha=2ad704c6b9b7f4f681c222abe4755802de3cc221 [2020-03-10T18:56:09.445Z] ---> Running in 0b1bec2fdb58 [2020-03-10T18:56:09.713Z] Removing intermediate container 0b1bec2fdb58 [2020-03-10T18:56:09.713Z] ---> 180e328323ec [2020-03-10T18:56:09.713Z] Step 20/20 : LABEL version=0.0.0 [2020-03-10T18:56:09.980Z] ---> Running in 2338b1263756 [2020-03-10T18:56:10.247Z] Removing intermediate container 2338b1263756 [2020-03-10T18:56:10.247Z] ---> b370f8ba9bea [2020-03-10T18:56:10.247Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-10T18:56:10.247Z] Successfully built b370f8ba9bea [2020-03-10T18:56:10.247Z] 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-10T18:56:11.371Z] provisioning config files... [2020-03-10T18:56:11.383Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp/config5823760596390726604tmp [Pipeline] { [Pipeline] sh [2020-03-10T18:56:11.805Z] + curl -s https://codecov.io/bash [2020-03-10T18:56:11.805Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp/config5823760596390726604tmp [2020-03-10T18:56:12.067Z] [2020-03-10T18:56:12.067Z] _____ _ [2020-03-10T18:56:12.067Z] / ____| | | [2020-03-10T18:56:12.067Z] | | ___ __| | ___ ___ _____ __ [2020-03-10T18:56:12.067Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-10T18:56:12.067Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-10T18:56:12.067Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-10T18:56:12.067Z] Bash-20200303-bc4d7e6 [2020-03-10T18:56:12.067Z] [2020-03-10T18:56:12.067Z] [2020-03-10T18:56:12.067Z] ==> Jenkins CI detected. [2020-03-10T18:56:12.067Z] project root: . [2020-03-10T18:56:12.067Z] Fixing merge commit SHA [2020-03-10T18:56:12.067Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-10T18:56:12.067Z] ==> Running gcov in . (disable via -X gcov) [2020-03-10T18:56:12.067Z] ==> Python coveragepy not found [2020-03-10T18:56:12.067Z] ==> Searching for coverage reports in: [2020-03-10T18:56:12.067Z] + . [2020-03-10T18:56:12.067Z] -> Found 1 reports [2020-03-10T18:56:12.067Z] ==> Detecting git/mercurial file structure [2020-03-10T18:56:12.067Z] ==> Reading reports [2020-03-10T18:56:12.067Z] + ./coverage.out bytes=100201 [2020-03-10T18:56:12.067Z] ==> Appending adjustments [2020-03-10T18:56:12.067Z] http://docs.codecov.io/docs/fixing-reports [2020-03-10T18:56:12.326Z] + Found adjustments [2020-03-10T18:56:12.326Z] ==> Gzipping contents [2020-03-10T18:56:12.326Z] ==> Uploading reports [2020-03-10T18:56:12.326Z] url: https://codecov.io [2020-03-10T18:56:12.326Z] query: branch=PR-461&commit=1a07617a55e4200b889676e00db141fb8b6dd4d0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-461%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=461&job= [2020-03-10T18:56:12.586Z] -> Pinging Codecov [2020-03-10T18:56:12.586Z] https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-461&commit=1a07617a55e4200b889676e00db141fb8b6dd4d0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-461%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=461&job= [2020-03-10T18:56:12.845Z] -> Uploading [2020-03-10T18:56:13.414Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1a07617a55e4200b889676e00db141fb8b6dd4d0 [Pipeline] } [2020-03-10T18:56:13.420Z] 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-10T18:56:14.568Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-10T18:56:15.135Z] ---> package-listing.sh [2020-03-10T18:56:15.135Z] ++ facter osfamily [2020-03-10T18:56:15.135Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-10T18:56:15.135Z] + OS_FAMILY=redhat [2020-03-10T18:56:15.135Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-461 [2020-03-10T18:56:15.135Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-10T18:56:15.135Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-10T18:56:15.135Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-10T18:56:15.135Z] + PACKAGES=/tmp/packages_start.txt [2020-03-10T18:56:15.135Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-461 ']' [2020-03-10T18:56:15.135Z] + PACKAGES=/tmp/packages_end.txt [2020-03-10T18:56:15.135Z] + case "${OS_FAMILY}" in [2020-03-10T18:56:15.135Z] + rpm -qa [2020-03-10T18:56:15.135Z] + sort [2020-03-10T18:56:20.415Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-10T18:56:20.415Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-10T18:56:20.415Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-10T18:56:20.415Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-461 ']' [2020-03-10T18:56:20.415Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-461/archives/ [2020-03-10T18:56:20.415Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-461/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:56:21.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-10T18:56:21.534Z] [2020-03-10T18:56:21.534Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:56:21.877Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-10T18:56:21.878Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-10T18:56:21.878Z] c9b1b535fdd9: Pulling fs layer [2020-03-10T18:56:21.878Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-10T18:56:21.878Z] 756a868c4378: Pulling fs layer [2020-03-10T18:56:21.878Z] 444b2fc9a129: Pulling fs layer [2020-03-10T18:56:21.878Z] ea15f1150254: Pulling fs layer [2020-03-10T18:56:21.878Z] 41b27a9f41bf: Pulling fs layer [2020-03-10T18:56:21.878Z] 28c525ee5125: Pulling fs layer [2020-03-10T18:56:21.878Z] 094b1ea09ed8: Pulling fs layer [2020-03-10T18:56:21.878Z] 138eaada9080: Pulling fs layer [2020-03-10T18:56:21.878Z] 0622d0fa9048: Pulling fs layer [2020-03-10T18:56:21.878Z] 41b27a9f41bf: Waiting [2020-03-10T18:56:21.878Z] 28c525ee5125: Waiting [2020-03-10T18:56:21.878Z] 094b1ea09ed8: Waiting [2020-03-10T18:56:21.878Z] 444b2fc9a129: Waiting [2020-03-10T18:56:21.878Z] 138eaada9080: Waiting [2020-03-10T18:56:21.878Z] 0622d0fa9048: Waiting [2020-03-10T18:56:21.878Z] ea15f1150254: Waiting [2020-03-10T18:56:21.878Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-10T18:56:21.878Z] 2cc5ad85d9ab: Download complete [2020-03-10T18:56:22.140Z] 444b2fc9a129: Verifying Checksum [2020-03-10T18:56:22.140Z] 444b2fc9a129: Download complete [2020-03-10T18:56:22.140Z] c9b1b535fdd9: Verifying Checksum [2020-03-10T18:56:22.140Z] ea15f1150254: Verifying Checksum [2020-03-10T18:56:22.140Z] ea15f1150254: Download complete [2020-03-10T18:56:22.140Z] 28c525ee5125: Verifying Checksum [2020-03-10T18:56:22.140Z] 28c525ee5125: Download complete [2020-03-10T18:56:22.713Z] c9b1b535fdd9: Pull complete [2020-03-10T18:56:22.713Z] 756a868c4378: Verifying Checksum [2020-03-10T18:56:22.713Z] 756a868c4378: Download complete [2020-03-10T18:56:22.713Z] 138eaada9080: Verifying Checksum [2020-03-10T18:56:22.713Z] 138eaada9080: Download complete [2020-03-10T18:56:22.713Z] 094b1ea09ed8: Verifying Checksum [2020-03-10T18:56:22.713Z] 094b1ea09ed8: Download complete [2020-03-10T18:56:22.713Z] 0622d0fa9048: Verifying Checksum [2020-03-10T18:56:22.713Z] 0622d0fa9048: Download complete [2020-03-10T18:56:22.713Z] 2cc5ad85d9ab: Pull complete [2020-03-10T18:56:23.285Z] 41b27a9f41bf: Verifying Checksum [2020-03-10T18:56:23.285Z] 41b27a9f41bf: Download complete [2020-03-10T18:56:24.221Z] 756a868c4378: Pull complete [2020-03-10T18:56:24.221Z] 444b2fc9a129: Pull complete [2020-03-10T18:56:24.790Z] ea15f1150254: Pull complete [2020-03-10T18:56:28.084Z] 41b27a9f41bf: Pull complete [2020-03-10T18:56:28.344Z] 28c525ee5125: Pull complete [2020-03-10T18:56:30.256Z] 094b1ea09ed8: Pull complete [2020-03-10T18:56:30.517Z] 138eaada9080: Pull complete [2020-03-10T18:56:30.776Z] 0622d0fa9048: Pull complete [2020-03-10T18:56:30.776Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-10T18:56:30.776Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-10T18:56:30.955Z] prd-centos7-docker-4c-2g-10570 does not seem to be running inside a container [2020-03-10T18:56:31.003Z] $ 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-461 -v /w/workspace/dgexfoundry_device-sdk-go_PR-461:/w/workspace/dgexfoundry_device-sdk-go_PR-461:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-10T18:56:32.087Z] $ docker top d79030aefaaeafedf60ecdcd2ddf6841e88e8cd2d7d7e2f30a810093b8c98c59 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-10T18:56:32.744Z] provisioning config files... [2020-03-10T18:56:32.758Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp/config5941307618392681743tmp [Pipeline] { [Pipeline] echo [2020-03-10T18:56:32.816Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-10T18:56:33.109Z] ---> create-netrc.sh [Pipeline] echo [2020-03-10T18:56:33.116Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-10T18:56:33.405Z] ---> logs-deploy.sh [2020-03-10T18:56:33.405Z] + ARCHIVE_ARTIFACTS= [2020-03-10T18:56:33.405Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-10T18:56:33.405Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-10T18:56:33.405Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-10T18:56:33.405Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-461/2 [2020-03-10T18:56:33.405Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-461/2/ [2020-03-10T18:56:33.405Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-461/2 /w/workspace/dgexfoundry_device-sdk-go_PR-461 [2020-03-10T18:56:34.784Z] Archives upload complete. [2020-03-10T18:56:34.784Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-461/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-461/2/ [2020-03-10T18:56:35.353Z] ---> uname -a: [2020-03-10T18:56:35.353Z] Linux d79030aefaae 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-10T18:56:35.353Z] [2020-03-10T18:56:35.353Z] [2020-03-10T18:56:35.353Z] ---> lscpu: [2020-03-10T18:56:35.353Z] Architecture: x86_64 [2020-03-10T18:56:35.353Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-10T18:56:35.353Z] Byte Order: Little Endian [2020-03-10T18:56:35.353Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-10T18:56:35.353Z] CPU(s): 4 [2020-03-10T18:56:35.353Z] On-line CPU(s) list: 0-3 [2020-03-10T18:56:35.353Z] Thread(s) per core: 1 [2020-03-10T18:56:35.353Z] Core(s) per socket: 1 [2020-03-10T18:56:35.353Z] Socket(s): 4 [2020-03-10T18:56:35.353Z] NUMA node(s): 1 [2020-03-10T18:56:35.353Z] Vendor ID: GenuineIntel [2020-03-10T18:56:35.353Z] CPU family: 6 [2020-03-10T18:56:35.353Z] Model: 44 [2020-03-10T18:56:35.353Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-10T18:56:35.353Z] Stepping: 1 [2020-03-10T18:56:35.353Z] CPU MHz: 2933.438 [2020-03-10T18:56:35.353Z] BogoMIPS: 5866.87 [2020-03-10T18:56:35.353Z] Virtualization: VT-x [2020-03-10T18:56:35.353Z] Hypervisor vendor: KVM [2020-03-10T18:56:35.353Z] Virtualization type: full [2020-03-10T18:56:35.353Z] L1d cache: 128 KiB [2020-03-10T18:56:35.353Z] L1i cache: 128 KiB [2020-03-10T18:56:35.353Z] L2 cache: 16 MiB [2020-03-10T18:56:35.353Z] L3 cache: 64 MiB [2020-03-10T18:56:35.353Z] NUMA node0 CPU(s): 0-3 [2020-03-10T18:56:35.353Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-10T18:56:35.353Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-10T18:56:35.353Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-10T18:56:35.353Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-10T18:56:35.353Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-10T18:56:35.353Z] 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-10T18:56:35.353Z] [2020-03-10T18:56:35.353Z] [2020-03-10T18:56:35.353Z] ---> nproc: [2020-03-10T18:56:35.353Z] 4 [2020-03-10T18:56:35.353Z] [2020-03-10T18:56:35.353Z] [2020-03-10T18:56:35.353Z] ---> df -h: [2020-03-10T18:56:35.353Z] Filesystem Size Used Available Use% Mounted on [2020-03-10T18:56:35.353Z] overlay 50.0G 6.1G 43.9G 12% / [2020-03-10T18:56:35.353Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-03-10T18:56:35.353Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-03-10T18:56:35.353Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-03-10T18:56:35.353Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/resolv.conf [2020-03-10T18:56:35.353Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/hostname [2020-03-10T18:56:35.353Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/hosts [2020-03-10T18:56:35.353Z] /dev/vda1 50.0G 6.1G 43.9G 12% /w/workspace/dgexfoundry_device-sdk-go_PR-461 [2020-03-10T18:56:35.353Z] /dev/vda1 50.0G 6.1G 43.9G 12% /w/workspace/dgexfoundry_device-sdk-go_PR-461@tmp [2020-03-10T18:56:35.353Z] /dev/vda1 50.0G 6.1G 43.9G 12% /var/log/sa [2020-03-10T18:56:35.353Z] [2020-03-10T18:56:35.353Z] [2020-03-10T18:56:35.353Z] ---> free -m: [2020-03-10T18:56:35.353Z] total used free shared buff/cache available [2020-03-10T18:56:35.353Z] Mem: 1838 590 64 0 1183 1143 [2020-03-10T18:56:35.353Z] Swap: 1023 0 1023 [2020-03-10T18:56:35.353Z] [2020-03-10T18:56:35.353Z] [2020-03-10T18:56:35.353Z] ---> ip addr: [2020-03-10T18:56:35.353Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-03-10T18:56:35.353Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-03-10T18:56:35.353Z] inet 127.0.0.1/8 scope host lo [2020-03-10T18:56:35.353Z] valid_lft forever preferred_lft forever [2020-03-10T18:56:35.354Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-03-10T18:56:35.354Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-03-10T18:56:35.354Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-03-10T18:56:35.354Z] valid_lft forever preferred_lft forever [2020-03-10T18:56:35.354Z] [2020-03-10T18:56:35.354Z] [2020-03-10T18:56:35.354Z] ---> sar -b -r -n DEV: [2020-03-10T18:56:35.354Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/10/20 _x86_64_ (4 CPU) [2020-03-10T18:56:35.354Z] [2020-03-10T18:56:35.354Z] 18:41:00 LINUX RESTART [2020-03-10T18:56:35.354Z] [2020-03-10T18:56:35.354Z] 18:42:01 tps rtps wtps bread/s bwrtn/s [2020-03-10T18:56:35.354Z] 18:43:01 10.37 1.32 9.06 80.19 2718.28 [2020-03-10T18:56:35.354Z] 18:44:01 0.67 0.00 0.67 0.00 8.76 [2020-03-10T18:56:35.354Z] 18:45:01 0.67 0.00 0.67 0.00 8.23 [2020-03-10T18:56:35.354Z] 18:46:01 0.55 0.00 0.55 0.00 5.70 [2020-03-10T18:56:35.354Z] 18:47:01 0.77 0.00 0.77 0.00 10.23 [2020-03-10T18:56:35.354Z] 18:48:01 0.70 0.00 0.70 0.00 8.14 [2020-03-10T18:56:35.354Z] 18:49:01 0.58 0.00 0.58 0.00 7.66 [2020-03-10T18:56:35.354Z] 18:50:01 0.45 0.00 0.45 0.00 5.38 [2020-03-10T18:56:35.354Z] 18:51:01 0.25 0.00 0.25 0.00 3.20 [2020-03-10T18:56:35.354Z] 18:52:01 0.30 0.00 0.30 0.00 3.67 [2020-03-10T18:56:35.354Z] 18:53:01 0.25 0.00 0.25 0.00 2.70 [2020-03-10T18:56:35.354Z] 18:54:01 0.25 0.00 0.25 0.00 3.06 [2020-03-10T18:56:35.354Z] 18:55:01 0.23 0.00 0.23 0.00 2.13 [2020-03-10T18:56:35.354Z] 18:56:01 0.58 0.23 0.35 7.46 5.68 [2020-03-10T18:56:35.354Z] Average: 1.19 0.11 1.08 6.27 199.76 [2020-03-10T18:56:35.354Z] [2020-03-10T18:56:35.354Z] 18:42:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-03-10T18:56:35.354Z] 18:43:01 118780 1763524 93.69 2620 1240804 925372 31.57 430052 1174384 16 [2020-03-10T18:56:35.354Z] 18:44:01 121476 1760828 93.55 2620 1240808 913264 31.16 428544 1174032 8 [2020-03-10T18:56:35.354Z] 18:45:01 121988 1760316 93.52 2620 1240816 912200 31.12 428256 1174008 8 [2020-03-10T18:56:35.354Z] 18:46:01 123248 1759056 93.45 2620 1240816 899864 30.70 427056 1174008 8 [2020-03-10T18:56:35.354Z] 18:47:01 123052 1759252 93.46 2620 1240824 900000 30.71 427568 1174008 8 [2020-03-10T18:56:35.354Z] 18:48:01 123404 1758900 93.44 2620 1240828 899928 30.71 427216 1174004 8 [2020-03-10T18:56:35.354Z] 18:49:01 127064 1755240 93.25 2620 1240832 899928 30.71 423712 1174004 8 [2020-03-10T18:56:35.354Z] 18:50:01 127056 1755248 93.25 2620 1240840 899928 30.71 423728 1174004 8 [2020-03-10T18:56:35.354Z] 18:51:01 126992 1755312 93.25 2620 1240848 899928 30.71 423876 1174008 8 [2020-03-10T18:56:35.354Z] 18:52:01 139876 1742428 92.57 2620 1240852 900072 30.71 410480 1174004 8 [2020-03-10T18:56:35.354Z] 18:53:01 139616 1742688 92.58 2620 1240852 900168 30.71 411000 1174004 8 [2020-03-10T18:56:35.354Z] 18:54:01 141200 1741104 92.50 2620 1240860 899928 30.71 409684 1173844 8 [2020-03-10T18:56:35.354Z] 18:55:01 141100 1741204 92.50 2620 1240864 899928 30.71 409596 1173844 8 [2020-03-10T18:56:35.354Z] 18:56:01 140836 1741468 92.52 2620 1240868 899928 30.71 409788 1173844 8 [2020-03-10T18:56:35.354Z] Average: 129692 1752612 93.11 2620 1240837 903603 30.83 420754 1174000 9 [2020-03-10T18:56:35.354Z] [2020-03-10T18:56:35.354Z] 18:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-03-10T18:56:35.354Z] 18:43:01 eth0 17.30 11.90 10.75 24.99 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:44:01 eth0 1.55 0.67 0.63 0.46 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:45:01 eth0 0.50 0.32 0.27 0.20 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:46:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:47:01 eth0 0.32 0.22 0.14 0.07 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:48:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:49:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:50:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:51:01 eth0 1.08 0.10 0.06 0.01 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:52:01 eth0 1.52 0.52 0.53 0.27 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:53:01 eth0 0.42 0.40 0.27 0.20 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:54:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:55:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:56:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] Average: eth0 1.66 1.04 0.91 1.88 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T18:56:35.354Z] [2020-03-10T18:56:35.354Z] [2020-03-10T18:56:35.354Z] ---> sar -P ALL: [2020-03-10T18:56:35.354Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/10/20 _x86_64_ (4 CPU) [2020-03-10T18:56:35.354Z] [2020-03-10T18:56:35.354Z] 18:41:00 LINUX RESTART [2020-03-10T18:56:35.354Z] [2020-03-10T18:56:35.354Z] 18:42:01 CPU %user %nice %system %iowait %steal %idle [2020-03-10T18:56:35.354Z] 18:43:01 all 0.75 0.00 0.25 0.02 0.00 98.99 [2020-03-10T18:56:35.354Z] 18:43:01 0 0.65 0.00 0.28 0.03 0.00 99.03 [2020-03-10T18:56:35.354Z] 18:43:01 1 0.72 0.00 0.15 0.00 0.00 99.13 [2020-03-10T18:56:35.354Z] 18:43:01 2 0.65 0.00 0.30 0.00 0.00 99.05 [2020-03-10T18:56:35.354Z] 18:43:01 3 0.93 0.00 0.28 0.03 0.00 98.75 [2020-03-10T18:56:35.354Z] 18:44:01 all 0.20 0.00 0.06 0.00 0.00 99.74 [2020-03-10T18:56:35.354Z] 18:44:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-10T18:56:35.354Z] 18:44:01 1 0.13 0.00 0.07 0.00 0.00 99.80 [2020-03-10T18:56:35.354Z] 18:44:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-10T18:56:35.354Z] 18:44:01 3 0.57 0.00 0.05 0.00 0.00 99.38 [2020-03-10T18:56:35.354Z] 18:45:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2020-03-10T18:56:35.354Z] 18:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-10T18:56:35.354Z] 18:45:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-10T18:56:35.354Z] 18:45:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2020-03-10T18:56:35.354Z] 18:45:01 3 0.48 0.00 0.03 0.00 0.00 99.48 [2020-03-10T18:56:35.354Z] 18:46:01 all 0.15 0.00 0.05 0.00 0.00 99.81 [2020-03-10T18:56:35.354Z] 18:46:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-10T18:56:35.354Z] 18:46:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2020-03-10T18:56:35.354Z] 18:46:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-10T18:56:35.354Z] 18:46:01 3 0.40 0.00 0.05 0.00 0.00 99.55 [2020-03-10T18:56:35.354Z] 18:47:01 all 0.20 0.00 0.05 0.00 0.00 99.76 [2020-03-10T18:56:35.354Z] 18:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-10T18:56:35.354Z] 18:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-10T18:56:35.354Z] 18:47:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-10T18:56:35.354Z] 18:47:01 3 0.65 0.00 0.03 0.00 0.00 99.32 [2020-03-10T18:56:35.354Z] 18:48:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-03-10T18:56:35.354Z] 18:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-10T18:56:35.355Z] 18:48:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-10T18:56:35.355Z] 18:48:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-10T18:56:35.355Z] 18:48:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-03-10T18:56:35.355Z] 18:49:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-10T18:56:35.355Z] 18:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-10T18:56:35.355Z] 18:49:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-10T18:56:35.355Z] 18:49:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-10T18:56:35.355Z] 18:49:01 3 0.55 0.00 0.05 0.00 0.02 99.38 [2020-03-10T18:56:35.355Z] 18:50:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-03-10T18:56:35.355Z] 18:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-03-10T18:56:35.355Z] 18:50:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2020-03-10T18:56:35.355Z] 18:50:01 2 0.10 0.00 0.07 0.00 0.00 99.83 [2020-03-10T18:56:35.355Z] 18:50:01 3 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-10T18:56:35.355Z] 18:51:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-10T18:56:35.355Z] 18:51:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2020-03-10T18:56:35.355Z] 18:51:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-10T18:56:35.355Z] 18:51:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-10T18:56:35.355Z] 18:51:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-10T18:56:35.355Z] 18:52:01 all 0.20 0.00 0.06 0.00 0.00 99.73 [2020-03-10T18:56:35.355Z] 18:52:01 0 0.49 0.00 0.05 0.00 0.00 99.46 [2020-03-10T18:56:35.355Z] 18:52:01 1 0.10 0.00 0.07 0.00 0.00 99.83 [2020-03-10T18:56:35.355Z] 18:52:01 2 0.10 0.00 0.07 0.00 0.00 99.83 [2020-03-10T18:56:35.355Z] 18:52:01 3 0.10 0.00 0.07 0.00 0.00 99.83 [2020-03-10T18:56:35.355Z] 18:53:01 all 0.18 0.00 0.05 0.00 0.01 99.76 [2020-03-10T18:56:35.355Z] 18:53:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2020-03-10T18:56:35.355Z] 18:53:01 1 0.08 0.00 0.08 0.00 0.02 99.82 [2020-03-10T18:56:35.355Z] 18:53:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2020-03-10T18:56:35.355Z] 18:53:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-10T18:56:35.355Z] 18:54:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-10T18:56:35.355Z] 18:54:01 0 0.50 0.00 0.02 0.00 0.02 99.47 [2020-03-10T18:56:35.355Z] 18:54:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-10T18:56:35.355Z] 18:54:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-10T18:56:35.355Z] 18:54:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-10T18:56:35.355Z] 18:55:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-10T18:56:35.355Z] 18:55:01 0 0.53 0.00 0.05 0.00 0.00 99.42 [2020-03-10T18:56:35.355Z] 18:55:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-10T18:56:35.355Z] 18:55:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-10T18:56:35.355Z] 18:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-10T18:56:35.355Z] 18:56:01 all 0.19 0.00 0.07 0.00 0.00 99.73 [2020-03-10T18:56:35.355Z] 18:56:01 0 0.57 0.00 0.12 0.00 0.00 99.32 [2020-03-10T18:56:35.355Z] 18:56:01 1 0.12 0.00 0.07 0.00 0.00 99.82 [2020-03-10T18:56:35.355Z] 18:56:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-10T18:56:35.355Z] 18:56:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-10T18:56:35.355Z] Average: all 0.22 0.00 0.06 0.00 0.00 99.71 [2020-03-10T18:56:35.355Z] Average: 0 0.25 0.00 0.06 0.00 0.00 99.69 [2020-03-10T18:56:35.355Z] Average: 1 0.13 0.00 0.06 0.00 0.00 99.81 [2020-03-10T18:56:35.355Z] Average: 2 0.11 0.00 0.08 0.00 0.00 99.81 [2020-03-10T18:56:35.355Z] Average: 3 0.39 0.00 0.06 0.00 0.00 99.55 [2020-03-10T18:56:35.355Z] [2020-03-10T18:56:35.355Z] [2020-03-10T18:56:35.355Z]