Pull request #447 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of brandonforster for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 79a40a317d1b6800d1816ffd538dea299a9d4c8b rather than 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 Obtained Jenkinsfile from 79a40a317d1b6800d1816ffd538dea299a9d4c8b 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 ‘prd-centos7-docker-4c-2g-2574’ is offline Running on prd-centos7-docker-4c-2g-2576 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [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-447 # 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/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 Merge succeeded, producing 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 Checking out Revision 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 (PR-447) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # 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/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # 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 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 Commit message: "#446: Updated to use context passed from bootstrap." > git rev-list --no-walk a50d6b06f0992baef6a08096411198deb3735a9c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-07T14:48:16.116Z] 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-04-07T14:48:20.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-07T14:48:20.417Z] [2020-04-07T14:48:20.417Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-07T14:48:20.834Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-07T14:48:21.129Z] latest: Pulling from edgex-devops/git-semver [2020-04-07T14:48:21.129Z] 9123ac7c32f7: Pulling fs layer [2020-04-07T14:48:21.129Z] b8cc5d1170e3: Pulling fs layer [2020-04-07T14:48:21.129Z] 2924cbbf6a41: Pulling fs layer [2020-04-07T14:48:21.129Z] 93b08a4f1073: Pulling fs layer [2020-04-07T14:48:21.129Z] 93b08a4f1073: Waiting [2020-04-07T14:48:21.129Z] b8cc5d1170e3: Verifying Checksum [2020-04-07T14:48:21.129Z] b8cc5d1170e3: Download complete [2020-04-07T14:48:21.845Z] 9123ac7c32f7: Verifying Checksum [2020-04-07T14:48:21.845Z] 9123ac7c32f7: Download complete [2020-04-07T14:48:22.116Z] 2924cbbf6a41: Verifying Checksum [2020-04-07T14:48:22.116Z] 2924cbbf6a41: Download complete [2020-04-07T14:48:22.116Z] 93b08a4f1073: Verifying Checksum [2020-04-07T14:48:22.116Z] 93b08a4f1073: Download complete [2020-04-07T14:48:22.393Z] 9123ac7c32f7: Pull complete [2020-04-07T14:48:22.725Z] b8cc5d1170e3: Pull complete [2020-04-07T14:48:24.240Z] 2924cbbf6a41: Pull complete [2020-04-07T14:48:24.870Z] 93b08a4f1073: Pull complete [2020-04-07T14:48:24.870Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-07T14:48:24.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-07T14:48:25.441Z] prd-centos7-docker-4c-2g-2576 does not seem to be running inside a container [2020-04-07T14:48:25.668Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-447 -v /w/workspace/dgexfoundry_device-sdk-go_PR-447:/w/workspace/dgexfoundry_device-sdk-go_PR-447:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-447@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-04-07T14:48:27.081Z] $ docker top 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-07T14:48:27.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-07T14:48:27.493Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-07T14:48:28.366Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-07T14:48:28.399Z] $ docker exec 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb ssh-agent [2020-04-07T14:48:29.320Z] SSH_AUTH_SOCK=/tmp/ssh-oXZoQpnPQpkh/agent.15 [2020-04-07T14:48:29.320Z] SSH_AGENT_PID=21 [2020-04-07T14:48:29.346Z] Running ssh-add (command line suppressed) [2020-04-07T14:48:29.691Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_2838801125695392004.key (/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_2838801125695392004.key) [2020-04-07T14:48:29.774Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-07T14:48:30.449Z] + git describe --exact-match --tags HEAD [2020-04-07T14:48:30.449Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-07T14:48:30.748Z] $ docker exec --env ******** --env ******** 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb ssh-agent -k [2020-04-07T14:48:31.605Z] unset SSH_AUTH_SOCK; [2020-04-07T14:48:31.606Z] unset SSH_AGENT_PID; [2020-04-07T14:48:31.606Z] echo Agent pid 21 killed; [2020-04-07T14:48:31.786Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-07T14:48:31.851Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-07T14:48:31.851Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-07T14:48:31.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-07T14:48:31.919Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-07T14:48:32.705Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-07T14:48:32.708Z] $ docker exec 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb ssh-agent [2020-04-07T14:48:33.063Z] SSH_AUTH_SOCK=/tmp/ssh-jKPwlkIHMrla/agent.56 [2020-04-07T14:48:33.063Z] SSH_AGENT_PID=63 [2020-04-07T14:48:33.096Z] Running ssh-add (command line suppressed) [2020-04-07T14:48:33.346Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_6711022234841975686.key (/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_6711022234841975686.key) [2020-04-07T14:48:33.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-07T14:48:33.858Z] + git semver init [2020-04-07T14:48:34.135Z] # -> Open(): unable to determine branch for HEAD [2020-04-07T14:48:34.135Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-447/.git [2020-04-07T14:48:34.135Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-447 [2020-04-07T14:48:34.135Z] # $SEMVER_REMOTE_NAME = origin [2020-04-07T14:48:34.135Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-04-07T14:48:34.135Z] # $SEMVER_USER_NAME = jenkins [2020-04-07T14:48:34.135Z] # $SEMVER_BRANCH = PR-447 [2020-04-07T14:48:34.135Z] # $SEMVER_TEMP = /tmp/semver-032202177 [2020-04-07T14:48:34.135Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-04-07T14:48:35.119Z] # '/tmp/semver-032202177' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-447/.semver' [2020-04-07T14:48:35.119Z] # -> Force: false [2020-04-07T14:48:35.119Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-447/.semver [Pipeline] } [2020-04-07T14:48:35.131Z] $ docker exec --env ******** --env ******** 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb ssh-agent -k [2020-04-07T14:48:35.727Z] unset SSH_AUTH_SOCK; [2020-04-07T14:48:35.728Z] unset SSH_AGENT_PID; [2020-04-07T14:48:35.728Z] echo Agent pid 63 killed; [2020-04-07T14:48:35.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-07T14:48:36.500Z] + git semver [Pipeline] } [2020-04-07T14:48:36.798Z] $ docker stop --time=1 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb [2020-04-07T14:48:38.321Z] $ docker rm -f 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-07T14:48:39.469Z] Stashed 36 file(s) [Pipeline] echo [2020-04-07T14:48:39.471Z] [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-04-07T14:48:54.738Z] Still waiting to schedule task [2020-04-07T14:48:54.738Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-04-07T14:48:54.740Z] Still waiting to schedule task [2020-04-07T14:48:54.740Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2575’ is offline [2020-04-07T14:50:40.050Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2577 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [Pipeline] { [Pipeline] ws [2020-04-07T14:50:40.156Z] Running in /w/workspace/device-sdk-go/16 [Pipeline] { [Pipeline] checkout [2020-04-07T14:50:46.002Z] using credential edgex-jenkins-ssh [2020-04-07T14:50:46.054Z] Cloning the remote Git repository [2020-04-07T14:50:46.054Z] Cloning with configured refspecs honoured and without tags [2020-04-07T14:50:46.129Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T14:50:46.230Z] > git init /w/workspace/device-sdk-go/16 # timeout=10 [2020-04-07T14:50:46.304Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T14:50:46.305Z] > git --version # timeout=10 [2020-04-07T14:50:46.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T14:50:46.432Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T14:50:47.437Z] Fetching without tags [2020-04-07T14:50:47.977Z] Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 [2020-04-07T14:50:47.323Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-07T14:50:47.361Z] > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # timeout=10 [2020-04-07T14:50:47.378Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T14:50:47.406Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-07T14:50:47.453Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T14:50:47.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T14:50:47.465Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T14:50:48.003Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T14:50:48.217Z] Merge succeeded, producing 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 [2020-04-07T14:50:48.217Z] Checking out Revision 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 (PR-447) [2020-04-07T14:50:48.028Z] > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 [2020-04-07T14:50:48.126Z] > git remote # timeout=10 [2020-04-07T14:50:48.157Z] > git config --get remote.origin.url # timeout=10 [2020-04-07T14:50:48.178Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T14:50:48.189Z] > git merge 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 [2020-04-07T14:50:48.209Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-07T14:50:48.230Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T14:50:48.250Z] > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 [2020-04-07T14:50:52.791Z] Commit message: "#446: Updated to use context passed from bootstrap." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-07T14:50:54.067Z] ========================================================= [2020-04-07T14:50:54.067Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-07T14:50:54.067Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-07T14:50:55.119Z] + 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-04-07T14:50:56.090Z] Sending build context to Docker daemon 2.818MB [2020-04-07T14:50:56.090Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-07T14:50:56.090Z] Step 2/8 : FROM ${BASE} [2020-04-07T14:50:56.359Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-07T14:50:56.359Z] cde5963f3b93: Pulling fs layer [2020-04-07T14:50:56.359Z] 2a23fa8c16f7: Pulling fs layer [2020-04-07T14:50:56.359Z] 777b28850792: Pulling fs layer [2020-04-07T14:50:56.359Z] 8a11ddd9e578: Pulling fs layer [2020-04-07T14:50:56.359Z] 4cf88f913ddb: Pulling fs layer [2020-04-07T14:50:56.359Z] 1df406cf5192: Pulling fs layer [2020-04-07T14:50:56.359Z] cd6300453558: Pulling fs layer [2020-04-07T14:50:56.359Z] b9c365052c96: Pulling fs layer [2020-04-07T14:50:56.359Z] a2d8cc88f415: Pulling fs layer [2020-04-07T14:50:56.359Z] ea1d1ca13537: Pulling fs layer [2020-04-07T14:50:56.359Z] 3750a50a1c5e: Pulling fs layer [2020-04-07T14:50:56.359Z] 8a11ddd9e578: Waiting [2020-04-07T14:50:56.359Z] 4cf88f913ddb: Waiting [2020-04-07T14:50:56.359Z] 1df406cf5192: Waiting [2020-04-07T14:50:56.359Z] cd6300453558: Waiting [2020-04-07T14:50:56.359Z] b9c365052c96: Waiting [2020-04-07T14:50:56.359Z] a2d8cc88f415: Waiting [2020-04-07T14:50:56.359Z] ea1d1ca13537: Waiting [2020-04-07T14:50:56.359Z] 3750a50a1c5e: Waiting [2020-04-07T14:50:56.359Z] 777b28850792: Download complete [2020-04-07T14:50:56.359Z] 2a23fa8c16f7: Verifying Checksum [2020-04-07T14:50:56.359Z] 2a23fa8c16f7: Download complete [2020-04-07T14:50:56.359Z] 4cf88f913ddb: Verifying Checksum [2020-04-07T14:50:56.359Z] 4cf88f913ddb: Download complete [2020-04-07T14:50:56.626Z] 1df406cf5192: Download complete [2020-04-07T14:50:56.626Z] cde5963f3b93: Verifying Checksum [2020-04-07T14:50:57.595Z] cde5963f3b93: Pull complete [2020-04-07T14:50:58.182Z] 2a23fa8c16f7: Pull complete [2020-04-07T14:50:58.449Z] 777b28850792: Pull complete [2020-04-07T14:51:01.050Z] cd6300453558: Verifying Checksum [2020-04-07T14:51:01.050Z] cd6300453558: Download complete [2020-04-07T14:51:01.050Z] a2d8cc88f415: Verifying Checksum [2020-04-07T14:51:01.050Z] a2d8cc88f415: Download complete [2020-04-07T14:51:02.996Z] ea1d1ca13537: Verifying Checksum [2020-04-07T14:51:02.996Z] ea1d1ca13537: Download complete [2020-04-07T14:51:03.264Z] 3750a50a1c5e: Download complete [2020-04-07T14:51:05.843Z] b9c365052c96: Verifying Checksum [2020-04-07T14:51:05.843Z] b9c365052c96: Download complete [2020-04-07T14:51:07.782Z] 8a11ddd9e578: Verifying Checksum [2020-04-07T14:51:07.782Z] 8a11ddd9e578: Download complete [2020-04-07T14:51:17.879Z] 8a11ddd9e578: Pull complete [2020-04-07T14:51:17.879Z] 4cf88f913ddb: Pull complete [2020-04-07T14:51:18.145Z] 1df406cf5192: Pull complete [2020-04-07T14:51:22.408Z] cd6300453558: Pull complete [2020-04-07T14:51:27.810Z] b9c365052c96: Pull complete [2020-04-07T14:51:27.810Z] a2d8cc88f415: Pull complete [2020-04-07T14:51:29.764Z] ea1d1ca13537: Pull complete [2020-04-07T14:51:30.350Z] 3750a50a1c5e: Pull complete [2020-04-07T14:51:30.350Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-07T14:51:30.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-07T14:51:30.350Z] ---> 78745c68409d [2020-04-07T14:51:30.350Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T14:51:34.605Z] ---> Running in a13fe253d886 [2020-04-07T14:51:35.191Z] Removing intermediate container a13fe253d886 [2020-04-07T14:51:35.191Z] ---> 3ac9ce8d686c [2020-04-07T14:51:35.191Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-07T14:51:35.191Z] ---> Running in 198667b34038 [2020-04-07T14:51:37.134Z] Removing intermediate container 198667b34038 [2020-04-07T14:51:37.134Z] ---> 5cf05d5bc778 [2020-04-07T14:51:37.134Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-07T14:51:37.134Z] ---> Running in 7784fc63e99d [2020-04-07T14:51:38.095Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-07T14:51:38.676Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-07T14:51:39.255Z] OK: 125 MiB in 39 packages [2020-04-07T14:51:40.664Z] Removing intermediate container 7784fc63e99d [2020-04-07T14:51:40.664Z] ---> da80828f317e [2020-04-07T14:51:40.664Z] Step 6/8 : WORKDIR /device-sdk-go [2020-04-07T14:51:40.664Z] ---> Running in 733741287e51 [2020-04-07T14:51:41.247Z] Removing intermediate container 733741287e51 [2020-04-07T14:51:41.247Z] ---> cdbb71e301ad [2020-04-07T14:51:41.247Z] Step 7/8 : COPY . . [2020-04-07T14:51:42.204Z] ---> 21ebf3a5c6a2 [2020-04-07T14:51:42.204Z] Step 8/8 : RUN go mod download [2020-04-07T14:51:42.204Z] ---> Running in 91bc2888d1ac [2020-04-07T14:51:44.777Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-07T14:51:44.777Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-07T14:51:44.777Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-07T14:51:44.777Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-07T14:51:44.777Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-07T14:51:44.777Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-07T14:51:44.777Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-07T14:51:44.777Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-07T14:51:44.777Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.26 [2020-04-07T14:51:44.777Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-07T14:51:44.777Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.52 [2020-04-07T14:51:44.777Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-07T14:51:44.777Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-07T14:51:44.777Z] go: finding github.com/fatih/color v1.7.0 [2020-04-07T14:51:44.777Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-07T14:51:44.777Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-07T14:51:44.777Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-07T14:51:44.777Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-07T14:51:44.777Z] go: finding github.com/google/uuid v1.1.0 [2020-04-07T14:51:44.777Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-07T14:51:44.777Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-07T14:51:44.777Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-07T14:51:44.777Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-07T14:51:44.777Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-07T14:51:44.777Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-07T14:51:44.777Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-07T14:51:44.777Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-07T14:51:44.777Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-07T14:51:44.777Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-07T14:51:45.044Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-07T14:51:45.044Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-07T14:51:45.044Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-07T14:51:45.044Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-07T14:51:45.044Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-07T14:51:45.044Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-07T14:51:45.044Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-07T14:51:45.044Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-07T14:51:45.044Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-07T14:51:45.044Z] go: finding github.com/posener/complete v1.1.1 [2020-04-07T14:51:45.044Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-07T14:51:45.044Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-07T14:51:45.044Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-07T14:51:45.044Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-07T14:51:45.044Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-07T14:51:45.044Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-07T14:51:45.044Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-07T14:51:45.311Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-07T14:51:45.311Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-07T14:51:45.311Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-07T14:51:45.311Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-07T14:51:53.532Z] Removing intermediate container 91bc2888d1ac [2020-04-07T14:51:53.532Z] ---> 05396c25999f [2020-04-07T14:51:53.532Z] Successfully built 05396c25999f [2020-04-07T14:51:53.799Z] 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-04-07T14:51:54.399Z] + docker inspect -f . ci-base-image-arm64 [2020-04-07T14:51:54.669Z] . [Pipeline] withDockerContainer [2020-04-07T14:51:55.031Z] prd-ubuntu18.04-docker-arm64-4c-16g-2577 does not seem to be running inside a container [2020-04-07T14:51:55.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/16 -v /w/workspace/device-sdk-go/16:/w/workspace/device-sdk-go/16:rw,z -v /w/workspace/device-sdk-go/16@tmp:/w/workspace/device-sdk-go/16@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-04-07T14:51:56.621Z] $ docker top cd868905e34f31dcca6ca2e4b61c27a6d47da522ee8cac4a6af9f39375b7371b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-07T14:51:57.681Z] + go version [2020-04-07T14:51:57.681Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-04-07T14:51:58.330Z] + make test [2020-04-07T14:51:58.330Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-07T14:51:59.748Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-04-07T14:52:19.115Z] Running on prd-centos7-docker-4c-2g-2578 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [Pipeline] { [Pipeline] ws [2020-04-07T14:52:19.213Z] Running in /w/workspace/device-sdk-go/16 [Pipeline] { [Pipeline] checkout [2020-04-07T14:52:29.147Z] using credential edgex-jenkins-ssh [2020-04-07T14:52:29.190Z] Cloning the remote Git repository [2020-04-07T14:52:29.190Z] Cloning with configured refspecs honoured and without tags [2020-04-07T14:52:29.241Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T14:52:29.315Z] > git init /w/workspace/device-sdk-go/16 # timeout=10 [2020-04-07T14:52:29.412Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T14:52:29.413Z] > git --version # timeout=10 [2020-04-07T14:52:29.441Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T14:52:29.482Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T14:52:30.400Z] Fetching without tags [2020-04-07T14:52:30.877Z] Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 [2020-04-07T14:52:30.338Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-07T14:52:30.347Z] > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # timeout=10 [2020-04-07T14:52:30.359Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T14:52:30.380Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-07T14:52:30.405Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-07T14:52:30.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T14:52:30.412Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T14:52:30.887Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T14:52:30.935Z] > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 [2020-04-07T14:52:31.164Z] Merge succeeded, producing 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 [2020-04-07T14:52:31.164Z] Checking out Revision 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 (PR-447) [2020-04-07T14:52:31.069Z] > git remote # timeout=10 [2020-04-07T14:52:31.088Z] > git config --get remote.origin.url # timeout=10 [2020-04-07T14:52:31.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T14:52:31.108Z] > git merge 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 [2020-04-07T14:52:31.143Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-07T14:52:31.167Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T14:52:31.205Z] > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 [2020-04-07T14:52:35.905Z] Commit message: "#446: Updated to use context passed from bootstrap." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-07T14:52:37.410Z] ========================================================= [2020-04-07T14:52:37.410Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-07T14:52:37.410Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-07T14:52:39.002Z] + 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-04-07T14:52:39.690Z] Sending build context to Docker daemon 2.818MB [2020-04-07T14:52:39.690Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-07T14:52:39.690Z] Step 2/8 : FROM ${BASE} [2020-04-07T14:52:40.005Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-07T14:52:40.005Z] e6b0cf9c0882: Pulling fs layer [2020-04-07T14:52:40.005Z] 2848faf0eed1: Pulling fs layer [2020-04-07T14:52:40.005Z] 0f37312ad70f: Pulling fs layer [2020-04-07T14:52:40.005Z] 5788d62ee057: Pulling fs layer [2020-04-07T14:52:40.006Z] 0e6b1d234666: Pulling fs layer [2020-04-07T14:52:40.006Z] bf5d7aec512f: Pulling fs layer [2020-04-07T14:52:40.006Z] 34c802a77dc8: Pulling fs layer [2020-04-07T14:52:40.006Z] 9eb99e56ec68: Pulling fs layer [2020-04-07T14:52:40.006Z] 27c7a5d97fbd: Pulling fs layer [2020-04-07T14:52:40.006Z] 5c102a31e300: Pulling fs layer [2020-04-07T14:52:40.006Z] dcfb455df0a1: Pulling fs layer [2020-04-07T14:52:40.006Z] 0e6b1d234666: Waiting [2020-04-07T14:52:40.006Z] bf5d7aec512f: Waiting [2020-04-07T14:52:40.006Z] 34c802a77dc8: Waiting [2020-04-07T14:52:40.006Z] 9eb99e56ec68: Waiting [2020-04-07T14:52:40.006Z] 27c7a5d97fbd: Waiting [2020-04-07T14:52:40.006Z] 5c102a31e300: Waiting [2020-04-07T14:52:40.006Z] dcfb455df0a1: Waiting [2020-04-07T14:52:40.006Z] 5788d62ee057: Waiting [2020-04-07T14:52:40.278Z] 0f37312ad70f: Verifying Checksum [2020-04-07T14:52:40.278Z] 0f37312ad70f: Download complete [2020-04-07T14:52:40.278Z] 2848faf0eed1: Download complete [2020-04-07T14:52:40.278Z] 0e6b1d234666: Verifying Checksum [2020-04-07T14:52:40.278Z] 0e6b1d234666: Download complete [2020-04-07T14:52:40.278Z] bf5d7aec512f: Verifying Checksum [2020-04-07T14:52:40.278Z] bf5d7aec512f: Download complete [2020-04-07T14:52:40.549Z] e6b0cf9c0882: Verifying Checksum [2020-04-07T14:52:40.549Z] e6b0cf9c0882: Download complete [2020-04-07T14:52:40.839Z] e6b0cf9c0882: Pull complete [2020-04-07T14:52:41.169Z] 2848faf0eed1: Pull complete [2020-04-07T14:52:42.258Z] 34c802a77dc8: Verifying Checksum [2020-04-07T14:52:42.258Z] 34c802a77dc8: Download complete [2020-04-07T14:52:42.258Z] 27c7a5d97fbd: Verifying Checksum [2020-04-07T14:52:42.258Z] 27c7a5d97fbd: Download complete [2020-04-07T14:52:42.546Z] 0f37312ad70f: Pull complete [2020-04-07T14:52:43.669Z] 5788d62ee057: Verifying Checksum [2020-04-07T14:52:43.669Z] 5788d62ee057: Download complete [2020-04-07T14:52:44.336Z] dcfb455df0a1: Verifying Checksum [2020-04-07T14:52:44.336Z] dcfb455df0a1: Download complete [2020-04-07T14:52:44.336Z] 9eb99e56ec68: Verifying Checksum [2020-04-07T14:52:44.336Z] 9eb99e56ec68: Download complete [2020-04-07T14:52:44.336Z] 5c102a31e300: Verifying Checksum [2020-04-07T14:52:44.336Z] 5c102a31e300: Download complete [2020-04-07T14:52:46.647Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-04-07T14:52:46.647Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-04-07T14:52:46.647Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.023s coverage: 22.6% of statements [2020-04-07T14:52:46.647Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.182s coverage: 95.8% of statements [2020-04-07T14:52:52.946Z] 5788d62ee057: Pull complete [2020-04-07T14:52:52.946Z] 0e6b1d234666: Pull complete [2020-04-07T14:52:53.223Z] bf5d7aec512f: Pull complete [2020-04-07T14:52:58.869Z] 34c802a77dc8: Pull complete [2020-04-07T14:53:05.634Z] 9eb99e56ec68: Pull complete [2020-04-07T14:53:05.635Z] 27c7a5d97fbd: Pull complete [2020-04-07T14:53:08.495Z] 5c102a31e300: Pull complete [2020-04-07T14:53:09.086Z] dcfb455df0a1: Pull complete [2020-04-07T14:53:09.087Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-07T14:53:09.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-07T14:53:09.087Z] ---> 7c70fe431013 [2020-04-07T14:53:09.087Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T14:53:09.087Z] ---> Running in 5cb0ade04e09 [2020-04-07T14:53:09.381Z] Removing intermediate container 5cb0ade04e09 [2020-04-07T14:53:09.381Z] ---> df71d25e02ce [2020-04-07T14:53:09.381Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-07T14:53:09.381Z] ---> Running in 6528d2a9b559 [2020-04-07T14:53:12.878Z] Removing intermediate container 6528d2a9b559 [2020-04-07T14:53:12.878Z] ---> 999792d1972d [2020-04-07T14:53:12.878Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-07T14:53:12.878Z] ---> Running in 2df586cc0cca [2020-04-07T14:53:13.346Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.079s coverage: 11.1% of statements [2020-04-07T14:53:13.346Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.029s coverage: 22.7% of statements [2020-04-07T14:53:13.346Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-04-07T14:53:13.346Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.175s coverage: 38.5% of statements [2020-04-07T14:53:13.346Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-04-07T14:53:13.346Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-04-07T14:53:13.346Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.621s coverage: 79.9% of statements [2020-04-07T14:53:13.346Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-04-07T14:53:13.346Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-04-07T14:53:13.346Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-04-07T14:53:13.346Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.053s coverage: 52.6% of statements [2020-04-07T14:53:13.346Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-04-07T14:53:13.346Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.329s coverage: 76.1% of statements [2020-04-07T14:53:13.346Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-04-07T14:53:13.346Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-04-07T14:53:13.346Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-07T14:53:13.534Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-07T14:53:14.670Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-07T14:53:15.652Z] OK: 143 MiB in 39 packages [2020-04-07T14:53:16.307Z] Removing intermediate container 2df586cc0cca [2020-04-07T14:53:16.307Z] ---> f6e400f3d78f [2020-04-07T14:53:16.307Z] Step 6/8 : WORKDIR /device-sdk-go [2020-04-07T14:53:16.307Z] ---> Running in 0073ab43ac5e [2020-04-07T14:53:16.746Z] Removing intermediate container 0073ab43ac5e [2020-04-07T14:53:16.746Z] ---> 243c08c94e5b [2020-04-07T14:53:16.746Z] Step 7/8 : COPY . . [2020-04-07T14:53:17.383Z] ---> 81a9619ce29b [2020-04-07T14:53:17.383Z] Step 8/8 : RUN go mod download [2020-04-07T14:53:17.676Z] ---> Running in a84a2cdb3363 [2020-04-07T14:53:20.003Z] gofmt -l . [2020-04-07T14:53:20.003Z] [ "`gofmt -l .`" = "" ] [2020-04-07T14:53:20.003Z] ./bin/test-attribution-txt.sh [2020-04-07T14:53:20.592Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-07T14:53:21.641Z] Stashed 1 file(s) [Pipeline] } [2020-04-07T14:53:21.661Z] $ docker stop --time=1 cd868905e34f31dcca6ca2e4b61c27a6d47da522ee8cac4a6af9f39375b7371b [2020-04-07T14:53:23.698Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-07T14:53:23.698Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-07T14:53:23.698Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-07T14:53:23.698Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-07T14:53:23.698Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-07T14:53:23.698Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-07T14:53:23.698Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-07T14:53:23.698Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-07T14:53:23.699Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.26 [2020-04-07T14:53:23.699Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-07T14:53:23.699Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.52 [2020-04-07T14:53:23.699Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-07T14:53:23.699Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-07T14:53:23.699Z] go: finding github.com/fatih/color v1.7.0 [2020-04-07T14:53:23.699Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-07T14:53:23.699Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-07T14:53:23.699Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-07T14:53:23.699Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-07T14:53:23.699Z] go: finding github.com/google/uuid v1.1.0 [2020-04-07T14:53:23.699Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-07T14:53:23.699Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-07T14:53:23.699Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-07T14:53:23.812Z] $ docker rm -f cd868905e34f31dcca6ca2e4b61c27a6d47da522ee8cac4a6af9f39375b7371b [2020-04-07T14:53:23.962Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-07T14:53:23.962Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-07T14:53:23.962Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-07T14:53:23.962Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-07T14:53:23.962Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-07T14:53:23.962Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-07T14:53:23.962Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-07T14:53:23.962Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-07T14:53:23.962Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-07T14:53:23.962Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-07T14:53:23.962Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-07T14:53:23.962Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-07T14:53:23.962Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-07T14:53:23.962Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-07T14:53:23.962Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-07T14:53:23.962Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-07T14:53:23.962Z] go: finding github.com/posener/complete v1.1.1 [2020-04-07T14:53:24.272Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-07T14:53:24.272Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-07T14:53:24.272Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-07T14:53:24.272Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-07T14:53:24.272Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-07T14:53:24.272Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-07T14:53:24.272Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-07T14:53:24.272Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-07T14:53:24.272Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-07T14:53:24.272Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-07T14:53:24.272Z] go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-07T14:53:25.511Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-07T14:53:25.828Z] + ls -al . [2020-04-07T14:53:25.828Z] total 200 [2020-04-07T14:53:25.828Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 7 14:53 . [2020-04-07T14:53:25.828Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 14:50 .. [2020-04-07T14:53:25.828Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 7 14:50 .dockerignore [2020-04-07T14:53:25.828Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 14:50 .git [2020-04-07T14:53:25.828Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 14:50 .github [2020-04-07T14:53:25.828Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 7 14:50 .gitignore [2020-04-07T14:53:25.828Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 14:50 .semver [2020-04-07T14:53:25.828Z] -rw-rw-r-- 1 jenkins jenkins 936 Apr 7 14:50 Dockerfile.build [2020-04-07T14:53:25.828Z] -rw-rw-r-- 1 jenkins jenkins 808 Apr 7 14:50 Jenkinsfile [2020-04-07T14:53:25.828Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 7 14:50 LICENSE [2020-04-07T14:53:25.828Z] -rw-rw-r-- 1 jenkins jenkins 892 Apr 7 14:50 Makefile [2020-04-07T14:53:25.828Z] -rw-rw-r-- 1 jenkins jenkins 2249 Apr 7 14:50 README.md [2020-04-07T14:53:25.828Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 7 14:48 VERSION [2020-04-07T14:53:25.828Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 14:50 api [2020-04-07T14:53:25.828Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 14:50 bin [2020-04-07T14:53:25.828Z] -rw-r--r-- 1 jenkins jenkins 94660 Apr 7 14:53 coverage.out [2020-04-07T14:53:25.828Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 14:50 example [2020-04-07T14:53:25.828Z] -rw-r--r-- 1 jenkins jenkins 438 Apr 7 14:53 go.mod [2020-04-07T14:53:25.828Z] -rw-r--r-- 1 jenkins jenkins 11812 Apr 7 14:53 go.sum [2020-04-07T14:53:25.828Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 7 14:50 internal [2020-04-07T14:53:25.828Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 14:50 pkg [2020-04-07T14:53:25.828Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 14:50 snap [2020-04-07T14:53:25.828Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 7 14:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-07T14:53:26.151Z] + 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=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 --label arch=arm64 --label version=0.0.0 . [2020-04-07T14:53:26.417Z] Sending build context to Docker daemon 2.934MB [2020-04-07T14:53:26.696Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-04-07T14:53:26.696Z] Step 2/20 : FROM ${BASE} AS builder [2020-04-07T14:53:26.696Z] ---> 05396c25999f [2020-04-07T14:53:26.696Z] Step 3/20 : ARG MAKE='make build' [2020-04-07T14:53:26.696Z] ---> Running in 78f8c4d3ba38 [2020-04-07T14:53:26.965Z] Removing intermediate container 78f8c4d3ba38 [2020-04-07T14:53:26.965Z] ---> a8d1e966bfaf [2020-04-07T14:53:26.965Z] Step 4/20 : WORKDIR /device-sdk-go [2020-04-07T14:53:27.234Z] ---> Running in 45735af43284 [2020-04-07T14:53:27.503Z] Removing intermediate container 45735af43284 [2020-04-07T14:53:27.503Z] ---> d4d077252ea3 [2020-04-07T14:53:27.503Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T14:53:27.769Z] ---> Running in d93fbc9b1fd5 [2020-04-07T14:53:28.042Z] Removing intermediate container d93fbc9b1fd5 [2020-04-07T14:53:28.042Z] ---> 7b4b963a34f3 [2020-04-07T14:53:28.042Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-07T14:53:28.311Z] ---> Running in 8a687642c496 [2020-04-07T14:53:30.255Z] Removing intermediate container 8a687642c496 [2020-04-07T14:53:30.255Z] ---> 0b16994ce9f0 [2020-04-07T14:53:30.255Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-04-07T14:53:30.255Z] ---> Running in 118a373aad0f [2020-04-07T14:53:30.836Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-07T14:53:32.244Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-07T14:53:33.203Z] OK: 125 MiB in 39 packages [2020-04-07T14:53:34.162Z] Removing intermediate container 118a373aad0f [2020-04-07T14:53:34.162Z] ---> c71af4571a0a [2020-04-07T14:53:34.162Z] Step 8/20 : COPY . . [2020-04-07T14:53:34.802Z] Removing intermediate container a84a2cdb3363 [2020-04-07T14:53:34.803Z] ---> 2e2ce19f0fd4 [2020-04-07T14:53:34.803Z] Successfully built 2e2ce19f0fd4 [2020-04-07T14:53:34.803Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [2020-04-07T14:53:35.117Z] ---> b7aaa9d054a6 [2020-04-07T14:53:35.117Z] Step 9/20 : RUN ${MAKE} [2020-04-07T14:53:35.117Z] ---> Running in 3cc16aa3dd34 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-04-07T14:53:35.786Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-07T14:53:36.067Z] . [2020-04-07T14:53:36.072Z] 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 [Pipeline] withDockerContainer [2020-04-07T14:53:36.709Z] prd-centos7-docker-4c-2g-2578 does not seem to be running inside a container [2020-04-07T14:53:36.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/16 -v /w/workspace/device-sdk-go/16:/w/workspace/device-sdk-go/16:rw,z -v /w/workspace/device-sdk-go/16@tmp:/w/workspace/device-sdk-go/16@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-04-07T14:53:38.288Z] $ docker top 7f98cbbe3bce722f88adbd5829e7102a4bb0807e62bab28576be455a64fb0792 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-07T14:53:39.862Z] + go version [2020-04-07T14:53:39.862Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-07T14:53:40.754Z] + make test [2020-04-07T14:53:40.754Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-07T14:53:43.585Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-04-07T14:54:10.496Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-04-07T14:54:10.496Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-04-07T14:54:11.256Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.044s coverage: 22.6% of statements [2020-04-07T14:54:11.256Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.162s coverage: 95.8% of statements [2020-04-07T14:54:14.975Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-04-07T14:54:14.975Z] Removing intermediate container 3cc16aa3dd34 [2020-04-07T14:54:14.975Z] ---> 01c6391aacd7 [2020-04-07T14:54:14.975Z] Step 10/20 : FROM scratch [2020-04-07T14:54:14.975Z] ---> [2020-04-07T14:54:14.975Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T14:54:14.975Z] ---> Running in a0c0cbd2ec4f [2020-04-07T14:54:14.975Z] Removing intermediate container a0c0cbd2ec4f [2020-04-07T14:54:14.975Z] ---> 1d3cb9b813bc [2020-04-07T14:54:14.975Z] Step 12/20 : ENV APP_PORT=49990 [2020-04-07T14:54:14.975Z] ---> Running in 5c297c0e44e9 [2020-04-07T14:54:14.975Z] Removing intermediate container 5c297c0e44e9 [2020-04-07T14:54:15.561Z] ---> 19f74336ffd1 [2020-04-07T14:54:15.561Z] Step 13/20 : EXPOSE $APP_PORT [2020-04-07T14:54:15.561Z] ---> Running in 04f027c7d15b [2020-04-07T14:54:15.561Z] Removing intermediate container 04f027c7d15b [2020-04-07T14:54:15.561Z] ---> 3d4f67bdc467 [2020-04-07T14:54:15.561Z] Step 14/20 : WORKDIR / [2020-04-07T14:54:15.561Z] ---> Running in 99c806d2b957 [2020-04-07T14:54:15.561Z] Removing intermediate container 99c806d2b957 [2020-04-07T14:54:15.561Z] ---> d5cde2e91c73 [2020-04-07T14:54:15.561Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-04-07T14:54:15.561Z] ---> d307115dfaaf [2020-04-07T14:54:15.561Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-04-07T14:54:15.834Z] ---> 3a81e38ff673 [2020-04-07T14:54:15.834Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-04-07T14:54:15.834Z] ---> Running in 357a44d8a3a9 [2020-04-07T14:54:16.100Z] Removing intermediate container 357a44d8a3a9 [2020-04-07T14:54:16.100Z] ---> c410d096f4f3 [2020-04-07T14:54:16.100Z] Step 18/20 : LABEL arch=arm64 [2020-04-07T14:54:16.100Z] ---> Running in 93b02ba045fd [2020-04-07T14:54:16.366Z] Removing intermediate container 93b02ba045fd [2020-04-07T14:54:16.366Z] ---> 91c136be348b [2020-04-07T14:54:16.366Z] Step 19/20 : LABEL git_sha=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 [2020-04-07T14:54:16.633Z] ---> Running in 4b5d36a3f3ef [2020-04-07T14:54:16.899Z] Removing intermediate container 4b5d36a3f3ef [2020-04-07T14:54:16.899Z] ---> 7e27fe2811c7 [2020-04-07T14:54:16.899Z] Step 20/20 : LABEL version=0.0.0 [2020-04-07T14:54:16.899Z] ---> Running in adc44a70a5da [2020-04-07T14:54:17.169Z] Removing intermediate container adc44a70a5da [2020-04-07T14:54:17.169Z] ---> 8a73416ccba6 [2020-04-07T14:54:17.169Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-07T14:54:17.434Z] Successfully built 8a73416ccba6 [2020-04-07T14:54:17.434Z] 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-04-07T14:54:43.921Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.070s coverage: 11.1% of statements [2020-04-07T14:54:43.921Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.018s coverage: 22.7% of statements [2020-04-07T14:54:43.921Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-04-07T14:54:43.921Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.173s coverage: 38.5% of statements [2020-04-07T14:54:43.921Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-04-07T14:54:43.921Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-04-07T14:54:43.921Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.776s coverage: 79.9% of statements [2020-04-07T14:54:43.921Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-04-07T14:54:43.921Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-04-07T14:54:43.921Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-04-07T14:54:43.921Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.032s coverage: 52.6% of statements [2020-04-07T14:54:43.921Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-04-07T14:54:43.921Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.106s coverage: 76.1% of statements [2020-04-07T14:54:43.921Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-04-07T14:54:43.921Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-04-07T14:54:43.921Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-07T14:54:47.536Z] gofmt -l . [2020-04-07T14:54:47.536Z] [ "`gofmt -l .`" = "" ] [2020-04-07T14:54:47.536Z] ./bin/test-attribution-txt.sh [2020-04-07T14:54:49.002Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-07T14:54:49.615Z] Warning: overwriting stash ‘coverage-report’ [2020-04-07T14:54:51.632Z] Stashed 1 file(s) [Pipeline] } [2020-04-07T14:54:51.638Z] $ docker stop --time=1 7f98cbbe3bce722f88adbd5829e7102a4bb0807e62bab28576be455a64fb0792 [2020-04-07T14:54:54.262Z] $ docker rm -f 7f98cbbe3bce722f88adbd5829e7102a4bb0807e62bab28576be455a64fb0792 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-07T14:54:55.579Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-07T14:54:56.553Z] + ls -al . [2020-04-07T14:54:56.553Z] total 160 [2020-04-07T14:54:56.553Z] drwxrwxr-x. 11 jenkins jenkins 4096 Apr 7 14:54 . [2020-04-07T14:54:56.553Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 7 14:52 .. [2020-04-07T14:54:56.553Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 7 14:52 api [2020-04-07T14:54:56.553Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 14:52 bin [2020-04-07T14:54:56.553Z] -rw-r--r--. 1 jenkins jenkins 94660 Apr 7 14:54 coverage.out [2020-04-07T14:54:56.553Z] -rw-rw-r--. 1 jenkins jenkins 936 Apr 7 14:52 Dockerfile.build [2020-04-07T14:54:56.553Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 7 14:52 .dockerignore [2020-04-07T14:54:56.553Z] drwxrwxr-x. 4 jenkins jenkins 31 Apr 7 14:52 example [2020-04-07T14:54:56.553Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 7 14:52 .git [2020-04-07T14:54:56.553Z] drwxrwxr-x. 2 jenkins jenkins 38 Apr 7 14:52 .github [2020-04-07T14:54:56.553Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 7 14:52 .gitignore [2020-04-07T14:54:56.553Z] -rw-r--r--. 1 jenkins jenkins 438 Apr 7 14:54 go.mod [2020-04-07T14:54:56.553Z] -rw-r--r--. 1 jenkins jenkins 11812 Apr 7 14:54 go.sum [2020-04-07T14:54:56.553Z] drwxrwxr-x. 14 jenkins jenkins 196 Apr 7 14:52 internal [2020-04-07T14:54:56.553Z] -rw-rw-r--. 1 jenkins jenkins 808 Apr 7 14:52 Jenkinsfile [2020-04-07T14:54:56.553Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 7 14:52 LICENSE [2020-04-07T14:54:56.553Z] -rw-rw-r--. 1 jenkins jenkins 892 Apr 7 14:52 Makefile [2020-04-07T14:54:56.553Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 7 14:52 pkg [2020-04-07T14:54:56.553Z] -rw-rw-r--. 1 jenkins jenkins 2249 Apr 7 14:52 README.md [2020-04-07T14:54:56.553Z] drwxrwxr-x. 3 jenkins jenkins 58 Apr 7 14:52 .semver [2020-04-07T14:54:56.553Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 7 14:52 snap [2020-04-07T14:54:56.553Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 7 14:48 VERSION [2020-04-07T14:54:56.553Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 7 14:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-07T14:54:56.908Z] + 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=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 --label arch=amd64 --label version=0.0.0 . [2020-04-07T14:54:57.499Z] Sending build context to Docker daemon 2.934MB [2020-04-07T14:54:57.499Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-04-07T14:54:57.499Z] Step 2/20 : FROM ${BASE} AS builder [2020-04-07T14:54:57.499Z] ---> 2e2ce19f0fd4 [2020-04-07T14:54:57.499Z] Step 3/20 : ARG MAKE='make build' [2020-04-07T14:54:57.499Z] ---> Running in 0ed5050d981e [2020-04-07T14:54:57.769Z] Removing intermediate container 0ed5050d981e [2020-04-07T14:54:57.769Z] ---> 766c0a12c0ab [2020-04-07T14:54:57.769Z] Step 4/20 : WORKDIR /device-sdk-go [2020-04-07T14:54:57.769Z] ---> Running in 0a32f7252d05 [2020-04-07T14:54:58.049Z] Removing intermediate container 0a32f7252d05 [2020-04-07T14:54:58.049Z] ---> 36fd7eff6f78 [2020-04-07T14:54:58.049Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T14:54:58.049Z] ---> Running in fe57288d11e7 [2020-04-07T14:54:58.549Z] Removing intermediate container fe57288d11e7 [2020-04-07T14:54:58.549Z] ---> 766e9819204a [2020-04-07T14:54:58.549Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-07T14:54:58.549Z] ---> Running in 665c2a5f35d0 [2020-04-07T14:55:01.272Z] Removing intermediate container 665c2a5f35d0 [2020-04-07T14:55:01.272Z] ---> 052788e5d334 [2020-04-07T14:55:01.272Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-04-07T14:55:01.272Z] ---> Running in 07040af5cf1e [2020-04-07T14:55:02.737Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-07T14:55:03.458Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-07T14:55:04.649Z] OK: 143 MiB in 39 packages [2020-04-07T14:55:05.661Z] Removing intermediate container 07040af5cf1e [2020-04-07T14:55:05.661Z] ---> 2d8111e81709 [2020-04-07T14:55:05.661Z] Step 8/20 : COPY . . [2020-04-07T14:55:06.649Z] ---> 83b9d49488da [2020-04-07T14:55:06.649Z] Step 9/20 : RUN ${MAKE} [2020-04-07T14:55:06.649Z] ---> Running in 4d434efdeff7 [2020-04-07T14:55:07.239Z] 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-04-07T14:55:34.658Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-04-07T14:55:36.810Z] Removing intermediate container 4d434efdeff7 [2020-04-07T14:55:36.810Z] ---> 051a9f4a6c12 [2020-04-07T14:55:36.810Z] Step 10/20 : FROM scratch [2020-04-07T14:55:36.810Z] ---> [2020-04-07T14:55:36.810Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-07T14:55:36.810Z] ---> Running in e96e70cccba2 [2020-04-07T14:55:37.077Z] Removing intermediate container e96e70cccba2 [2020-04-07T14:55:37.077Z] ---> 68d0f3600cb5 [2020-04-07T14:55:37.077Z] Step 12/20 : ENV APP_PORT=49990 [2020-04-07T14:55:37.077Z] ---> Running in 7dbf117cb52e [2020-04-07T14:55:37.077Z] Removing intermediate container 7dbf117cb52e [2020-04-07T14:55:37.077Z] ---> 34b9ae2376bc [2020-04-07T14:55:37.077Z] Step 13/20 : EXPOSE $APP_PORT [2020-04-07T14:55:37.353Z] ---> Running in d6ae9f40ceff [2020-04-07T14:55:37.691Z] Removing intermediate container d6ae9f40ceff [2020-04-07T14:55:37.691Z] ---> 44421622fca9 [2020-04-07T14:55:37.691Z] Step 14/20 : WORKDIR / [2020-04-07T14:55:38.017Z] ---> Running in 306d38036b3b [2020-04-07T14:55:38.017Z] Removing intermediate container 306d38036b3b [2020-04-07T14:55:38.017Z] ---> 453df469c713 [2020-04-07T14:55:38.017Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-04-07T14:55:39.032Z] ---> a312df735d16 [2020-04-07T14:55:39.032Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-04-07T14:55:39.304Z] ---> afa761a4c045 [2020-04-07T14:55:39.304Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-04-07T14:55:39.304Z] ---> Running in 9d2c9b859a34 [2020-04-07T14:55:39.304Z] Removing intermediate container 9d2c9b859a34 [2020-04-07T14:55:39.304Z] ---> d0cd5cb50fff [2020-04-07T14:55:39.304Z] Step 18/20 : LABEL arch=amd64 [2020-04-07T14:55:39.580Z] ---> Running in 802e3d385a44 [2020-04-07T14:55:39.580Z] Removing intermediate container 802e3d385a44 [2020-04-07T14:55:39.580Z] ---> 6562e99adfb9 [2020-04-07T14:55:39.580Z] Step 19/20 : LABEL git_sha=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 [2020-04-07T14:55:39.580Z] ---> Running in 6f01b20cdbfe [2020-04-07T14:55:39.859Z] Removing intermediate container 6f01b20cdbfe [2020-04-07T14:55:39.859Z] ---> 54e8a980db29 [2020-04-07T14:55:39.859Z] Step 20/20 : LABEL version=0.0.0 [2020-04-07T14:55:39.859Z] ---> Running in d01d178a37c7 [2020-04-07T14:55:40.131Z] Removing intermediate container d01d178a37c7 [2020-04-07T14:55:40.131Z] ---> 1e9d82551a1b [2020-04-07T14:55:40.131Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-07T14:55:40.131Z] Successfully built 1e9d82551a1b [2020-04-07T14:55:40.131Z] 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-04-07T14:55:41.354Z] provisioning config files... [2020-04-07T14:55:41.368Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config3447696182335730759tmp [Pipeline] { [Pipeline] sh [2020-04-07T14:55:41.805Z] + curl -s https://codecov.io/bash [2020-04-07T14:55:41.805Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config3447696182335730759tmp [2020-04-07T14:55:42.078Z] [2020-04-07T14:55:42.078Z] _____ _ [2020-04-07T14:55:42.078Z] / ____| | | [2020-04-07T14:55:42.078Z] | | ___ __| | ___ ___ _____ __ [2020-04-07T14:55:42.078Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-04-07T14:55:42.078Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-04-07T14:55:42.078Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-04-07T14:55:42.078Z] Bash-tbd [2020-04-07T14:55:42.078Z] [2020-04-07T14:55:42.078Z] [2020-04-07T14:55:42.078Z] ==> Jenkins CI detected. [2020-04-07T14:55:42.078Z] project root: . [2020-04-07T14:55:42.078Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-04-07T14:55:42.343Z] ==> Running gcov in . (disable via -X gcov) [2020-04-07T14:55:42.343Z] ==> Python coveragepy not found [2020-04-07T14:55:42.343Z] ==> Searching for coverage reports in: [2020-04-07T14:55:42.343Z] + . [2020-04-07T14:55:42.343Z] -> Found 1 reports [2020-04-07T14:55:42.343Z] ==> Detecting git/mercurial file structure [2020-04-07T14:55:42.343Z] ==> Reading reports [2020-04-07T14:55:42.343Z] + ./coverage.out bytes=94660 [2020-04-07T14:55:42.343Z] ==> Appending adjustments [2020-04-07T14:55:42.343Z] http://docs.codecov.io/docs/fixing-reports [2020-04-07T14:55:42.924Z] + Found adjustments [2020-04-07T14:55:42.924Z] ==> Gzipping contents [2020-04-07T14:55:42.924Z] ==> Uploading reports [2020-04-07T14:55:42.924Z] url: https://codecov.io [2020-04-07T14:55:42.925Z] query: branch=PR-447&commit=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-447%2F16%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=447&job= [2020-04-07T14:55:42.925Z] -> Pinging Codecov [2020-04-07T14:55:42.925Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-447&commit=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-447%2F16%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=447&job= [2020-04-07T14:55:43.503Z] -> Uploading [2020-04-07T14:55:44.080Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 [Pipeline] } [2020-04-07T14:55:44.089Z] 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-04-07T14:55:45.222Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-07T14:55:45.855Z] ---> package-listing.sh [2020-04-07T14:55:45.855Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-07T14:55:45.855Z] ++ facter osfamily [2020-04-07T14:55:45.855Z] + OS_FAMILY=redhat [2020-04-07T14:55:45.855Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-447 [2020-04-07T14:55:45.855Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-07T14:55:45.855Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-07T14:55:45.855Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-07T14:55:45.855Z] + PACKAGES=/tmp/packages_start.txt [2020-04-07T14:55:45.855Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-447 ']' [2020-04-07T14:55:45.855Z] + PACKAGES=/tmp/packages_end.txt [2020-04-07T14:55:45.855Z] + case "${OS_FAMILY}" in [2020-04-07T14:55:45.855Z] + sort [2020-04-07T14:55:45.855Z] + rpm -qa [2020-04-07T14:55:52.637Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-07T14:55:52.637Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-07T14:55:52.637Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-07T14:55:52.637Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-447 ']' [2020-04-07T14:55:52.637Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-447/archives/ [2020-04-07T14:55:52.637Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-447/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-07T14:55:53.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-07T14:55:53.431Z] [2020-04-07T14:55:53.431Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-07T14:55:53.830Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-07T14:55:54.119Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-07T14:55:54.119Z] c9b1b535fdd9: Pulling fs layer [2020-04-07T14:55:54.119Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-07T14:55:54.119Z] 756a868c4378: Pulling fs layer [2020-04-07T14:55:54.119Z] 444b2fc9a129: Pulling fs layer [2020-04-07T14:55:54.119Z] ea15f1150254: Pulling fs layer [2020-04-07T14:55:54.119Z] 41b27a9f41bf: Pulling fs layer [2020-04-07T14:55:54.119Z] 28c525ee5125: Pulling fs layer [2020-04-07T14:55:54.119Z] 094b1ea09ed8: Pulling fs layer [2020-04-07T14:55:54.119Z] 138eaada9080: Pulling fs layer [2020-04-07T14:55:54.119Z] 0622d0fa9048: Pulling fs layer [2020-04-07T14:55:54.119Z] 444b2fc9a129: Waiting [2020-04-07T14:55:54.119Z] ea15f1150254: Waiting [2020-04-07T14:55:54.119Z] 41b27a9f41bf: Waiting [2020-04-07T14:55:54.119Z] 28c525ee5125: Waiting [2020-04-07T14:55:54.119Z] 094b1ea09ed8: Waiting [2020-04-07T14:55:54.119Z] 138eaada9080: Waiting [2020-04-07T14:55:54.119Z] 0622d0fa9048: Waiting [2020-04-07T14:55:54.119Z] 2cc5ad85d9ab: Download complete [2020-04-07T14:55:54.119Z] 444b2fc9a129: Verifying Checksum [2020-04-07T14:55:54.119Z] 444b2fc9a129: Download complete [2020-04-07T14:55:54.119Z] c9b1b535fdd9: Verifying Checksum [2020-04-07T14:55:54.119Z] c9b1b535fdd9: Download complete [2020-04-07T14:55:54.119Z] ea15f1150254: Verifying Checksum [2020-04-07T14:55:54.119Z] ea15f1150254: Download complete [2020-04-07T14:55:54.546Z] 28c525ee5125: Verifying Checksum [2020-04-07T14:55:54.546Z] 28c525ee5125: Download complete [2020-04-07T14:55:54.546Z] c9b1b535fdd9: Pull complete [2020-04-07T14:55:55.321Z] 2cc5ad85d9ab: Pull complete [2020-04-07T14:55:55.321Z] 756a868c4378: Verifying Checksum [2020-04-07T14:55:55.321Z] 756a868c4378: Download complete [2020-04-07T14:55:56.624Z] 138eaada9080: Verifying Checksum [2020-04-07T14:55:56.624Z] 138eaada9080: Download complete [2020-04-07T14:55:56.926Z] 0622d0fa9048: Verifying Checksum [2020-04-07T14:55:56.926Z] 0622d0fa9048: Download complete [2020-04-07T14:55:57.620Z] 094b1ea09ed8: Verifying Checksum [2020-04-07T14:55:57.620Z] 094b1ea09ed8: Download complete [2020-04-07T14:55:58.765Z] 41b27a9f41bf: Verifying Checksum [2020-04-07T14:55:58.765Z] 41b27a9f41bf: Download complete [2020-04-07T14:55:59.457Z] 756a868c4378: Pull complete [2020-04-07T14:55:59.457Z] 444b2fc9a129: Pull complete [2020-04-07T14:56:00.099Z] ea15f1150254: Pull complete [2020-04-07T14:56:06.159Z] 41b27a9f41bf: Pull complete [2020-04-07T14:56:06.427Z] 28c525ee5125: Pull complete [2020-04-07T14:56:09.859Z] 094b1ea09ed8: Pull complete [2020-04-07T14:56:10.127Z] 138eaada9080: Pull complete [2020-04-07T14:56:10.709Z] 0622d0fa9048: Pull complete [2020-04-07T14:56:10.710Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-07T14:56:10.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-07T14:56:11.215Z] prd-centos7-docker-4c-2g-2576 does not seem to be running inside a container [2020-04-07T14:56:11.342Z] $ 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-447 -v /w/workspace/dgexfoundry_device-sdk-go_PR-447:/w/workspace/dgexfoundry_device-sdk-go_PR-447:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-447@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-04-07T14:56:13.485Z] $ docker top db5c0016beb7e4bd5609436743ab023a30c4c30546f41eeb01571be92be39127 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-04-07T14:56:14.084Z] provisioning config files... [2020-04-07T14:56:14.126Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config3874876067693822041tmp [Pipeline] { [Pipeline] echo [2020-04-07T14:56:14.204Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-07T14:56:15.309Z] ---> create-netrc.sh [Pipeline] echo [2020-04-07T14:56:15.320Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-07T14:56:16.100Z] ---> logs-deploy.sh [2020-04-07T14:56:16.100Z] + ARCHIVE_ARTIFACTS= [2020-04-07T14:56:16.100Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-07T14:56:16.100Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-07T14:56:16.100Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-07T14:56:16.100Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-447/16 [2020-04-07T14:56:16.100Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-447/16/ [2020-04-07T14:56:16.100Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-447/16 /w/workspace/dgexfoundry_device-sdk-go_PR-447 [2020-04-07T14:56:18.322Z] Archives upload complete. [2020-04-07T14:56:18.589Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-447/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-447/16/ [2020-04-07T14:56:20.057Z] ---> uname -a: [2020-04-07T14:56:20.057Z] Linux db5c0016beb7 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-04-07T14:56:20.057Z] [2020-04-07T14:56:20.057Z] [2020-04-07T14:56:20.057Z] ---> lscpu: [2020-04-07T14:56:20.057Z] Architecture: x86_64 [2020-04-07T14:56:20.057Z] CPU op-mode(s): 32-bit, 64-bit [2020-04-07T14:56:20.057Z] Byte Order: Little Endian [2020-04-07T14:56:20.057Z] Address sizes: 40 bits physical, 48 bits virtual [2020-04-07T14:56:20.057Z] CPU(s): 4 [2020-04-07T14:56:20.057Z] On-line CPU(s) list: 0-3 [2020-04-07T14:56:20.057Z] Thread(s) per core: 1 [2020-04-07T14:56:20.057Z] Core(s) per socket: 1 [2020-04-07T14:56:20.057Z] Socket(s): 4 [2020-04-07T14:56:20.057Z] NUMA node(s): 1 [2020-04-07T14:56:20.057Z] Vendor ID: GenuineIntel [2020-04-07T14:56:20.057Z] CPU family: 6 [2020-04-07T14:56:20.057Z] Model: 44 [2020-04-07T14:56:20.057Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-04-07T14:56:20.057Z] Stepping: 1 [2020-04-07T14:56:20.057Z] CPU MHz: 2933.438 [2020-04-07T14:56:20.057Z] BogoMIPS: 5866.87 [2020-04-07T14:56:20.057Z] Virtualization: VT-x [2020-04-07T14:56:20.057Z] Hypervisor vendor: KVM [2020-04-07T14:56:20.057Z] Virtualization type: full [2020-04-07T14:56:20.057Z] L1d cache: 128 KiB [2020-04-07T14:56:20.057Z] L1i cache: 128 KiB [2020-04-07T14:56:20.057Z] L2 cache: 16 MiB [2020-04-07T14:56:20.057Z] L3 cache: 64 MiB [2020-04-07T14:56:20.057Z] NUMA node0 CPU(s): 0-3 [2020-04-07T14:56:20.057Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-04-07T14:56:20.057Z] Vulnerability Meltdown: Mitigation; PTI [2020-04-07T14:56:20.057Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-04-07T14:56:20.057Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-04-07T14:56:20.057Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-04-07T14:56:20.057Z] 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-04-07T14:56:20.057Z] [2020-04-07T14:56:20.057Z] [2020-04-07T14:56:20.357Z] ---> nproc: [2020-04-07T14:56:20.357Z] 4 [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] ---> df -h: [2020-04-07T14:56:20.357Z] Filesystem Size Used Available Use% Mounted on [2020-04-07T14:56:20.357Z] overlay 50.0G 6.4G 43.6G 13% / [2020-04-07T14:56:20.357Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-04-07T14:56:20.357Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-04-07T14:56:20.357Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-04-07T14:56:20.357Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf [2020-04-07T14:56:20.357Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname [2020-04-07T14:56:20.357Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts [2020-04-07T14:56:20.357Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-447 [2020-04-07T14:56:20.357Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp [2020-04-07T14:56:20.357Z] /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] ---> free -m: [2020-04-07T14:56:20.357Z] total used free shared buff/cache available [2020-04-07T14:56:20.357Z] Mem: 1838 595 73 0 1168 1138 [2020-04-07T14:56:20.357Z] Swap: 1023 0 1023 [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] ---> ip addr: [2020-04-07T14:56:20.357Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-04-07T14:56:20.357Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-04-07T14:56:20.357Z] inet 127.0.0.1/8 scope host lo [2020-04-07T14:56:20.357Z] valid_lft forever preferred_lft forever [2020-04-07T14:56:20.357Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-04-07T14:56:20.357Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-04-07T14:56:20.357Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-04-07T14:56:20.357Z] valid_lft forever preferred_lft forever [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] ---> sar -b -r -n DEV: [2020-04-07T14:56:20.357Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/07/20 _x86_64_ (4 CPU) [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] 14:47:08 LINUX RESTART [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] 14:48:02 tps rtps wtps bread/s bwrtn/s [2020-04-07T14:56:20.357Z] 14:49:01 42.62 9.52 33.10 2137.56 2425.64 [2020-04-07T14:56:20.357Z] 14:50:01 4.44 0.00 4.44 0.00 175.20 [2020-04-07T14:56:20.357Z] 14:51:01 0.86 0.00 0.86 0.00 11.11 [2020-04-07T14:56:20.357Z] 14:52:02 0.25 0.00 0.25 0.00 3.02 [2020-04-07T14:56:20.357Z] 14:53:01 0.25 0.00 0.25 0.00 3.71 [2020-04-07T14:56:20.357Z] 14:54:01 0.45 0.00 0.45 0.00 5.87 [2020-04-07T14:56:20.357Z] 14:55:01 0.63 0.00 0.63 0.00 8.61 [2020-04-07T14:56:20.357Z] 14:56:01 67.21 51.63 15.58 3457.12 7974.43 [2020-04-07T14:56:20.357Z] Average: 14.54 7.64 6.90 696.82 1324.43 [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] 14:48:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-04-07T14:56:20.357Z] 14:49:01 97232 1785072 94.83 2620 1248504 976392 33.31 451268 1171668 1252 [2020-04-07T14:56:20.357Z] 14:50:01 110224 1772080 94.14 2620 1248516 908724 31.01 442580 1171384 8 [2020-04-07T14:56:20.357Z] 14:51:01 109888 1772416 94.16 2620 1248520 908876 31.01 443696 1171380 8 [2020-04-07T14:56:20.357Z] 14:52:02 111060 1771244 94.10 2620 1248520 901528 30.76 441784 1171324 16 [2020-04-07T14:56:20.357Z] 14:53:01 110280 1772024 94.14 2620 1248528 901760 30.77 442984 1171324 16 [2020-04-07T14:56:20.357Z] 14:54:01 111280 1771024 94.09 2620 1248532 901628 30.76 442300 1171324 8 [2020-04-07T14:56:20.357Z] 14:55:01 114220 1768084 93.93 2620 1248536 901960 30.77 438692 1171320 16 [2020-04-07T14:56:20.357Z] 14:56:01 72004 1810300 96.17 2620 1231732 1104316 37.68 460208 1173060 91060 [2020-04-07T14:56:20.357Z] Average: 104524 1777781 94.45 2620 1246424 938148 32.01 445439 1171598 11548 [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] 14:48:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-04-07T14:56:20.357Z] 14:49:01 eth0 122.86 107.49 651.30 74.67 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:49:01 docker0 6.16 4.18 0.88 16.49 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:50:01 eth0 0.98 0.20 0.15 0.01 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:51:01 eth0 0.83 0.63 0.54 0.22 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:52:02 eth0 0.65 0.02 0.04 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:53:01 eth0 0.59 0.54 0.35 0.25 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:54:01 eth0 0.83 0.13 0.11 0.04 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:55:01 eth0 2.60 0.65 0.67 0.37 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:56:01 eth0 97.37 70.02 2330.13 11.05 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] 14:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] Average: eth0 28.17 22.30 372.54 10.70 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] Average: docker0 0.76 0.52 0.11 2.03 0.00 0.00 0.00 [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] ---> sar -P ALL: [2020-04-07T14:56:20.357Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/07/20 _x86_64_ (4 CPU) [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.357Z] 14:47:08 LINUX RESTART [2020-04-07T14:56:20.357Z] [2020-04-07T14:56:20.358Z] 14:48:02 CPU %user %nice %system %iowait %steal %idle [2020-04-07T14:56:20.358Z] 14:49:01 all 4.87 0.00 2.38 1.17 15.36 76.22 [2020-04-07T14:56:20.358Z] 14:49:01 0 2.86 0.00 2.04 0.19 17.67 77.25 [2020-04-07T14:56:20.358Z] 14:49:01 1 4.17 0.00 2.54 0.23 15.12 77.94 [2020-04-07T14:56:20.358Z] 14:49:01 2 7.11 0.00 2.35 0.23 14.16 76.15 [2020-04-07T14:56:20.358Z] 14:49:01 3 5.46 0.00 2.62 4.05 14.39 73.49 [2020-04-07T14:56:20.358Z] 14:50:01 all 0.08 0.00 0.07 0.00 1.78 98.08 [2020-04-07T14:56:20.358Z] 14:50:01 0 0.16 0.00 0.05 0.00 1.47 98.32 [2020-04-07T14:56:20.358Z] 14:50:01 1 0.08 0.00 0.08 0.00 2.51 97.33 [2020-04-07T14:56:20.358Z] 14:50:01 2 0.03 0.00 0.08 0.00 1.66 98.23 [2020-04-07T14:56:20.358Z] 14:50:01 3 0.07 0.00 0.07 0.00 1.45 98.42 [2020-04-07T14:56:20.358Z] 14:51:01 all 0.19 0.00 0.14 0.00 3.81 95.86 [2020-04-07T14:56:20.358Z] 14:51:01 0 0.10 0.00 0.13 0.00 3.31 96.46 [2020-04-07T14:56:20.358Z] 14:51:01 1 0.19 0.00 0.13 0.00 4.08 95.60 [2020-04-07T14:56:20.358Z] 14:51:01 2 0.16 0.00 0.15 0.00 3.49 96.20 [2020-04-07T14:56:20.358Z] 14:51:01 3 0.31 0.00 0.18 0.00 4.35 95.16 [2020-04-07T14:56:20.358Z] 14:52:02 all 0.13 0.00 0.12 0.00 3.30 96.45 [2020-04-07T14:56:20.358Z] 14:52:02 0 0.15 0.00 0.08 0.00 3.53 96.24 [2020-04-07T14:56:20.358Z] 14:52:02 1 0.13 0.00 0.13 0.00 2.78 96.96 [2020-04-07T14:56:20.358Z] 14:52:02 2 0.10 0.00 0.15 0.00 2.77 96.99 [2020-04-07T14:56:20.358Z] 14:52:02 3 0.13 0.00 0.11 0.00 4.08 95.67 [2020-04-07T14:56:20.358Z] 14:53:01 all 0.12 0.00 0.04 0.00 0.68 99.16 [2020-04-07T14:56:20.358Z] 14:53:01 0 0.29 0.00 0.02 0.00 0.58 99.12 [2020-04-07T14:56:20.358Z] 14:53:01 1 0.08 0.00 0.07 0.00 1.04 98.80 [2020-04-07T14:56:20.358Z] 14:53:01 2 0.05 0.00 0.03 0.00 0.57 99.34 [2020-04-07T14:56:20.358Z] 14:53:01 3 0.07 0.00 0.02 0.00 0.54 99.38 [2020-04-07T14:56:20.358Z] 14:54:01 all 0.09 0.00 0.04 0.00 1.35 98.52 [2020-04-07T14:56:20.358Z] 14:54:01 0 0.21 0.00 0.02 0.00 1.27 98.50 [2020-04-07T14:56:20.358Z] 14:54:01 1 0.03 0.00 0.05 0.00 1.32 98.60 [2020-04-07T14:56:20.358Z] 14:54:01 2 0.07 0.00 0.07 0.00 1.62 98.25 [2020-04-07T14:56:20.358Z] 14:54:01 3 0.05 0.00 0.03 0.00 1.18 98.73 [2020-04-07T14:56:20.358Z] 14:55:01 all 0.06 0.00 0.04 0.00 1.66 98.24 [2020-04-07T14:56:20.358Z] 14:55:01 0 0.07 0.00 0.02 0.00 2.52 97.40 [2020-04-07T14:56:20.358Z] 14:55:01 1 0.05 0.00 0.03 0.00 1.27 98.65 [2020-04-07T14:56:20.358Z] 14:55:01 2 0.07 0.00 0.03 0.00 1.33 98.57 [2020-04-07T14:56:20.358Z] 14:55:01 3 0.07 0.00 0.07 0.00 1.51 98.35 [2020-04-07T14:56:20.358Z] 14:56:01 all 2.31 0.00 1.56 2.03 6.78 87.32 [2020-04-07T14:56:20.358Z] 14:56:01 0 2.31 0.00 1.66 0.53 7.07 88.44 [2020-04-07T14:56:20.358Z] 14:56:01 1 2.10 0.00 1.33 0.92 6.55 89.10 [2020-04-07T14:56:20.358Z] 14:56:01 2 1.57 0.00 1.46 4.02 5.93 87.02 [2020-04-07T14:56:20.358Z] 14:56:01 3 3.27 0.00 1.77 2.65 7.58 84.72 [2020-04-07T14:56:20.358Z] Average: all 1.00 0.00 0.55 0.40 4.39 93.66 [2020-04-07T14:56:20.358Z] Average: 0 0.78 0.00 0.51 0.09 4.79 93.82 [2020-04-07T14:56:20.358Z] Average: 1 0.86 0.00 0.55 0.14 4.37 94.07 [2020-04-07T14:56:20.358Z] Average: 2 1.15 0.00 0.54 0.53 3.95 93.82 [2020-04-07T14:56:20.358Z] Average: 3 1.19 0.00 0.61 0.85 4.43 92.92 [2020-04-07T14:56:20.358Z] [2020-04-07T14:56:20.358Z] [2020-04-07T14:56:20.358Z]