Pull request #467 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of iain-anderson for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 7e6779071d1785200f65a0fe8010a7017e900106+9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 (c919316fd675658a704f25ebb2b7908bced50777) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-467/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-17 in /w/workspace/dgexfoundry_device-sdk-go_PR-467 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-467 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Fetching without tags Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 7e6779071d1785200f65a0fe8010a7017e900106 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/467/head:refs/remotes/origin/PR-467 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 Merge succeeded, producing 7e6779071d1785200f65a0fe8010a7017e900106 Checking out Revision 7e6779071d1785200f65a0fe8010a7017e900106 (PR-467) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 Commit message: "Add v2 REST API specification" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:55:26 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 14:55:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:55:28 14:55:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:55:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:55:29 latest: Pulling from edgex-devops/git-semver 14:55:29 9123ac7c32f7: Pulling fs layer 14:55:29 b8cc5d1170e3: Pulling fs layer 14:55:29 2924cbbf6a41: Pulling fs layer 14:55:29 93b08a4f1073: Pulling fs layer 14:55:29 93b08a4f1073: Waiting 14:55:29 b8cc5d1170e3: Verifying Checksum 14:55:29 b8cc5d1170e3: Download complete 14:55:29 9123ac7c32f7: Verifying Checksum 14:55:29 9123ac7c32f7: Download complete 14:55:29 93b08a4f1073: Verifying Checksum 14:55:29 93b08a4f1073: Download complete 14:55:29 2924cbbf6a41: Verifying Checksum 14:55:29 2924cbbf6a41: Download complete 14:55:29 9123ac7c32f7: Pull complete 14:55:29 b8cc5d1170e3: Pull complete 14:55:30 2924cbbf6a41: Pull complete 14:55:30 93b08a4f1073: Pull complete 14:55:30 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 14:55:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:55:30 prd-centos7-docker-4c-2g-17 does not seem to be running inside a container 14:55:30 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-467 -v /w/workspace/dgexfoundry_device-sdk-go_PR-467:/w/workspace/dgexfoundry_device-sdk-go_PR-467:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:55:31 $ docker top 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:55:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:55:31 [ssh-agent] Looking for ssh-agent implementation... 14:55:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:55:32 $ docker exec 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a ssh-agent 14:55:32 SSH_AUTH_SOCK=/tmp/ssh-PdmE4tjH8zvH/agent.15 14:55:32 SSH_AGENT_PID=22 14:55:32 Running ssh-add (command line suppressed) 14:55:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/private_key_7685489246108103042.key (/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/private_key_7685489246108103042.key) 14:55:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:55:32 + git describe --exact-match --tags HEAD 14:55:32 fatal: No names found, cannot describe anything. [Pipeline] } 14:55:32 $ docker exec --env ******** --env ******** 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a ssh-agent -k 14:55:33 unset SSH_AUTH_SOCK; 14:55:33 unset SSH_AGENT_PID; 14:55:33 echo Agent pid 22 killed; 14:55:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:55:33 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:55:33 This usually means this commit has not been tagged. [Pipeline] sshagent 14:55:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:55:33 [ssh-agent] Looking for ssh-agent implementation... 14:55:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:55:33 $ docker exec 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a ssh-agent 14:55:33 SSH_AUTH_SOCK=/tmp/ssh-UsRvGja3hUZQ/agent.58 14:55:33 SSH_AGENT_PID=65 14:55:33 Running ssh-add (command line suppressed) 14:55:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/private_key_5131652827926957870.key (/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/private_key_5131652827926957870.key) 14:55:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:55:34 + git semver init 14:55:34 # -> Open(): unable to determine branch for HEAD 14:55:34 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-467/.git 14:55:34 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-467 14:55:34 # $SEMVER_REMOTE_NAME = origin 14:55:34 # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org 14:55:34 # $SEMVER_USER_NAME = jenkins 14:55:34 # $SEMVER_BRANCH = PR-467 14:55:34 # $SEMVER_TEMP = /tmp/semver-555415648 14:55:34 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 14:55:34 # '/tmp/semver-555415648' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-467/.semver' 14:55:34 # -> Force: false 14:55:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-467/.semver [Pipeline] } 14:55:34 $ docker exec --env ******** --env ******** 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a ssh-agent -k 14:55:35 unset SSH_AUTH_SOCK; 14:55:35 unset SSH_AGENT_PID; 14:55:35 echo Agent pid 65 killed; 14:55:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:55:35 + git semver [Pipeline] } 14:55:35 $ docker stop --time=1 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a 14:55:36 $ docker rm -f 4e636a3512b890d4d7bb32d41e0c2675e6c93208f70362e41b5301c0138d5b0a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:55:37 Stashed 32 file(s) [Pipeline] echo 14:55:37 [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 14:55:53 Still waiting to schedule task 14:55:53 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-17’ 14:55:53 Still waiting to schedule task 14:55:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:57:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18 in /w/workspace/dgexfoundry_device-sdk-go_PR-467 [Pipeline] { [Pipeline] ws 14:57:45 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 14:57:51 using credential edgex-jenkins-ssh 14:57:52 Cloning the remote Git repository 14:57:52 Cloning with configured refspecs honoured and without tags 14:57:52 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:57:52 > git init /w/workspace/device-sdk-go/1 # timeout=10 14:57:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:57:52 > git --version # timeout=10 14:57:52 using GIT_SSH to set credentials SSH Credentials for GitHub 14:57:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:57:53 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:57:53 > git config --add remote.origin.fetch +refs/pull/467/head:refs/remotes/origin/PR-467 # timeout=10 14:57:53 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:57:53 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:57:53 Fetching without tags 14:57:54 Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 7e6779071d1785200f65a0fe8010a7017e900106 14:57:54 Merge succeeded, producing 7e6779071d1785200f65a0fe8010a7017e900106 14:57:54 Checking out Revision 7e6779071d1785200f65a0fe8010a7017e900106 (PR-467) 14:57:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:57:53 using GIT_SSH to set credentials SSH Credentials for GitHub 14:57:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:57:54 > git config core.sparsecheckout # timeout=10 14:57:54 > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 14:57:54 > git remote # timeout=10 14:57:54 > git config --get remote.origin.url # timeout=10 14:57:54 using GIT_SSH to set credentials SSH Credentials for GitHub 14:57:54 > git merge 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 14:57:54 > git rev-parse HEAD^{commit} # timeout=10 14:57:54 > git config core.sparsecheckout # timeout=10 14:57:54 > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 14:57:59 Commit message: "Add v2 REST API specification" 14:57:59 > git --version # timeout=10 14:57:59 fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:58:00 ========================================================= 14:58:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 14:58:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:58:02 + 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 . 14:58:02 Sending build context to Docker daemon 2.732MB 14:58:02 Step 1/8 : ARG BASE=golang:1.13-alpine 14:58:02 Step 2/8 : FROM ${BASE} 14:58:03 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:58:03 cde5963f3b93: Pulling fs layer 14:58:03 2a23fa8c16f7: Pulling fs layer 14:58:03 777b28850792: Pulling fs layer 14:58:03 8a11ddd9e578: Pulling fs layer 14:58:03 4cf88f913ddb: Pulling fs layer 14:58:03 1df406cf5192: Pulling fs layer 14:58:03 cd6300453558: Pulling fs layer 14:58:03 b9c365052c96: Pulling fs layer 14:58:03 a2d8cc88f415: Pulling fs layer 14:58:03 ea1d1ca13537: Pulling fs layer 14:58:03 3750a50a1c5e: Pulling fs layer 14:58:03 cd6300453558: Waiting 14:58:03 ea1d1ca13537: Waiting 14:58:03 3750a50a1c5e: Waiting 14:58:03 b9c365052c96: Waiting 14:58:03 8a11ddd9e578: Waiting 14:58:03 a2d8cc88f415: Waiting 14:58:03 1df406cf5192: Waiting 14:58:03 4cf88f913ddb: Waiting 14:58:03 777b28850792: Verifying Checksum 14:58:03 777b28850792: Download complete 14:58:03 2a23fa8c16f7: Download complete 14:58:03 4cf88f913ddb: Download complete 14:58:03 1df406cf5192: Verifying Checksum 14:58:03 1df406cf5192: Download complete 14:58:03 cde5963f3b93: Verifying Checksum 14:58:04 cde5963f3b93: Pull complete 14:58:04 2a23fa8c16f7: Pull complete 14:58:05 777b28850792: Pull complete 14:58:07 cd6300453558: Verifying Checksum 14:58:07 cd6300453558: Download complete 14:58:07 a2d8cc88f415: Verifying Checksum 14:58:07 a2d8cc88f415: Download complete 14:58:10 ea1d1ca13537: Verifying Checksum 14:58:10 ea1d1ca13537: Download complete 14:58:10 3750a50a1c5e: Verifying Checksum 14:58:10 3750a50a1c5e: Download complete 14:58:13 b9c365052c96: Verifying Checksum 14:58:13 b9c365052c96: Download complete 14:58:14 Running on prd-centos7-docker-4c-2g-19 in /w/workspace/dgexfoundry_device-sdk-go_PR-467 [Pipeline] { [Pipeline] ws 14:58:14 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 14:58:14 8a11ddd9e578: Verifying Checksum 14:58:14 8a11ddd9e578: Download complete 14:58:16 using credential edgex-jenkins-ssh 14:58:16 Cloning the remote Git repository 14:58:16 Cloning with configured refspecs honoured and without tags 14:58:16 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:58:16 > git init /w/workspace/device-sdk-go/1 # timeout=10 14:58:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:58:16 > git --version # timeout=10 14:58:16 using GIT_SSH to set credentials SSH Credentials for GitHub 14:58:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:58:17 Fetching without tags 14:58:17 Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 7e6779071d1785200f65a0fe8010a7017e900106 14:58:17 Merge succeeded, producing 7e6779071d1785200f65a0fe8010a7017e900106 14:58:17 Checking out Revision 7e6779071d1785200f65a0fe8010a7017e900106 (PR-467) 14:58:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:58:17 > git config --add remote.origin.fetch +refs/pull/467/head:refs/remotes/origin/PR-467 # timeout=10 14:58:17 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:58:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:58:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:58:17 using GIT_SSH to set credentials SSH Credentials for GitHub 14:58:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/467/head:refs/remotes/origin/PR-467 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:58:17 > git config core.sparsecheckout # timeout=10 14:58:17 > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 14:58:17 > git remote # timeout=10 14:58:17 > git config --get remote.origin.url # timeout=10 14:58:17 using GIT_SSH to set credentials SSH Credentials for GitHub 14:58:17 > git merge 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 14:58:17 > git rev-parse HEAD^{commit} # timeout=10 14:58:17 > git config core.sparsecheckout # timeout=10 14:58:17 > git checkout -f 7e6779071d1785200f65a0fe8010a7017e900106 # timeout=10 14:58:21 Commit message: "Add v2 REST API specification" 14:58:21 > git --version # timeout=10 14:58:21 fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:58:22 ========================================================= 14:58:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:58:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:58:23 + 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 . 14:58:23 Sending build context to Docker daemon 2.732MB 14:58:23 Step 1/8 : ARG BASE=golang:1.13-alpine 14:58:23 Step 2/8 : FROM ${BASE} 14:58:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:58:23 e6b0cf9c0882: Pulling fs layer 14:58:23 2848faf0eed1: Pulling fs layer 14:58:23 0f37312ad70f: Pulling fs layer 14:58:23 5788d62ee057: Pulling fs layer 14:58:23 0e6b1d234666: Pulling fs layer 14:58:23 bf5d7aec512f: Pulling fs layer 14:58:23 34c802a77dc8: Pulling fs layer 14:58:23 9eb99e56ec68: Pulling fs layer 14:58:23 27c7a5d97fbd: Pulling fs layer 14:58:23 5c102a31e300: Pulling fs layer 14:58:23 dcfb455df0a1: Pulling fs layer 14:58:23 5788d62ee057: Waiting 14:58:23 34c802a77dc8: Waiting 14:58:23 0e6b1d234666: Waiting 14:58:23 bf5d7aec512f: Waiting 14:58:23 9eb99e56ec68: Waiting 14:58:23 27c7a5d97fbd: Waiting 14:58:23 5c102a31e300: Waiting 14:58:23 dcfb455df0a1: Waiting 14:58:23 0f37312ad70f: Verifying Checksum 14:58:23 0f37312ad70f: Download complete 14:58:23 2848faf0eed1: Download complete 14:58:23 0e6b1d234666: Verifying Checksum 14:58:23 0e6b1d234666: Download complete 14:58:23 bf5d7aec512f: Verifying Checksum 14:58:23 bf5d7aec512f: Download complete 14:58:23 e6b0cf9c0882: Verifying Checksum 14:58:23 e6b0cf9c0882: Download complete 14:58:24 e6b0cf9c0882: Pull complete 14:58:24 2848faf0eed1: Pull complete 14:58:24 34c802a77dc8: Verifying Checksum 14:58:24 34c802a77dc8: Download complete 14:58:24 27c7a5d97fbd: Verifying Checksum 14:58:24 27c7a5d97fbd: Download complete 14:58:25 5c102a31e300: Verifying Checksum 14:58:25 5c102a31e300: Download complete 14:58:25 9eb99e56ec68: Verifying Checksum 14:58:25 9eb99e56ec68: Download complete 14:58:25 5788d62ee057: Download complete 14:58:25 dcfb455df0a1: Verifying Checksum 14:58:25 dcfb455df0a1: Download complete 14:58:26 0f37312ad70f: Pull complete 14:58:27 8a11ddd9e578: Pull complete 14:58:27 4cf88f913ddb: Pull complete 14:58:27 1df406cf5192: Pull complete 14:58:31 cd6300453558: Pull complete 14:58:31 5788d62ee057: Pull complete 14:58:31 0e6b1d234666: Pull complete 14:58:31 bf5d7aec512f: Pull complete 14:58:36 b9c365052c96: Pull complete 14:58:36 a2d8cc88f415: Pull complete 14:58:38 34c802a77dc8: Pull complete 14:58:38 ea1d1ca13537: Pull complete 14:58:38 3750a50a1c5e: Pull complete 14:58:38 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 14:58:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 14:58:38 ---> 78745c68409d 14:58:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:58:40 9eb99e56ec68: Pull complete 14:58:40 27c7a5d97fbd: Pull complete 14:58:41 5c102a31e300: Pull complete 14:58:41 dcfb455df0a1: Pull complete 14:58:41 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 14:58:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:58:41 ---> 7c70fe431013 14:58:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:58:41 ---> Running in 54ae35c72764 14:58:41 Removing intermediate container 54ae35c72764 14:58:41 ---> dacbd1a52fdd 14:58:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:58:42 ---> Running in 45aa3e123147 14:58:43 ---> Running in 1dfe8a8f92e2 14:58:43 Removing intermediate container 1dfe8a8f92e2 14:58:43 ---> 4bb928637a47 14:58:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:58:43 ---> Running in b80dc87646ca 14:58:43 Removing intermediate container 45aa3e123147 14:58:43 ---> 259f9dbcd95c 14:58:43 Step 5/8 : RUN apk add --no-cache make git 14:58:43 ---> Running in 20f96f9a4b40 14:58:43 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 14:58:44 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 14:58:44 OK: 143 MiB in 39 packages 14:58:45 Removing intermediate container 20f96f9a4b40 14:58:45 ---> a680b341605c 14:58:45 Step 6/8 : WORKDIR /device-sdk-go 14:58:45 ---> Running in 6b3ef3558bdf 14:58:45 Removing intermediate container 6b3ef3558bdf 14:58:45 ---> 3d82d3089c42 14:58:45 Step 7/8 : COPY . . 14:58:45 Removing intermediate container b80dc87646ca 14:58:45 ---> 907ee4f44b30 14:58:45 Step 5/8 : RUN apk add --no-cache make git 14:58:45 ---> Running in 09be8d8b100a 14:58:45 ---> b7d37b561ced 14:58:45 Step 8/8 : RUN go mod download 14:58:45 ---> Running in 7eb51c46b033 14:58:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 14:58:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 14:58:47 OK: 125 MiB in 39 packages 14:58:48 go: finding github.com/BurntSushi/toml v0.3.1 14:58:48 go: finding github.com/OneOfOne/xxhash v1.2.6 14:58:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:58:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:58:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:58:48 go: finding github.com/bgentry/speakeasy v0.1.0 14:58:48 go: finding github.com/cenkalti/backoff v2.1.1+incompatible 14:58:48 go: finding github.com/davecgh/go-spew v1.1.1 14:58:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 14:58:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 14:58:48 go: finding github.com/fatih/color v1.7.0 14:58:48 go: finding github.com/go-kit/kit v0.8.0 14:58:48 go: finding github.com/go-logfmt/logfmt v0.4.0 14:58:48 go: finding github.com/go-stack/stack v1.8.0 14:58:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:58:48 go: finding github.com/google/uuid v1.1.0 14:58:48 go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd 14:58:48 go: finding github.com/gorilla/mux v1.6.2 14:58:48 go: finding github.com/hashicorp/consul v1.4.2 14:58:48 go: finding github.com/hashicorp/errwrap v1.0.0 14:58:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.0 14:58:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:58:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:58:48 go: finding github.com/hashicorp/go-multierror v1.0.0 14:58:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:58:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:58:48 go: finding github.com/hashicorp/go-syslog v1.0.0 14:58:48 Removing intermediate container 09be8d8b100a 14:58:48 ---> da82bf20bd98 14:58:48 Step 6/8 : WORKDIR /device-sdk-go 14:58:48 ---> Running in 24cdda2f1fa5 14:58:49 go: finding github.com/hashicorp/go-uuid v1.0.1 14:58:49 go: finding github.com/hashicorp/go.net v0.0.1 14:58:49 go: finding github.com/hashicorp/golang-lru v0.5.0 14:58:49 go: finding github.com/hashicorp/logutils v1.0.0 14:58:49 go: finding github.com/hashicorp/mdns v1.0.0 14:58:49 go: finding github.com/hashicorp/memberlist v0.1.3 14:58:49 go: finding github.com/hashicorp/serf v0.8.2 14:58:49 Removing intermediate container 24cdda2f1fa5 14:58:49 ---> 8443ae0b6c84 14:58:49 Step 7/8 : COPY . . 14:58:49 go: finding github.com/jessevdk/go-flags v1.4.0 14:58:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:58:49 go: finding github.com/mattn/go-colorable v0.0.9 14:58:49 go: finding github.com/mattn/go-isatty v0.0.3 14:58:49 go: finding github.com/miekg/dns v1.0.14 14:58:49 go: finding github.com/mitchellh/cli v1.0.0 14:58:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:58:49 go: finding github.com/mitchellh/copystructure v1.0.0 14:58:49 go: finding github.com/mitchellh/go-homedir v1.0.0 14:58:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:58:49 go: finding github.com/mitchellh/gox v0.4.0 14:58:49 go: finding github.com/mitchellh/iochan v1.0.0 14:58:49 go: finding github.com/mitchellh/mapstructure v1.1.2 14:58:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:58:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:58:49 go: finding github.com/pelletier/go-toml v1.2.0 14:58:49 go: finding github.com/pkg/errors v0.8.1 14:58:49 go: finding github.com/pmezard/go-difflib v1.0.0 14:58:49 go: finding github.com/posener/complete v1.1.1 14:58:49 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:58:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:58:49 go: finding github.com/stretchr/objx v0.1.0 14:58:49 go: finding github.com/stretchr/testify v1.3.0 14:58:49 go: finding github.com/ugorji/go v1.1.4 14:58:49 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 14:58:50 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 14:58:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:58:50 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 14:58:50 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:58:50 go: finding gopkg.in/yaml.v2 v2.2.2 14:58:50 ---> 17bfdaeadd41 14:58:50 Step 8/8 : RUN go mod download 14:58:50 ---> Running in 61b9e719eb93 14:58:58 Removing intermediate container 7eb51c46b033 14:58:58 ---> 292d56163075 14:58:58 Successfully built 292d56163075 14:58:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } 14:58:58 go: finding github.com/BurntSushi/toml v0.3.1 14:58:58 go: finding github.com/OneOfOne/xxhash v1.2.6 14:58:58 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:58:58 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:58:58 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:58:58 go: finding github.com/bgentry/speakeasy v0.1.0 14:58:58 go: finding github.com/cenkalti/backoff v2.1.1+incompatible 14:58:58 go: finding github.com/davecgh/go-spew v1.1.1 14:58:58 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 14:58:58 go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 14:58:58 go: finding github.com/fatih/color v1.7.0 14:58:58 go: finding github.com/go-kit/kit v0.8.0 14:58:58 go: finding github.com/go-logfmt/logfmt v0.4.0 14:58:58 go: finding github.com/go-stack/stack v1.8.0 14:58:58 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:58:58 go: finding github.com/google/uuid v1.1.0 14:58:58 go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd 14:58:58 go: finding github.com/gorilla/mux v1.6.2 14:58:58 go: finding github.com/hashicorp/consul v1.4.2 14:58:58 go: finding github.com/hashicorp/errwrap v1.0.0 14:58:58 go: finding github.com/hashicorp/go-cleanhttp v0.5.0 14:58:58 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:58:58 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:58:58 go: finding github.com/hashicorp/go-multierror v1.0.0 14:58:58 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:58:58 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:58:58 go: finding github.com/hashicorp/go-syslog v1.0.0 14:58:58 go: finding github.com/hashicorp/go-uuid v1.0.1 14:58:58 go: finding github.com/hashicorp/go.net v0.0.1 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix 14:58:59 go: finding github.com/hashicorp/golang-lru v0.5.0 14:58:59 go: finding github.com/hashicorp/logutils v1.0.0 14:58:59 go: finding github.com/hashicorp/mdns v1.0.0 14:58:59 go: finding github.com/hashicorp/memberlist v0.1.3 14:58:59 go: finding github.com/hashicorp/serf v0.8.2 14:58:59 go: finding github.com/jessevdk/go-flags v1.4.0 [Pipeline] sh 14:58:59 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:58:59 go: finding github.com/mattn/go-colorable v0.0.9 14:58:59 go: finding github.com/mattn/go-isatty v0.0.3 14:58:59 go: finding github.com/miekg/dns v1.0.14 14:58:59 go: finding github.com/mitchellh/cli v1.0.0 14:58:59 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:58:59 + docker inspect -f . ci-base-image-x86_64 14:58:59 . [Pipeline] withDockerContainer 14:58:59 prd-centos7-docker-4c-2g-19 does not seem to be running inside a container 14:58:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:58:59 go: finding github.com/mitchellh/copystructure v1.0.0 14:58:59 go: finding github.com/mitchellh/go-homedir v1.0.0 14:58:59 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:58:59 go: finding github.com/mitchellh/gox v0.4.0 14:58:59 go: finding github.com/mitchellh/iochan v1.0.0 14:58:59 go: finding github.com/mitchellh/mapstructure v1.1.2 14:58:59 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:58:59 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:58:59 go: finding github.com/pelletier/go-toml v1.2.0 14:58:59 go: finding github.com/pkg/errors v0.8.1 14:58:59 go: finding github.com/pmezard/go-difflib v1.0.0 14:58:59 go: finding github.com/posener/complete v1.1.1 14:58:59 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:58:59 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:59:00 $ docker top c504cafcf8bc36395ead877c53eff151565bd390e8fe6b4ee40170baee2350e5 -eo pid,comm 14:59:00 go: finding github.com/stretchr/objx v0.1.0 14:59:00 go: finding github.com/stretchr/testify v1.3.0 14:59:00 go: finding github.com/ugorji/go v1.1.4 14:59:00 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 14:59:00 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 14:59:00 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:59:00 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 14:59:00 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:59:00 go: finding gopkg.in/yaml.v2 v2.2.2 [Pipeline] { [Pipeline] sh 14:59:00 + go version 14:59:00 go version go1.13.5 linux/amd64 [Pipeline] sh 14:59:01 + make test 14:59:01 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:59:16 ? github.com/edgexfoundry/device-sdk-go [no test files] 14:59:16 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 14:59:16 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 14:59:18 Removing intermediate container 61b9e719eb93 14:59:18 ---> fce639a414c1 14:59:18 Successfully built fce639a414c1 14:59:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:59:19 + docker inspect -f . ci-base-image-arm64 14:59:19 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.012s coverage: 23.1% of statements 14:59:19 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.044s coverage: 95.8% of statements 14:59:19 . [Pipeline] withDockerContainer 14:59:20 prd-ubuntu18.04-docker-arm64-4c-16g-18 does not seem to be running inside a container 14:59:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:59:21 $ docker top 61fd5adf63c08ab253cdd8e87893e75d74c2acde861b3bce3a5be08fd3057d50 -eo pid,comm [Pipeline] { [Pipeline] sh 14:59:22 ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.457s coverage: 12.7% of statements 14:59:22 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.026s coverage: 25.6% of statements 14:59:22 + go version 14:59:22 go version go1.13.5 linux/arm64 [Pipeline] sh 14:59:23 + make test 14:59:23 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:59:54 ok github.com/edgexfoundry/device-sdk-go/internal/config 31.014s coverage: 30.0% of statements 14:59:54 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.400s coverage: 42.3% of statements 14:59:54 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 14:59:54 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 14:59:54 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.306s coverage: 79.5% of statements 14:59:54 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 14:59:54 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 14:59:54 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 14:59:54 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.494s coverage: 52.6% of statements 14:59:54 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.095s coverage: 76.1% of statements 14:59:54 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 14:59:54 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:59:54 gofmt -l . 14:59:54 [ "`gofmt -l .`" = "" ] 14:59:54 ./bin/test-attribution-txt.sh 14:59:54 ./bin/test-go-mod-tidy.sh [Pipeline] stash 14:59:55 Stashed 1 file(s) [Pipeline] } 14:59:55 $ docker stop --time=1 c504cafcf8bc36395ead877c53eff151565bd390e8fe6b4ee40170baee2350e5 14:59:56 $ docker rm -f c504cafcf8bc36395ead877c53eff151565bd390e8fe6b4ee40170baee2350e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:59:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:59:58 + ls -al . 14:59:58 total 200 14:59:58 drwxrwxr-x. 11 jenkins jenkins 4096 Mar 19 14:59 . 14:59:58 drwxrwxr-x. 4 jenkins jenkins 28 Mar 19 14:58 .. 14:59:58 drwxrwxr-x. 3 jenkins jenkins 20 Mar 19 14:58 api 14:59:58 -rw-rw-r--. 1 jenkins jenkins 3321 Mar 19 14:58 async.go 14:59:58 drwxrwxr-x. 2 jenkins jenkins 64 Mar 19 14:58 bin 14:59:58 -rw-r--r--. 1 jenkins jenkins 100201 Mar 19 14:59 coverage.out 14:59:58 -rw-rw-r--. 1 jenkins jenkins 936 Mar 19 14:58 Dockerfile.build 14:59:58 -rw-rw-r--. 1 jenkins jenkins 140 Mar 19 14:58 .dockerignore 14:59:58 drwxrwxr-x. 4 jenkins jenkins 31 Mar 19 14:58 example 14:59:58 drwxrwxr-x. 8 jenkins jenkins 179 Mar 19 14:58 .git 14:59:58 drwxrwxr-x. 2 jenkins jenkins 38 Mar 19 14:58 .github 14:59:58 -rw-rw-r--. 1 jenkins jenkins 138 Mar 19 14:58 .gitignore 14:59:58 -rw-r--r--. 1 jenkins jenkins 536 Mar 19 14:59 go.mod 14:59:58 -rw-r--r--. 1 jenkins jenkins 11140 Mar 19 14:59 go.sum 14:59:58 drwxrwxr-x. 13 jenkins jenkins 176 Mar 19 14:58 internal 14:59:58 -rw-rw-r--. 1 jenkins jenkins 808 Mar 19 14:58 Jenkinsfile 14:59:58 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 19 14:58 LICENSE 14:59:58 -rw-rw-r--. 1 jenkins jenkins 892 Mar 19 14:58 Makefile 14:59:58 -rw-rw-r--. 1 jenkins jenkins 4352 Mar 19 14:58 manageddevices.go 14:59:58 -rw-rw-r--. 1 jenkins jenkins 5473 Mar 19 14:58 managedprofiles.go 14:59:58 -rw-rw-r--. 1 jenkins jenkins 3878 Mar 19 14:58 managedwatchers.go 14:59:58 drwxrwxr-x. 4 jenkins jenkins 35 Mar 19 14:58 pkg 14:59:58 -rw-rw-r--. 1 jenkins jenkins 761 Mar 19 14:58 README.md 14:59:58 drwxrwxr-x. 3 jenkins jenkins 58 Mar 19 14:58 .semver 14:59:58 -rw-rw-r--. 1 jenkins jenkins 9817 Mar 19 14:58 service.go 14:59:58 drwxrwxr-x. 4 jenkins jenkins 54 Mar 19 14:58 snap 14:59:58 -rw-rw-r--. 1 jenkins jenkins 5 Mar 19 14:55 VERSION 14:59:58 -rw-rw-r--. 1 jenkins jenkins 222 Mar 19 14:58 version.go [Pipeline] isUnix [Pipeline] sh 14:59:58 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=7e6779071d1785200f65a0fe8010a7017e900106 --label arch=amd64 --label version=0.0.0 . 14:59:58 Sending build context to Docker daemon 2.858MB 14:59:58 Step 1/20 : ARG BASE=golang:1.13-alpine 14:59:58 Step 2/20 : FROM ${BASE} AS builder 14:59:58 ---> 292d56163075 14:59:58 Step 3/20 : ARG MAKE='make build' 14:59:59 ---> Running in 615bad404e5d 14:59:59 Removing intermediate container 615bad404e5d 14:59:59 ---> d15123f027b1 14:59:59 Step 4/20 : WORKDIR /device-sdk-go 14:59:59 ---> Running in 281538a5b967 14:59:59 Removing intermediate container 281538a5b967 14:59:59 ---> f250604b0558 14:59:59 Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:59:59 ---> Running in 55e412199b11 14:59:59 Removing intermediate container 55e412199b11 14:59:59 ---> ee3770e0cadf 14:59:59 Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:59:59 ---> Running in 5691bc3e2569 15:00:00 Removing intermediate container 5691bc3e2569 15:00:00 ---> f4c77805a3ee 15:00:00 Step 7/20 : RUN apk add --update --no-cache make git 15:00:00 ---> Running in e5a98d9b7264 15:00:00 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 15:00:01 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 15:00:01 OK: 143 MiB in 39 packages 15:00:01 Removing intermediate container e5a98d9b7264 15:00:01 ---> 741633bc7f8e 15:00:01 Step 8/20 : COPY . . 15:00:02 ---> e2a0981de1b9 15:00:02 Step 9/20 : RUN ${MAKE} 15:00:02 ---> Running in bd874e1df05f 15:00:02 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 15:00:10 ? github.com/edgexfoundry/device-sdk-go [no test files] 15:00:10 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 15:00:10 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 15:00:10 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.039s coverage: 23.1% of statements 15:00:10 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.200s coverage: 95.8% of statements 15:00:10 ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.093s coverage: 12.7% of statements 15:00:10 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.026s coverage: 25.6% of statements 15:00:15 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 15:00:19 Removing intermediate container bd874e1df05f 15:00:19 ---> 04c0fd8babcd 15:00:19 Step 10/20 : FROM scratch 15:00:19 ---> 15:00:19 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:00:19 ---> Running in 37c5dddc4d85 15:00:19 Removing intermediate container 37c5dddc4d85 15:00:19 ---> f05102929a45 15:00:19 Step 12/20 : ENV APP_PORT=49990 15:00:19 ---> Running in a4cd9a2bf21c 15:00:19 Removing intermediate container a4cd9a2bf21c 15:00:19 ---> 411d3e8eb8c8 15:00:19 Step 13/20 : EXPOSE $APP_PORT 15:00:19 ---> Running in e5cb2ebd51e2 15:00:19 Removing intermediate container e5cb2ebd51e2 15:00:19 ---> 1abe8437338e 15:00:19 Step 14/20 : WORKDIR / 15:00:19 ---> Running in 31502d209e84 15:00:19 Removing intermediate container 31502d209e84 15:00:19 ---> 6633ad90eeef 15:00:19 Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 15:00:19 ---> 067c75c3e3ac 15:00:19 Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml 15:00:19 ---> 207e4d80750a 15:00:19 Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] 15:00:19 ---> Running in 77d81ac62fd5 15:00:20 Removing intermediate container 77d81ac62fd5 15:00:20 ---> 51994d8601ac 15:00:20 Step 18/20 : LABEL arch=amd64 15:00:20 ---> Running in cb252124a0bd 15:00:20 Removing intermediate container cb252124a0bd 15:00:20 ---> c0ac7a0a9ba4 15:00:20 Step 19/20 : LABEL git_sha=7e6779071d1785200f65a0fe8010a7017e900106 15:00:20 ---> Running in 605e1171916c 15:00:20 Removing intermediate container 605e1171916c 15:00:20 ---> a78768127bff 15:00:20 Step 20/20 : LABEL version=0.0.0 15:00:20 ---> Running in 70d07469f25a 15:00:20 Removing intermediate container 70d07469f25a 15:00:20 ---> ab6415fd2bac 15:00:20 [Warning] One or more build-args [ARCH] were not consumed 15:00:20 Successfully built ab6415fd2bac 15:00:20 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] } 15:00:49 ok github.com/edgexfoundry/device-sdk-go/internal/config 31.052s coverage: 30.0% of statements 15:00:49 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.467s coverage: 42.3% of statements 15:00:49 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 15:00:49 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 15:00:49 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.835s coverage: 79.5% of statements 15:00:49 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 15:00:49 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 15:00:49 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 15:00:49 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.068s coverage: 52.6% of statements 15:00:49 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.358s coverage: 76.1% of statements 15:00:49 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 15:00:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:00:50 gofmt -l . 15:00:50 [ "`gofmt -l .`" = "" ] 15:00:51 ./bin/test-attribution-txt.sh 15:00:52 ./bin/test-go-mod-tidy.sh [Pipeline] stash 15:00:52 Warning: overwriting stash ‘coverage-report’ 15:00:52 Stashed 1 file(s) [Pipeline] } 15:00:52 $ docker stop --time=1 61fd5adf63c08ab253cdd8e87893e75d74c2acde861b3bce3a5be08fd3057d50 15:00:54 $ docker rm -f 61fd5adf63c08ab253cdd8e87893e75d74c2acde861b3bce3a5be08fd3057d50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:00:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:00:56 + ls -al . 15:00:56 total 240 15:00:56 drwxrwxr-x 11 jenkins jenkins 4096 Mar 19 15:00 . 15:00:56 drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 14:57 .. 15:00:56 -rw-rw-r-- 1 jenkins jenkins 140 Mar 19 14:57 .dockerignore 15:00:56 drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 14:57 .git 15:00:56 drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 14:57 .github 15:00:56 -rw-rw-r-- 1 jenkins jenkins 138 Mar 19 14:57 .gitignore 15:00:56 drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 14:58 .semver 15:00:56 -rw-rw-r-- 1 jenkins jenkins 936 Mar 19 14:57 Dockerfile.build 15:00:56 -rw-rw-r-- 1 jenkins jenkins 808 Mar 19 14:57 Jenkinsfile 15:00:56 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 19 14:57 LICENSE 15:00:56 -rw-rw-r-- 1 jenkins jenkins 892 Mar 19 14:57 Makefile 15:00:56 -rw-rw-r-- 1 jenkins jenkins 761 Mar 19 14:57 README.md 15:00:56 -rw-rw-r-- 1 jenkins jenkins 5 Mar 19 14:55 VERSION 15:00:56 drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 14:57 api 15:00:56 -rw-rw-r-- 1 jenkins jenkins 3321 Mar 19 14:57 async.go 15:00:56 drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 14:57 bin 15:00:56 -rw-r--r-- 1 jenkins jenkins 100201 Mar 19 15:00 coverage.out 15:00:56 drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 14:57 example 15:00:56 -rw-r--r-- 1 jenkins jenkins 536 Mar 19 15:00 go.mod 15:00:56 -rw-r--r-- 1 jenkins jenkins 11140 Mar 19 15:00 go.sum 15:00:56 drwxrwxr-x 13 jenkins jenkins 4096 Mar 19 14:57 internal 15:00:56 -rw-rw-r-- 1 jenkins jenkins 4352 Mar 19 14:57 manageddevices.go 15:00:56 -rw-rw-r-- 1 jenkins jenkins 5473 Mar 19 14:57 managedprofiles.go 15:00:56 -rw-rw-r-- 1 jenkins jenkins 3878 Mar 19 14:57 managedwatchers.go 15:00:56 drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 14:57 pkg 15:00:56 -rw-rw-r-- 1 jenkins jenkins 9817 Mar 19 14:57 service.go 15:00:56 drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 14:57 snap 15:00:56 -rw-rw-r-- 1 jenkins jenkins 222 Mar 19 14:57 version.go [Pipeline] isUnix [Pipeline] sh 15:00:57 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7e6779071d1785200f65a0fe8010a7017e900106 --label arch=arm64 --label version=0.0.0 . 15:00:57 Sending build context to Docker daemon 2.858MB 15:00:57 Step 1/20 : ARG BASE=golang:1.13-alpine 15:00:57 Step 2/20 : FROM ${BASE} AS builder 15:00:57 ---> fce639a414c1 15:00:57 Step 3/20 : ARG MAKE='make build' 15:00:57 ---> Running in 203b6d145efc 15:00:57 Removing intermediate container 203b6d145efc 15:00:57 ---> 90d815d83179 15:00:57 Step 4/20 : WORKDIR /device-sdk-go 15:00:58 ---> Running in 43e6c076dbdf 15:00:58 Removing intermediate container 43e6c076dbdf 15:00:58 ---> 4e4a448e4e3f 15:00:58 Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:00:58 ---> Running in 44051f239618 15:00:59 Removing intermediate container 44051f239618 15:00:59 ---> 40f2b1d7e6f4 15:00:59 Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:59 ---> Running in ae1864b5c470 15:01:00 Removing intermediate container ae1864b5c470 15:01:00 ---> f6a895c7f961 15:01:00 Step 7/20 : RUN apk add --update --no-cache make git 15:01:00 ---> Running in a5a56672771a 15:01:01 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 15:01:02 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 15:01:03 OK: 125 MiB in 39 packages 15:01:04 Removing intermediate container a5a56672771a 15:01:04 ---> 5154ec6d2038 15:01:04 Step 8/20 : COPY . . 15:01:05 ---> 01267fe60fc4 15:01:05 Step 9/20 : RUN ${MAKE} 15:01:05 ---> Running in 3f5dc360bdb9 15:01:06 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 15:01:45 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 15:01:57 Removing intermediate container 3f5dc360bdb9 15:01:57 ---> 86fa09141645 15:01:57 Step 10/20 : FROM scratch 15:01:57 ---> 15:01:57 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:01:57 ---> Running in cf1369fef235 15:01:57 Removing intermediate container cf1369fef235 15:01:57 ---> dd16d2395f82 15:01:57 Step 12/20 : ENV APP_PORT=49990 15:01:57 ---> Running in a871276dc154 15:01:57 Removing intermediate container a871276dc154 15:01:57 ---> 2962818b6535 15:01:57 Step 13/20 : EXPOSE $APP_PORT 15:01:57 ---> Running in f58643acc356 15:01:57 Removing intermediate container f58643acc356 15:01:57 ---> 1d14e3fbd726 15:01:57 Step 14/20 : WORKDIR / 15:01:57 ---> Running in 43474265b932 15:01:57 Removing intermediate container 43474265b932 15:01:57 ---> e43575f91d54 15:01:57 Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 15:01:58 ---> 9fc5afd62d24 15:01:58 Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml 15:01:59 ---> 8f6772ed0848 15:01:59 Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] 15:01:59 ---> Running in 97a5c07c8e8a 15:02:00 Removing intermediate container 97a5c07c8e8a 15:02:00 ---> 583c0c4ce24e 15:02:00 Step 18/20 : LABEL arch=arm64 15:02:00 ---> Running in a69eebe69e2d 15:02:00 Removing intermediate container a69eebe69e2d 15:02:00 ---> 20c698121444 15:02:00 Step 19/20 : LABEL git_sha=7e6779071d1785200f65a0fe8010a7017e900106 15:02:00 ---> Running in bc5e10925cfa 15:02:00 Removing intermediate container bc5e10925cfa 15:02:00 ---> efa81544c692 15:02:00 Step 20/20 : LABEL version=0.0.0 15:02:01 ---> Running in cb558702aa84 15:02:01 Removing intermediate container cb558702aa84 15:02:01 ---> 523fccd8a1e4 15:02:01 [Warning] One or more build-args [ARCH] were not consumed 15:02:01 Successfully built 523fccd8a1e4 15:02:01 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:02:03 provisioning config files... 15:02:03 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/config104671401051811974tmp [Pipeline] { [Pipeline] sh 15:02:03 + curl -s https://codecov.io/bash 15:02:03 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/config104671401051811974tmp 15:02:03 15:02:03 _____ _ 15:02:03 / ____| | | 15:02:03 | | ___ __| | ___ ___ _____ __ 15:02:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:02:03 | |___| (_) | (_| | __/ (_| (_) \ V / 15:02:03 \_____\___/ \__,_|\___|\___\___/ \_/ 15:02:03 Bash-tbd 15:02:03 15:02:03 15:02:03 ==> Jenkins CI detected. 15:02:03 project root: . 15:02:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:02:03 ==> Running gcov in . (disable via -X gcov) 15:02:03 ==> Python coveragepy not found 15:02:03 ==> Searching for coverage reports in: 15:02:03 + . 15:02:03 -> Found 1 reports 15:02:03 ==> Detecting git/mercurial file structure 15:02:03 ==> Reading reports 15:02:03 + ./coverage.out bytes=100201 15:02:03 ==> Appending adjustments 15:02:03 http://docs.codecov.io/docs/fixing-reports 15:02:04 + Found adjustments 15:02:04 ==> Gzipping contents 15:02:04 ==> Uploading reports 15:02:04 url: https://codecov.io 15:02:04 query: branch=PR-467&commit=7e6779071d1785200f65a0fe8010a7017e900106&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-467%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=467&job= 15:02:04 -> Pinging Codecov 15:02:04 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-467&commit=7e6779071d1785200f65a0fe8010a7017e900106&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-467%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=467&job= 15:02:04 -> Sleeping for 30s and trying again... 15:02:36 -> Pinging Codecov 15:02:36 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-467&commit=7e6779071d1785200f65a0fe8010a7017e900106&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-467%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=467&job= 15:02:36 -> Uploading 15:02:36 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7e6779071d1785200f65a0fe8010a7017e900106 [Pipeline] } 15:02:36 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 15:02:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:02:38 ---> package-listing.sh 15:02:38 ++ facter osfamily 15:02:38 ++ tr '[:upper:]' '[:lower:]' 15:02:38 + OS_FAMILY=redhat 15:02:38 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-467 15:02:38 + START_PACKAGES=/tmp/packages_start.txt 15:02:38 + END_PACKAGES=/tmp/packages_end.txt 15:02:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:02:38 + PACKAGES=/tmp/packages_start.txt 15:02:38 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-467 ']' 15:02:38 + PACKAGES=/tmp/packages_end.txt 15:02:38 + case "${OS_FAMILY}" in 15:02:38 + rpm -qa 15:02:38 + sort 15:02:42 + '[' -f /tmp/packages_start.txt ']' 15:02:42 + '[' -f /tmp/packages_end.txt ']' 15:02:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:02:42 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-467 ']' 15:02:42 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-467/archives/ 15:02:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-467/archives/ [Pipeline] isUnix [Pipeline] sh 15:02:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:02:43 15:02:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:02:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:02:43 alpine: Pulling from edgex-lftools-log-publisher 15:02:43 c9b1b535fdd9: Pulling fs layer 15:02:43 2cc5ad85d9ab: Pulling fs layer 15:02:43 756a868c4378: Pulling fs layer 15:02:43 444b2fc9a129: Pulling fs layer 15:02:43 ea15f1150254: Pulling fs layer 15:02:43 41b27a9f41bf: Pulling fs layer 15:02:43 28c525ee5125: Pulling fs layer 15:02:43 094b1ea09ed8: Pulling fs layer 15:02:43 138eaada9080: Pulling fs layer 15:02:43 0622d0fa9048: Pulling fs layer 15:02:43 444b2fc9a129: Waiting 15:02:43 ea15f1150254: Waiting 15:02:43 41b27a9f41bf: Waiting 15:02:43 28c525ee5125: Waiting 15:02:43 094b1ea09ed8: Waiting 15:02:43 138eaada9080: Waiting 15:02:43 0622d0fa9048: Waiting 15:02:43 2cc5ad85d9ab: Verifying Checksum 15:02:43 2cc5ad85d9ab: Download complete 15:02:43 444b2fc9a129: Verifying Checksum 15:02:43 444b2fc9a129: Download complete 15:02:43 c9b1b535fdd9: Verifying Checksum 15:02:43 c9b1b535fdd9: Download complete 15:02:43 ea15f1150254: Verifying Checksum 15:02:43 ea15f1150254: Download complete 15:02:43 28c525ee5125: Verifying Checksum 15:02:43 28c525ee5125: Download complete 15:02:43 c9b1b535fdd9: Pull complete 15:02:44 2cc5ad85d9ab: Pull complete 15:02:44 756a868c4378: Verifying Checksum 15:02:44 756a868c4378: Download complete 15:02:44 138eaada9080: Verifying Checksum 15:02:44 138eaada9080: Download complete 15:02:44 0622d0fa9048: Verifying Checksum 15:02:44 0622d0fa9048: Download complete 15:02:44 094b1ea09ed8: Verifying Checksum 15:02:44 094b1ea09ed8: Download complete 15:02:44 41b27a9f41bf: Verifying Checksum 15:02:44 41b27a9f41bf: Download complete 15:02:45 756a868c4378: Pull complete 15:02:45 444b2fc9a129: Pull complete 15:02:46 ea15f1150254: Pull complete 15:02:49 41b27a9f41bf: Pull complete 15:02:49 28c525ee5125: Pull complete 15:02:52 094b1ea09ed8: Pull complete 15:02:52 138eaada9080: Pull complete 15:02:52 0622d0fa9048: Pull complete 15:02:52 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:02:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:02:52 prd-centos7-docker-4c-2g-17 does not seem to be running inside a container 15:02:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-467 -v /w/workspace/dgexfoundry_device-sdk-go_PR-467:/w/workspace/dgexfoundry_device-sdk-go_PR-467:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:02:53 $ docker top 5d9abd1e74aa679d38ec66f7fccfdd14f2745b1f3a7dfb23dba4ac6bd74f9aa4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:02:53 provisioning config files... 15:02:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp/config2363249130970895138tmp [Pipeline] { [Pipeline] echo 15:02:53 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:02:54 ---> create-netrc.sh [Pipeline] echo 15:02:54 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:02:54 ---> logs-deploy.sh 15:02:54 + ARCHIVE_ARTIFACTS= 15:02:54 + LOGS_SERVER=https://logs.edgexfoundry.org 15:02:54 + '[' https://logs.edgexfoundry.org == None ']' 15:02:54 + NEXUS_URL=https://nexus.edgexfoundry.org 15:02:54 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-467/1 15:02:54 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-467/1/ 15:02:54 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-467/1 /w/workspace/dgexfoundry_device-sdk-go_PR-467 15:02:56 Archives upload complete. 15:02:56 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-467/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-467/1/ 15:02:56 ---> uname -a: 15:02:56 Linux 5d9abd1e74aa 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 15:02:56 15:02:56 15:02:56 ---> lscpu: 15:02:56 Architecture: x86_64 15:02:56 CPU op-mode(s): 32-bit, 64-bit 15:02:56 Byte Order: Little Endian 15:02:56 Address sizes: 40 bits physical, 48 bits virtual 15:02:56 CPU(s): 4 15:02:56 On-line CPU(s) list: 0-3 15:02:56 Thread(s) per core: 1 15:02:56 Core(s) per socket: 1 15:02:56 Socket(s): 4 15:02:56 NUMA node(s): 1 15:02:56 Vendor ID: GenuineIntel 15:02:56 CPU family: 6 15:02:56 Model: 44 15:02:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:02:56 Stepping: 1 15:02:56 CPU MHz: 2933.442 15:02:56 BogoMIPS: 5866.88 15:02:56 Virtualization: VT-x 15:02:56 Hypervisor vendor: KVM 15:02:56 Virtualization type: full 15:02:56 L1d cache: 128 KiB 15:02:56 L1i cache: 128 KiB 15:02:56 L2 cache: 16 MiB 15:02:56 L3 cache: 64 MiB 15:02:56 NUMA node0 CPU(s): 0-3 15:02:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 15:02:56 Vulnerability Meltdown: Mitigation; PTI 15:02:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:02:56 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 15:02:56 Vulnerability Spectre v2: Mitigation; Full retpoline 15:02:56 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 15:02:56 15:02:56 15:02:56 ---> nproc: 15:02:56 4 15:02:56 15:02:56 15:02:56 ---> df -h: 15:02:56 Filesystem Size Used Available Use% Mounted on 15:02:56 overlay 50.0G 6.4G 43.6G 13% / 15:02:56 tmpfs 64.0M 0 64.0M 0% /dev 15:02:56 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 15:02:56 shm 64.0M 0 64.0M 0% /dev/shm 15:02:56 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf 15:02:56 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname 15:02:56 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts 15:02:56 /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-467 15:02:56 /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-467@tmp 15:02:56 /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa 15:02:56 15:02:56 15:02:56 ---> free -m: 15:02:56 total used free shared buff/cache available 15:02:56 Mem: 1838 608 75 0 1154 1126 15:02:56 Swap: 1023 0 1023 15:02:56 15:02:56 15:02:56 ---> ip addr: 15:02:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:02:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:02:56 inet 127.0.0.1/8 scope host lo 15:02:56 valid_lft forever preferred_lft forever 15:02:56 6: eth0@if7: mtu 1458 qdisc noqueue state UP 15:02:56 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 15:02:56 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 15:02:56 valid_lft forever preferred_lft forever 15:02:56 15:02:56 15:02:56 ---> sar -b -r -n DEV: 15:02:56 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/19/20 _x86_64_ (4 CPU) 15:02:56 15:02:56 14:54:41 LINUX RESTART 15:02:56 15:02:56 14:55:02 tps rtps wtps bread/s bwrtn/s 15:02:56 14:56:01 99.80 33.80 66.00 4810.02 29990.72 15:02:56 14:57:01 3.70 0.00 3.70 0.00 114.99 15:02:56 14:58:01 0.28 0.00 0.28 0.00 3.88 15:02:56 14:59:01 0.30 0.00 0.30 0.00 3.01 15:02:56 15:00:01 0.25 0.00 0.25 0.00 3.46 15:02:56 15:01:01 0.40 0.02 0.38 0.13 5.19 15:02:56 15:02:01 0.50 0.13 0.37 2.66 6.63 15:02:56 Average: 14.84 4.78 10.05 677.99 4244.47 15:02:56 15:02:56 14:55:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:02:56 14:56:01 106752 1775552 94.33 2620 1230048 951240 32.46 432904 1181272 16 15:02:56 14:57:01 115600 1766704 93.86 2620 1230268 918460 31.34 433052 1175644 16 15:02:56 14:58:01 115180 1767124 93.88 2620 1230272 911468 31.10 433620 1175628 16 15:02:56 14:59:01 115384 1766920 93.87 2620 1230272 911456 31.10 433632 1175628 8 15:02:56 15:00:01 116680 1765624 93.80 2620 1230280 911264 31.09 432440 1175628 16 15:02:56 15:01:01 115256 1767048 93.88 2620 1230284 913692 31.17 433764 1175628 8 15:02:56 15:02:01 116300 1766004 93.82 2620 1230440 911900 31.11 432632 1175716 8 15:02:56 Average: 114450 1767854 93.92 2620 1230266 918497 31.34 433149 1176449 13 15:02:56 15:02:56 14:55:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 15:02:56 14:56:01 eth0 428.42 278.08 1044.34 103.42 0.00 0.00 0.00 15:02:56 14:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 14:56:01 docker0 4.93 3.86 0.77 15.49 0.00 0.00 0.00 15:02:56 14:57:01 eth0 2.43 0.67 2.03 0.05 0.00 0.00 0.00 15:02:56 14:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 14:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 14:58:01 eth0 0.85 0.42 0.31 0.21 0.00 0.00 0.00 15:02:56 14:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 14:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 14:59:01 eth0 0.45 0.30 0.27 0.20 0.00 0.00 0.00 15:02:56 14:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 14:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 15:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 15:02:56 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 15:01:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 15:02:56 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 15:02:01 eth0 0.47 0.10 0.04 0.01 0.00 0.00 0.00 15:02:56 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 Average: eth0 61.01 39.43 147.52 14.65 0.00 0.00 0.00 15:02:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:02:56 Average: docker0 0.69 0.54 0.11 2.18 0.00 0.00 0.00 15:02:56 15:02:56 15:02:56 ---> sar -P ALL: 15:02:56 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/19/20 _x86_64_ (4 CPU) 15:02:56 15:02:56 14:54:41 LINUX RESTART 15:02:56 15:02:56 14:55:02 CPU %user %nice %system %iowait %steal %idle 15:02:56 14:56:01 all 13.31 0.00 6.00 6.35 0.01 74.34 15:02:56 14:56:01 0 13.11 0.00 6.18 8.17 0.02 72.52 15:02:56 14:56:01 1 12.96 0.00 6.54 7.60 0.02 72.88 15:02:56 14:56:01 2 13.01 0.00 5.70 4.93 0.00 76.35 15:02:56 14:56:01 3 14.15 0.00 5.57 4.71 0.00 75.57 15:02:56 14:57:01 all 0.10 0.00 0.07 0.00 0.00 99.83 15:02:56 14:57:01 0 0.12 0.00 0.07 0.00 0.00 99.82 15:02:56 14:57:01 1 0.07 0.00 0.07 0.00 0.00 99.87 15:02:56 14:57:01 2 0.08 0.00 0.08 0.00 0.00 99.83 15:02:56 14:57:01 3 0.12 0.00 0.08 0.00 0.02 99.78 15:02:56 14:58:01 all 0.12 0.00 0.05 0.00 0.00 99.83 15:02:56 14:58:01 0 0.23 0.00 0.05 0.00 0.00 99.72 15:02:56 14:58:01 1 0.08 0.00 0.07 0.00 0.00 99.85 15:02:56 14:58:01 2 0.07 0.00 0.03 0.00 0.02 99.88 15:02:56 14:58:01 3 0.08 0.00 0.07 0.00 0.00 99.85 15:02:56 14:59:01 all 0.20 0.00 0.05 0.00 0.00 99.75 15:02:56 14:59:01 0 0.53 0.00 0.03 0.00 0.00 99.43 15:02:56 14:59:01 1 0.10 0.00 0.05 0.00 0.00 99.85 15:02:56 14:59:01 2 0.07 0.00 0.05 0.00 0.00 99.88 15:02:56 14:59:01 3 0.08 0.00 0.05 0.00 0.00 99.87 15:02:56 15:00:01 all 0.19 0.00 0.05 0.00 0.00 99.75 15:02:56 15:00:01 0 0.53 0.00 0.02 0.00 0.00 99.45 15:02:56 15:00:01 1 0.08 0.00 0.07 0.00 0.00 99.85 15:02:56 15:00:01 2 0.07 0.00 0.03 0.00 0.00 99.90 15:02:56 15:00:01 3 0.07 0.00 0.07 0.00 0.00 99.87 15:02:56 15:01:01 all 0.18 0.00 0.05 0.00 0.00 99.76 15:02:56 15:01:01 0 0.15 0.00 0.03 0.00 0.00 99.82 15:02:56 15:01:01 1 0.08 0.00 0.07 0.00 0.00 99.85 15:02:56 15:01:01 2 0.45 0.00 0.07 0.00 0.00 99.48 15:02:56 15:01:01 3 0.07 0.00 0.05 0.00 0.00 99.88 15:02:56 15:02:01 all 0.17 0.00 0.06 0.00 0.00 99.76 15:02:56 15:02:01 0 0.28 0.00 0.05 0.00 0.00 99.67 15:02:56 15:02:01 1 0.08 0.00 0.08 0.00 0.00 99.83 15:02:56 15:02:01 2 0.27 0.00 0.07 0.00 0.00 99.67 15:02:56 15:02:01 3 0.03 0.00 0.07 0.00 0.00 99.90 15:02:56 Average: all 2.00 0.00 0.89 0.89 0.00 96.23 15:02:56 Average: 0 2.10 0.00 0.90 1.14 0.00 95.86 15:02:56 Average: 1 1.89 0.00 0.97 1.06 0.00 96.08 15:02:56 Average: 2 1.96 0.00 0.84 0.69 0.00 96.51 15:02:56 Average: 3 2.04 0.00 0.83 0.66 0.00 96.47 15:02:56 15:02:56 15:02:56