Pull request #539 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of charles-knox-intel for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 985ee55f1dbea419f17ca15057a817658179b0bb rather than d265bc9988a2e59d89cea90aa11dca6eaae49714 Obtained Jenkinsfile from 985ee55f1dbea419f17ca15057a817658179b0bb Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3052’ is offline Running on prd-centos7-docker-4c-2g-3053 in /w/workspace/dgexfoundry_device-sdk-go_PR-539 [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-539 # timeout=10 Fetching without tags Merging remotes/origin/master commit 985ee55f1dbea419f17ca15057a817658179b0bb into PR head commit d265bc9988a2e59d89cea90aa11dca6eaae49714 Merge succeeded, producing d265bc9988a2e59d89cea90aa11dca6eaae49714 Checking out Revision d265bc9988a2e59d89cea90aa11dca6eaae49714 (PR-539) 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/539/head:refs/remotes/origin/PR-539 +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/539/head:refs/remotes/origin/PR-539 # 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/539/head:refs/remotes/origin/PR-539 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d265bc9988a2e59d89cea90aa11dca6eaae49714 # 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 985ee55f1dbea419f17ca15057a817658179b0bb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d265bc9988a2e59d89cea90aa11dca6eaae49714 # timeout=10 Commit message: "docs(README.md): clarity for readers; fix #537" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:35:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:35:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:35:47 ========================================================= 16:35:47 EdgeX Global Pipelines Version Info 16:35:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:35:48 ------------------- 16:35:48 stable info: 16:35:48 ------------------- 16:35:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:35:48 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 16:35:48 Message: update stable to v1.0.89 16:35:49 ------------------- 16:35:49 experimental info: 16:35:49 ------------------- 16:35:49 Commited By: **** collab-it+edgex@linuxfoundation.org 16:35:49 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 16:35:49 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:35:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:35:51 16:35:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:35:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:35:51 latest: Pulling from edgex-devops/git-semver 16:35:51 9123ac7c32f7: Pulling fs layer 16:35:51 b8cc5d1170e3: Pulling fs layer 16:35:51 2924cbbf6a41: Pulling fs layer 16:35:51 93b08a4f1073: Pulling fs layer 16:35:51 93b08a4f1073: Waiting 16:35:51 b8cc5d1170e3: Verifying Checksum 16:35:51 b8cc5d1170e3: Download complete 16:35:51 9123ac7c32f7: Verifying Checksum 16:35:51 9123ac7c32f7: Download complete 16:35:52 93b08a4f1073: Verifying Checksum 16:35:52 93b08a4f1073: Download complete 16:35:52 2924cbbf6a41: Verifying Checksum 16:35:52 2924cbbf6a41: Download complete 16:35:52 9123ac7c32f7: Pull complete 16:35:52 b8cc5d1170e3: Pull complete 16:35:52 2924cbbf6a41: Pull complete 16:35:53 93b08a4f1073: Pull complete 16:35:53 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 16:35:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:35:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:35:53 prd-centos7-docker-4c-2g-3053 does not seem to be running inside a container 16:35:53 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-539 -v /w/workspace/dgexfoundry_device-sdk-go_PR-539:/w/workspace/dgexfoundry_device-sdk-go_PR-539:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-539@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-539@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:35:55 $ docker top 779ade9723cfd5dce98747af3698f3ab3ca324fa866a119576c3275226514d60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:35:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:35:55 [ssh-agent] Looking for ssh-agent implementation... 16:35:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:35:55 $ docker exec 779ade9723cfd5dce98747af3698f3ab3ca324fa866a119576c3275226514d60 ssh-agent 16:35:55 SSH_AUTH_SOCK=/tmp/ssh-VHej9bNdBabG/agent.11 16:35:55 SSH_AGENT_PID=16 16:35:55 Running ssh-add (command line suppressed) 16:35:56 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-539@tmp/private_key_1313494660926729627.key (/w/workspace/dgexfoundry_device-sdk-go_PR-539@tmp/private_key_1313494660926729627.key) 16:35:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:35:56 + git describe --exact-match --tags HEAD 16:35:56 fatal: No names found, cannot describe anything. [Pipeline] } 16:35:56 $ docker exec --env ******** --env ******** 779ade9723cfd5dce98747af3698f3ab3ca324fa866a119576c3275226514d60 ssh-agent -k 16:35:56 unset SSH_AUTH_SOCK; 16:35:56 unset SSH_AGENT_PID; 16:35:56 echo Agent pid 16 killed; 16:35:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:35:56 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:35:56 This usually means this commit has not been tagged. [Pipeline] sshagent 16:35:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:35:56 [ssh-agent] Looking for ssh-agent implementation... 16:35:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:35:56 $ docker exec 779ade9723cfd5dce98747af3698f3ab3ca324fa866a119576c3275226514d60 ssh-agent 16:35:57 SSH_AUTH_SOCK=/tmp/ssh-KPmgfa6dlVC4/agent.45 16:35:57 SSH_AGENT_PID=51 16:35:57 Running ssh-add (command line suppressed) 16:35:57 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-539@tmp/private_key_4470434459958761874.key (/w/workspace/dgexfoundry_device-sdk-go_PR-539@tmp/private_key_4470434459958761874.key) 16:35:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:35:57 + git semver init 16:35:57 # -> Open(): unable to determine branch for HEAD 16:35:57 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-539/.git 16:35:57 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-539 16:35:57 # $SEMVER_REMOTE_NAME = origin 16:35:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:35:57 # $SEMVER_USER_NAME = edgex-jenkins 16:35:57 # $SEMVER_BRANCH = PR-539 16:35:57 # $SEMVER_TEMP = /tmp/semver-948814639 16:35:57 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 16:35:58 # '/tmp/semver-948814639' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-539/.semver' 16:35:58 # -> Force: false 16:35:58 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-539/.semver [Pipeline] } 16:35:58 $ docker exec --env ******** --env ******** 779ade9723cfd5dce98747af3698f3ab3ca324fa866a119576c3275226514d60 ssh-agent -k 16:35:58 unset SSH_AUTH_SOCK; 16:35:58 unset SSH_AGENT_PID; 16:35:58 echo Agent pid 51 killed; 16:35:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:35:58 + git semver [Pipeline] } 16:35:58 $ docker stop --time=1 779ade9723cfd5dce98747af3698f3ab3ca324fa866a119576c3275226514d60 16:36:00 $ docker rm -f 779ade9723cfd5dce98747af3698f3ab3ca324fa866a119576c3275226514d60 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:36:00 Stashed 69 file(s) [Pipeline] echo 16:36:00 [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 16:36:16 Still waiting to schedule task 16:36:16 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:36:16 Still waiting to schedule task 16:36:16 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline 16:37:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3054 in /w/workspace/dgexfoundry_device-sdk-go_PR-539 [Pipeline] { [Pipeline] ws 16:37:49 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 16:37:54 using credential edgex-jenkins-ssh 16:37:54 Cloning the remote Git repository 16:37:54 Cloning with configured refspecs honoured and without tags 16:37:54 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:37:54 > git init /w/workspace/device-sdk-go/2 # timeout=10 16:37:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:37:54 > git --version # timeout=10 16:37:54 using GIT_SSH to set credentials SSH Credentials for GitHub 16:37:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/539/head:refs/remotes/origin/PR-539 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:37:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:37:55 > git config --add remote.origin.fetch +refs/pull/539/head:refs/remotes/origin/PR-539 # timeout=10 16:37:56 Fetching without tags 16:37:56 Merging remotes/origin/master commit 985ee55f1dbea419f17ca15057a817658179b0bb into PR head commit d265bc9988a2e59d89cea90aa11dca6eaae49714 16:37:56 Merge succeeded, producing d265bc9988a2e59d89cea90aa11dca6eaae49714 16:37:56 Checking out Revision d265bc9988a2e59d89cea90aa11dca6eaae49714 (PR-539) 16:37:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:37:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:37:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:37:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:37:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/539/head:refs/remotes/origin/PR-539 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:37:56 > git config core.sparsecheckout # timeout=10 16:37:56 > git checkout -f d265bc9988a2e59d89cea90aa11dca6eaae49714 # timeout=10 16:37:56 > git remote # timeout=10 16:37:56 > git config --get remote.origin.url # timeout=10 16:37:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:37:56 > git merge 985ee55f1dbea419f17ca15057a817658179b0bb # timeout=10 16:37:56 > git rev-parse HEAD^{commit} # timeout=10 16:37:56 > git config core.sparsecheckout # timeout=10 16:37:56 > git checkout -f d265bc9988a2e59d89cea90aa11dca6eaae49714 # timeout=10 16:38:01 Commit message: "docs(README.md): clarity for readers; fix #537" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:38:02 ========================================================= 16:38:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:38:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:38:04 + 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 . 16:38:05 Sending build context to Docker daemon 3.086MB 16:38:05 Step 1/8 : ARG BASE=golang:1.13-alpine 16:38:05 Step 2/8 : FROM ${BASE} 16:38:05 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:38:05 cde5963f3b93: Pulling fs layer 16:38:05 2a23fa8c16f7: Pulling fs layer 16:38:05 777b28850792: Pulling fs layer 16:38:05 8a11ddd9e578: Pulling fs layer 16:38:05 4cf88f913ddb: Pulling fs layer 16:38:05 1df406cf5192: Pulling fs layer 16:38:05 cd6300453558: Pulling fs layer 16:38:05 b9c365052c96: Pulling fs layer 16:38:05 a2d8cc88f415: Pulling fs layer 16:38:05 ea1d1ca13537: Pulling fs layer 16:38:05 3750a50a1c5e: Pulling fs layer 16:38:05 4cf88f913ddb: Waiting 16:38:05 1df406cf5192: Waiting 16:38:05 cd6300453558: Waiting 16:38:05 b9c365052c96: Waiting 16:38:05 a2d8cc88f415: Waiting 16:38:05 ea1d1ca13537: Waiting 16:38:05 3750a50a1c5e: Waiting 16:38:05 8a11ddd9e578: Waiting 16:38:05 777b28850792: Verifying Checksum 16:38:05 777b28850792: Download complete 16:38:05 2a23fa8c16f7: Verifying Checksum 16:38:05 2a23fa8c16f7: Download complete 16:38:05 4cf88f913ddb: Verifying Checksum 16:38:05 4cf88f913ddb: Download complete 16:38:05 1df406cf5192: Download complete 16:38:05 cde5963f3b93: Verifying Checksum 16:38:06 cde5963f3b93: Pull complete 16:38:06 2a23fa8c16f7: Pull complete 16:38:07 777b28850792: Pull complete 16:38:07 cd6300453558: Verifying Checksum 16:38:07 cd6300453558: Download complete 16:38:07 a2d8cc88f415: Verifying Checksum 16:38:07 a2d8cc88f415: Download complete 16:38:08 ea1d1ca13537: Verifying Checksum 16:38:08 ea1d1ca13537: Download complete 16:38:08 3750a50a1c5e: Verifying Checksum 16:38:08 3750a50a1c5e: Download complete 16:38:09 b9c365052c96: Verifying Checksum 16:38:09 b9c365052c96: Download complete 16:38:10 8a11ddd9e578: Verifying Checksum 16:38:10 8a11ddd9e578: Download complete 16:38:23 8a11ddd9e578: Pull complete 16:38:23 4cf88f913ddb: Pull complete 16:38:23 1df406cf5192: Pull complete 16:38:25 Running on prd-centos7-docker-4c-2g-3055 in /w/workspace/dgexfoundry_device-sdk-go_PR-539 [Pipeline] { [Pipeline] ws 16:38:25 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 16:38:27 cd6300453558: Pull complete 16:38:28 using credential edgex-jenkins-ssh 16:38:28 Cloning the remote Git repository 16:38:28 Cloning with configured refspecs honoured and without tags 16:38:28 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:38:28 > git init /w/workspace/device-sdk-go/2 # timeout=10 16:38:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:38:28 > git --version # timeout=10 16:38:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:38:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/539/head:refs/remotes/origin/PR-539 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:38:29 Fetching without tags 16:38:29 Merging remotes/origin/master commit 985ee55f1dbea419f17ca15057a817658179b0bb into PR head commit d265bc9988a2e59d89cea90aa11dca6eaae49714 16:38:29 Merge succeeded, producing d265bc9988a2e59d89cea90aa11dca6eaae49714 16:38:29 Checking out Revision d265bc9988a2e59d89cea90aa11dca6eaae49714 (PR-539) 16:38:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:38:29 > git config --add remote.origin.fetch +refs/pull/539/head:refs/remotes/origin/PR-539 # timeout=10 16:38:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:38:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:38:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:38:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:38:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/539/head:refs/remotes/origin/PR-539 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:38:29 > git config core.sparsecheckout # timeout=10 16:38:29 > git checkout -f d265bc9988a2e59d89cea90aa11dca6eaae49714 # timeout=10 16:38:29 > git remote # timeout=10 16:38:29 > git config --get remote.origin.url # timeout=10 16:38:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:38:29 > git merge 985ee55f1dbea419f17ca15057a817658179b0bb # timeout=10 16:38:29 > git rev-parse HEAD^{commit} # timeout=10 16:38:29 > git config core.sparsecheckout # timeout=10 16:38:29 > git checkout -f d265bc9988a2e59d89cea90aa11dca6eaae49714 # timeout=10 16:38:32 b9c365052c96: Pull complete 16:38:32 a2d8cc88f415: Pull complete 16:38:33 Commit message: "docs(README.md): clarity for readers; fix #537" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:38:34 ========================================================= 16:38:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:38:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:38:34 ea1d1ca13537: Pull complete 16:38:34 3750a50a1c5e: Pull complete 16:38:34 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 16:38:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:38:34 ---> 78745c68409d 16:38:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:38:34 + 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 . 16:38:35 Sending build context to Docker daemon 3.084MB 16:38:35 Step 1/8 : ARG BASE=golang:1.13-alpine 16:38:35 Step 2/8 : FROM ${BASE} 16:38:35 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:38:35 e6b0cf9c0882: Pulling fs layer 16:38:35 2848faf0eed1: Pulling fs layer 16:38:35 0f37312ad70f: Pulling fs layer 16:38:35 5788d62ee057: Pulling fs layer 16:38:35 0e6b1d234666: Pulling fs layer 16:38:35 bf5d7aec512f: Pulling fs layer 16:38:35 34c802a77dc8: Pulling fs layer 16:38:35 9eb99e56ec68: Pulling fs layer 16:38:35 27c7a5d97fbd: Pulling fs layer 16:38:35 5c102a31e300: Pulling fs layer 16:38:35 dcfb455df0a1: Pulling fs layer 16:38:35 5788d62ee057: Waiting 16:38:35 0e6b1d234666: Waiting 16:38:35 bf5d7aec512f: Waiting 16:38:35 34c802a77dc8: Waiting 16:38:35 9eb99e56ec68: Waiting 16:38:35 27c7a5d97fbd: Waiting 16:38:35 5c102a31e300: Waiting 16:38:35 dcfb455df0a1: Waiting 16:38:35 0f37312ad70f: Verifying Checksum 16:38:35 0f37312ad70f: Download complete 16:38:35 2848faf0eed1: Verifying Checksum 16:38:35 2848faf0eed1: Download complete 16:38:35 0e6b1d234666: Verifying Checksum 16:38:35 0e6b1d234666: Download complete 16:38:35 e6b0cf9c0882: Verifying Checksum 16:38:35 bf5d7aec512f: Verifying Checksum 16:38:35 bf5d7aec512f: Download complete 16:38:35 e6b0cf9c0882: Pull complete 16:38:36 34c802a77dc8: Verifying Checksum 16:38:36 34c802a77dc8: Download complete 16:38:36 27c7a5d97fbd: Verifying Checksum 16:38:36 27c7a5d97fbd: Download complete 16:38:37 5c102a31e300: Verifying Checksum 16:38:37 5c102a31e300: Download complete 16:38:37 9eb99e56ec68: Verifying Checksum 16:38:37 9eb99e56ec68: Download complete 16:38:37 5788d62ee057: Verifying Checksum 16:38:37 5788d62ee057: Download complete 16:38:37 dcfb455df0a1: Verifying Checksum 16:38:37 dcfb455df0a1: Download complete 16:38:37 2848faf0eed1: Pull complete 16:38:37 0f37312ad70f: Pull complete 16:38:40 ---> Running in d391105f3f1e 16:38:40 Removing intermediate container d391105f3f1e 16:38:40 ---> cd9aa5f62e8d 16:38:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:38:40 ---> Running in 11a2f45885a2 16:38:42 Removing intermediate container 11a2f45885a2 16:38:42 ---> aabc4ec83f8a 16:38:42 Step 5/8 : RUN apk add --no-cache make git 16:38:42 ---> Running in 65be7032915a 16:38:44 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:38:44 5788d62ee057: Pull complete 16:38:44 0e6b1d234666: Pull complete 16:38:44 bf5d7aec512f: Pull complete 16:38:44 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:38:45 OK: 125 MiB in 39 packages 16:38:46 Removing intermediate container 65be7032915a 16:38:46 ---> 4e9e26b5367d 16:38:46 Step 6/8 : WORKDIR /device-sdk-go 16:38:47 ---> Running in e7625f8911c4 16:38:47 Removing intermediate container e7625f8911c4 16:38:47 ---> a5f678565200 16:38:47 Step 7/8 : COPY . . 16:38:48 ---> 5975ad2f13d6 16:38:48 Step 8/8 : RUN go mod download 16:38:49 ---> Running in c3ffa243368c 16:38:51 34c802a77dc8: Pull complete 16:38:51 go: finding github.com/BurntSushi/toml v0.3.1 16:38:51 go: finding github.com/OneOfOne/xxhash v1.2.6 16:38:51 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:38:51 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:38:51 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:38:51 go: finding github.com/bgentry/speakeasy v0.1.0 16:38:51 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:38:51 go: finding github.com/davecgh/go-spew v1.1.1 16:38:51 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 16:38:51 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:38:51 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 16:38:51 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:38:51 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:38:51 go: finding github.com/fatih/color v1.7.0 16:38:51 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:38:51 go: finding github.com/go-kit/kit v0.8.0 16:38:51 go: finding github.com/go-logfmt/logfmt v0.4.0 16:38:51 go: finding github.com/go-stack/stack v1.8.0 16:38:51 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:38:51 go: finding github.com/google/uuid v1.1.0 16:38:51 go: finding github.com/gorilla/mux v1.7.1 16:38:51 go: finding github.com/hashicorp/consul/api v1.1.0 16:38:51 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:38:52 go: finding github.com/hashicorp/errwrap v1.0.0 16:38:52 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:38:52 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:38:52 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:38:52 go: finding github.com/hashicorp/go-multierror v1.0.0 16:38:52 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:38:52 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:38:52 go: finding github.com/hashicorp/go-syslog v1.0.0 16:38:52 go: finding github.com/hashicorp/go-uuid v1.0.1 16:38:52 go: finding github.com/hashicorp/go.net v0.0.1 16:38:52 go: finding github.com/hashicorp/golang-lru v0.5.0 16:38:52 go: finding github.com/hashicorp/logutils v1.0.0 16:38:52 go: finding github.com/hashicorp/mdns v1.0.0 16:38:52 go: finding github.com/hashicorp/memberlist v0.1.3 16:38:52 go: finding github.com/hashicorp/serf v0.8.2 16:38:52 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:38:52 go: finding github.com/mattn/go-colorable v0.0.9 16:38:52 go: finding github.com/mattn/go-isatty v0.0.3 16:38:52 go: finding github.com/miekg/dns v1.0.14 16:38:52 go: finding github.com/mitchellh/cli v1.0.0 16:38:52 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:38:52 go: finding github.com/mitchellh/copystructure v1.0.0 16:38:52 go: finding github.com/mitchellh/go-homedir v1.0.0 16:38:52 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:38:52 go: finding github.com/mitchellh/gox v0.4.0 16:38:52 go: finding github.com/mitchellh/iochan v1.0.0 16:38:52 go: finding github.com/mitchellh/mapstructure v1.1.2 16:38:52 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:38:52 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:38:52 go: finding github.com/pelletier/go-toml v1.2.0 16:38:52 go: finding github.com/pkg/errors v0.8.1 16:38:52 go: finding github.com/pmezard/go-difflib v1.0.0 16:38:52 go: finding github.com/posener/complete v1.1.1 16:38:52 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:38:52 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:38:52 go: finding github.com/stretchr/objx v0.1.0 16:38:52 go: finding github.com/stretchr/testify v1.5.1 16:38:52 go: finding github.com/ugorji/go v1.1.4 16:38:52 go: finding github.com/x448/float16 v0.8.4 16:38:52 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:38:52 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:38:52 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:38:52 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:38:52 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:38:52 go: finding gopkg.in/yaml.v2 v2.2.8 16:38:53 9eb99e56ec68: Pull complete 16:38:53 27c7a5d97fbd: Pull complete 16:38:54 5c102a31e300: Pull complete 16:38:54 dcfb455df0a1: Pull complete 16:38:54 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 16:38:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:38:54 ---> 7c70fe431013 16:38:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:38:56 ---> Running in d16f1b0d12c8 16:38:56 Removing intermediate container d16f1b0d12c8 16:38:56 ---> 894cc037ecc4 16:38:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:38:56 ---> Running in 41941d395ab9 16:38:58 Removing intermediate container 41941d395ab9 16:38:58 ---> 3de0fdd7ac3f 16:38:58 Step 5/8 : RUN apk add --no-cache make git 16:38:58 ---> Running in bc489445ac57 16:38:58 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:38:59 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:39:00 OK: 143 MiB in 39 packages 16:39:00 Removing intermediate container bc489445ac57 16:39:00 ---> 56a9819e9cd7 16:39:00 Step 6/8 : WORKDIR /device-sdk-go 16:39:00 ---> Running in 1217b28acc50 16:39:00 Removing intermediate container 1217b28acc50 16:39:00 ---> 55e41e1c2721 16:39:00 Step 7/8 : COPY . . 16:39:01 ---> 0c3a5dcb17b5 16:39:01 Step 8/8 : RUN go mod download 16:39:01 ---> Running in 1cae77ab7e74 16:39:03 Removing intermediate container c3ffa243368c 16:39:03 ---> f3dbd1882857 16:39:03 Successfully built f3dbd1882857 16:39: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 16:39:03 + docker inspect -f . ci-base-image-arm64 16:39:03 . [Pipeline] withDockerContainer 16:39:03 go: finding github.com/BurntSushi/toml v0.3.1 16:39:03 go: finding github.com/OneOfOne/xxhash v1.2.6 16:39:03 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:39:03 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:39:03 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:39:03 go: finding github.com/bgentry/speakeasy v0.1.0 16:39:03 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:39:03 go: finding github.com/davecgh/go-spew v1.1.1 16:39:03 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 16:39:03 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:39:03 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 16:39:03 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:39:03 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:39:03 go: finding github.com/fatih/color v1.7.0 16:39:03 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:39:03 go: finding github.com/go-kit/kit v0.8.0 16:39:03 go: finding github.com/go-logfmt/logfmt v0.4.0 16:39:03 go: finding github.com/go-stack/stack v1.8.0 16:39:03 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:39:03 go: finding github.com/google/uuid v1.1.0 16:39:03 go: finding github.com/gorilla/mux v1.7.1 16:39:03 go: finding github.com/hashicorp/consul/api v1.1.0 16:39:03 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:39:03 go: finding github.com/hashicorp/errwrap v1.0.0 16:39:03 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:39:03 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:39:03 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:39:03 go: finding github.com/hashicorp/go-multierror v1.0.0 16:39:03 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:39:03 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:39:03 go: finding github.com/hashicorp/go-syslog v1.0.0 16:39:03 go: finding github.com/hashicorp/go-uuid v1.0.1 16:39:03 go: finding github.com/hashicorp/go.net v0.0.1 16:39:03 go: finding github.com/hashicorp/golang-lru v0.5.0 16:39:03 go: finding github.com/hashicorp/logutils v1.0.0 16:39:03 go: finding github.com/hashicorp/mdns v1.0.0 16:39:03 go: finding github.com/hashicorp/memberlist v0.1.3 16:39:03 go: finding github.com/hashicorp/serf v0.8.2 16:39:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:39:03 go: finding github.com/mattn/go-colorable v0.0.9 16:39:03 go: finding github.com/mattn/go-isatty v0.0.3 16:39:03 go: finding github.com/miekg/dns v1.0.14 16:39:03 go: finding github.com/mitchellh/cli v1.0.0 16:39:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:39:03 go: finding github.com/mitchellh/copystructure v1.0.0 16:39:03 go: finding github.com/mitchellh/go-homedir v1.0.0 16:39:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:39:03 go: finding github.com/mitchellh/gox v0.4.0 16:39:03 go: finding github.com/mitchellh/iochan v1.0.0 16:39:03 go: finding github.com/mitchellh/mapstructure v1.1.2 16:39:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:39:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:39:03 go: finding github.com/pelletier/go-toml v1.2.0 16:39:03 go: finding github.com/pkg/errors v0.8.1 16:39:03 go: finding github.com/pmezard/go-difflib v1.0.0 16:39:03 go: finding github.com/posener/complete v1.1.1 16:39:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:39:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:39:03 go: finding github.com/stretchr/objx v0.1.0 16:39:03 go: finding github.com/stretchr/testify v1.5.1 16:39:03 go: finding github.com/ugorji/go v1.1.4 16:39:03 go: finding github.com/x448/float16 v0.8.4 16:39:03 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:39:03 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:39:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:39:03 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:39:03 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:39:03 go: finding gopkg.in/yaml.v2 v2.2.8 16:39:03 prd-ubuntu18.04-docker-arm64-4c-16g-3054 does not seem to be running inside a container 16:39:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:39:05 $ docker top f3de80c806533eca9c4339d62976247cc91932da1b18b3e90dd2cc60709cda6e -eo pid,comm [Pipeline] { [Pipeline] sh 16:39:07 + go version 16:39:07 go version go1.13.5 linux/arm64 [Pipeline] sh 16:39:08 + make test 16:39:08 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:39:09 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:39:12 Removing intermediate container 1cae77ab7e74 16:39:12 ---> 375fa07d76c9 16:39:12 Successfully built 375fa07d76c9 16:39:12 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 16:39:12 + docker inspect -f . ci-base-image-x86_64 16:39:12 . [Pipeline] withDockerContainer 16:39:12 prd-centos7-docker-4c-2g-3055 does not seem to be running inside a container 16:39:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:39:14 $ docker top e4504c6bfb04fd8b0960f044e7345f544b3628748c277e3ff0fc016ea62a978f -eo pid,comm [Pipeline] { [Pipeline] sh 16:39:14 + go version 16:39:14 go version go1.13.5 linux/amd64 [Pipeline] sh 16:39:14 + make test 16:39:14 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:39:15 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:39:28 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:39:28 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:39:28 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 16:39:28 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.054s coverage: 22.1% of statements 16:39:28 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.068s coverage: 95.8% of statements 16:39:41 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:39:41 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:39:41 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 16:39:41 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.027s coverage: 22.1% of statements 16:39:41 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.158s coverage: 95.8% of statements 16:40:00 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.408s coverage: 11.4% of statements 16:40:00 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.011s coverage: 21.7% of statements 16:40:00 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:40:00 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.089s coverage: 36.9% of statements 16:40:00 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:40:00 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 16:40:00 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.287s coverage: 65.2% of statements 16:40:00 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:40:00 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:40:00 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:40:00 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.017s coverage: 52.6% of statements 16:40:00 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 16:40:00 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.109s coverage: 68.9% of statements 16:40:00 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 16:40:00 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:40:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:40:01 gofmt -l . 16:40:01 [ "`gofmt -l .`" = "" ] 16:40:01 ./bin/test-attribution-txt.sh 16:40:02 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:40:03 Stashed 1 file(s) [Pipeline] } 16:40:03 $ docker stop --time=1 e4504c6bfb04fd8b0960f044e7345f544b3628748c277e3ff0fc016ea62a978f 16:40:04 $ docker rm -f e4504c6bfb04fd8b0960f044e7345f544b3628748c277e3ff0fc016ea62a978f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:40:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:40:06 + ls -al . 16:40:06 total 184 16:40:06 drwxrwxr-x. 11 jenkins jenkins 4096 Jun 15 16:40 . 16:40:06 drwxrwxr-x. 4 jenkins jenkins 28 Jun 15 16:38 .. 16:40:06 drwxrwxr-x. 3 jenkins jenkins 20 Jun 15 16:38 api 16:40:06 drwxrwxr-x. 2 jenkins jenkins 64 Jun 15 16:38 bin 16:40:06 -rw-r--r--. 1 jenkins jenkins 110877 Jun 15 16:39 coverage.out 16:40:06 -rw-rw-r--. 1 jenkins jenkins 936 Jun 15 16:38 Dockerfile.build 16:40:06 -rw-rw-r--. 1 jenkins jenkins 140 Jun 15 16:38 .dockerignore 16:40:06 drwxrwxr-x. 4 jenkins jenkins 48 Jun 15 16:38 example 16:40:06 drwxrwxr-x. 8 jenkins jenkins 179 Jun 15 16:38 .git 16:40:06 drwxrwxr-x. 2 jenkins jenkins 38 Jun 15 16:38 .github 16:40:06 -rw-rw-r--. 1 jenkins jenkins 138 Jun 15 16:38 .gitignore 16:40:06 -rw-r--r--. 1 jenkins jenkins 446 Jun 15 16:40 go.mod 16:40:06 -rw-r--r--. 1 jenkins jenkins 12179 Jun 15 16:40 go.sum 16:40:06 drwxrwxr-x. 15 jenkins jenkins 217 Jun 15 16:38 internal 16:40:06 -rw-rw-r--. 1 jenkins jenkins 808 Jun 15 16:38 Jenkinsfile 16:40:06 -rw-rw-r--. 1 jenkins jenkins 11341 Jun 15 16:38 LICENSE 16:40:06 -rw-rw-r--. 1 jenkins jenkins 892 Jun 15 16:38 Makefile 16:40:06 drwxrwxr-x. 5 jenkins jenkins 50 Jun 15 16:38 pkg 16:40:06 -rw-rw-r--. 1 jenkins jenkins 5101 Jun 15 16:38 README.md 16:40:06 -rw-rw-r--. 1 jenkins jenkins 3997 Jun 15 16:38 RELEASE-NOTES.txt 16:40:06 drwxrwxr-x. 3 jenkins jenkins 58 Jun 15 16:38 .semver 16:40:06 drwxrwxr-x. 4 jenkins jenkins 54 Jun 15 16:38 snap 16:40:06 -rw-rw-r--. 1 jenkins jenkins 5 Jun 15 16:36 VERSION 16:40:06 -rw-rw-r--. 1 jenkins jenkins 222 Jun 15 16:38 version.go [Pipeline] isUnix [Pipeline] sh 16:40:07 + 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=d265bc9988a2e59d89cea90aa11dca6eaae49714 --label arch=amd64 --label version=0.0.0 . 16:40:07 Sending build context to Docker daemon 3.212MB 16:40:07 Step 1/23 : ARG BASE=golang:1.13-alpine 16:40:07 Step 2/23 : FROM ${BASE} AS builder 16:40:07 ---> 375fa07d76c9 16:40:07 Step 3/23 : ARG MAKE='make build' 16:40:08 ---> Running in a7894d8fd768 16:40:08 Removing intermediate container a7894d8fd768 16:40:08 ---> cb50f44b2aa1 16:40:08 Step 4/23 : WORKDIR /device-sdk-go 16:40:08 ---> Running in 4bb9272693b8 16:40:08 Removing intermediate container 4bb9272693b8 16:40:08 ---> cccce1e7960c 16:40:08 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:40:08 ---> Running in 4255a6b19b79 16:40:08 Removing intermediate container 4255a6b19b79 16:40:08 ---> a957468d51ab 16:40:08 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:08 ---> Running in 2f664f681c28 16:40:09 Removing intermediate container 2f664f681c28 16:40:09 ---> eca341b3f14f 16:40:09 Step 7/23 : RUN apk add --update --no-cache make git 16:40:09 ---> Running in 3d04f523b26e 16:40:10 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:40:11 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:40:11 OK: 143 MiB in 39 packages 16:40:11 Removing intermediate container 3d04f523b26e 16:40:11 ---> 16ddd819e1a0 16:40:11 Step 8/23 : COPY . . 16:40:12 ---> 5f4934ad594c 16:40:12 Step 9/23 : RUN ${MAKE} 16:40:12 ---> Running in c05dd4c1c199 16:40:13 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 16:40:14 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.060s coverage: 11.4% of statements 16:40:14 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.019s coverage: 21.7% of statements 16:40:14 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:40:14 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.128s coverage: 36.9% of statements 16:40:14 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:40:14 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 16:40:14 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.475s coverage: 65.2% of statements 16:40:14 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:40:14 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:40:14 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:40:14 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.044s coverage: 52.6% of statements 16:40:14 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 16:40:14 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.353s coverage: 68.9% of statements 16:40:14 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 16:40:14 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:40:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:40:16 gofmt -l . 16:40:16 [ "`gofmt -l .`" = "" ] 16:40:17 ./bin/test-attribution-txt.sh 16:40:17 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:40:18 Warning: overwriting stash ‘coverage-report’ 16:40:18 Stashed 1 file(s) [Pipeline] } 16:40:18 $ docker stop --time=1 f3de80c806533eca9c4339d62976247cc91932da1b18b3e90dd2cc60709cda6e 16:40:21 $ docker rm -f f3de80c806533eca9c4339d62976247cc91932da1b18b3e90dd2cc60709cda6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:40:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:40:22 + ls -al . 16:40:22 total 224 16:40:22 drwxrwxr-x 11 jenkins jenkins 4096 Jun 15 16:40 . 16:40:22 drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 16:37 .. 16:40:22 -rw-rw-r-- 1 jenkins jenkins 140 Jun 15 16:37 .dockerignore 16:40:22 drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 16:38 .git 16:40:22 drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 16:37 .github 16:40:22 -rw-rw-r-- 1 jenkins jenkins 138 Jun 15 16:37 .gitignore 16:40:22 drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 16:38 .semver 16:40:22 -rw-rw-r-- 1 jenkins jenkins 936 Jun 15 16:37 Dockerfile.build 16:40:22 -rw-rw-r-- 1 jenkins jenkins 808 Jun 15 16:37 Jenkinsfile 16:40:22 -rw-rw-r-- 1 jenkins jenkins 11341 Jun 15 16:37 LICENSE 16:40:22 -rw-rw-r-- 1 jenkins jenkins 892 Jun 15 16:37 Makefile 16:40:22 -rw-rw-r-- 1 jenkins jenkins 5101 Jun 15 16:37 README.md 16:40:22 -rw-rw-r-- 1 jenkins jenkins 3997 Jun 15 16:37 RELEASE-NOTES.txt 16:40:22 -rw-rw-r-- 1 jenkins jenkins 5 Jun 15 16:36 VERSION 16:40:22 drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 16:37 api 16:40:22 drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 16:37 bin 16:40:22 -rw-r--r-- 1 jenkins jenkins 110877 Jun 15 16:40 coverage.out 16:40:22 drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 16:37 example 16:40:22 -rw-r--r-- 1 jenkins jenkins 446 Jun 15 16:40 go.mod 16:40:22 -rw-r--r-- 1 jenkins jenkins 12179 Jun 15 16:40 go.sum 16:40:22 drwxrwxr-x 15 jenkins jenkins 4096 Jun 15 16:37 internal 16:40:22 drwxrwxr-x 5 jenkins jenkins 4096 Jun 15 16:37 pkg 16:40:22 drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 16:37 snap 16:40:22 -rw-rw-r-- 1 jenkins jenkins 222 Jun 15 16:37 version.go [Pipeline] isUnix [Pipeline] sh 16:40:22 + 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=d265bc9988a2e59d89cea90aa11dca6eaae49714 --label arch=arm64 --label version=0.0.0 . 16:40:23 Sending build context to Docker daemon 3.214MB 16:40:23 Step 1/23 : ARG BASE=golang:1.13-alpine 16:40:23 Step 2/23 : FROM ${BASE} AS builder 16:40:23 ---> f3dbd1882857 16:40:23 Step 3/23 : ARG MAKE='make build' 16:40:23 ---> Running in 787f64e4aec6 16:40:23 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:40:23 Removing intermediate container 787f64e4aec6 16:40:23 ---> 09be818383aa 16:40:23 Step 4/23 : WORKDIR /device-sdk-go 16:40:23 ---> Running in 78932f492e3a 16:40:24 Removing intermediate container 78932f492e3a 16:40:24 ---> 014e015a731e 16:40:24 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:40:24 ---> Running in 7ff6093a9c2f 16:40:24 Removing intermediate container c05dd4c1c199 16:40:24 ---> 9f36c7978c63 16:40:24 Step 10/23 : FROM scratch 16:40:24 ---> 16:40:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:40:24 ---> Running in 0cb308ca8aa3 16:40:24 Removing intermediate container 0cb308ca8aa3 16:40:24 ---> 88826d132f72 16:40:24 Step 12/23 : ENV APP_PORT=49990 16:40:24 ---> Running in 427e8674e184 16:40:25 Removing intermediate container 7ff6093a9c2f 16:40:25 ---> df0381f0b318 16:40:25 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:25 ---> Running in 00004175a4d9 16:40:25 Removing intermediate container 427e8674e184 16:40:25 ---> e2a7419c45f6 16:40:25 Step 13/23 : EXPOSE $APP_PORT 16:40:25 ---> Running in d34b432afa5c 16:40:25 Removing intermediate container d34b432afa5c 16:40:25 ---> 829ed0f41e68 16:40:25 Step 14/23 : WORKDIR / 16:40:25 ---> Running in 5768a0a45cbe 16:40:25 Removing intermediate container 5768a0a45cbe 16:40:25 ---> e88d0eb54f4d 16:40:25 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:40:26 ---> c7d31b05fb23 16:40:26 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:40:26 ---> e52fc45b850b 16:40:26 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:40:26 ---> 2bc498a08ce6 16:40:26 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:40:26 ---> 03d02f6bde7a 16:40:26 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:40:26 ---> c2d9406635d3 16:40:26 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:40:27 ---> Running in 238000fe8210 16:40:27 Removing intermediate container 238000fe8210 16:40:27 ---> 62c4ab35a2bc 16:40:27 Step 21/23 : LABEL arch=amd64 16:40:27 ---> Running in 82633ca0a049 16:40:27 Removing intermediate container 82633ca0a049 16:40:27 ---> 4f0c77c0f1a9 16:40:27 Step 22/23 : LABEL git_sha=d265bc9988a2e59d89cea90aa11dca6eaae49714 16:40:27 ---> Running in 2db981be3982 16:40:27 Removing intermediate container 2db981be3982 16:40:27 ---> f284fa828643 16:40:27 Step 23/23 : LABEL version=0.0.0 16:40:27 ---> Running in 5f12076475ae 16:40:27 Removing intermediate container 5f12076475ae 16:40:27 ---> 7e783f8cc6b3 16:40:27 [Warning] One or more build-args [ARCH] were not consumed 16:40:27 Successfully built 7e783f8cc6b3 16:40:27 Removing intermediate container 00004175a4d9 16:40:27 ---> 6d7a10e308c1 16:40:27 Step 7/23 : RUN apk add --update --no-cache make git 16:40:27 ---> Running in 0d3589ea6986 16:40:27 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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:40:29 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:40:30 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:40:30 OK: 125 MiB in 39 packages 16:40:31 Removing intermediate container 0d3589ea6986 16:40:31 ---> 8a1470615add 16:40:31 Step 8/23 : COPY . . 16:40:33 ---> 9df52b1f2bb5 16:40:33 Step 9/23 : RUN ${MAKE} 16:40:33 ---> Running in 31e935bb36ab 16:40:34 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 16:41:01 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:41:01 Removing intermediate container 31e935bb36ab 16:41:01 ---> a511cfc6182b 16:41:01 Step 10/23 : FROM scratch 16:41:01 ---> 16:41:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:41:01 ---> Running in dc8055e2aacc 16:41:01 Removing intermediate container dc8055e2aacc 16:41:01 ---> 71bd25d299f2 16:41:01 Step 12/23 : ENV APP_PORT=49990 16:41:01 ---> Running in b2f777d73c45 16:41:02 Removing intermediate container b2f777d73c45 16:41:02 ---> dc809df18136 16:41:02 Step 13/23 : EXPOSE $APP_PORT 16:41:02 ---> Running in 42c278cc52e2 16:41:02 Removing intermediate container 42c278cc52e2 16:41:02 ---> 0f43cbea6788 16:41:02 Step 14/23 : WORKDIR / 16:41:02 ---> Running in a044b27a89c4 16:41:03 Removing intermediate container a044b27a89c4 16:41:03 ---> f30e7fc25a57 16:41:03 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:41:04 ---> 9c3440eed24c 16:41:04 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:41:05 ---> c053ccfd7943 16:41:05 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:41:05 ---> 1286a776f75a 16:41:05 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:41:06 ---> 76031db4e139 16:41:06 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:41:07 ---> 44d20c290dc7 16:41:07 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:41:07 ---> Running in 58e88ed75af5 16:41:07 Removing intermediate container 58e88ed75af5 16:41:07 ---> c62d88b0b3b5 16:41:07 Step 21/23 : LABEL arch=arm64 16:41:07 ---> Running in d3ea13938073 16:41:08 Removing intermediate container d3ea13938073 16:41:08 ---> 478608565b52 16:41:08 Step 22/23 : LABEL git_sha=d265bc9988a2e59d89cea90aa11dca6eaae49714 16:41:08 ---> Running in 0b1aa549a21e 16:41:08 Removing intermediate container 0b1aa549a21e 16:41:08 ---> bc4798845869 16:41:08 Step 23/23 : LABEL version=0.0.0 16:41:08 ---> Running in 3c924ce1c7db 16:41:09 Removing intermediate container 3c924ce1c7db 16:41:09 ---> b448ad9d164f 16:41:09 [Warning] One or more build-args [ARCH] were not consumed 16:41:09 Successfully built b448ad9d164f 16:41:09 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] stage [Pipeline] { (Snap) Stage "Snap" 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 16:41:10 provisioning config files... 16:41:10 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-539@tmp/config6434565177595558351tmp [Pipeline] { [Pipeline] sh 16:41:10 + curl -s https://codecov.io/bash 16:41:10 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-539@tmp/config6434565177595558351tmp 16:41:10 16:41:10 _____ _ 16:41:10 / ____| | | 16:41:10 | | ___ __| | ___ ___ _____ __ 16:41:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:41:10 | |___| (_) | (_| | __/ (_| (_) \ V / 16:41:10 \_____\___/ \__,_|\___|\___\___/ \_/ 16:41:10 Bash-20200602-f809a24 16:41:10 16:41:10 16:41:10 ==> Jenkins CI detected. 16:41:10 project root: . 16:41:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:41:10 ==> Running gcov in . (disable via -X gcov) 16:41:10 ==> Python coveragepy not found 16:41:10 ==> Searching for coverage reports in: 16:41:10 + . 16:41:10 -> Found 1 reports 16:41:10 ==> Detecting git/mercurial file structure 16:41:10 ==> Reading reports 16:41:10 + ./coverage.out bytes=110877 16:41:10 ==> Appending adjustments 16:41:10 https://docs.codecov.io/docs/fixing-reports 16:41:11 + Found adjustments 16:41:11 ==> Gzipping contents 16:41:11 ==> Uploading reports 16:41:11 url: https://codecov.io 16:41:11 query: branch=PR-539&commit=d265bc9988a2e59d89cea90aa11dca6eaae49714&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-539%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=539&job= 16:41:11 -> Pinging Codecov 16:41:11 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-539&commit=d265bc9988a2e59d89cea90aa11dca6eaae49714&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-539%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=539&job= 16:41:11 -> Uploading 16:41:11 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d265bc9988a2e59d89cea90aa11dca6eaae49714 [Pipeline] } 16:41:11 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 16:41:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:41:13 ---> package-listing.sh 16:41:13 ++ facter osfamily 16:41:13 ++ tr '[:upper:]' '[:lower:]' 16:41:13 + OS_FAMILY=redhat 16:41:13 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-539 16:41:13 + START_PACKAGES=/tmp/packages_start.txt 16:41:13 + END_PACKAGES=/tmp/packages_end.txt 16:41:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:41:13 + PACKAGES=/tmp/packages_start.txt 16:41:13 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-539 ']' 16:41:13 + PACKAGES=/tmp/packages_end.txt 16:41:13 + case "${OS_FAMILY}" in 16:41:13 + rpm -qa 16:41:13 + sort 16:41:18 + '[' -f /tmp/packages_start.txt ']' 16:41:18 + '[' -f /tmp/packages_end.txt ']' 16:41:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:41:18 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-539 ']' 16:41:18 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-539/archives/ 16:41:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-539/archives/ [Pipeline] isUnix [Pipeline] sh 16:41:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:41:19 16:41:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:41:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:41:19 alpine: Pulling from edgex-lftools-log-publisher 16:41:19 c9b1b535fdd9: Pulling fs layer 16:41:19 2cc5ad85d9ab: Pulling fs layer 16:41:19 756a868c4378: Pulling fs layer 16:41:19 444b2fc9a129: Pulling fs layer 16:41:19 ea15f1150254: Pulling fs layer 16:41:19 41b27a9f41bf: Pulling fs layer 16:41:19 28c525ee5125: Pulling fs layer 16:41:19 094b1ea09ed8: Pulling fs layer 16:41:19 138eaada9080: Pulling fs layer 16:41:19 0622d0fa9048: Pulling fs layer 16:41:19 41b27a9f41bf: Waiting 16:41:19 28c525ee5125: Waiting 16:41:19 094b1ea09ed8: Waiting 16:41:19 138eaada9080: Waiting 16:41:19 0622d0fa9048: Waiting 16:41:19 444b2fc9a129: Waiting 16:41:19 ea15f1150254: Waiting 16:41:19 2cc5ad85d9ab: Verifying Checksum 16:41:19 2cc5ad85d9ab: Download complete 16:41:19 444b2fc9a129: Verifying Checksum 16:41:19 444b2fc9a129: Download complete 16:41:19 c9b1b535fdd9: Verifying Checksum 16:41:19 ea15f1150254: Verifying Checksum 16:41:19 ea15f1150254: Download complete 16:41:19 28c525ee5125: Verifying Checksum 16:41:19 28c525ee5125: Download complete 16:41:19 756a868c4378: Download complete 16:41:20 c9b1b535fdd9: Pull complete 16:41:20 138eaada9080: Verifying Checksum 16:41:20 138eaada9080: Download complete 16:41:20 0622d0fa9048: Verifying Checksum 16:41:20 0622d0fa9048: Download complete 16:41:20 094b1ea09ed8: Verifying Checksum 16:41:20 094b1ea09ed8: Download complete 16:41:20 2cc5ad85d9ab: Pull complete 16:41:20 41b27a9f41bf: Verifying Checksum 16:41:20 41b27a9f41bf: Download complete 16:41:21 756a868c4378: Pull complete 16:41:21 444b2fc9a129: Pull complete 16:41:21 ea15f1150254: Pull complete 16:41:26 41b27a9f41bf: Pull complete 16:41:26 28c525ee5125: Pull complete 16:41:28 094b1ea09ed8: Pull complete 16:41:28 138eaada9080: Pull complete 16:41:28 0622d0fa9048: Pull complete 16:41:28 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:41:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:41:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:41:28 prd-centos7-docker-4c-2g-3053 does not seem to be running inside a container 16:41:28 $ 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-539 -v /w/workspace/dgexfoundry_device-sdk-go_PR-539:/w/workspace/dgexfoundry_device-sdk-go_PR-539:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-539@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-539@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:41:32 $ docker top 8c4ace1725f46e04a3efda03634010a821637dc2872f592d53fefe849aacbb16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:41:32 provisioning config files... 16:41:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-539@tmp/config3935368068439375105tmp [Pipeline] { [Pipeline] echo 16:41:32 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:41:32 ---> create-netrc.sh [Pipeline] echo 16:41:32 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:41:33 ---> logs-deploy.sh 16:41:33 + ARCHIVE_ARTIFACTS= 16:41:33 + LOGS_SERVER=https://logs.edgexfoundry.org 16:41:33 + '[' https://logs.edgexfoundry.org == None ']' 16:41:33 + NEXUS_URL=https://nexus.edgexfoundry.org 16:41:33 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-539/2 16:41:33 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-539/2/ 16:41:33 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-539/2 /w/workspace/dgexfoundry_device-sdk-go_PR-539 16:41:34 Archives upload complete. 16:41:34 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-539/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-539/2/ 16:41:35 ---> uname -a: 16:41:35 Linux 8c4ace1725f4 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:41:35 16:41:35 16:41:35 ---> lscpu: 16:41:35 Architecture: x86_64 16:41:35 CPU op-mode(s): 32-bit, 64-bit 16:41:35 Byte Order: Little Endian 16:41:35 Address sizes: 40 bits physical, 48 bits virtual 16:41:35 CPU(s): 4 16:41:35 On-line CPU(s) list: 0-3 16:41:35 Thread(s) per core: 1 16:41:35 Core(s) per socket: 1 16:41:35 Socket(s): 4 16:41:35 NUMA node(s): 1 16:41:35 Vendor ID: GenuineIntel 16:41:35 CPU family: 6 16:41:35 Model: 44 16:41:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:41:35 Stepping: 1 16:41:35 CPU MHz: 2933.442 16:41:35 BogoMIPS: 5866.88 16:41:35 Virtualization: VT-x 16:41:35 Hypervisor vendor: KVM 16:41:35 Virtualization type: full 16:41:35 L1d cache: 128 KiB 16:41:35 L1i cache: 128 KiB 16:41:35 L2 cache: 16 MiB 16:41:35 L3 cache: 64 MiB 16:41:35 NUMA node0 CPU(s): 0-3 16:41:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:41:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:41:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:41:35 Vulnerability Meltdown: Mitigation; PTI 16:41:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:41:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:41:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:41:35 Vulnerability Tsx async abort: Not affected 16:41:35 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 16:41:35 16:41:35 16:41:35 ---> nproc: 16:41:35 4 16:41:35 16:41:35 16:41:35 ---> df -h: 16:41:35 Filesystem Size Used Available Use% Mounted on 16:41:35 overlay 50.0G 7.2G 42.8G 14% / 16:41:35 tmpfs 64.0M 0 64.0M 0% /dev 16:41:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:41:35 shm 64.0M 0 64.0M 0% /dev/shm 16:41:35 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 16:41:35 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 16:41:35 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 16:41:35 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 16:41:35 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-539 16:41:35 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-539@tmp 16:41:35 16:41:35 16:41:35 ---> free -m: 16:41:35 total used free shared buff/cache available 16:41:35 Mem: 1837 677 114 0 1044 1054 16:41:35 Swap: 1023 1 1022 16:41:35 16:41:35 16:41:35 ---> ip addr: 16:41:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:41:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:41:35 inet 127.0.0.1/8 scope host lo 16:41:35 valid_lft forever preferred_lft forever 16:41:35 6: eth0@if7: mtu 1458 qdisc noqueue state UP 16:41:35 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:41:35 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:41:35 valid_lft forever preferred_lft forever 16:41:35 16:41:35 16:41:35 ---> sar -b -r -n DEV: 16:41:35 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/15/20 _x86_64_ (4 CPU) 16:41:35 16:41:35 16:35:03 LINUX RESTART 16:41:35 16:41:35 16:36:01 tps rtps wtps bread/s bwrtn/s 16:41:35 16:37:01 3.71 0.00 3.71 0.00 116.54 16:41:35 16:38:01 0.47 0.00 0.47 0.00 8.48 16:41:35 16:39:01 0.27 0.00 0.27 0.00 4.86 16:41:35 16:40:01 0.23 0.00 0.23 0.00 3.48 16:41:35 16:41:01 0.37 0.00 0.37 0.00 6.25 16:41:35 Average: 1.01 0.00 1.01 0.00 27.92 16:41:35 16:41:35 16:36:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:41:35 16:37:01 168984 1712572 91.02 2620 1120504 1084112 37.00 445108 1107800 20 16:41:35 16:38:01 167240 1714316 91.11 2620 1120508 1082212 36.93 448288 1107208 8 16:41:35 16:39:01 166616 1714940 91.14 2620 1120516 1082340 36.94 448556 1107208 8 16:41:35 16:40:01 166716 1714840 91.14 2620 1120516 1082124 36.93 451328 1104564 8 16:41:35 16:41:01 166228 1715328 91.17 2620 1120520 1082196 36.93 453608 1102684 8 16:41:35 Average: 167157 1714399 91.12 2620 1120513 1082597 36.95 449378 1105893 10 16:41:35 16:41:35 16:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 16:41:35 16:37:01 eth0 0.70 0.10 0.06 0.01 0.00 0.00 0.00 16:41:35 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 16:38:01 eth0 1.10 0.43 0.40 0.18 0.00 0.00 0.00 16:41:35 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 16:39:01 eth0 0.62 0.42 0.31 0.24 0.00 0.00 0.00 16:41:35 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 16:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 16:41:35 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 16:41:01 eth0 0.17 0.10 0.08 0.06 0.00 0.00 0.00 16:41:35 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 Average: eth0 0.54 0.23 0.17 0.10 0.00 0.00 0.00 16:41:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:35 16:41:35 16:41:35 ---> sar -P ALL: 16:41:35 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/15/20 _x86_64_ (4 CPU) 16:41:35 16:41:35 16:35:03 LINUX RESTART 16:41:35 16:41:35 16:36:01 CPU %user %nice %system %iowait %steal %idle 16:41:35 16:37:01 all 0.16 0.00 0.04 0.00 0.00 99.80 16:41:35 16:37:01 0 0.05 0.00 0.05 0.00 0.00 99.90 16:41:35 16:37:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:41:35 16:37:01 2 0.08 0.00 0.05 0.00 0.00 99.87 16:41:35 16:37:01 3 0.48 0.00 0.03 0.00 0.00 99.48 16:41:35 16:38:01 all 0.14 0.00 0.03 0.00 0.00 99.83 16:41:35 16:38:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:41:35 16:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:41:35 16:38:01 2 0.45 0.00 0.03 0.00 0.00 99.52 16:41:35 16:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:41:35 16:39:01 all 0.16 0.00 0.02 0.00 0.00 99.82 16:41:35 16:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:41:35 16:39:01 1 0.05 0.00 0.02 0.00 0.00 99.93 16:41:35 16:39:01 2 0.53 0.00 0.03 0.00 0.00 99.43 16:41:35 16:39:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:41:35 16:40:01 all 0.15 0.00 0.02 0.00 0.00 99.83 16:41:35 16:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:41:35 16:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:41:35 16:40:01 2 0.53 0.00 0.02 0.00 0.00 99.45 16:41:35 16:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:41:35 16:41:01 all 0.16 0.00 0.02 0.00 0.00 99.82 16:41:35 16:41:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:41:35 16:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:41:35 16:41:01 2 0.53 0.00 0.02 0.00 0.00 99.45 16:41:35 16:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:41:35 Average: all 0.15 0.00 0.03 0.00 0.00 99.82 16:41:35 Average: 0 0.04 0.00 0.04 0.00 0.00 99.92 16:41:35 Average: 1 0.03 0.00 0.02 0.00 0.00 99.95 16:41:35 Average: 2 0.43 0.00 0.03 0.00 0.00 99.54 16:41:35 Average: 3 0.12 0.00 0.02 0.00 0.00 99.86 16:41:35 16:41:35 16:41:35