Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 216cade7f2e553cd85bebefedf8dad939aae0897 rather than cdedf6bd87226af0e1d5a8b47d77b64acfa32819 Obtained Jenkinsfile from 216cade7f2e553cd85bebefedf8dad939aae0897 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision c26106ffa7303c9cfaed1787c18b3b6a39928acb using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision c26106ffa7303c9cfaed1787c18b3b6a39928acb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c26106ffa7303c9cfaed1787c18b3b6a39928acb # timeout=10 Commit message: "Merge pull request #139 from ernestojeda/use-cache-image" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1362’ Running on prd-centos7-docker-4c-2g-1368 in /w/workspace/dgexfoundry_device-sdk-go_PR-448 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-448 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 216cade7f2e553cd85bebefedf8dad939aae0897 into PR head commit cdedf6bd87226af0e1d5a8b47d77b64acfa32819 Merge succeeded, producing a7ce322d70fb501241587b3e2cfc483a61d63614 Checking out Revision a7ce322d70fb501241587b3e2cfc483a61d63614 (PR-448) > git config core.sparsecheckout # timeout=10 > git checkout -f cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 216cade7f2e553cd85bebefedf8dad939aae0897 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7ce322d70fb501241587b3e2cfc483a61d63614 # timeout=10 Commit message: "Merge commit '216cade7f2e553cd85bebefedf8dad939aae0897' into HEAD" > git rev-list --no-walk cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:42:44 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:42:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:42:46 14:42:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:42:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:42:46 latest: Pulling from edgex-devops/git-semver 14:42:46 9123ac7c32f7: Pulling fs layer 14:42:46 b8cc5d1170e3: Pulling fs layer 14:42:46 2924cbbf6a41: Pulling fs layer 14:42:46 93b08a4f1073: Pulling fs layer 14:42:46 93b08a4f1073: Waiting 14:42:46 b8cc5d1170e3: Verifying Checksum 14:42:46 b8cc5d1170e3: Download complete 14:42:46 9123ac7c32f7: Verifying Checksum 14:42:46 9123ac7c32f7: Download complete 14:42:46 93b08a4f1073: Verifying Checksum 14:42:46 93b08a4f1073: Download complete 14:42:46 2924cbbf6a41: Verifying Checksum 14:42:46 2924cbbf6a41: Download complete 14:42:47 9123ac7c32f7: Pull complete 14:42:47 b8cc5d1170e3: Pull complete 14:42:48 2924cbbf6a41: Pull complete 14:42:48 93b08a4f1073: Pull complete 14:42:48 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 14:42:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:42:48 prd-centos7-docker-4c-2g-1368 does not seem to be running inside a container 14:42:48 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-448 -v /w/workspace/dgexfoundry_device-sdk-go_PR-448:/w/workspace/dgexfoundry_device-sdk-go_PR-448:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:42:49 $ docker top f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:42:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:42:49 [ssh-agent] Looking for ssh-agent implementation... 14:42:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:42:49 $ docker exec f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab ssh-agent 14:42:49 SSH_AUTH_SOCK=/tmp/ssh-09q7MZUxprtX/agent.15 14:42:49 SSH_AGENT_PID=21 14:42:49 Running ssh-add (command line suppressed) 14:42:49 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_5644594680853117319.key (/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_5644594680853117319.key) 14:42:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:42:50 + git describe --exact-match --tags HEAD 14:42:50 fatal: No names found, cannot describe anything. [Pipeline] } 14:42:50 $ docker exec --env ******** --env ******** f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab ssh-agent -k 14:42:50 unset SSH_AUTH_SOCK; 14:42:50 unset SSH_AGENT_PID; 14:42:50 echo Agent pid 21 killed; 14:42:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:42:50 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:42:50 This usually means this commit has not been tagged. [Pipeline] sshagent 14:42:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:42:50 [ssh-agent] Looking for ssh-agent implementation... 14:42:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:42:50 $ docker exec f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab ssh-agent 14:42:51 SSH_AUTH_SOCK=/tmp/ssh-AVgQS4uPpzYV/agent.57 14:42:51 SSH_AGENT_PID=64 14:42:51 Running ssh-add (command line suppressed) 14:42:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_5235374825490010262.key (/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_5235374825490010262.key) 14:42:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:42:51 + git semver init 14:42:51 # -> Open(): unable to determine branch for HEAD 14:42:51 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-448/.git 14:42:51 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-448 14:42:51 # $SEMVER_REMOTE_NAME = origin 14:42:51 # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org 14:42:51 # $SEMVER_USER_NAME = jenkins 14:42:51 # $SEMVER_BRANCH = PR-448 14:42:51 # $SEMVER_TEMP = /tmp/semver-698375208 14:42:51 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 14:42:52 # '/tmp/semver-698375208' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-448/.semver' 14:42:52 # -> Force: false 14:42:52 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-448/.semver [Pipeline] } 14:42:52 $ docker exec --env ******** --env ******** f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab ssh-agent -k 14:42:52 unset SSH_AUTH_SOCK; 14:42:52 unset SSH_AGENT_PID; 14:42:52 echo Agent pid 64 killed; 14:42:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:42:52 + git semver [Pipeline] } 14:42:52 $ docker stop --time=1 f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab 14:42:54 $ docker rm -f f37333e8939494bbbc2cc3da3df1f2fc509deecb9004f0cc3641c9804164feab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:42:55 Stashed 34 file(s) [Pipeline] echo 14:42:55 [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:43:10 Still waiting to schedule task 14:43:10 ‘prd-centos7-docker-4c-2g-1362’ is offline; ‘prd-centos7-docker-4c-2g-1370’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1363’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1367’ doesn’t have label ‘centos7-docker-4c-2g’ 14:43:10 Still waiting to schedule task 14:43:10 ‘prd-centos7-docker-4c-2g-1362’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1370’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1363’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1367’ is offline 14:44:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1371 in /w/workspace/dgexfoundry_device-sdk-go_PR-448 [Pipeline] { [Pipeline] ws 14:44:36 Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout 14:44:42 using credential edgex-jenkins-ssh 14:44:42 Cloning the remote Git repository 14:44:42 Cloning with configured refspecs honoured and without tags 14:44:42 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:44:43 > git init /w/workspace/device-sdk-go/15 # timeout=10 14:44:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:44:43 > git --version # timeout=10 14:44:44 Fetching without tags 14:44:43 using GIT_SSH to set credentials SSH Credentials for GitHub 14:44:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:44:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:44:44 > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # timeout=10 14:44:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:44:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:44:44 Merging remotes/origin/master commit 216cade7f2e553cd85bebefedf8dad939aae0897 into PR head commit cdedf6bd87226af0e1d5a8b47d77b64acfa32819 14:44:45 Merge succeeded, producing 1f7b82474af4be6931e1e09a28de75cc98b160e8 14:44:45 Checking out Revision 1f7b82474af4be6931e1e09a28de75cc98b160e8 (PR-448) 14:44:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:44:44 using GIT_SSH to set credentials SSH Credentials for GitHub 14:44:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:44:44 > git config core.sparsecheckout # timeout=10 14:44:45 > git checkout -f cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 14:44:45 > git remote # timeout=10 14:44:45 > git config --get remote.origin.url # timeout=10 14:44:45 using GIT_SSH to set credentials SSH Credentials for GitHub 14:44:45 > git merge 216cade7f2e553cd85bebefedf8dad939aae0897 # timeout=10 14:44:45 > git rev-parse HEAD^{commit} # timeout=10 14:44:45 > git config core.sparsecheckout # timeout=10 14:44:45 > git checkout -f 1f7b82474af4be6931e1e09a28de75cc98b160e8 # timeout=10 14:44:49 Commit message: "Merge commit '216cade7f2e553cd85bebefedf8dad939aae0897' into HEAD" 14:44:49 > git rev-list --no-walk cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:44:51 ========================================================= 14:44:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 14:44:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:44:52 + 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:44:53 Sending build context to Docker daemon 2.756MB 14:44:53 Step 1/8 : ARG BASE=golang:1.13-alpine 14:44:53 Step 2/8 : FROM ${BASE} 14:44:54 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:44:54 cde5963f3b93: Pulling fs layer 14:44:54 2a23fa8c16f7: Pulling fs layer 14:44:54 777b28850792: Pulling fs layer 14:44:54 8a11ddd9e578: Pulling fs layer 14:44:54 4cf88f913ddb: Pulling fs layer 14:44:54 1df406cf5192: Pulling fs layer 14:44:54 cd6300453558: Pulling fs layer 14:44:54 b9c365052c96: Pulling fs layer 14:44:54 a2d8cc88f415: Pulling fs layer 14:44:54 ea1d1ca13537: Pulling fs layer 14:44:54 3750a50a1c5e: Pulling fs layer 14:44:54 cd6300453558: Waiting 14:44:54 b9c365052c96: Waiting 14:44:54 a2d8cc88f415: Waiting 14:44:54 ea1d1ca13537: Waiting 14:44:54 3750a50a1c5e: Waiting 14:44:54 8a11ddd9e578: Waiting 14:44:54 4cf88f913ddb: Waiting 14:44:54 1df406cf5192: Waiting 14:44:54 777b28850792: Verifying Checksum 14:44:54 777b28850792: Download complete 14:44:54 2a23fa8c16f7: Verifying Checksum 14:44:54 2a23fa8c16f7: Download complete 14:44:54 4cf88f913ddb: Download complete 14:44:54 1df406cf5192: Verifying Checksum 14:44:54 1df406cf5192: Download complete 14:44:54 cde5963f3b93: Verifying Checksum 14:44:55 cde5963f3b93: Pull complete 14:44:55 2a23fa8c16f7: Pull complete 14:44:56 777b28850792: Pull complete 14:44:58 cd6300453558: Verifying Checksum 14:44:58 cd6300453558: Download complete 14:44:58 a2d8cc88f415: Verifying Checksum 14:44:58 a2d8cc88f415: Download complete 14:45:01 ea1d1ca13537: Verifying Checksum 14:45:01 ea1d1ca13537: Download complete 14:45:01 3750a50a1c5e: Verifying Checksum 14:45:01 3750a50a1c5e: Download complete 14:45:03 b9c365052c96: Verifying Checksum 14:45:03 b9c365052c96: Download complete 14:45:05 8a11ddd9e578: Verifying Checksum 14:45:05 8a11ddd9e578: Download complete 14:45:17 8a11ddd9e578: Pull complete 14:45:17 4cf88f913ddb: Pull complete 14:45:17 1df406cf5192: Pull complete 14:45:22 cd6300453558: Pull complete 14:45:27 b9c365052c96: Pull complete 14:45:27 a2d8cc88f415: Pull complete 14:45:29 ea1d1ca13537: Pull complete 14:45:29 3750a50a1c5e: Pull complete 14:45:29 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 14:45:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 14:45:29 ---> 78745c68409d 14:45:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:45:34 ---> Running in fbc2f5d02baa 14:45:34 Removing intermediate container fbc2f5d02baa 14:45:34 ---> d5ded86063ce 14:45:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:45:34 ---> Running in 3de1e4261531 14:45:36 Removing intermediate container 3de1e4261531 14:45:36 ---> b1168b6da137 14:45:36 Step 5/8 : RUN apk add --no-cache make git 14:45:37 ---> Running in 5dd436b704cd 14:45:38 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 14:45:38 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 14:45:39 OK: 125 MiB in 39 packages 14:45:40 Removing intermediate container 5dd436b704cd 14:45:40 ---> c9c6a4ba1c01 14:45:40 Step 6/8 : WORKDIR /device-sdk-go 14:45:40 ---> Running in 4165e3ac0025 14:45:41 Removing intermediate container 4165e3ac0025 14:45:41 ---> 38429fc2d4dd 14:45:41 Step 7/8 : COPY . . 14:45:42 ---> bc40645d5572 14:45:42 Step 8/8 : RUN go mod download 14:45:42 ---> Running in 59a6002bbd15 14:45:44 go: finding github.com/BurntSushi/toml v0.3.1 14:45:44 go: finding github.com/OneOfOne/xxhash v1.2.6 14:45:44 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:45:44 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:45:44 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:45:44 go: finding github.com/bgentry/speakeasy v0.1.0 14:45:44 go: finding github.com/cenkalti/backoff v2.1.1+incompatible 14:45:44 go: finding github.com/davecgh/go-spew v1.1.1 14:45:44 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 14:45:44 go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 14:45:44 go: finding github.com/fatih/color v1.7.0 14:45:44 go: finding github.com/go-kit/kit v0.8.0 14:45:44 go: finding github.com/go-logfmt/logfmt v0.4.0 14:45:44 go: finding github.com/go-stack/stack v1.8.0 14:45:44 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:45:44 go: finding github.com/google/uuid v1.1.0 14:45:44 go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd 14:45:44 go: finding github.com/gorilla/mux v1.6.2 14:45:44 go: finding github.com/hashicorp/consul v1.4.2 14:45:44 go: finding github.com/hashicorp/errwrap v1.0.0 14:45:44 go: finding github.com/hashicorp/go-cleanhttp v0.5.0 14:45:44 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:45:44 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:45:44 go: finding github.com/hashicorp/go-multierror v1.0.0 14:45:44 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:45:44 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:45:44 go: finding github.com/hashicorp/go-syslog v1.0.0 14:45:44 go: finding github.com/hashicorp/go-uuid v1.0.1 14:45:44 go: finding github.com/hashicorp/go.net v0.0.1 14:45:44 go: finding github.com/hashicorp/golang-lru v0.5.0 14:45:44 go: finding github.com/hashicorp/logutils v1.0.0 14:45:44 go: finding github.com/hashicorp/mdns v1.0.0 14:45:44 go: finding github.com/hashicorp/memberlist v0.1.3 14:45:44 go: finding github.com/hashicorp/serf v0.8.2 14:45:44 go: finding github.com/jessevdk/go-flags v1.4.0 14:45:44 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:45:44 go: finding github.com/mattn/go-colorable v0.0.9 14:45:44 go: finding github.com/mattn/go-isatty v0.0.3 14:45:44 go: finding github.com/miekg/dns v1.0.14 14:45:44 go: finding github.com/mitchellh/cli v1.0.0 14:45:44 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:45:44 go: finding github.com/mitchellh/copystructure v1.0.0 14:45:44 go: finding github.com/mitchellh/go-homedir v1.0.0 14:45:44 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:45:44 go: finding github.com/mitchellh/gox v0.4.0 14:45:44 go: finding github.com/mitchellh/iochan v1.0.0 14:45:44 go: finding github.com/mitchellh/mapstructure v1.1.2 14:45:44 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:45:44 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:45:44 go: finding github.com/pelletier/go-toml v1.2.0 14:45:44 go: finding github.com/pkg/errors v0.8.1 14:45:44 go: finding github.com/pmezard/go-difflib v1.0.0 14:45:44 go: finding github.com/posener/complete v1.1.1 14:45:44 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:45:44 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:45:44 go: finding github.com/stretchr/objx v0.1.0 14:45:44 go: finding github.com/stretchr/testify v1.3.0 14:45:44 go: finding github.com/ugorji/go v1.1.4 14:45:44 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 14:45:44 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 14:45:44 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:45:44 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 14:45:44 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:45:44 go: finding gopkg.in/yaml.v2 v2.2.2 14:46:03 Removing intermediate container 59a6002bbd15 14:46:03 ---> a6907e4d9b8f 14:46:03 Successfully built a6907e4d9b8f 14:46:03 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:46:03 + docker inspect -f . ci-base-image-arm64 14:46:03 . [Pipeline] withDockerContainer 14:46:04 prd-ubuntu18.04-docker-arm64-4c-16g-1371 does not seem to be running inside a container 14:46:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:46:05 $ docker top a00ee68eebf07db7c157a3e708e8dcedb35cc177ffc19cabf03ba02a751feb78 -eo pid,comm [Pipeline] { [Pipeline] sh 14:46:06 + go version 14:46:06 go version go1.13.5 linux/arm64 [Pipeline] sh 14:46:07 + make test 14:46:07 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:46:21 Running on prd-centos7-docker-4c-2g-1378 in /w/workspace/dgexfoundry_device-sdk-go_PR-448 [Pipeline] { [Pipeline] ws 14:46:21 Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout 14:46:24 using credential edgex-jenkins-ssh 14:46:24 Cloning the remote Git repository 14:46:24 Cloning with configured refspecs honoured and without tags 14:46:25 Fetching without tags 14:46:24 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:46:24 > git init /w/workspace/device-sdk-go/15 # timeout=10 14:46:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:46:24 > git --version # timeout=10 14:46:25 using GIT_SSH to set credentials SSH Credentials for GitHub 14:46:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:46:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:46:25 > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # timeout=10 14:46:25 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:46:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:46:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:46:25 using GIT_SSH to set credentials SSH Credentials for GitHub 14:46:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:46:26 Merging remotes/origin/master commit 216cade7f2e553cd85bebefedf8dad939aae0897 into PR head commit cdedf6bd87226af0e1d5a8b47d77b64acfa32819 14:46:26 Merge succeeded, producing 9419a7bc77a52baf10eba79a8c8d915e753da94c 14:46:26 Checking out Revision 9419a7bc77a52baf10eba79a8c8d915e753da94c (PR-448) 14:46:26 > git config core.sparsecheckout # timeout=10 14:46:26 > git checkout -f cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 14:46:26 > git remote # timeout=10 14:46:26 > git config --get remote.origin.url # timeout=10 14:46:26 using GIT_SSH to set credentials SSH Credentials for GitHub 14:46:26 > git merge 216cade7f2e553cd85bebefedf8dad939aae0897 # timeout=10 14:46:26 > git rev-parse HEAD^{commit} # timeout=10 14:46:26 > git config core.sparsecheckout # timeout=10 14:46:26 > git checkout -f 9419a7bc77a52baf10eba79a8c8d915e753da94c # timeout=10 14:46:31 Commit message: "Merge commit '216cade7f2e553cd85bebefedf8dad939aae0897' into HEAD" 14:46:31 > git rev-list --no-walk cdedf6bd87226af0e1d5a8b47d77b64acfa32819 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:46:32 ========================================================= 14:46:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:46:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:46:32 + 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:46:33 Sending build context to Docker daemon 2.756MB 14:46:33 Step 1/8 : ARG BASE=golang:1.13-alpine 14:46:33 Step 2/8 : FROM ${BASE} 14:46:33 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:46:33 e6b0cf9c0882: Pulling fs layer 14:46:33 2848faf0eed1: Pulling fs layer 14:46:33 0f37312ad70f: Pulling fs layer 14:46:33 5788d62ee057: Pulling fs layer 14:46:33 0e6b1d234666: Pulling fs layer 14:46:33 bf5d7aec512f: Pulling fs layer 14:46:33 34c802a77dc8: Pulling fs layer 14:46:33 9eb99e56ec68: Pulling fs layer 14:46:33 27c7a5d97fbd: Pulling fs layer 14:46:33 5c102a31e300: Pulling fs layer 14:46:33 dcfb455df0a1: Pulling fs layer 14:46:33 34c802a77dc8: Waiting 14:46:33 9eb99e56ec68: Waiting 14:46:33 27c7a5d97fbd: Waiting 14:46:33 5c102a31e300: Waiting 14:46:33 dcfb455df0a1: Waiting 14:46:33 5788d62ee057: Waiting 14:46:33 0e6b1d234666: Waiting 14:46:33 bf5d7aec512f: Waiting 14:46:33 0f37312ad70f: Verifying Checksum 14:46:33 0f37312ad70f: Download complete 14:46:33 2848faf0eed1: Verifying Checksum 14:46:33 2848faf0eed1: Download complete 14:46:33 0e6b1d234666: Verifying Checksum 14:46:33 0e6b1d234666: Download complete 14:46:33 bf5d7aec512f: Verifying Checksum 14:46:33 bf5d7aec512f: Download complete 14:46:33 e6b0cf9c0882: Verifying Checksum 14:46:33 e6b0cf9c0882: Download complete 14:46:33 e6b0cf9c0882: Pull complete 14:46:33 2848faf0eed1: Pull complete 14:46:34 0f37312ad70f: Pull complete 14:46:34 34c802a77dc8: Verifying Checksum 14:46:34 34c802a77dc8: Download complete 14:46:34 27c7a5d97fbd: Verifying Checksum 14:46:34 27c7a5d97fbd: Download complete 14:46:35 5788d62ee057: Verifying Checksum 14:46:35 5788d62ee057: Download complete 14:46:35 dcfb455df0a1: Verifying Checksum 14:46:35 dcfb455df0a1: Download complete 14:46:35 9eb99e56ec68: Verifying Checksum 14:46:35 9eb99e56ec68: Download complete 14:46:35 5c102a31e300: Verifying Checksum 14:46:35 5c102a31e300: Download complete 14:46:44 5788d62ee057: Pull complete 14:46:44 0e6b1d234666: Pull complete 14:46:44 bf5d7aec512f: Pull complete 14:46:46 34c802a77dc8: Pull complete 14:46:50 9eb99e56ec68: Pull complete 14:46:50 27c7a5d97fbd: Pull complete 14:46:51 5c102a31e300: Pull complete 14:46:52 dcfb455df0a1: Pull complete 14:46:52 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 14:46:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:46:52 ---> 7c70fe431013 14:46:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:46:52 ---> Running in 48dccec1b370 14:46:52 Removing intermediate container 48dccec1b370 14:46:52 ---> 19e3df14ef0e 14:46:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:46:52 ---> Running in 84a86c591f87 14:46:53 Removing intermediate container 84a86c591f87 14:46:53 ---> a64baaee72f7 14:46:53 Step 5/8 : RUN apk add --no-cache make git 14:46:53 ---> Running in 858c41512541 14:46:54 ? github.com/edgexfoundry/device-sdk-go [no test files] 14:46:54 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 14:46:54 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 14:46:54 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 14:46:54 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.027s coverage: 23.1% of statements 14:46:54 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.167s coverage: 95.8% of statements 14:46:54 ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.122s coverage: 12.7% of statements 14:46:54 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.024s coverage: 25.2% of statements 14:46:54 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 14:46:55 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 14:46:55 OK: 143 MiB in 39 packages 14:46:56 Removing intermediate container 858c41512541 14:46:56 ---> 2950c0de1ca9 14:46:56 Step 6/8 : WORKDIR /device-sdk-go 14:46:56 ---> Running in b3e0ee1ed8df 14:46:56 Removing intermediate container b3e0ee1ed8df 14:46:56 ---> 2a8a354de52a 14:46:56 Step 7/8 : COPY . . 14:46:57 ---> 5e42d69af129 14:46:57 Step 8/8 : RUN go mod download 14:46:57 ---> Running in e3cab9852d92 14:46:59 go: finding github.com/BurntSushi/toml v0.3.1 14:46:59 go: finding github.com/OneOfOne/xxhash v1.2.6 14:46:59 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:46:59 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:46:59 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:46:59 go: finding github.com/bgentry/speakeasy v0.1.0 14:46:59 go: finding github.com/cenkalti/backoff v2.1.1+incompatible 14:46:59 go: finding github.com/davecgh/go-spew v1.1.1 14:46:59 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 14:46:59 go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 14:46:59 go: finding github.com/fatih/color v1.7.0 14:46:59 go: finding github.com/go-kit/kit v0.8.0 14:46:59 go: finding github.com/go-logfmt/logfmt v0.4.0 14:46:59 go: finding github.com/go-stack/stack v1.8.0 14:46:59 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:46:59 go: finding github.com/google/uuid v1.1.0 14:46:59 go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd 14:46:59 go: finding github.com/gorilla/mux v1.6.2 14:46:59 go: finding github.com/hashicorp/consul v1.4.2 14:46:59 go: finding github.com/hashicorp/errwrap v1.0.0 14:46:59 go: finding github.com/hashicorp/go-cleanhttp v0.5.0 14:46:59 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:46:59 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:46:59 go: finding github.com/hashicorp/go-multierror v1.0.0 14:46:59 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:46:59 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:46:59 go: finding github.com/hashicorp/go-syslog v1.0.0 14:46:59 go: finding github.com/hashicorp/go-uuid v1.0.1 14:46:59 go: finding github.com/hashicorp/go.net v0.0.1 14:46:59 go: finding github.com/hashicorp/golang-lru v0.5.0 14:46:59 go: finding github.com/hashicorp/logutils v1.0.0 14:46:59 go: finding github.com/hashicorp/mdns v1.0.0 14:46:59 go: finding github.com/hashicorp/memberlist v0.1.3 14:46:59 go: finding github.com/hashicorp/serf v0.8.2 14:46:59 go: finding github.com/jessevdk/go-flags v1.4.0 14:46:59 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:46:59 go: finding github.com/mattn/go-colorable v0.0.9 14:46:59 go: finding github.com/mattn/go-isatty v0.0.3 14:46:59 go: finding github.com/miekg/dns v1.0.14 14:46:59 go: finding github.com/mitchellh/cli v1.0.0 14:46:59 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:46:59 go: finding github.com/mitchellh/copystructure v1.0.0 14:46:59 go: finding github.com/mitchellh/go-homedir v1.0.0 14:46:59 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:46:59 go: finding github.com/mitchellh/gox v0.4.0 14:46:59 go: finding github.com/mitchellh/iochan v1.0.0 14:46:59 go: finding github.com/mitchellh/mapstructure v1.1.2 14:46:59 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:46:59 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:46:59 go: finding github.com/pelletier/go-toml v1.2.0 14:46:59 go: finding github.com/pkg/errors v0.8.1 14:46:59 go: finding github.com/pmezard/go-difflib v1.0.0 14:46:59 go: finding github.com/posener/complete v1.1.1 14:46:59 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:46:59 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:46:59 go: finding github.com/stretchr/objx v0.1.0 14:46:59 go: finding github.com/stretchr/testify v1.3.0 14:46:59 go: finding github.com/ugorji/go v1.1.4 14:46:59 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 14:46:59 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 14:46:59 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:46:59 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 14:46:59 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:46:59 go: finding gopkg.in/yaml.v2 v2.2.2 14:47:11 Removing intermediate container e3cab9852d92 14:47:11 ---> 733654aac503 14:47:11 Successfully built 733654aac503 14:47:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:47:12 + docker inspect -f . ci-base-image-x86_64 14:47:12 . [Pipeline] withDockerContainer 14:47:12 prd-centos7-docker-4c-2g-1378 does not seem to be running inside a container 14:47:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:47:15 $ docker top 779b6e7a1227ee5544487d0109d9f3768c98dfeeef3af1d55bfe0051bec7bd8d -eo pid,comm [Pipeline] { [Pipeline] sh 14:47:15 + go version 14:47:15 go version go1.13.5 linux/amd64 [Pipeline] sh 14:47:16 + make test 14:47:16 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:47:26 ok github.com/edgexfoundry/device-sdk-go/internal/config 31.048s coverage: 30.0% of statements 14:47:26 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.418s coverage: 40.6% of statements 14:47:26 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 14:47:26 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 14:47:26 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.936s coverage: 67.8% of statements 14:47:26 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 14:47:26 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 14:47:26 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 14:47:26 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.047s coverage: 52.6% of statements 14:47:26 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.335s coverage: 76.1% of statements 14:47:26 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 14:47:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:47:31 gofmt -l . 14:47:32 [ "`gofmt -l .`" = "" ] 14:47:32 ./bin/test-attribution-txt.sh 14:47:33 ./bin/test-go-mod-tidy.sh [Pipeline] stash 14:47:34 Stashed 1 file(s) [Pipeline] } 14:47:34 $ docker stop --time=1 a00ee68eebf07db7c157a3e708e8dcedb35cc177ffc19cabf03ba02a751feb78 14:47:34 ? github.com/edgexfoundry/device-sdk-go [no test files] 14:47:34 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 14:47:34 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 14:47:34 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 14:47:36 $ docker rm -f a00ee68eebf07db7c157a3e708e8dcedb35cc177ffc19cabf03ba02a751feb78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 14:47:37 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.008s coverage: 23.1% of statements 14:47:37 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.055s coverage: 95.8% of statements [Pipeline] sh 14:47:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:47:38 + ls -al . 14:47:38 total 244 14:47:38 drwxrwxr-x 11 jenkins jenkins 4096 Mar 30 14:47 . 14:47:38 drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 14:44 .. 14:47:38 -rw-rw-r-- 1 jenkins jenkins 140 Mar 30 14:44 .dockerignore 14:47:38 drwxrwxr-x 8 jenkins jenkins 4096 Mar 30 14:44 .git 14:47:38 drwxrwxr-x 2 jenkins jenkins 4096 Mar 30 14:44 .github 14:47:38 -rw-rw-r-- 1 jenkins jenkins 138 Mar 30 14:44 .gitignore 14:47:38 drwxrwxr-x 3 jenkins jenkins 4096 Mar 30 14:44 .semver 14:47:38 -rw-rw-r-- 1 jenkins jenkins 936 Mar 30 14:44 Dockerfile.build 14:47:38 -rw-rw-r-- 1 jenkins jenkins 808 Mar 30 14:44 Jenkinsfile 14:47:38 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 30 14:44 LICENSE 14:47:38 -rw-rw-r-- 1 jenkins jenkins 892 Mar 30 14:44 Makefile 14:47:38 -rw-rw-r-- 1 jenkins jenkins 2249 Mar 30 14:44 README.md 14:47:38 -rw-rw-r-- 1 jenkins jenkins 5 Mar 30 14:42 VERSION 14:47:38 drwxrwxr-x 3 jenkins jenkins 4096 Mar 30 14:44 api 14:47:38 -rw-rw-r-- 1 jenkins jenkins 3321 Mar 30 14:44 async.go 14:47:38 drwxrwxr-x 2 jenkins jenkins 4096 Mar 30 14:44 bin 14:47:38 -rw-r--r-- 1 jenkins jenkins 103446 Mar 30 14:47 coverage.out 14:47:38 drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 14:44 example 14:47:38 -rw-r--r-- 1 jenkins jenkins 536 Mar 30 14:47 go.mod 14:47:38 -rw-r--r-- 1 jenkins jenkins 11140 Mar 30 14:47 go.sum 14:47:38 drwxrwxr-x 14 jenkins jenkins 4096 Mar 30 14:44 internal 14:47:38 -rw-rw-r-- 1 jenkins jenkins 4352 Mar 30 14:44 manageddevices.go 14:47:38 -rw-rw-r-- 1 jenkins jenkins 5473 Mar 30 14:44 managedprofiles.go 14:47:38 -rw-rw-r-- 1 jenkins jenkins 3878 Mar 30 14:44 managedwatchers.go 14:47:38 drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 14:44 pkg 14:47:38 -rw-rw-r-- 1 jenkins jenkins 10208 Mar 30 14:44 service.go 14:47:38 drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 14:44 snap 14:47:38 -rw-rw-r-- 1 jenkins jenkins 222 Mar 30 14:44 version.go [Pipeline] isUnix [Pipeline] sh 14:47:38 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=a7ce322d70fb501241587b3e2cfc483a61d63614 --label arch=arm64 --label version=0.0.0 . 14:47:39 Sending build context to Docker daemon 2.885MB 14:47:39 Step 1/20 : ARG BASE=golang:1.13-alpine 14:47:39 Step 2/20 : FROM ${BASE} AS builder 14:47:39 ---> a6907e4d9b8f 14:47:39 Step 3/20 : ARG MAKE='make build' 14:47:39 ---> Running in 2c7b0464ee30 14:47:39 Removing intermediate container 2c7b0464ee30 14:47:39 ---> 7133f55b0b7d 14:47:39 Step 4/20 : WORKDIR /device-sdk-go 14:47:39 ---> Running in 4f4a87eb37af 14:47:40 Removing intermediate container 4f4a87eb37af 14:47:40 ---> f83797904ff7 14:47:40 Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:47:40 ---> Running in 353b0248d5ae 14:47:40 Removing intermediate container 353b0248d5ae 14:47:40 ---> 57458cee0bad 14:47:40 Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:47:40 ---> Running in b26eaced509a 14:47:40 ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.088s coverage: 12.7% of statements 14:47:40 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.043s coverage: 25.2% of statements 14:47:42 Removing intermediate container b26eaced509a 14:47:42 ---> 9f452584e6b5 14:47:42 Step 7/20 : RUN apk add --update --no-cache make git 14:47:42 ---> Running in 1182566bbb3f 14:47:43 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 14:47:44 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 14:47:45 OK: 125 MiB in 39 packages 14:47:46 Removing intermediate container 1182566bbb3f 14:47:46 ---> 5832309ea4ca 14:47:46 Step 8/20 : COPY . . 14:47:47 ---> 5bb9d60511de 14:47:47 Step 9/20 : RUN ${MAKE} 14:47:47 ---> Running in 57e0d6c8cbc0 14:47:48 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 14:48:13 ok github.com/edgexfoundry/device-sdk-go/internal/config 31.033s coverage: 30.0% of statements 14:48:13 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.477s coverage: 40.6% of statements 14:48:13 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 14:48:13 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 14:48:13 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.909s coverage: 67.8% of statements 14:48:13 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 14:48:13 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 14:48:13 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 14:48:13 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.060s coverage: 52.6% of statements 14:48:13 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.101s coverage: 76.1% of statements 14:48:13 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 14:48:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:48:13 gofmt -l . 14:48:13 [ "`gofmt -l .`" = "" ] 14:48:13 ./bin/test-attribution-txt.sh 14:48:14 ./bin/test-go-mod-tidy.sh [Pipeline] stash 14:48:14 Warning: overwriting stash ‘coverage-report’ 14:48:15 Stashed 1 file(s) [Pipeline] } 14:48:15 $ docker stop --time=1 779b6e7a1227ee5544487d0109d9f3768c98dfeeef3af1d55bfe0051bec7bd8d 14:48:16 $ docker rm -f 779b6e7a1227ee5544487d0109d9f3768c98dfeeef3af1d55bfe0051bec7bd8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:48:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:48:18 + ls -al . 14:48:18 total 204 14:48:18 drwxrwxr-x. 11 jenkins jenkins 4096 Mar 30 14:48 . 14:48:18 drwxrwxr-x. 4 jenkins jenkins 30 Mar 30 14:46 .. 14:48:18 drwxrwxr-x. 3 jenkins jenkins 20 Mar 30 14:46 api 14:48:18 -rw-rw-r--. 1 jenkins jenkins 3321 Mar 30 14:46 async.go 14:48:18 drwxrwxr-x. 2 jenkins jenkins 64 Mar 30 14:46 bin 14:48:18 -rw-r--r--. 1 jenkins jenkins 103446 Mar 30 14:48 coverage.out 14:48:18 -rw-rw-r--. 1 jenkins jenkins 936 Mar 30 14:46 Dockerfile.build 14:48:18 -rw-rw-r--. 1 jenkins jenkins 140 Mar 30 14:46 .dockerignore 14:48:18 drwxrwxr-x. 4 jenkins jenkins 48 Mar 30 14:46 example 14:48:18 drwxrwxr-x. 8 jenkins jenkins 179 Mar 30 14:46 .git 14:48:18 drwxrwxr-x. 2 jenkins jenkins 38 Mar 30 14:46 .github 14:48:18 -rw-rw-r--. 1 jenkins jenkins 138 Mar 30 14:46 .gitignore 14:48:18 -rw-r--r--. 1 jenkins jenkins 536 Mar 30 14:48 go.mod 14:48:18 -rw-r--r--. 1 jenkins jenkins 11140 Mar 30 14:48 go.sum 14:48:18 drwxrwxr-x. 14 jenkins jenkins 197 Mar 30 14:46 internal 14:48:18 -rw-rw-r--. 1 jenkins jenkins 808 Mar 30 14:46 Jenkinsfile 14:48:18 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 30 14:46 LICENSE 14:48:18 -rw-rw-r--. 1 jenkins jenkins 892 Mar 30 14:46 Makefile 14:48:18 -rw-rw-r--. 1 jenkins jenkins 4352 Mar 30 14:46 manageddevices.go 14:48:18 -rw-rw-r--. 1 jenkins jenkins 5473 Mar 30 14:46 managedprofiles.go 14:48:18 -rw-rw-r--. 1 jenkins jenkins 3878 Mar 30 14:46 managedwatchers.go 14:48:18 drwxrwxr-x. 4 jenkins jenkins 35 Mar 30 14:46 pkg 14:48:18 -rw-rw-r--. 1 jenkins jenkins 2249 Mar 30 14:46 README.md 14:48:18 drwxrwxr-x. 3 jenkins jenkins 58 Mar 30 14:46 .semver 14:48:18 -rw-rw-r--. 1 jenkins jenkins 10208 Mar 30 14:46 service.go 14:48:18 drwxrwxr-x. 4 jenkins jenkins 54 Mar 30 14:46 snap 14:48:18 -rw-rw-r--. 1 jenkins jenkins 5 Mar 30 14:42 VERSION 14:48:18 -rw-rw-r--. 1 jenkins jenkins 222 Mar 30 14:46 version.go [Pipeline] isUnix [Pipeline] sh 14:48:18 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=a7ce322d70fb501241587b3e2cfc483a61d63614 --label arch=amd64 --label version=0.0.0 . 14:48:18 Sending build context to Docker daemon 2.885MB 14:48:18 Step 1/20 : ARG BASE=golang:1.13-alpine 14:48:18 Step 2/20 : FROM ${BASE} AS builder 14:48:18 ---> 733654aac503 14:48:18 Step 3/20 : ARG MAKE='make build' 14:48:18 ---> Running in 515d77dcfe26 14:48:18 Removing intermediate container 515d77dcfe26 14:48:18 ---> d4d2c87bc7ef 14:48:18 Step 4/20 : WORKDIR /device-sdk-go 14:48:18 ---> Running in c620e273e394 14:48:18 Removing intermediate container c620e273e394 14:48:18 ---> fc611b2abd70 14:48:18 Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:48:18 ---> Running in 68cddbeb9814 14:48:19 Removing intermediate container 68cddbeb9814 14:48:19 ---> 5c09d047a993 14:48:19 Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:48:19 ---> Running in e5d9fb0dc863 14:48:20 Removing intermediate container e5d9fb0dc863 14:48:20 ---> e68fa9c2589a 14:48:20 Step 7/20 : RUN apk add --update --no-cache make git 14:48:20 ---> Running in 04faa5420577 14:48:20 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 14:48:20 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 14:48:21 OK: 143 MiB in 39 packages 14:48:21 Removing intermediate container 04faa5420577 14:48:21 ---> ee7256e41544 14:48:21 Step 8/20 : COPY . . 14:48:22 ---> 1fb9fc317e6a 14:48:22 Step 9/20 : RUN ${MAKE} 14:48:22 ---> Running in 5ff02b2b21ff 14:48:22 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 14:48:27 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 14:48:37 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 14:48:39 Removing intermediate container 57e0d6c8cbc0 14:48:39 ---> 8a2778626a88 14:48:39 Step 10/20 : FROM scratch 14:48:39 ---> 14:48:39 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:48:39 ---> Running in 90fc977c7d41 14:48:39 Removing intermediate container 90fc977c7d41 14:48:39 ---> 112dbec79367 14:48:39 Step 12/20 : ENV APP_PORT=49990 14:48:39 ---> Running in bbd5ff1cc5f0 14:48:39 Removing intermediate container bbd5ff1cc5f0 14:48:39 ---> 3bbf8c9878a3 14:48:39 Step 13/20 : EXPOSE $APP_PORT 14:48:39 ---> Running in 2b75c13d1dae 14:48:39 Removing intermediate container 2b75c13d1dae 14:48:39 ---> a813fafdef3c 14:48:39 Step 14/20 : WORKDIR / 14:48:39 ---> Running in 31e95a3fdd40 14:48:39 Removing intermediate container 31e95a3fdd40 14:48:39 ---> 22cfa23e00ba 14:48:39 Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 14:48:40 ---> 60590c603c49 14:48:40 Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml 14:48:41 ---> c4ec919ca974 14:48:41 Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] 14:48:41 ---> Running in 9c4dd50c0347 14:48:41 Removing intermediate container 9c4dd50c0347 14:48:41 ---> b899f5158808 14:48:41 Step 18/20 : LABEL arch=arm64 14:48:41 ---> Running in 01f064616b2b 14:48:41 Removing intermediate container 01f064616b2b 14:48:41 ---> f5588eb857ac 14:48:41 Step 19/20 : LABEL git_sha=a7ce322d70fb501241587b3e2cfc483a61d63614 14:48:42 ---> Running in cc7c49258ebc 14:48:42 Removing intermediate container cc7c49258ebc 14:48:42 ---> 012a772e1a86 14:48:42 Step 20/20 : LABEL version=0.0.0 14:48:42 ---> Running in 1cf4f27708da 14:48:42 Removing intermediate container 1cf4f27708da 14:48:42 ---> a868a6a450e8 14:48:42 [Warning] One or more build-args [ARCH] were not consumed 14:48:42 Successfully built a868a6a450e8 14:48:42 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] } 14:48:44 Removing intermediate container 5ff02b2b21ff 14:48:44 ---> f06331cf01ee 14:48:44 Step 10/20 : FROM scratch 14:48:44 ---> 14:48:44 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:48:44 ---> Running in 42f19150ca73 14:48:44 Removing intermediate container 42f19150ca73 14:48:44 ---> 1861ab1dea40 14:48:44 Step 12/20 : ENV APP_PORT=49990 14:48:44 ---> Running in df79dec16ec3 14:48:44 Removing intermediate container df79dec16ec3 14:48:44 ---> 3118dde3e462 14:48:44 Step 13/20 : EXPOSE $APP_PORT 14:48:44 ---> Running in 56869f9d7efd 14:48:44 Removing intermediate container 56869f9d7efd 14:48:44 ---> c2f3090514a0 14:48:44 Step 14/20 : WORKDIR / 14:48:44 ---> Running in 7e512887eae9 14:48:44 Removing intermediate container 7e512887eae9 14:48:44 ---> f8bfa6a8be12 14:48:44 Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 14:48:44 ---> aef089abc484 14:48:44 Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml 14:48:45 ---> e99273771b2f 14:48:45 Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] 14:48:45 ---> Running in 171f32a28d90 14:48:45 Removing intermediate container 171f32a28d90 14:48:45 ---> dbdce968111d 14:48:45 Step 18/20 : LABEL arch=amd64 14:48:46 ---> Running in c10fa93e1200 14:48:46 Removing intermediate container c10fa93e1200 14:48:46 ---> 5d66a229b3f6 14:48:46 Step 19/20 : LABEL git_sha=a7ce322d70fb501241587b3e2cfc483a61d63614 14:48:46 ---> Running in 1b00023a072e 14:48:46 Removing intermediate container 1b00023a072e 14:48:46 ---> 8b5d64072d02 14:48:46 Step 20/20 : LABEL version=0.0.0 14:48:46 ---> Running in 8f3e268f5c31 14:48:46 Removing intermediate container 8f3e268f5c31 14:48:46 ---> b5f8c578ff11 14:48:46 [Warning] One or more build-args [ARCH] were not consumed 14:48:46 Successfully built b5f8c578ff11 14:48:46 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 14:48:47 provisioning config files... 14:48:47 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/config4802473728405706568tmp [Pipeline] { [Pipeline] sh 14:48:47 + curl -s https://codecov.io/bash 14:48:47 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/config4802473728405706568tmp 14:48:48 14:48:48 _____ _ 14:48:48 / ____| | | 14:48:48 | | ___ __| | ___ ___ _____ __ 14:48:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:48:48 | |___| (_) | (_| | __/ (_| (_) \ V / 14:48:48 \_____\___/ \__,_|\___|\___\___/ \_/ 14:48:48 Bash-tbd 14:48:48 14:48:48 14:48:48 ==> Jenkins CI detected. 14:48:48 project root: . 14:48:48 Fixing merge commit SHA 14:48:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:48:48 ==> Running gcov in . (disable via -X gcov) 14:48:48 ==> Python coveragepy not found 14:48:48 ==> Searching for coverage reports in: 14:48:48 + . 14:48:48 -> Found 1 reports 14:48:48 ==> Detecting git/mercurial file structure 14:48:48 ==> Reading reports 14:48:48 + ./coverage.out bytes=103446 14:48:48 ==> Appending adjustments 14:48:48 http://docs.codecov.io/docs/fixing-reports 14:48:48 + Found adjustments 14:48:48 ==> Gzipping contents 14:48:48 ==> Uploading reports 14:48:48 url: https://codecov.io 14:48:48 query: branch=PR-448&commit=216cade7f2e553cd85bebefedf8dad939aae0897&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-448%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=448&job= 14:48:48 -> Pinging Codecov 14:48:48 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-448&commit=216cade7f2e553cd85bebefedf8dad939aae0897&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-448%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=448&job= 14:48:48 -> Uploading 14:48:49 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/216cade7f2e553cd85bebefedf8dad939aae0897 [Pipeline] } 14:48:49 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 14:48:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:48:50 ---> package-listing.sh 14:48:50 ++ facter osfamily 14:48:50 ++ tr '[:upper:]' '[:lower:]' 14:48:50 + OS_FAMILY=redhat 14:48:50 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-448 14:48:50 + START_PACKAGES=/tmp/packages_start.txt 14:48:50 + END_PACKAGES=/tmp/packages_end.txt 14:48:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:48:50 + PACKAGES=/tmp/packages_start.txt 14:48:50 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-448 ']' 14:48:50 + PACKAGES=/tmp/packages_end.txt 14:48:50 + case "${OS_FAMILY}" in 14:48:50 + rpm -qa 14:48:50 + sort 14:48:54 + '[' -f /tmp/packages_start.txt ']' 14:48:54 + '[' -f /tmp/packages_end.txt ']' 14:48:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:48:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-448 ']' 14:48:54 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-448/archives/ 14:48:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-448/archives/ [Pipeline] isUnix [Pipeline] sh 14:48:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:48:55 14:48:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:48:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:48:55 alpine: Pulling from edgex-lftools-log-publisher 14:48:55 c9b1b535fdd9: Pulling fs layer 14:48:55 2cc5ad85d9ab: Pulling fs layer 14:48:55 756a868c4378: Pulling fs layer 14:48:55 444b2fc9a129: Pulling fs layer 14:48:55 ea15f1150254: Pulling fs layer 14:48:55 41b27a9f41bf: Pulling fs layer 14:48:55 28c525ee5125: Pulling fs layer 14:48:55 094b1ea09ed8: Pulling fs layer 14:48:55 138eaada9080: Pulling fs layer 14:48:55 0622d0fa9048: Pulling fs layer 14:48:55 444b2fc9a129: Waiting 14:48:55 ea15f1150254: Waiting 14:48:55 41b27a9f41bf: Waiting 14:48:55 28c525ee5125: Waiting 14:48:55 094b1ea09ed8: Waiting 14:48:55 138eaada9080: Waiting 14:48:55 0622d0fa9048: Waiting 14:48:55 2cc5ad85d9ab: Verifying Checksum 14:48:55 2cc5ad85d9ab: Download complete 14:48:55 444b2fc9a129: Verifying Checksum 14:48:55 444b2fc9a129: Download complete 14:48:55 c9b1b535fdd9: Verifying Checksum 14:48:55 c9b1b535fdd9: Download complete 14:48:55 ea15f1150254: Verifying Checksum 14:48:55 ea15f1150254: Download complete 14:48:55 28c525ee5125: Verifying Checksum 14:48:55 28c525ee5125: Download complete 14:48:55 c9b1b535fdd9: Pull complete 14:48:56 2cc5ad85d9ab: Pull complete 14:48:56 756a868c4378: Download complete 14:48:56 138eaada9080: Verifying Checksum 14:48:56 138eaada9080: Download complete 14:48:56 0622d0fa9048: Retrying in 5 seconds 14:48:56 094b1ea09ed8: Verifying Checksum 14:48:56 094b1ea09ed8: Download complete 14:48:56 41b27a9f41bf: Verifying Checksum 14:48:56 41b27a9f41bf: Download complete 14:48:57 0622d0fa9048: Retrying in 4 seconds 14:48:57 756a868c4378: Pull complete 14:48:57 444b2fc9a129: Pull complete 14:48:57 ea15f1150254: Pull complete 14:48:58 0622d0fa9048: Retrying in 3 seconds 14:48:59 0622d0fa9048: Retrying in 2 seconds 14:49:00 0622d0fa9048: Retrying in 1 second 14:49:01 0622d0fa9048: Retrying in 10 seconds 14:49:01 41b27a9f41bf: Pull complete 14:49:01 28c525ee5125: Pull complete 14:49:02 0622d0fa9048: Retrying in 9 seconds 14:49:03 0622d0fa9048: Retrying in 8 seconds 14:49:03 094b1ea09ed8: Pull complete 14:49:03 138eaada9080: Pull complete 14:49:04 0622d0fa9048: Retrying in 7 seconds 14:49:05 0622d0fa9048: Retrying in 6 seconds 14:49:06 0622d0fa9048: Retrying in 5 seconds 14:49:07 0622d0fa9048: Retrying in 4 seconds 14:49:08 0622d0fa9048: Retrying in 3 seconds 14:49:09 0622d0fa9048: Retrying in 2 seconds 14:49:10 0622d0fa9048: Retrying in 1 second 14:49:11 0622d0fa9048: Verifying Checksum 14:49:11 0622d0fa9048: Download complete 14:49:11 0622d0fa9048: Pull complete 14:49:11 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 14:49:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:49:11 prd-centos7-docker-4c-2g-1368 does not seem to be running inside a container 14:49:11 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-448 -v /w/workspace/dgexfoundry_device-sdk-go_PR-448:/w/workspace/dgexfoundry_device-sdk-go_PR-448:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:49:12 $ docker top 2d8269c20f2563e0e25017f61b80c4e811e7d433ef109405c645eabcc52bc953 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:49:12 provisioning config files... 14:49:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/config654517425232231726tmp [Pipeline] { [Pipeline] echo 14:49:13 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:49:13 ---> create-netrc.sh [Pipeline] echo 14:49:13 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:49:13 ---> logs-deploy.sh 14:49:13 + ARCHIVE_ARTIFACTS= 14:49:13 + LOGS_SERVER=https://logs.edgexfoundry.org 14:49:13 + '[' https://logs.edgexfoundry.org == None ']' 14:49:13 + NEXUS_URL=https://nexus.edgexfoundry.org 14:49:13 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-448/15 14:49:13 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-448/15/ 14:49:13 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-448/15 /w/workspace/dgexfoundry_device-sdk-go_PR-448 14:49:15 Archives upload complete. 14:49:15 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-448/15 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-448/15/ 14:49:15 ---> uname -a: 14:49:15 Linux 2d8269c20f25 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 14:49:15 14:49:15 14:49:15 ---> lscpu: 14:49:15 Architecture: x86_64 14:49:15 CPU op-mode(s): 32-bit, 64-bit 14:49:15 Byte Order: Little Endian 14:49:15 Address sizes: 40 bits physical, 48 bits virtual 14:49:15 CPU(s): 4 14:49:15 On-line CPU(s) list: 0-3 14:49:15 Thread(s) per core: 1 14:49:15 Core(s) per socket: 1 14:49:15 Socket(s): 4 14:49:15 NUMA node(s): 1 14:49:15 Vendor ID: GenuineIntel 14:49:15 CPU family: 6 14:49:15 Model: 44 14:49:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:49:15 Stepping: 1 14:49:15 CPU MHz: 2933.438 14:49:15 BogoMIPS: 5866.87 14:49:15 Virtualization: VT-x 14:49:15 Hypervisor vendor: KVM 14:49:15 Virtualization type: full 14:49:15 L1d cache: 128 KiB 14:49:15 L1i cache: 128 KiB 14:49:15 L2 cache: 16 MiB 14:49:15 L3 cache: 64 MiB 14:49:15 NUMA node0 CPU(s): 0-3 14:49:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 14:49:15 Vulnerability Meltdown: Mitigation; PTI 14:49:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:49:15 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 14:49:15 Vulnerability Spectre v2: Mitigation; Full retpoline 14:49:15 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 14:49:15 14:49:15 14:49:15 ---> nproc: 14:49:15 4 14:49:15 14:49:15 14:49:15 ---> df -h: 14:49:15 Filesystem Size Used Available Use% Mounted on 14:49:15 overlay 50.0G 6.3G 43.7G 13% / 14:49:15 tmpfs 64.0M 0 64.0M 0% /dev 14:49:15 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 14:49:15 shm 64.0M 0 64.0M 0% /dev/shm 14:49:15 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf 14:49:15 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname 14:49:15 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts 14:49:15 /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa 14:49:15 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-448 14:49:15 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp 14:49:15 14:49:15 14:49:15 ---> free -m: 14:49:15 total used free shared buff/cache available 14:49:15 Mem: 1838 600 75 0 1161 1132 14:49:15 Swap: 1023 1 1022 14:49:15 14:49:15 14:49:15 ---> ip addr: 14:49:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:49:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:49:15 inet 127.0.0.1/8 scope host lo 14:49:15 valid_lft forever preferred_lft forever 14:49:15 6: eth0@if7: mtu 1458 qdisc noqueue state UP 14:49:15 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 14:49:15 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 14:49:15 valid_lft forever preferred_lft forever 14:49:15 14:49:15 14:49:15 ---> sar -b -r -n DEV: 14:49:15 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/30/20 _x86_64_ (4 CPU) 14:49:15 14:49:15 14:42:00 LINUX RESTART 14:49:15 14:49:15 14:43:01 tps rtps wtps bread/s bwrtn/s 14:49:15 14:44:01 9.69 0.00 9.69 0.00 2721.17 14:49:15 14:45:01 0.62 0.00 0.62 0.00 9.69 14:49:15 14:46:01 0.63 0.00 0.63 0.00 6.58 14:49:15 14:47:01 0.60 0.00 0.60 0.00 8.19 14:49:15 14:48:01 0.63 0.00 0.63 0.00 8.89 14:49:15 14:49:01 90.44 63.56 26.89 3967.37 12961.73 14:49:15 Average: 17.11 10.60 6.51 661.47 2620.17 14:49:15 14:49:15 14:43:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:49:15 14:44:01 119008 1763296 93.68 2620 1233700 922796 31.49 427320 1178448 16 14:49:15 14:45:01 118128 1764176 93.72 2620 1233704 922892 31.49 428352 1178148 8 14:49:15 14:46:01 120044 1762260 93.62 2620 1233712 910460 31.06 426932 1177712 8 14:49:15 14:47:01 118924 1763380 93.68 2620 1233772 910664 31.07 428436 1177724 16 14:49:15 14:48:01 119596 1762708 93.65 2620 1233724 910520 31.07 427640 1177716 8 14:49:15 14:49:01 119740 1762564 93.64 2620 1178472 1113476 37.99 451736 1133636 105944 14:49:15 Average: 119240 1763064 93.67 2620 1224514 948468 32.36 431736 1170564 17667 14:49:15 14:49:15 14:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 14:49:15 14:44:01 eth0 3.61 0.90 1.13 0.62 0.00 0.00 0.00 14:49:15 14:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:45:01 eth0 2.68 1.03 0.92 0.58 0.00 0.00 0.00 14:49:15 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:46:01 eth0 1.67 0.08 0.17 0.04 0.00 0.00 0.00 14:49:15 14:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:47:01 eth0 1.07 0.65 0.57 0.41 0.00 0.00 0.00 14:49:15 14:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:48:01 eth0 0.43 0.20 0.15 0.07 0.00 0.00 0.00 14:49:15 14:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:49:01 eth0 93.47 80.34 2330.26 10.94 0.00 0.00 0.00 14:49:15 14:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 Average: eth0 17.16 13.87 389.01 2.11 0.00 0.00 0.00 14:49:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:15 14:49:15 14:49:15 ---> sar -P ALL: 14:49:15 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/30/20 _x86_64_ (4 CPU) 14:49:15 14:49:15 14:42:00 LINUX RESTART 14:49:15 14:49:15 14:43:01 CPU %user %nice %system %iowait %steal %idle 14:49:15 14:44:01 all 0.18 0.00 0.12 0.00 0.00 99.70 14:49:15 14:44:01 0 0.38 0.00 0.08 0.00 0.00 99.53 14:49:15 14:44:01 1 0.08 0.00 0.23 0.00 0.00 99.68 14:49:15 14:44:01 2 0.10 0.00 0.07 0.00 0.00 99.83 14:49:15 14:44:01 3 0.13 0.00 0.12 0.00 0.00 99.75 14:49:15 14:45:01 all 0.21 0.00 0.05 0.00 0.00 99.74 14:49:15 14:45:01 0 0.35 0.00 0.05 0.00 0.00 99.60 14:49:15 14:45:01 1 0.12 0.00 0.03 0.00 0.00 99.85 14:49:15 14:45:01 2 0.25 0.00 0.05 0.00 0.02 99.68 14:49:15 14:45:01 3 0.10 0.00 0.03 0.00 0.02 99.85 14:49:15 14:46:01 all 0.18 0.00 0.05 0.00 0.00 99.77 14:49:15 14:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:49:15 14:46:01 1 0.05 0.00 0.12 0.00 0.00 99.83 14:49:15 14:46:01 2 0.55 0.00 0.05 0.00 0.00 99.40 14:49:15 14:46:01 3 0.07 0.00 0.07 0.00 0.00 99.87 14:49:15 14:47:01 all 0.20 0.00 0.05 0.00 0.00 99.75 14:49:15 14:47:01 0 0.08 0.00 0.05 0.00 0.00 99.87 14:49:15 14:47:01 1 0.13 0.00 0.07 0.00 0.00 99.80 14:49:15 14:47:01 2 0.52 0.00 0.03 0.00 0.00 99.45 14:49:15 14:47:01 3 0.07 0.00 0.03 0.00 0.02 99.88 14:49:15 14:48:01 all 0.18 0.00 0.06 0.00 0.00 99.76 14:49:15 14:48:01 0 0.02 0.00 0.05 0.00 0.00 99.93 14:49:15 14:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 14:49:15 14:48:01 2 0.57 0.00 0.05 0.00 0.00 99.38 14:49:15 14:48:01 3 0.08 0.00 0.08 0.00 0.00 99.83 14:49:15 14:49:01 all 4.03 0.00 2.31 1.31 0.01 92.33 14:49:15 14:49:01 0 3.80 0.00 2.19 1.05 0.02 92.94 14:49:15 14:49:01 1 3.65 0.00 2.34 1.05 0.02 92.94 14:49:15 14:49:01 2 4.36 0.00 2.02 0.33 0.00 93.28 14:49:15 14:49:01 3 4.32 0.00 2.70 2.81 0.02 90.16 14:49:15 Average: all 0.83 0.00 0.44 0.22 0.00 98.51 14:49:15 Average: 0 0.78 0.00 0.41 0.18 0.00 98.64 14:49:15 Average: 1 0.68 0.00 0.47 0.18 0.00 98.67 14:49:15 Average: 2 1.06 0.00 0.38 0.06 0.00 98.51 14:49:15 Average: 3 0.79 0.00 0.50 0.47 0.01 98.23 14:49:15 14:49:15 14:49:15