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 216cade7f2e553cd85bebefedf8dad939aae0897 rather than cdedf6bd87226af0e1d5a8b47d77b64acfa32819 Obtained Jenkinsfile from 216cade7f2e553cd85bebefedf8dad939aae0897 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 c26106ffa7303c9cfaed1787c18b3b6a39928acb 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 c26106ffa7303c9cfaed1787c18b3b6a39928acb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c26106ffa7303c9cfaed1787c18b3b6a39928acb # timeout=10 Commit message: "Merge pull request #139 from ernestojeda/use-cache-image" > 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 ‘prd-centos7-docker-4c-2g-1362’ Running on prd-centos7-docker-4c-2g-1368 in /w/workspace/dgexfoundry_device-sdk-go_PR-448 [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-448 # 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/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # 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/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 216cade7f2e553cd85bebefedf8dad939aae0897 into PR head commit cdedf6bd87226af0e1d5a8b47d77b64acfa32819 Merge succeeded, producing a7ce322d70fb501241587b3e2cfc483a61d63614 Checking out Revision a7ce322d70fb501241587b3e2cfc483a61d63614 (PR-448) > git config core.sparsecheckout # timeout=10 > git checkout -f cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # 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 216cade7f2e553cd85bebefedf8dad939aae0897 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7ce322d70fb501241587b3e2cfc483a61d63614 # timeout=10 Commit message: "Merge commit '216cade7f2e553cd85bebefedf8dad939aae0897' into HEAD" > git rev-list --no-walk cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-30T14:42:44.503Z] 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-30T14:42:46.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-30T14:42:46.339Z] [2020-03-30T14:42:46.339Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-30T14:42:46.695Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-30T14:42:46.695Z] latest: Pulling from edgex-devops/git-semver [2020-03-30T14:42:46.695Z] 9123ac7c32f7: Pulling fs layer [2020-03-30T14:42:46.695Z] b8cc5d1170e3: Pulling fs layer [2020-03-30T14:42:46.695Z] 2924cbbf6a41: Pulling fs layer [2020-03-30T14:42:46.695Z] 93b08a4f1073: Pulling fs layer [2020-03-30T14:42:46.695Z] 93b08a4f1073: Waiting [2020-03-30T14:42:46.695Z] b8cc5d1170e3: Verifying Checksum [2020-03-30T14:42:46.695Z] b8cc5d1170e3: Download complete [2020-03-30T14:42:46.956Z] 9123ac7c32f7: Verifying Checksum [2020-03-30T14:42:46.956Z] 9123ac7c32f7: Download complete [2020-03-30T14:42:46.956Z] 93b08a4f1073: Verifying Checksum [2020-03-30T14:42:46.956Z] 93b08a4f1073: Download complete [2020-03-30T14:42:46.956Z] 2924cbbf6a41: Verifying Checksum [2020-03-30T14:42:46.956Z] 2924cbbf6a41: Download complete [2020-03-30T14:42:47.215Z] 9123ac7c32f7: Pull complete [2020-03-30T14:42:47.215Z] b8cc5d1170e3: Pull complete [2020-03-30T14:42:48.162Z] 2924cbbf6a41: Pull complete [2020-03-30T14:42:48.162Z] 93b08a4f1073: Pull complete [2020-03-30T14:42:48.162Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-30T14:42:48.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-30T14:42:48.309Z] prd-centos7-docker-4c-2g-1368 does not seem to be running inside a container [2020-03-30T14:42:48.363Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-448 -v /w/workspace/dgexfoundry_device-sdk-go_PR-448:/w/workspace/dgexfoundry_device-sdk-go_PR-448:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-448@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-30T14:42:49.036Z] $ docker top f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-30T14:42:49.300Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-30T14:42:49.301Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-30T14:42:49.529Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-30T14:42:49.532Z] $ docker exec f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab ssh-agent [2020-03-30T14:42:49.727Z] SSH_AUTH_SOCK=/tmp/ssh-09q7MZUxprtX/agent.15 [2020-03-30T14:42:49.728Z] SSH_AGENT_PID=21 [2020-03-30T14:42:49.739Z] Running ssh-add (command line suppressed) [2020-03-30T14:42:49.887Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_5644594680853117319.key (/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_5644594680853117319.key) [2020-03-30T14:42:49.950Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-30T14:42:50.279Z] + git describe --exact-match --tags HEAD [2020-03-30T14:42:50.279Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-30T14:42:50.332Z] $ docker exec --env ******** --env ******** f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab ssh-agent -k [2020-03-30T14:42:50.477Z] unset SSH_AUTH_SOCK; [2020-03-30T14:42:50.477Z] unset SSH_AGENT_PID; [2020-03-30T14:42:50.477Z] echo Agent pid 21 killed; [2020-03-30T14:42:50.524Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-30T14:42:50.593Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-30T14:42:50.593Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-30T14:42:50.661Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-30T14:42:50.661Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-30T14:42:50.864Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-30T14:42:50.867Z] $ docker exec f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab ssh-agent [2020-03-30T14:42:51.056Z] SSH_AUTH_SOCK=/tmp/ssh-AVgQS4uPpzYV/agent.57 [2020-03-30T14:42:51.056Z] SSH_AGENT_PID=64 [2020-03-30T14:42:51.066Z] Running ssh-add (command line suppressed) [2020-03-30T14:42:51.216Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_5235374825490010262.key (/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_5235374825490010262.key) [2020-03-30T14:42:51.281Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-30T14:42:51.601Z] + git semver init [2020-03-30T14:42:51.601Z] # -> Open(): unable to determine branch for HEAD [2020-03-30T14:42:51.601Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-448/.git [2020-03-30T14:42:51.601Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-448 [2020-03-30T14:42:51.601Z] # $SEMVER_REMOTE_NAME = origin [2020-03-30T14:42:51.601Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-30T14:42:51.601Z] # $SEMVER_USER_NAME = jenkins [2020-03-30T14:42:51.601Z] # $SEMVER_BRANCH = PR-448 [2020-03-30T14:42:51.601Z] # $SEMVER_TEMP = /tmp/semver-698375208 [2020-03-30T14:42:51.601Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-03-30T14:42:52.174Z] # '/tmp/semver-698375208' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-448/.semver' [2020-03-30T14:42:52.174Z] # -> Force: false [2020-03-30T14:42:52.174Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-448/.semver [Pipeline] } [2020-03-30T14:42:52.182Z] $ docker exec --env ******** --env ******** f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab ssh-agent -k [2020-03-30T14:42:52.331Z] unset SSH_AUTH_SOCK; [2020-03-30T14:42:52.331Z] unset SSH_AGENT_PID; [2020-03-30T14:42:52.331Z] echo Agent pid 64 killed; [2020-03-30T14:42:52.385Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-30T14:42:52.787Z] + git semver [Pipeline] } [2020-03-30T14:42:52.799Z] $ docker stop --time=1 f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab [2020-03-30T14:42:54.146Z] $ docker rm -f f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-30T14:42:55.031Z] Stashed 34 file(s) [Pipeline] echo [2020-03-30T14:42:55.033Z] [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-30T14:43:10.278Z] Still waiting to schedule task [2020-03-30T14:43:10.278Z] ‘prd-centos7-docker-4c-2g-1362’ is offline; ‘prd-centos7-docker-4c-2g-1370’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1363’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1367’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-03-30T14:43:10.282Z] Still waiting to schedule task [2020-03-30T14:43:10.282Z] ‘prd-centos7-docker-4c-2g-1362’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1370’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1363’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1367’ is offline [2020-03-30T14:44:36.261Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1371 in /w/workspace/dgexfoundry_device-sdk-go_PR-448 [Pipeline] { [Pipeline] ws [2020-03-30T14:44:36.299Z] Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout [2020-03-30T14:44:42.830Z] using credential edgex-jenkins-ssh [2020-03-30T14:44:42.881Z] Cloning the remote Git repository [2020-03-30T14:44:42.881Z] Cloning with configured refspecs honoured and without tags [2020-03-30T14:44:42.947Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-30T14:44:43.039Z] > git init /w/workspace/device-sdk-go/15 # timeout=10 [2020-03-30T14:44:43.127Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-30T14:44:43.128Z] > git --version # timeout=10 [2020-03-30T14:44:44.414Z] Fetching without tags [2020-03-30T14:44:43.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-30T14:44:43.222Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-30T14:44:44.294Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-30T14:44:44.313Z] > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # timeout=10 [2020-03-30T14:44:44.331Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-30T14:44:44.360Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-30T14:44:44.940Z] Merging remotes/origin/master commit 216cade7f2e553cd85bebefedf8dad939aae0897 into PR head commit cdedf6bd87226af0e1d5a8b47d77b64acfa32819 [2020-03-30T14:44:45.420Z] Merge succeeded, producing 1f7b82474af4be6931e1e09a28de75cc98b160e8 [2020-03-30T14:44:45.421Z] Checking out Revision 1f7b82474af4be6931e1e09a28de75cc98b160e8 (PR-448) [2020-03-30T14:44:44.430Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-30T14:44:44.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-30T14:44:44.440Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-30T14:44:44.982Z] > git config core.sparsecheckout # timeout=10 [2020-03-30T14:44:45.011Z] > git checkout -f cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 [2020-03-30T14:44:45.167Z] > git remote # timeout=10 [2020-03-30T14:44:45.221Z] > git config --get remote.origin.url # timeout=10 [2020-03-30T14:44:45.245Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-30T14:44:45.258Z] > git merge 216cade7f2e553cd85bebefedf8dad939aae0897 # timeout=10 [2020-03-30T14:44:45.400Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-30T14:44:45.429Z] > git config core.sparsecheckout # timeout=10 [2020-03-30T14:44:45.454Z] > git checkout -f 1f7b82474af4be6931e1e09a28de75cc98b160e8 # timeout=10 [2020-03-30T14:44:49.910Z] Commit message: "Merge commit '216cade7f2e553cd85bebefedf8dad939aae0897' into HEAD" [2020-03-30T14:44:49.919Z] > git rev-list --no-walk cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-30T14:44:51.578Z] ========================================================= [2020-03-30T14:44:51.578Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-30T14:44:51.578Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-30T14:44:52.793Z] + 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-30T14:44:53.783Z] Sending build context to Docker daemon 2.756MB [2020-03-30T14:44:53.783Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-30T14:44:53.783Z] Step 2/8 : FROM ${BASE} [2020-03-30T14:44:54.051Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-30T14:44:54.051Z] cde5963f3b93: Pulling fs layer [2020-03-30T14:44:54.051Z] 2a23fa8c16f7: Pulling fs layer [2020-03-30T14:44:54.051Z] 777b28850792: Pulling fs layer [2020-03-30T14:44:54.051Z] 8a11ddd9e578: Pulling fs layer [2020-03-30T14:44:54.051Z] 4cf88f913ddb: Pulling fs layer [2020-03-30T14:44:54.051Z] 1df406cf5192: Pulling fs layer [2020-03-30T14:44:54.051Z] cd6300453558: Pulling fs layer [2020-03-30T14:44:54.051Z] b9c365052c96: Pulling fs layer [2020-03-30T14:44:54.051Z] a2d8cc88f415: Pulling fs layer [2020-03-30T14:44:54.051Z] ea1d1ca13537: Pulling fs layer [2020-03-30T14:44:54.051Z] 3750a50a1c5e: Pulling fs layer [2020-03-30T14:44:54.051Z] cd6300453558: Waiting [2020-03-30T14:44:54.051Z] b9c365052c96: Waiting [2020-03-30T14:44:54.051Z] a2d8cc88f415: Waiting [2020-03-30T14:44:54.051Z] ea1d1ca13537: Waiting [2020-03-30T14:44:54.051Z] 3750a50a1c5e: Waiting [2020-03-30T14:44:54.051Z] 8a11ddd9e578: Waiting [2020-03-30T14:44:54.051Z] 4cf88f913ddb: Waiting [2020-03-30T14:44:54.051Z] 1df406cf5192: Waiting [2020-03-30T14:44:54.051Z] 777b28850792: Verifying Checksum [2020-03-30T14:44:54.051Z] 777b28850792: Download complete [2020-03-30T14:44:54.051Z] 2a23fa8c16f7: Verifying Checksum [2020-03-30T14:44:54.051Z] 2a23fa8c16f7: Download complete [2020-03-30T14:44:54.051Z] 4cf88f913ddb: Download complete [2020-03-30T14:44:54.051Z] 1df406cf5192: Verifying Checksum [2020-03-30T14:44:54.051Z] 1df406cf5192: Download complete [2020-03-30T14:44:54.321Z] cde5963f3b93: Verifying Checksum [2020-03-30T14:44:55.294Z] cde5963f3b93: Pull complete [2020-03-30T14:44:55.889Z] 2a23fa8c16f7: Pull complete [2020-03-30T14:44:56.162Z] 777b28850792: Pull complete [2020-03-30T14:44:58.759Z] cd6300453558: Verifying Checksum [2020-03-30T14:44:58.759Z] cd6300453558: Download complete [2020-03-30T14:44:58.759Z] a2d8cc88f415: Verifying Checksum [2020-03-30T14:44:58.759Z] a2d8cc88f415: Download complete [2020-03-30T14:45:01.381Z] ea1d1ca13537: Verifying Checksum [2020-03-30T14:45:01.381Z] ea1d1ca13537: Download complete [2020-03-30T14:45:01.381Z] 3750a50a1c5e: Verifying Checksum [2020-03-30T14:45:01.381Z] 3750a50a1c5e: Download complete [2020-03-30T14:45:03.979Z] b9c365052c96: Verifying Checksum [2020-03-30T14:45:03.979Z] b9c365052c96: Download complete [2020-03-30T14:45:05.383Z] 8a11ddd9e578: Verifying Checksum [2020-03-30T14:45:05.383Z] 8a11ddd9e578: Download complete [2020-03-30T14:45:17.728Z] 8a11ddd9e578: Pull complete [2020-03-30T14:45:17.728Z] 4cf88f913ddb: Pull complete [2020-03-30T14:45:17.728Z] 1df406cf5192: Pull complete [2020-03-30T14:45:22.018Z] cd6300453558: Pull complete [2020-03-30T14:45:27.390Z] b9c365052c96: Pull complete [2020-03-30T14:45:27.390Z] a2d8cc88f415: Pull complete [2020-03-30T14:45:29.345Z] ea1d1ca13537: Pull complete [2020-03-30T14:45:29.614Z] 3750a50a1c5e: Pull complete [2020-03-30T14:45:29.614Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-30T14:45:29.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-30T14:45:29.614Z] ---> 78745c68409d [2020-03-30T14:45:29.614Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-30T14:45:34.967Z] ---> Running in fbc2f5d02baa [2020-03-30T14:45:34.967Z] Removing intermediate container fbc2f5d02baa [2020-03-30T14:45:34.967Z] ---> d5ded86063ce [2020-03-30T14:45:34.967Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-30T14:45:34.967Z] ---> Running in 3de1e4261531 [2020-03-30T14:45:36.919Z] Removing intermediate container 3de1e4261531 [2020-03-30T14:45:36.919Z] ---> b1168b6da137 [2020-03-30T14:45:36.919Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-30T14:45:37.204Z] ---> Running in 5dd436b704cd [2020-03-30T14:45:38.171Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-30T14:45:38.758Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-30T14:45:39.346Z] OK: 125 MiB in 39 packages [2020-03-30T14:45:40.763Z] Removing intermediate container 5dd436b704cd [2020-03-30T14:45:40.763Z] ---> c9c6a4ba1c01 [2020-03-30T14:45:40.763Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-30T14:45:40.763Z] ---> Running in 4165e3ac0025 [2020-03-30T14:45:41.033Z] Removing intermediate container 4165e3ac0025 [2020-03-30T14:45:41.033Z] ---> 38429fc2d4dd [2020-03-30T14:45:41.033Z] Step 7/8 : COPY . . [2020-03-30T14:45:42.003Z] ---> bc40645d5572 [2020-03-30T14:45:42.003Z] Step 8/8 : RUN go mod download [2020-03-30T14:45:42.272Z] ---> Running in 59a6002bbd15 [2020-03-30T14:45:44.226Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-30T14:45:44.226Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-30T14:45:44.226Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-30T14:45:44.226Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-30T14:45:44.226Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-30T14:45:44.226Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-30T14:45:44.226Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-30T14:45:44.226Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-30T14:45:44.226Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-30T14:45:44.226Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-30T14:45:44.226Z] go: finding github.com/fatih/color v1.7.0 [2020-03-30T14:45:44.226Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-30T14:45:44.226Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-30T14:45:44.226Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-30T14:45:44.226Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-30T14:45:44.226Z] go: finding github.com/google/uuid v1.1.0 [2020-03-30T14:45:44.226Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-30T14:45:44.226Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-30T14:45:44.226Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-30T14:45:44.226Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-30T14:45:44.226Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-30T14:45:44.226Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-30T14:45:44.226Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-30T14:45:44.226Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-30T14:45:44.226Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-30T14:45:44.494Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-30T14:45:44.494Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-30T14:45:44.494Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-30T14:45:44.494Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-30T14:45:44.494Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-30T14:45:44.494Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-30T14:45:44.494Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-30T14:45:44.494Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-30T14:45:44.494Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-30T14:45:44.494Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-30T14:45:44.494Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-30T14:45:44.494Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-30T14:45:44.494Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-30T14:45:44.494Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-30T14:45:44.494Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-30T14:45:44.495Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-30T14:45:44.495Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-30T14:45:44.495Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-30T14:45:44.495Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-30T14:45:44.495Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-30T14:45:44.495Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-30T14:45:44.495Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-30T14:45:44.495Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-30T14:45:44.495Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-30T14:45:44.495Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-30T14:45:44.495Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-30T14:45:44.495Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-30T14:45:44.765Z] go: finding github.com/posener/complete v1.1.1 [2020-03-30T14:45:44.765Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-30T14:45:44.765Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-30T14:45:44.765Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-30T14:45:44.765Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-30T14:45:44.765Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-30T14:45:44.765Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-30T14:45:44.765Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-30T14:45:44.765Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-30T14:45:44.765Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-30T14:45:44.765Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-30T14:45:44.765Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-30T14:46:03.001Z] Removing intermediate container 59a6002bbd15 [2020-03-30T14:46:03.001Z] ---> a6907e4d9b8f [2020-03-30T14:46:03.001Z] Successfully built a6907e4d9b8f [2020-03-30T14:46:03.001Z] 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-30T14:46:03.644Z] + docker inspect -f . ci-base-image-arm64 [2020-03-30T14:46:03.912Z] . [Pipeline] withDockerContainer [2020-03-30T14:46:04.253Z] prd-ubuntu18.04-docker-arm64-4c-16g-1371 does not seem to be running inside a container [2020-03-30T14:46:04.330Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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-30T14:46:05.661Z] $ docker top a00ee68eebf07db7c157a3e708e8dcedb35cc177ffc19cabf03ba02a751feb78 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-30T14:46:06.720Z] + go version [2020-03-30T14:46:06.720Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-30T14:46:07.380Z] + make test [2020-03-30T14:46:07.380Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-30T14:46:21.075Z] Running on prd-centos7-docker-4c-2g-1378 in /w/workspace/dgexfoundry_device-sdk-go_PR-448 [Pipeline] { [Pipeline] ws [2020-03-30T14:46:21.122Z] Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout [2020-03-30T14:46:24.786Z] using credential edgex-jenkins-ssh [2020-03-30T14:46:24.832Z] Cloning the remote Git repository [2020-03-30T14:46:24.832Z] Cloning with configured refspecs honoured and without tags [2020-03-30T14:46:25.788Z] Fetching without tags [2020-03-30T14:46:24.834Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-30T14:46:24.898Z] > git init /w/workspace/device-sdk-go/15 # timeout=10 [2020-03-30T14:46:24.971Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-30T14:46:24.972Z] > git --version # timeout=10 [2020-03-30T14:46:25.000Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-30T14:46:25.054Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-30T14:46:25.747Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-30T14:46:25.754Z] > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # timeout=10 [2020-03-30T14:46:25.760Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-30T14:46:25.775Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-30T14:46:25.791Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-30T14:46:25.791Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-30T14:46:25.804Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-30T14:46:26.736Z] Merging remotes/origin/master commit 216cade7f2e553cd85bebefedf8dad939aae0897 into PR head commit cdedf6bd87226af0e1d5a8b47d77b64acfa32819 [2020-03-30T14:46:26.959Z] Merge succeeded, producing 9419a7bc77a52baf10eba79a8c8d915e753da94c [2020-03-30T14:46:26.959Z] Checking out Revision 9419a7bc77a52baf10eba79a8c8d915e753da94c (PR-448) [2020-03-30T14:46:26.750Z] > git config core.sparsecheckout # timeout=10 [2020-03-30T14:46:26.777Z] > git checkout -f cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 [2020-03-30T14:46:26.851Z] > git remote # timeout=10 [2020-03-30T14:46:26.864Z] > git config --get remote.origin.url # timeout=10 [2020-03-30T14:46:26.878Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-30T14:46:26.882Z] > git merge 216cade7f2e553cd85bebefedf8dad939aae0897 # timeout=10 [2020-03-30T14:46:26.923Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-30T14:46:26.963Z] > git config core.sparsecheckout # timeout=10 [2020-03-30T14:46:26.977Z] > git checkout -f 9419a7bc77a52baf10eba79a8c8d915e753da94c # timeout=10 [2020-03-30T14:46:31.156Z] Commit message: "Merge commit '216cade7f2e553cd85bebefedf8dad939aae0897' into HEAD" [2020-03-30T14:46:31.157Z] > git rev-list --no-walk cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-30T14:46:32.149Z] ========================================================= [2020-03-30T14:46:32.149Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-30T14:46:32.149Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-30T14:46:32.880Z] + 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-30T14:46:33.140Z] Sending build context to Docker daemon 2.756MB [2020-03-30T14:46:33.140Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-30T14:46:33.140Z] Step 2/8 : FROM ${BASE} [2020-03-30T14:46:33.412Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-30T14:46:33.412Z] e6b0cf9c0882: Pulling fs layer [2020-03-30T14:46:33.412Z] 2848faf0eed1: Pulling fs layer [2020-03-30T14:46:33.412Z] 0f37312ad70f: Pulling fs layer [2020-03-30T14:46:33.412Z] 5788d62ee057: Pulling fs layer [2020-03-30T14:46:33.412Z] 0e6b1d234666: Pulling fs layer [2020-03-30T14:46:33.412Z] bf5d7aec512f: Pulling fs layer [2020-03-30T14:46:33.412Z] 34c802a77dc8: Pulling fs layer [2020-03-30T14:46:33.412Z] 9eb99e56ec68: Pulling fs layer [2020-03-30T14:46:33.412Z] 27c7a5d97fbd: Pulling fs layer [2020-03-30T14:46:33.412Z] 5c102a31e300: Pulling fs layer [2020-03-30T14:46:33.412Z] dcfb455df0a1: Pulling fs layer [2020-03-30T14:46:33.412Z] 34c802a77dc8: Waiting [2020-03-30T14:46:33.412Z] 9eb99e56ec68: Waiting [2020-03-30T14:46:33.412Z] 27c7a5d97fbd: Waiting [2020-03-30T14:46:33.412Z] 5c102a31e300: Waiting [2020-03-30T14:46:33.412Z] dcfb455df0a1: Waiting [2020-03-30T14:46:33.412Z] 5788d62ee057: Waiting [2020-03-30T14:46:33.412Z] 0e6b1d234666: Waiting [2020-03-30T14:46:33.412Z] bf5d7aec512f: Waiting [2020-03-30T14:46:33.412Z] 0f37312ad70f: Verifying Checksum [2020-03-30T14:46:33.412Z] 0f37312ad70f: Download complete [2020-03-30T14:46:33.412Z] 2848faf0eed1: Verifying Checksum [2020-03-30T14:46:33.412Z] 2848faf0eed1: Download complete [2020-03-30T14:46:33.412Z] 0e6b1d234666: Verifying Checksum [2020-03-30T14:46:33.412Z] 0e6b1d234666: Download complete [2020-03-30T14:46:33.412Z] bf5d7aec512f: Verifying Checksum [2020-03-30T14:46:33.412Z] bf5d7aec512f: Download complete [2020-03-30T14:46:33.412Z] e6b0cf9c0882: Verifying Checksum [2020-03-30T14:46:33.412Z] e6b0cf9c0882: Download complete [2020-03-30T14:46:33.674Z] e6b0cf9c0882: Pull complete [2020-03-30T14:46:33.957Z] 2848faf0eed1: Pull complete [2020-03-30T14:46:34.254Z] 0f37312ad70f: Pull complete [2020-03-30T14:46:34.877Z] 34c802a77dc8: Verifying Checksum [2020-03-30T14:46:34.877Z] 34c802a77dc8: Download complete [2020-03-30T14:46:34.877Z] 27c7a5d97fbd: Verifying Checksum [2020-03-30T14:46:34.877Z] 27c7a5d97fbd: Download complete [2020-03-30T14:46:35.899Z] 5788d62ee057: Verifying Checksum [2020-03-30T14:46:35.899Z] 5788d62ee057: Download complete [2020-03-30T14:46:35.899Z] dcfb455df0a1: Verifying Checksum [2020-03-30T14:46:35.899Z] dcfb455df0a1: Download complete [2020-03-30T14:46:35.899Z] 9eb99e56ec68: Verifying Checksum [2020-03-30T14:46:35.899Z] 9eb99e56ec68: Download complete [2020-03-30T14:46:35.899Z] 5c102a31e300: Verifying Checksum [2020-03-30T14:46:35.899Z] 5c102a31e300: Download complete [2020-03-30T14:46:44.087Z] 5788d62ee057: Pull complete [2020-03-30T14:46:44.087Z] 0e6b1d234666: Pull complete [2020-03-30T14:46:44.087Z] bf5d7aec512f: Pull complete [2020-03-30T14:46:46.773Z] 34c802a77dc8: Pull complete [2020-03-30T14:46:50.083Z] 9eb99e56ec68: Pull complete [2020-03-30T14:46:50.348Z] 27c7a5d97fbd: Pull complete [2020-03-30T14:46:51.755Z] 5c102a31e300: Pull complete [2020-03-30T14:46:52.020Z] dcfb455df0a1: Pull complete [2020-03-30T14:46:52.020Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-30T14:46:52.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-30T14:46:52.020Z] ---> 7c70fe431013 [2020-03-30T14:46:52.020Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-30T14:46:52.284Z] ---> Running in 48dccec1b370 [2020-03-30T14:46:52.284Z] Removing intermediate container 48dccec1b370 [2020-03-30T14:46:52.284Z] ---> 19e3df14ef0e [2020-03-30T14:46:52.284Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-30T14:46:52.552Z] ---> Running in 84a86c591f87 [2020-03-30T14:46:53.963Z] Removing intermediate container 84a86c591f87 [2020-03-30T14:46:53.963Z] ---> a64baaee72f7 [2020-03-30T14:46:53.963Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-30T14:46:53.963Z] ---> Running in 858c41512541 [2020-03-30T14:46:54.303Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-30T14:46:54.303Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-30T14:46:54.303Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-30T14:46:54.303Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-03-30T14:46:54.303Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.027s coverage: 23.1% of statements [2020-03-30T14:46:54.303Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.167s coverage: 95.8% of statements [2020-03-30T14:46:54.303Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.122s coverage: 12.7% of statements [2020-03-30T14:46:54.303Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.024s coverage: 25.2% of statements [2020-03-30T14:46:54.921Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-30T14:46:55.506Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-30T14:46:55.770Z] OK: 143 MiB in 39 packages [2020-03-30T14:46:56.341Z] Removing intermediate container 858c41512541 [2020-03-30T14:46:56.341Z] ---> 2950c0de1ca9 [2020-03-30T14:46:56.341Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-30T14:46:56.605Z] ---> Running in b3e0ee1ed8df [2020-03-30T14:46:56.605Z] Removing intermediate container b3e0ee1ed8df [2020-03-30T14:46:56.605Z] ---> 2a8a354de52a [2020-03-30T14:46:56.605Z] Step 7/8 : COPY . . [2020-03-30T14:46:57.556Z] ---> 5e42d69af129 [2020-03-30T14:46:57.556Z] Step 8/8 : RUN go mod download [2020-03-30T14:46:57.556Z] ---> Running in e3cab9852d92 [2020-03-30T14:46:59.468Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-30T14:46:59.468Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-30T14:46:59.468Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-30T14:46:59.468Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-30T14:46:59.468Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-30T14:46:59.468Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-30T14:46:59.468Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-30T14:46:59.468Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-30T14:46:59.468Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-30T14:46:59.468Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-30T14:46:59.468Z] go: finding github.com/fatih/color v1.7.0 [2020-03-30T14:46:59.468Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-30T14:46:59.468Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-30T14:46:59.468Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-30T14:46:59.468Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-30T14:46:59.468Z] go: finding github.com/google/uuid v1.1.0 [2020-03-30T14:46:59.468Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-30T14:46:59.468Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-30T14:46:59.468Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-30T14:46:59.468Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-30T14:46:59.468Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-30T14:46:59.468Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-30T14:46:59.468Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-30T14:46:59.468Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-30T14:46:59.468Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-30T14:46:59.468Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-30T14:46:59.468Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-30T14:46:59.468Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-30T14:46:59.468Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-30T14:46:59.468Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-30T14:46:59.468Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-30T14:46:59.468Z] go: finding github.com/posener/complete v1.1.1 [2020-03-30T14:46:59.468Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-30T14:46:59.468Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-30T14:46:59.468Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-30T14:46:59.468Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-30T14:46:59.468Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-30T14:46:59.468Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-30T14:46:59.468Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-30T14:46:59.468Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-30T14:46:59.468Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-30T14:46:59.468Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-30T14:46:59.469Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-30T14:47:11.865Z] Removing intermediate container e3cab9852d92 [2020-03-30T14:47:11.865Z] ---> 733654aac503 [2020-03-30T14:47:11.865Z] Successfully built 733654aac503 [2020-03-30T14:47:11.865Z] 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-30T14:47:12.442Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-30T14:47:12.442Z] . [Pipeline] withDockerContainer [2020-03-30T14:47:12.611Z] prd-centos7-docker-4c-2g-1378 does not seem to be running inside a container [2020-03-30T14:47:12.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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-30T14:47:15.227Z] $ docker top 779b6e7a1227ee5544487d0109d9f3768c98dfeeef3af1d55bfe0051bec7bd8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-30T14:47:15.764Z] + go version [2020-03-30T14:47:15.764Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-30T14:47:16.084Z] + make test [2020-03-30T14:47:16.084Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-30T14:47:26.585Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.048s coverage: 30.0% of statements [2020-03-30T14:47:26.585Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.418s coverage: 40.6% of statements [2020-03-30T14:47:26.585Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-30T14:47:26.585Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-30T14:47:26.585Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.936s coverage: 67.8% of statements [2020-03-30T14:47:26.585Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-30T14:47:26.585Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-30T14:47:26.585Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-30T14:47:26.585Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.047s coverage: 52.6% of statements [2020-03-30T14:47:26.585Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.335s coverage: 76.1% of statements [2020-03-30T14:47:26.585Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-30T14:47:26.585Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-30T14:47:31.952Z] gofmt -l . [2020-03-30T14:47:32.217Z] [ "`gofmt -l .`" = "" ] [2020-03-30T14:47:32.483Z] ./bin/test-attribution-txt.sh [2020-03-30T14:47:33.450Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-30T14:47:34.226Z] Stashed 1 file(s) [Pipeline] } [2020-03-30T14:47:34.234Z] $ docker stop --time=1 a00ee68eebf07db7c157a3e708e8dcedb35cc177ffc19cabf03ba02a751feb78 [2020-03-30T14:47:34.315Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-30T14:47:34.315Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-30T14:47:34.315Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-30T14:47:34.315Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-03-30T14:47:36.463Z] $ docker rm -f a00ee68eebf07db7c157a3e708e8dcedb35cc177ffc19cabf03ba02a751feb78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-03-30T14:47:37.641Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.008s coverage: 23.1% of statements [2020-03-30T14:47:37.641Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.055s coverage: 95.8% of statements [Pipeline] sh [2020-03-30T14:47:37.997Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-30T14:47:38.321Z] + ls -al . [2020-03-30T14:47:38.321Z] total 244 [2020-03-30T14:47:38.321Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 30 14:47 . [2020-03-30T14:47:38.321Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 14:44 .. [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 30 14:44 .dockerignore [2020-03-30T14:47:38.321Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 30 14:44 .git [2020-03-30T14:47:38.321Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 30 14:44 .github [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 30 14:44 .gitignore [2020-03-30T14:47:38.321Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 30 14:44 .semver [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 936 Mar 30 14:44 Dockerfile.build [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 808 Mar 30 14:44 Jenkinsfile [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 30 14:44 LICENSE [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 892 Mar 30 14:44 Makefile [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 2249 Mar 30 14:44 README.md [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 30 14:42 VERSION [2020-03-30T14:47:38.321Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 30 14:44 api [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 3321 Mar 30 14:44 async.go [2020-03-30T14:47:38.321Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 30 14:44 bin [2020-03-30T14:47:38.321Z] -rw-r--r-- 1 jenkins jenkins 103446 Mar 30 14:47 coverage.out [2020-03-30T14:47:38.321Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 14:44 example [2020-03-30T14:47:38.321Z] -rw-r--r-- 1 jenkins jenkins 536 Mar 30 14:47 go.mod [2020-03-30T14:47:38.321Z] -rw-r--r-- 1 jenkins jenkins 11140 Mar 30 14:47 go.sum [2020-03-30T14:47:38.321Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 30 14:44 internal [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 4352 Mar 30 14:44 manageddevices.go [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 5473 Mar 30 14:44 managedprofiles.go [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 3878 Mar 30 14:44 managedwatchers.go [2020-03-30T14:47:38.321Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 14:44 pkg [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 10208 Mar 30 14:44 service.go [2020-03-30T14:47:38.321Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 14:44 snap [2020-03-30T14:47:38.321Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 30 14:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-30T14:47:38.652Z] + 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=a7ce322d70fb501241587b3e2cfc483a61d63614 --label arch=arm64 --label version=0.0.0 . [2020-03-30T14:47:39.241Z] Sending build context to Docker daemon 2.885MB [2020-03-30T14:47:39.241Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-30T14:47:39.241Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-30T14:47:39.241Z] ---> a6907e4d9b8f [2020-03-30T14:47:39.241Z] Step 3/20 : ARG MAKE='make build' [2020-03-30T14:47:39.241Z] ---> Running in 2c7b0464ee30 [2020-03-30T14:47:39.825Z] Removing intermediate container 2c7b0464ee30 [2020-03-30T14:47:39.825Z] ---> 7133f55b0b7d [2020-03-30T14:47:39.825Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-30T14:47:39.825Z] ---> Running in 4f4a87eb37af [2020-03-30T14:47:40.094Z] Removing intermediate container 4f4a87eb37af [2020-03-30T14:47:40.094Z] ---> f83797904ff7 [2020-03-30T14:47:40.094Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-30T14:47:40.361Z] ---> Running in 353b0248d5ae [2020-03-30T14:47:40.632Z] Removing intermediate container 353b0248d5ae [2020-03-30T14:47:40.632Z] ---> 57458cee0bad [2020-03-30T14:47:40.632Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-30T14:47:40.902Z] ---> Running in b26eaced509a [2020-03-30T14:47:40.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.088s coverage: 12.7% of statements [2020-03-30T14:47:40.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.043s coverage: 25.2% of statements [2020-03-30T14:47:42.958Z] Removing intermediate container b26eaced509a [2020-03-30T14:47:42.958Z] ---> 9f452584e6b5 [2020-03-30T14:47:42.958Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-30T14:47:42.958Z] ---> Running in 1182566bbb3f [2020-03-30T14:47:43.954Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-30T14:47:44.535Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-30T14:47:45.119Z] OK: 125 MiB in 39 packages [2020-03-30T14:47:46.085Z] Removing intermediate container 1182566bbb3f [2020-03-30T14:47:46.085Z] ---> 5832309ea4ca [2020-03-30T14:47:46.085Z] Step 8/20 : COPY . . [2020-03-30T14:47:47.060Z] ---> 5bb9d60511de [2020-03-30T14:47:47.060Z] Step 9/20 : RUN ${MAKE} [2020-03-30T14:47:47.329Z] ---> Running in 57e0d6c8cbc0 [2020-03-30T14:47:48.291Z] 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-30T14:48:13.114Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.033s coverage: 30.0% of statements [2020-03-30T14:48:13.114Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.477s coverage: 40.6% of statements [2020-03-30T14:48:13.114Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-30T14:48:13.114Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-30T14:48:13.114Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.909s coverage: 67.8% of statements [2020-03-30T14:48:13.114Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-30T14:48:13.114Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-30T14:48:13.114Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-30T14:48:13.114Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.060s coverage: 52.6% of statements [2020-03-30T14:48:13.114Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.101s coverage: 76.1% of statements [2020-03-30T14:48:13.114Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-30T14:48:13.114Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-30T14:48:13.374Z] gofmt -l . [2020-03-30T14:48:13.634Z] [ "`gofmt -l .`" = "" ] [2020-03-30T14:48:13.634Z] ./bin/test-attribution-txt.sh [2020-03-30T14:48:14.573Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-30T14:48:14.645Z] Warning: overwriting stash ‘coverage-report’ [2020-03-30T14:48:15.337Z] Stashed 1 file(s) [Pipeline] } [2020-03-30T14:48:15.338Z] $ docker stop --time=1 779b6e7a1227ee5544487d0109d9f3768c98dfeeef3af1d55bfe0051bec7bd8d [2020-03-30T14:48:16.958Z] $ docker rm -f 779b6e7a1227ee5544487d0109d9f3768c98dfeeef3af1d55bfe0051bec7bd8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-30T14:48:17.795Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-30T14:48:18.091Z] + ls -al . [2020-03-30T14:48:18.092Z] total 204 [2020-03-30T14:48:18.092Z] drwxrwxr-x. 11 jenkins jenkins 4096 Mar 30 14:48 . [2020-03-30T14:48:18.092Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 30 14:46 .. [2020-03-30T14:48:18.092Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 30 14:46 api [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 3321 Mar 30 14:46 async.go [2020-03-30T14:48:18.092Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 30 14:46 bin [2020-03-30T14:48:18.092Z] -rw-r--r--. 1 jenkins jenkins 103446 Mar 30 14:48 coverage.out [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 936 Mar 30 14:46 Dockerfile.build [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 30 14:46 .dockerignore [2020-03-30T14:48:18.092Z] drwxrwxr-x. 4 jenkins jenkins 48 Mar 30 14:46 example [2020-03-30T14:48:18.092Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 30 14:46 .git [2020-03-30T14:48:18.092Z] drwxrwxr-x. 2 jenkins jenkins 38 Mar 30 14:46 .github [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 30 14:46 .gitignore [2020-03-30T14:48:18.092Z] -rw-r--r--. 1 jenkins jenkins 536 Mar 30 14:48 go.mod [2020-03-30T14:48:18.092Z] -rw-r--r--. 1 jenkins jenkins 11140 Mar 30 14:48 go.sum [2020-03-30T14:48:18.092Z] drwxrwxr-x. 14 jenkins jenkins 197 Mar 30 14:46 internal [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 808 Mar 30 14:46 Jenkinsfile [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 30 14:46 LICENSE [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 892 Mar 30 14:46 Makefile [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 4352 Mar 30 14:46 manageddevices.go [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 5473 Mar 30 14:46 managedprofiles.go [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 3878 Mar 30 14:46 managedwatchers.go [2020-03-30T14:48:18.092Z] drwxrwxr-x. 4 jenkins jenkins 35 Mar 30 14:46 pkg [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 2249 Mar 30 14:46 README.md [2020-03-30T14:48:18.092Z] drwxrwxr-x. 3 jenkins jenkins 58 Mar 30 14:46 .semver [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 10208 Mar 30 14:46 service.go [2020-03-30T14:48:18.092Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 30 14:46 snap [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 30 14:42 VERSION [2020-03-30T14:48:18.092Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 30 14:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-30T14:48:18.393Z] + 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=a7ce322d70fb501241587b3e2cfc483a61d63614 --label arch=amd64 --label version=0.0.0 . [2020-03-30T14:48:18.662Z] Sending build context to Docker daemon 2.885MB [2020-03-30T14:48:18.662Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-30T14:48:18.662Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-30T14:48:18.662Z] ---> 733654aac503 [2020-03-30T14:48:18.662Z] Step 3/20 : ARG MAKE='make build' [2020-03-30T14:48:18.662Z] ---> Running in 515d77dcfe26 [2020-03-30T14:48:18.662Z] Removing intermediate container 515d77dcfe26 [2020-03-30T14:48:18.662Z] ---> d4d2c87bc7ef [2020-03-30T14:48:18.662Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-30T14:48:18.929Z] ---> Running in c620e273e394 [2020-03-30T14:48:18.929Z] Removing intermediate container c620e273e394 [2020-03-30T14:48:18.929Z] ---> fc611b2abd70 [2020-03-30T14:48:18.929Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-30T14:48:18.929Z] ---> Running in 68cddbeb9814 [2020-03-30T14:48:19.189Z] Removing intermediate container 68cddbeb9814 [2020-03-30T14:48:19.189Z] ---> 5c09d047a993 [2020-03-30T14:48:19.189Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-30T14:48:19.189Z] ---> Running in e5d9fb0dc863 [2020-03-30T14:48:20.129Z] Removing intermediate container e5d9fb0dc863 [2020-03-30T14:48:20.129Z] ---> e68fa9c2589a [2020-03-30T14:48:20.129Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-30T14:48:20.129Z] ---> Running in 04faa5420577 [2020-03-30T14:48:20.390Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-30T14:48:20.961Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-30T14:48:21.221Z] OK: 143 MiB in 39 packages [2020-03-30T14:48:21.799Z] Removing intermediate container 04faa5420577 [2020-03-30T14:48:21.799Z] ---> ee7256e41544 [2020-03-30T14:48:21.799Z] Step 8/20 : COPY . . [2020-03-30T14:48:22.059Z] ---> 1fb9fc317e6a [2020-03-30T14:48:22.059Z] Step 9/20 : RUN ${MAKE} [2020-03-30T14:48:22.059Z] ---> Running in 5ff02b2b21ff [2020-03-30T14:48:22.629Z] 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-30T14:48:27.194Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-30T14:48:37.642Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-30T14:48:39.525Z] Removing intermediate container 57e0d6c8cbc0 [2020-03-30T14:48:39.525Z] ---> 8a2778626a88 [2020-03-30T14:48:39.525Z] Step 10/20 : FROM scratch [2020-03-30T14:48:39.525Z] ---> [2020-03-30T14:48:39.525Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-30T14:48:39.525Z] ---> Running in 90fc977c7d41 [2020-03-30T14:48:39.525Z] Removing intermediate container 90fc977c7d41 [2020-03-30T14:48:39.525Z] ---> 112dbec79367 [2020-03-30T14:48:39.525Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-30T14:48:39.525Z] ---> Running in bbd5ff1cc5f0 [2020-03-30T14:48:39.525Z] Removing intermediate container bbd5ff1cc5f0 [2020-03-30T14:48:39.525Z] ---> 3bbf8c9878a3 [2020-03-30T14:48:39.525Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-30T14:48:39.525Z] ---> Running in 2b75c13d1dae [2020-03-30T14:48:39.525Z] Removing intermediate container 2b75c13d1dae [2020-03-30T14:48:39.525Z] ---> a813fafdef3c [2020-03-30T14:48:39.525Z] Step 14/20 : WORKDIR / [2020-03-30T14:48:39.525Z] ---> Running in 31e95a3fdd40 [2020-03-30T14:48:39.525Z] Removing intermediate container 31e95a3fdd40 [2020-03-30T14:48:39.525Z] ---> 22cfa23e00ba [2020-03-30T14:48:39.525Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-30T14:48:40.487Z] ---> 60590c603c49 [2020-03-30T14:48:40.487Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-30T14:48:41.073Z] ---> c4ec919ca974 [2020-03-30T14:48:41.073Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-30T14:48:41.073Z] ---> Running in 9c4dd50c0347 [2020-03-30T14:48:41.343Z] Removing intermediate container 9c4dd50c0347 [2020-03-30T14:48:41.343Z] ---> b899f5158808 [2020-03-30T14:48:41.343Z] Step 18/20 : LABEL arch=arm64 [2020-03-30T14:48:41.612Z] ---> Running in 01f064616b2b [2020-03-30T14:48:41.881Z] Removing intermediate container 01f064616b2b [2020-03-30T14:48:41.881Z] ---> f5588eb857ac [2020-03-30T14:48:41.881Z] Step 19/20 : LABEL git_sha=a7ce322d70fb501241587b3e2cfc483a61d63614 [2020-03-30T14:48:42.149Z] ---> Running in cc7c49258ebc [2020-03-30T14:48:42.417Z] Removing intermediate container cc7c49258ebc [2020-03-30T14:48:42.417Z] ---> 012a772e1a86 [2020-03-30T14:48:42.417Z] Step 20/20 : LABEL version=0.0.0 [2020-03-30T14:48:42.417Z] ---> Running in 1cf4f27708da [2020-03-30T14:48:42.684Z] Removing intermediate container 1cf4f27708da [2020-03-30T14:48:42.685Z] ---> a868a6a450e8 [2020-03-30T14:48:42.685Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-30T14:48:42.952Z] Successfully built a868a6a450e8 [2020-03-30T14:48:42.952Z] 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] } [2020-03-30T14:48:44.311Z] Removing intermediate container 5ff02b2b21ff [2020-03-30T14:48:44.311Z] ---> f06331cf01ee [2020-03-30T14:48:44.311Z] Step 10/20 : FROM scratch [2020-03-30T14:48:44.311Z] ---> [2020-03-30T14:48:44.311Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-30T14:48:44.311Z] ---> Running in 42f19150ca73 [2020-03-30T14:48:44.311Z] Removing intermediate container 42f19150ca73 [2020-03-30T14:48:44.311Z] ---> 1861ab1dea40 [2020-03-30T14:48:44.311Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-30T14:48:44.311Z] ---> Running in df79dec16ec3 [2020-03-30T14:48:44.311Z] Removing intermediate container df79dec16ec3 [2020-03-30T14:48:44.311Z] ---> 3118dde3e462 [2020-03-30T14:48:44.311Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-30T14:48:44.311Z] ---> Running in 56869f9d7efd [2020-03-30T14:48:44.311Z] Removing intermediate container 56869f9d7efd [2020-03-30T14:48:44.311Z] ---> c2f3090514a0 [2020-03-30T14:48:44.311Z] Step 14/20 : WORKDIR / [2020-03-30T14:48:44.311Z] ---> Running in 7e512887eae9 [2020-03-30T14:48:44.311Z] Removing intermediate container 7e512887eae9 [2020-03-30T14:48:44.311Z] ---> f8bfa6a8be12 [2020-03-30T14:48:44.311Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-30T14:48:44.895Z] ---> aef089abc484 [2020-03-30T14:48:44.895Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-30T14:48:45.157Z] ---> e99273771b2f [2020-03-30T14:48:45.157Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-30T14:48:45.157Z] ---> Running in 171f32a28d90 [2020-03-30T14:48:45.157Z] Removing intermediate container 171f32a28d90 [2020-03-30T14:48:45.157Z] ---> dbdce968111d [2020-03-30T14:48:45.157Z] Step 18/20 : LABEL arch=amd64 [2020-03-30T14:48:46.113Z] ---> Running in c10fa93e1200 [2020-03-30T14:48:46.113Z] Removing intermediate container c10fa93e1200 [2020-03-30T14:48:46.113Z] ---> 5d66a229b3f6 [2020-03-30T14:48:46.113Z] Step 19/20 : LABEL git_sha=a7ce322d70fb501241587b3e2cfc483a61d63614 [2020-03-30T14:48:46.113Z] ---> Running in 1b00023a072e [2020-03-30T14:48:46.376Z] Removing intermediate container 1b00023a072e [2020-03-30T14:48:46.376Z] ---> 8b5d64072d02 [2020-03-30T14:48:46.376Z] Step 20/20 : LABEL version=0.0.0 [2020-03-30T14:48:46.376Z] ---> Running in 8f3e268f5c31 [2020-03-30T14:48:46.636Z] Removing intermediate container 8f3e268f5c31 [2020-03-30T14:48:46.636Z] ---> b5f8c578ff11 [2020-03-30T14:48:46.636Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-30T14:48:46.636Z] Successfully built b5f8c578ff11 [2020-03-30T14:48:46.636Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-03-30T14:48:47.543Z] provisioning config files... [2020-03-30T14:48:47.560Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/config4802473728405706568tmp [Pipeline] { [Pipeline] sh [2020-03-30T14:48:47.902Z] + curl -s https://codecov.io/bash [2020-03-30T14:48:47.902Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/config4802473728405706568tmp [2020-03-30T14:48:48.160Z] [2020-03-30T14:48:48.160Z] _____ _ [2020-03-30T14:48:48.160Z] / ____| | | [2020-03-30T14:48:48.160Z] | | ___ __| | ___ ___ _____ __ [2020-03-30T14:48:48.160Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-30T14:48:48.160Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-30T14:48:48.160Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-30T14:48:48.160Z] Bash-tbd [2020-03-30T14:48:48.160Z] [2020-03-30T14:48:48.160Z] [2020-03-30T14:48:48.160Z] ==> Jenkins CI detected. [2020-03-30T14:48:48.160Z] project root: . [2020-03-30T14:48:48.160Z] Fixing merge commit SHA [2020-03-30T14:48:48.160Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-30T14:48:48.160Z] ==> Running gcov in . (disable via -X gcov) [2020-03-30T14:48:48.160Z] ==> Python coveragepy not found [2020-03-30T14:48:48.160Z] ==> Searching for coverage reports in: [2020-03-30T14:48:48.160Z] + . [2020-03-30T14:48:48.160Z] -> Found 1 reports [2020-03-30T14:48:48.160Z] ==> Detecting git/mercurial file structure [2020-03-30T14:48:48.160Z] ==> Reading reports [2020-03-30T14:48:48.160Z] + ./coverage.out bytes=103446 [2020-03-30T14:48:48.160Z] ==> Appending adjustments [2020-03-30T14:48:48.160Z] http://docs.codecov.io/docs/fixing-reports [2020-03-30T14:48:48.418Z] + Found adjustments [2020-03-30T14:48:48.418Z] ==> Gzipping contents [2020-03-30T14:48:48.418Z] ==> Uploading reports [2020-03-30T14:48:48.418Z] url: https://codecov.io [2020-03-30T14:48:48.418Z] query: branch=PR-448&commit=216cade7f2e553cd85bebefedf8dad939aae0897&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-448%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=448&job= [2020-03-30T14:48:48.418Z] -> Pinging Codecov [2020-03-30T14:48:48.418Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-448&commit=216cade7f2e553cd85bebefedf8dad939aae0897&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-448%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=448&job= [2020-03-30T14:48:48.988Z] -> Uploading [2020-03-30T14:48:49.247Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/216cade7f2e553cd85bebefedf8dad939aae0897 [Pipeline] } [2020-03-30T14:48:49.254Z] 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-30T14:48:50.295Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-30T14:48:50.595Z] ---> package-listing.sh [2020-03-30T14:48:50.595Z] ++ facter osfamily [2020-03-30T14:48:50.595Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-30T14:48:50.595Z] + OS_FAMILY=redhat [2020-03-30T14:48:50.595Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-448 [2020-03-30T14:48:50.595Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-30T14:48:50.595Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-30T14:48:50.595Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-30T14:48:50.595Z] + PACKAGES=/tmp/packages_start.txt [2020-03-30T14:48:50.595Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-448 ']' [2020-03-30T14:48:50.595Z] + PACKAGES=/tmp/packages_end.txt [2020-03-30T14:48:50.595Z] + case "${OS_FAMILY}" in [2020-03-30T14:48:50.595Z] + rpm -qa [2020-03-30T14:48:50.595Z] + sort [2020-03-30T14:48:54.810Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-30T14:48:54.810Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-30T14:48:54.810Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-30T14:48:54.810Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-448 ']' [2020-03-30T14:48:54.810Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-448/archives/ [2020-03-30T14:48:54.810Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-448/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-30T14:48:55.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-30T14:48:55.165Z] [2020-03-30T14:48:55.165Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-30T14:48:55.504Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-30T14:48:55.504Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-30T14:48:55.504Z] c9b1b535fdd9: Pulling fs layer [2020-03-30T14:48:55.504Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-30T14:48:55.504Z] 756a868c4378: Pulling fs layer [2020-03-30T14:48:55.504Z] 444b2fc9a129: Pulling fs layer [2020-03-30T14:48:55.504Z] ea15f1150254: Pulling fs layer [2020-03-30T14:48:55.504Z] 41b27a9f41bf: Pulling fs layer [2020-03-30T14:48:55.504Z] 28c525ee5125: Pulling fs layer [2020-03-30T14:48:55.504Z] 094b1ea09ed8: Pulling fs layer [2020-03-30T14:48:55.504Z] 138eaada9080: Pulling fs layer [2020-03-30T14:48:55.504Z] 0622d0fa9048: Pulling fs layer [2020-03-30T14:48:55.504Z] 444b2fc9a129: Waiting [2020-03-30T14:48:55.504Z] ea15f1150254: Waiting [2020-03-30T14:48:55.504Z] 41b27a9f41bf: Waiting [2020-03-30T14:48:55.504Z] 28c525ee5125: Waiting [2020-03-30T14:48:55.504Z] 094b1ea09ed8: Waiting [2020-03-30T14:48:55.504Z] 138eaada9080: Waiting [2020-03-30T14:48:55.504Z] 0622d0fa9048: Waiting [2020-03-30T14:48:55.504Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-30T14:48:55.504Z] 2cc5ad85d9ab: Download complete [2020-03-30T14:48:55.504Z] 444b2fc9a129: Verifying Checksum [2020-03-30T14:48:55.504Z] 444b2fc9a129: Download complete [2020-03-30T14:48:55.504Z] c9b1b535fdd9: Verifying Checksum [2020-03-30T14:48:55.504Z] c9b1b535fdd9: Download complete [2020-03-30T14:48:55.504Z] ea15f1150254: Verifying Checksum [2020-03-30T14:48:55.504Z] ea15f1150254: Download complete [2020-03-30T14:48:55.776Z] 28c525ee5125: Verifying Checksum [2020-03-30T14:48:55.776Z] 28c525ee5125: Download complete [2020-03-30T14:48:55.776Z] c9b1b535fdd9: Pull complete [2020-03-30T14:48:56.044Z] 2cc5ad85d9ab: Pull complete [2020-03-30T14:48:56.044Z] 756a868c4378: Download complete [2020-03-30T14:48:56.311Z] 138eaada9080: Verifying Checksum [2020-03-30T14:48:56.311Z] 138eaada9080: Download complete [2020-03-30T14:48:56.311Z] 0622d0fa9048: Retrying in 5 seconds [2020-03-30T14:48:56.311Z] 094b1ea09ed8: Verifying Checksum [2020-03-30T14:48:56.311Z] 094b1ea09ed8: Download complete [2020-03-30T14:48:56.883Z] 41b27a9f41bf: Verifying Checksum [2020-03-30T14:48:56.883Z] 41b27a9f41bf: Download complete [2020-03-30T14:48:57.159Z] 0622d0fa9048: Retrying in 4 seconds [2020-03-30T14:48:57.421Z] 756a868c4378: Pull complete [2020-03-30T14:48:57.685Z] 444b2fc9a129: Pull complete [2020-03-30T14:48:57.946Z] ea15f1150254: Pull complete [2020-03-30T14:48:58.207Z] 0622d0fa9048: Retrying in 3 seconds [2020-03-30T14:48:59.154Z] 0622d0fa9048: Retrying in 2 seconds [2020-03-30T14:49:00.545Z] 0622d0fa9048: Retrying in 1 second [2020-03-30T14:49:01.487Z] 0622d0fa9048: Retrying in 10 seconds [2020-03-30T14:49:01.487Z] 41b27a9f41bf: Pull complete [2020-03-30T14:49:01.487Z] 28c525ee5125: Pull complete [2020-03-30T14:49:02.428Z] 0622d0fa9048: Retrying in 9 seconds [2020-03-30T14:49:03.363Z] 0622d0fa9048: Retrying in 8 seconds [2020-03-30T14:49:03.631Z] 094b1ea09ed8: Pull complete [2020-03-30T14:49:03.890Z] 138eaada9080: Pull complete [2020-03-30T14:49:04.456Z] 0622d0fa9048: Retrying in 7 seconds [2020-03-30T14:49:05.391Z] 0622d0fa9048: Retrying in 6 seconds [2020-03-30T14:49:06.330Z] 0622d0fa9048: Retrying in 5 seconds [2020-03-30T14:49:07.270Z] 0622d0fa9048: Retrying in 4 seconds [2020-03-30T14:49:08.203Z] 0622d0fa9048: Retrying in 3 seconds [2020-03-30T14:49:09.576Z] 0622d0fa9048: Retrying in 2 seconds [2020-03-30T14:49:10.511Z] 0622d0fa9048: Retrying in 1 second [2020-03-30T14:49:11.447Z] 0622d0fa9048: Verifying Checksum [2020-03-30T14:49:11.447Z] 0622d0fa9048: Download complete [2020-03-30T14:49:11.447Z] 0622d0fa9048: Pull complete [2020-03-30T14:49:11.447Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-30T14:49:11.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-30T14:49:11.610Z] prd-centos7-docker-4c-2g-1368 does not seem to be running inside a container [2020-03-30T14:49:11.654Z] $ 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-448 -v /w/workspace/dgexfoundry_device-sdk-go_PR-448:/w/workspace/dgexfoundry_device-sdk-go_PR-448:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-448@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-30T14:49:12.748Z] $ docker top 2d8269c20f2563e0e25017f61b80c4e811e7d433ef109405c645eabcc52bc953 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-30T14:49:12.982Z] provisioning config files... [2020-03-30T14:49:12.994Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/config654517425232231726tmp [Pipeline] { [Pipeline] echo [2020-03-30T14:49:13.051Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-30T14:49:13.353Z] ---> create-netrc.sh [Pipeline] echo [2020-03-30T14:49:13.360Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-30T14:49:13.650Z] ---> logs-deploy.sh [2020-03-30T14:49:13.650Z] + ARCHIVE_ARTIFACTS= [2020-03-30T14:49:13.650Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-30T14:49:13.650Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-30T14:49:13.650Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-30T14:49:13.650Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-448/15 [2020-03-30T14:49:13.650Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-448/15/ [2020-03-30T14:49:13.650Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-448/15 /w/workspace/dgexfoundry_device-sdk-go_PR-448 [2020-03-30T14:49:15.030Z] Archives upload complete. [2020-03-30T14:49:15.031Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-448/15 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-448/15/ [2020-03-30T14:49:15.613Z] ---> uname -a: [2020-03-30T14:49:15.613Z] Linux 2d8269c20f25 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] ---> lscpu: [2020-03-30T14:49:15.613Z] Architecture: x86_64 [2020-03-30T14:49:15.613Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-30T14:49:15.613Z] Byte Order: Little Endian [2020-03-30T14:49:15.613Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-30T14:49:15.613Z] CPU(s): 4 [2020-03-30T14:49:15.613Z] On-line CPU(s) list: 0-3 [2020-03-30T14:49:15.613Z] Thread(s) per core: 1 [2020-03-30T14:49:15.613Z] Core(s) per socket: 1 [2020-03-30T14:49:15.613Z] Socket(s): 4 [2020-03-30T14:49:15.613Z] NUMA node(s): 1 [2020-03-30T14:49:15.613Z] Vendor ID: GenuineIntel [2020-03-30T14:49:15.613Z] CPU family: 6 [2020-03-30T14:49:15.613Z] Model: 44 [2020-03-30T14:49:15.613Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-30T14:49:15.613Z] Stepping: 1 [2020-03-30T14:49:15.613Z] CPU MHz: 2933.438 [2020-03-30T14:49:15.613Z] BogoMIPS: 5866.87 [2020-03-30T14:49:15.613Z] Virtualization: VT-x [2020-03-30T14:49:15.613Z] Hypervisor vendor: KVM [2020-03-30T14:49:15.613Z] Virtualization type: full [2020-03-30T14:49:15.613Z] L1d cache: 128 KiB [2020-03-30T14:49:15.613Z] L1i cache: 128 KiB [2020-03-30T14:49:15.613Z] L2 cache: 16 MiB [2020-03-30T14:49:15.613Z] L3 cache: 64 MiB [2020-03-30T14:49:15.613Z] NUMA node0 CPU(s): 0-3 [2020-03-30T14:49:15.613Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-30T14:49:15.613Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-30T14:49:15.613Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-30T14:49:15.613Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-30T14:49:15.613Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-30T14:49:15.613Z] 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-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] ---> nproc: [2020-03-30T14:49:15.613Z] 4 [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] ---> df -h: [2020-03-30T14:49:15.613Z] Filesystem Size Used Available Use% Mounted on [2020-03-30T14:49:15.613Z] overlay 50.0G 6.3G 43.7G 13% / [2020-03-30T14:49:15.613Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-03-30T14:49:15.613Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-03-30T14:49:15.613Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-03-30T14:49:15.613Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf [2020-03-30T14:49:15.613Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname [2020-03-30T14:49:15.613Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts [2020-03-30T14:49:15.613Z] /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa [2020-03-30T14:49:15.613Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-448 [2020-03-30T14:49:15.613Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] ---> free -m: [2020-03-30T14:49:15.613Z] total used free shared buff/cache available [2020-03-30T14:49:15.613Z] Mem: 1838 600 75 0 1161 1132 [2020-03-30T14:49:15.613Z] Swap: 1023 1 1022 [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] ---> ip addr: [2020-03-30T14:49:15.613Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-03-30T14:49:15.613Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-03-30T14:49:15.613Z] inet 127.0.0.1/8 scope host lo [2020-03-30T14:49:15.613Z] valid_lft forever preferred_lft forever [2020-03-30T14:49:15.613Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-03-30T14:49:15.613Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-03-30T14:49:15.613Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-03-30T14:49:15.613Z] valid_lft forever preferred_lft forever [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] [2020-03-30T14:49:15.613Z] ---> sar -b -r -n DEV: [2020-03-30T14:49:15.614Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/30/20 _x86_64_ (4 CPU) [2020-03-30T14:49:15.614Z] [2020-03-30T14:49:15.614Z] 14:42:00 LINUX RESTART [2020-03-30T14:49:15.614Z] [2020-03-30T14:49:15.614Z] 14:43:01 tps rtps wtps bread/s bwrtn/s [2020-03-30T14:49:15.614Z] 14:44:01 9.69 0.00 9.69 0.00 2721.17 [2020-03-30T14:49:15.614Z] 14:45:01 0.62 0.00 0.62 0.00 9.69 [2020-03-30T14:49:15.614Z] 14:46:01 0.63 0.00 0.63 0.00 6.58 [2020-03-30T14:49:15.614Z] 14:47:01 0.60 0.00 0.60 0.00 8.19 [2020-03-30T14:49:15.614Z] 14:48:01 0.63 0.00 0.63 0.00 8.89 [2020-03-30T14:49:15.614Z] 14:49:01 90.44 63.56 26.89 3967.37 12961.73 [2020-03-30T14:49:15.614Z] Average: 17.11 10.60 6.51 661.47 2620.17 [2020-03-30T14:49:15.614Z] [2020-03-30T14:49:15.614Z] 14:43:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-03-30T14:49:15.614Z] 14:44:01 119008 1763296 93.68 2620 1233700 922796 31.49 427320 1178448 16 [2020-03-30T14:49:15.614Z] 14:45:01 118128 1764176 93.72 2620 1233704 922892 31.49 428352 1178148 8 [2020-03-30T14:49:15.614Z] 14:46:01 120044 1762260 93.62 2620 1233712 910460 31.06 426932 1177712 8 [2020-03-30T14:49:15.614Z] 14:47:01 118924 1763380 93.68 2620 1233772 910664 31.07 428436 1177724 16 [2020-03-30T14:49:15.614Z] 14:48:01 119596 1762708 93.65 2620 1233724 910520 31.07 427640 1177716 8 [2020-03-30T14:49:15.614Z] 14:49:01 119740 1762564 93.64 2620 1178472 1113476 37.99 451736 1133636 105944 [2020-03-30T14:49:15.614Z] Average: 119240 1763064 93.67 2620 1224514 948468 32.36 431736 1170564 17667 [2020-03-30T14:49:15.614Z] [2020-03-30T14:49:15.614Z] 14:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-03-30T14:49:15.614Z] 14:44:01 eth0 3.61 0.90 1.13 0.62 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:45:01 eth0 2.68 1.03 0.92 0.58 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:46:01 eth0 1.67 0.08 0.17 0.04 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:47:01 eth0 1.07 0.65 0.57 0.41 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:48:01 eth0 0.43 0.20 0.15 0.07 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:49:01 eth0 93.47 80.34 2330.26 10.94 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] 14:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] Average: eth0 17.16 13.87 389.01 2.11 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-30T14:49:15.614Z] [2020-03-30T14:49:15.614Z] [2020-03-30T14:49:15.614Z] ---> sar -P ALL: [2020-03-30T14:49:15.614Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/30/20 _x86_64_ (4 CPU) [2020-03-30T14:49:15.614Z] [2020-03-30T14:49:15.614Z] 14:42:00 LINUX RESTART [2020-03-30T14:49:15.614Z] [2020-03-30T14:49:15.614Z] 14:43:01 CPU %user %nice %system %iowait %steal %idle [2020-03-30T14:49:15.614Z] 14:44:01 all 0.18 0.00 0.12 0.00 0.00 99.70 [2020-03-30T14:49:15.614Z] 14:44:01 0 0.38 0.00 0.08 0.00 0.00 99.53 [2020-03-30T14:49:15.614Z] 14:44:01 1 0.08 0.00 0.23 0.00 0.00 99.68 [2020-03-30T14:49:15.614Z] 14:44:01 2 0.10 0.00 0.07 0.00 0.00 99.83 [2020-03-30T14:49:15.614Z] 14:44:01 3 0.13 0.00 0.12 0.00 0.00 99.75 [2020-03-30T14:49:15.614Z] 14:45:01 all 0.21 0.00 0.05 0.00 0.00 99.74 [2020-03-30T14:49:15.614Z] 14:45:01 0 0.35 0.00 0.05 0.00 0.00 99.60 [2020-03-30T14:49:15.614Z] 14:45:01 1 0.12 0.00 0.03 0.00 0.00 99.85 [2020-03-30T14:49:15.614Z] 14:45:01 2 0.25 0.00 0.05 0.00 0.02 99.68 [2020-03-30T14:49:15.614Z] 14:45:01 3 0.10 0.00 0.03 0.00 0.02 99.85 [2020-03-30T14:49:15.614Z] 14:46:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-30T14:49:15.614Z] 14:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-30T14:49:15.614Z] 14:46:01 1 0.05 0.00 0.12 0.00 0.00 99.83 [2020-03-30T14:49:15.614Z] 14:46:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-30T14:49:15.614Z] 14:46:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-30T14:49:15.614Z] 14:47:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2020-03-30T14:49:15.614Z] 14:47:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-30T14:49:15.614Z] 14:47:01 1 0.13 0.00 0.07 0.00 0.00 99.80 [2020-03-30T14:49:15.614Z] 14:47:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2020-03-30T14:49:15.614Z] 14:47:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2020-03-30T14:49:15.614Z] 14:48:01 all 0.18 0.00 0.06 0.00 0.00 99.76 [2020-03-30T14:49:15.614Z] 14:48:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2020-03-30T14:49:15.614Z] 14:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-30T14:49:15.614Z] 14:48:01 2 0.57 0.00 0.05 0.00 0.00 99.38 [2020-03-30T14:49:15.614Z] 14:48:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2020-03-30T14:49:15.614Z] 14:49:01 all 4.03 0.00 2.31 1.31 0.01 92.33 [2020-03-30T14:49:15.614Z] 14:49:01 0 3.80 0.00 2.19 1.05 0.02 92.94 [2020-03-30T14:49:15.614Z] 14:49:01 1 3.65 0.00 2.34 1.05 0.02 92.94 [2020-03-30T14:49:15.614Z] 14:49:01 2 4.36 0.00 2.02 0.33 0.00 93.28 [2020-03-30T14:49:15.614Z] 14:49:01 3 4.32 0.00 2.70 2.81 0.02 90.16 [2020-03-30T14:49:15.614Z] Average: all 0.83 0.00 0.44 0.22 0.00 98.51 [2020-03-30T14:49:15.614Z] Average: 0 0.78 0.00 0.41 0.18 0.00 98.64 [2020-03-30T14:49:15.614Z] Average: 1 0.68 0.00 0.47 0.18 0.00 98.67 [2020-03-30T14:49:15.614Z] Average: 2 1.06 0.00 0.38 0.06 0.00 98.51 [2020-03-30T14:49:15.614Z] Average: 3 0.79 0.00 0.50 0.47 0.01 98.23 [2020-03-30T14:49:15.614Z] [2020-03-30T14:49:15.614Z] [2020-03-30T14:49:15.614Z]