Pull request #553 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 weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 43f76da7d4a1dba45abf65466c274475ddab04f4 rather than 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f Obtained Jenkinsfile from 43f76da7d4a1dba45abf65466c274475ddab04f4 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-138 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [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 Fetching without tags > git init /w/workspace/dgexfoundry_device-sdk-go_PR-553 # 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/553/head:refs/remotes/origin/PR-553 +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/553/head:refs/remotes/origin/PR-553 # 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/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f Merge succeeded, producing af9bb1ad946648a0389733700bac713e53ae23ca Checking out Revision af9bb1ad946648a0389733700bac713e53ae23ca (PR-553) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f # 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 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af9bb1ad946648a0389733700bac713e53ae23ca # timeout=10 Commit message: "Merge commit '43f76da7d4a1dba45abf65466c274475ddab04f4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:22:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:22:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:22:47 ========================================================= 13:22:47 EdgeX Global Pipelines Version Info 13:22:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e526c7dfd1f7d6429ba6c457dd4eb56057764233 # timeout=10 13:22:49 ------------------- 13:22:49 stable info: 13:22:49 ------------------- 13:22:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:22:49 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 13:22:49 Message: update stable to v1.0.99 13:22:50 ------------------- 13:22:50 experimental info: 13:22:50 ------------------- 13:22:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:22:50 Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 13:22:50 Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 13:22:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:22:52 13:22:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:22:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:22:53 latest: Pulling from edgex-devops/git-semver 13:22:53 31603596830f: Pulling fs layer 13:22:53 2a8b12db71e7: Pulling fs layer 13:22:53 6ca5941a6612: Pulling fs layer 13:22:53 ecc8261a40a4: Pulling fs layer 13:22:53 ecc8261a40a4: Waiting 13:22:53 2a8b12db71e7: Verifying Checksum 13:22:53 2a8b12db71e7: Download complete 13:22:53 31603596830f: Download complete 13:22:53 ecc8261a40a4: Verifying Checksum 13:22:53 ecc8261a40a4: Download complete 13:22:53 6ca5941a6612: Verifying Checksum 13:22:53 6ca5941a6612: Download complete 13:22:53 31603596830f: Pull complete 13:22:53 2a8b12db71e7: Pull complete 13:22:54 6ca5941a6612: Pull complete 13:22:54 ecc8261a40a4: Pull complete 13:22:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:22:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:22:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:22:54 prd-centos7-docker-4c-2g-138 does not seem to be running inside a container 13:22:54 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:22:56 $ docker top 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:22:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:22:56 [ssh-agent] Looking for ssh-agent implementation... 13:22:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:22:56 $ docker exec 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 ssh-agent 13:22:56 SSH_AUTH_SOCK=/tmp/ssh-a0txxSn2a1U6/agent.11 13:22:56 SSH_AGENT_PID=17 13:22:56 Running ssh-add (command line suppressed) 13:22:57 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_2434292764706171248.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_2434292764706171248.key) 13:22:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:22:57 + git describe --exact-match --tags HEAD 13:22:57 fatal: No names found, cannot describe anything. [Pipeline] } 13:22:57 $ docker exec --env ******** --env ******** 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 ssh-agent -k 13:22:57 unset SSH_AUTH_SOCK; 13:22:57 unset SSH_AGENT_PID; 13:22:57 echo Agent pid 17 killed; 13:22:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 13:22:57 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 13:22:57 This usually means this commit has not been tagged. [Pipeline] sshagent 13:22:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:22:57 [ssh-agent] Looking for ssh-agent implementation... 13:22:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:22:57 $ docker exec 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 ssh-agent 13:22:58 SSH_AUTH_SOCK=/tmp/ssh-l185NGjqeLrw/agent.46 13:22:58 SSH_AGENT_PID=52 13:22:58 Running ssh-add (command line suppressed) 13:22:58 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_7980589697522341961.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_7980589697522341961.key) 13:22:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:22:58 + git semver init 13:22:58 # -> Open(): unable to determine branch for HEAD 13:22:58 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.git 13:22:58 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-553 13:22:58 # $SEMVER_REMOTE_NAME = origin 13:22:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:22:58 # $SEMVER_USER_NAME = edgex-jenkins 13:22:58 # $SEMVER_BRANCH = PR-553 13:22:58 # $SEMVER_TEMP = /tmp/semver-835818896 13:22:58 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 13:22:59 # '/tmp/semver-835818896' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver' 13:22:59 # -> Force: false 13:22:59 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver [Pipeline] } 13:22:59 $ docker exec --env ******** --env ******** 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 ssh-agent -k 13:22:59 unset SSH_AUTH_SOCK; 13:22:59 unset SSH_AGENT_PID; 13:22:59 echo Agent pid 52 killed; 13:22:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:22:59 + git semver [Pipeline] } 13:22:59 $ docker stop --time=1 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 13:23:01 $ docker rm -f 7756ec27bad0ae7f9299f17e202c636fc4f149dd0f694344ec854e3d29f83d13 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 13:23:02 Stashed 74 file(s) [Pipeline] echo 13:23:02 [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 13:23:17 Still waiting to schedule task 13:23:17 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-138’ 13:23:17 Still waiting to schedule task 13:23:17 ‘prd-ubuntu18.04-docker-arm64-4c-16g-89’ is offline 13:24:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-139 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws 13:24:57 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 13:25:02 using credential edgex-jenkins-ssh 13:25:02 Cloning the remote Git repository 13:25:02 Cloning with configured refspecs honoured and without tags 13:25:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:25:02 > git init /w/workspace/device-sdk-go/3 # timeout=10 13:25:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:25:02 > git --version # timeout=10 13:25:02 using GIT_SSH to set credentials SSH Credentials for GitHub 13:25:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:25:04 Fetching without tags 13:25:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:25:04 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 13:25:04 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:25:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:25:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:25:04 using GIT_SSH to set credentials SSH Credentials for GitHub 13:25:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:25:05 Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f 13:25:05 Merge succeeded, producing 12f5196971a5cb0a8e4ac97c6189f5e95cb91ab4 13:25:05 Checking out Revision 12f5196971a5cb0a8e4ac97c6189f5e95cb91ab4 (PR-553) 13:25:05 > git config core.sparsecheckout # timeout=10 13:25:05 > git checkout -f 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f # timeout=10 13:25:05 > git remote # timeout=10 13:25:05 > git config --get remote.origin.url # timeout=10 13:25:05 using GIT_SSH to set credentials SSH Credentials for GitHub 13:25:05 > git merge 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 13:25:05 > git rev-parse HEAD^{commit} # timeout=10 13:25:05 > git config core.sparsecheckout # timeout=10 13:25:05 > git checkout -f 12f5196971a5cb0a8e4ac97c6189f5e95cb91ab4 # timeout=10 13:25:09 Commit message: "Merge commit '43f76da7d4a1dba45abf65466c274475ddab04f4' into HEAD" 13:25:09 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 13:25:09 > git rev-list --no-walk e526c7dfd1f7d6429ba6c457dd4eb56057764233 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 13:25:11 ========================================================= 13:25:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 13:25:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:25:12 + 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 . 13:25:13 Sending build context to Docker daemon 3.124MB 13:25:13 Step 1/8 : ARG BASE=golang:1.13-alpine 13:25:13 Step 2/8 : FROM ${BASE} 13:25:13 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:25:13 b538f80385f9: Pulling fs layer 13:25:13 74f711af9a0d: Pulling fs layer 13:25:13 99f96fe45779: Pulling fs layer 13:25:13 fd7a069fd194: Pulling fs layer 13:25:13 66aa3694b03b: Pulling fs layer 13:25:13 170f70906a0f: Pulling fs layer 13:25:13 ad7c5574e4b9: Pulling fs layer 13:25:13 e772456be8f7: Pulling fs layer 13:25:13 c890913d741a: Pulling fs layer 13:25:13 fd7a069fd194: Waiting 13:25:13 2480fcc9aa5a: Pulling fs layer 13:25:13 09adf4765672: Pulling fs layer 13:25:13 ad7c5574e4b9: Waiting 13:25:13 66aa3694b03b: Waiting 13:25:13 170f70906a0f: Waiting 13:25:13 2480fcc9aa5a: Waiting 13:25:13 c890913d741a: Waiting 13:25:13 09adf4765672: Waiting 13:25:13 99f96fe45779: Verifying Checksum 13:25:13 99f96fe45779: Download complete 13:25:13 74f711af9a0d: Verifying Checksum 13:25:13 74f711af9a0d: Download complete 13:25:13 66aa3694b03b: Verifying Checksum 13:25:13 66aa3694b03b: Download complete 13:25:13 170f70906a0f: Verifying Checksum 13:25:13 170f70906a0f: Download complete 13:25:13 b538f80385f9: Verifying Checksum 13:25:13 b538f80385f9: Download complete 13:25:14 b538f80385f9: Pull complete 13:25:15 74f711af9a0d: Pull complete 13:25:15 99f96fe45779: Pull complete 13:25:16 ad7c5574e4b9: Verifying Checksum 13:25:16 ad7c5574e4b9: Download complete 13:25:16 c890913d741a: Download complete 13:25:18 e772456be8f7: Verifying Checksum 13:25:18 e772456be8f7: Download complete 13:25:18 2480fcc9aa5a: Verifying Checksum 13:25:18 2480fcc9aa5a: Download complete 13:25:18 fd7a069fd194: Verifying Checksum 13:25:18 fd7a069fd194: Download complete 13:25:29 Running on prd-centos7-docker-4c-2g-140 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws 13:25:29 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 13:25:31 fd7a069fd194: Pull complete 13:25:31 66aa3694b03b: Pull complete 13:25:31 170f70906a0f: Pull complete 13:25:31 using credential edgex-jenkins-ssh 13:25:31 Cloning the remote Git repository 13:25:31 Cloning with configured refspecs honoured and without tags 13:25:31 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:25:31 > git init /w/workspace/device-sdk-go/3 # timeout=10 13:25:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:25:31 > git --version # timeout=10 13:25:31 using GIT_SSH to set credentials SSH Credentials for GitHub 13:25:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:25:32 Fetching without tags 13:25:33 Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f 13:25:33 Merge succeeded, producing d1ad1c0a2248b14c1a2924f0f627738be565100a 13:25:33 Checking out Revision d1ad1c0a2248b14c1a2924f0f627738be565100a (PR-553) 13:25:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:25:32 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 13:25:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:25:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:25:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:25:32 using GIT_SSH to set credentials SSH Credentials for GitHub 13:25:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:25:33 > git config core.sparsecheckout # timeout=10 13:25:33 > git checkout -f 5d54e4d21c0676b45bd4fe346fcf13c0cd492d5f # timeout=10 13:25:33 > git remote # timeout=10 13:25:33 > git config --get remote.origin.url # timeout=10 13:25:33 using GIT_SSH to set credentials SSH Credentials for GitHub 13:25:33 > git merge 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 13:25:33 > git rev-parse HEAD^{commit} # timeout=10 13:25:33 > git config core.sparsecheckout # timeout=10 13:25:33 > git checkout -f d1ad1c0a2248b14c1a2924f0f627738be565100a # timeout=10 13:25:33 ad7c5574e4b9: Pull complete 13:25:36 Commit message: "Merge commit '43f76da7d4a1dba45abf65466c274475ddab04f4' into HEAD" 13:25:36 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 13:25:36 > git rev-list --no-walk e526c7dfd1f7d6429ba6c457dd4eb56057764233 # timeout=10 [Pipeline] echo 13:25:37 ========================================================= 13:25:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 13:25:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:25:38 + 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 . 13:25:38 Sending build context to Docker daemon 3.124MB 13:25:38 Step 1/8 : ARG BASE=golang:1.13-alpine 13:25:38 Step 2/8 : FROM ${BASE} 13:25:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 13:25:38 df20fa9351a1: Pulling fs layer 13:25:38 ed8968b2872e: Pulling fs layer 13:25:38 a92cc7c5fd73: Pulling fs layer 13:25:38 2dd03ba5bac4: Pulling fs layer 13:25:38 1e091d79d1de: Pulling fs layer 13:25:38 481702a1767f: Pulling fs layer 13:25:38 f64a6f60c768: Pulling fs layer 13:25:38 e78d2573fc39: Pulling fs layer 13:25:38 e876d2f968b6: Pulling fs layer 13:25:38 ce8a83651883: Pulling fs layer 13:25:38 07967f4d0e4b: Pulling fs layer 13:25:38 2dd03ba5bac4: Waiting 13:25:38 1e091d79d1de: Waiting 13:25:38 481702a1767f: Waiting 13:25:38 f64a6f60c768: Waiting 13:25:38 e78d2573fc39: Waiting 13:25:38 e876d2f968b6: Waiting 13:25:38 ce8a83651883: Waiting 13:25:38 07967f4d0e4b: Waiting 13:25:38 a92cc7c5fd73: Verifying Checksum 13:25:38 a92cc7c5fd73: Download complete 13:25:38 ed8968b2872e: Verifying Checksum 13:25:38 ed8968b2872e: Download complete 13:25:38 1e091d79d1de: Verifying Checksum 13:25:38 1e091d79d1de: Download complete 13:25:38 481702a1767f: Download complete 13:25:38 df20fa9351a1: Verifying Checksum 13:25:38 df20fa9351a1: Download complete 13:25:39 e772456be8f7: Pull complete 13:25:39 c890913d741a: Pull complete 13:25:39 df20fa9351a1: Pull complete 13:25:39 f64a6f60c768: Verifying Checksum 13:25:39 f64a6f60c768: Download complete 13:25:39 e876d2f968b6: Verifying Checksum 13:25:39 e876d2f968b6: Download complete 13:25:40 e78d2573fc39: Verifying Checksum 13:25:40 e78d2573fc39: Download complete 13:25:40 ce8a83651883: Verifying Checksum 13:25:40 ce8a83651883: Download complete 13:25:40 07967f4d0e4b: Verifying Checksum 13:25:40 07967f4d0e4b: Download complete 13:25:40 2dd03ba5bac4: Verifying Checksum 13:25:40 2dd03ba5bac4: Download complete 13:25:41 2480fcc9aa5a: Pull complete 13:25:41 ed8968b2872e: Pull complete 13:25:41 09adf4765672: Pull complete 13:25:41 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 13:25:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 13:25:41 ---> 2248a725d1cf 13:25:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:25:41 a92cc7c5fd73: Pull complete 13:25:46 ---> Running in 8364d998c618 13:25:46 Removing intermediate container 8364d998c618 13:25:46 ---> dbf565fa62a7 13:25:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:46 ---> Running in 4234cd740ff9 13:25:47 2dd03ba5bac4: Pull complete 13:25:47 1e091d79d1de: Pull complete 13:25:47 481702a1767f: Pull complete 13:25:49 Removing intermediate container 4234cd740ff9 13:25:49 ---> cf7f6c03a287 13:25:49 Step 5/8 : RUN apk add --no-cache make git 13:25:49 ---> Running in cc57b92dd445 13:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:25:52 OK: 142 MiB in 39 packages 13:25:53 Removing intermediate container cc57b92dd445 13:25:53 ---> ab8b8fa7f5cd 13:25:53 Step 6/8 : WORKDIR /device-sdk-go 13:25:53 ---> Running in 4e4ada447c45 13:25:53 f64a6f60c768: Pull complete 13:25:54 Removing intermediate container 4e4ada447c45 13:25:54 ---> 8852436c0315 13:25:54 Step 7/8 : COPY . . 13:25:55 e78d2573fc39: Pull complete 13:25:55 ---> f3430dba7f9b 13:25:55 Step 8/8 : RUN go mod download 13:25:55 ---> Running in 55ff5a71d8ef 13:25:56 e876d2f968b6: Pull complete 13:25:57 ce8a83651883: Pull complete 13:25:57 07967f4d0e4b: Pull complete 13:25:57 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 13:25:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 13:25:57 ---> 5d7c900382c6 13:25:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:25:58 ---> Running in 93f37384d8d8 13:25:58 Removing intermediate container 93f37384d8d8 13:25:58 ---> 50bd35bf55f2 13:25:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:58 ---> Running in 17b5679e2260 13:25:58 go: finding github.com/BurntSushi/toml v0.3.1 13:25:58 go: finding github.com/OneOfOne/xxhash v1.2.6 13:25:58 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:25:58 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:25:58 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:25:58 go: finding github.com/bgentry/speakeasy v0.1.0 13:25:58 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:25:58 go: finding github.com/davecgh/go-spew v1.1.1 13:25:58 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 13:25:58 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 13:25:58 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 13:25:58 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 13:25:59 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 13:25:59 go: finding github.com/fatih/color v1.7.0 13:25:59 go: finding github.com/fxamacker/cbor/v2 v2.2.0 13:25:59 go: finding github.com/go-kit/kit v0.8.0 13:25:59 go: finding github.com/go-logfmt/logfmt v0.4.0 13:25:59 go: finding github.com/go-stack/stack v1.8.0 13:25:59 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:25:59 go: finding github.com/google/uuid v1.1.0 13:25:59 go: finding github.com/gorilla/mux v1.7.1 13:25:59 go: finding github.com/hashicorp/consul/api v1.1.0 13:25:59 go: finding github.com/hashicorp/consul/sdk v0.1.1 13:25:59 go: finding github.com/hashicorp/errwrap v1.0.0 13:25:59 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:25:59 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 13:25:59 go: finding github.com/hashicorp/go-msgpack v0.5.3 13:25:59 go: finding github.com/hashicorp/go-multierror v1.0.0 13:25:59 go: finding github.com/hashicorp/go-rootcerts v1.0.0 13:25:59 go: finding github.com/hashicorp/go-sockaddr v1.0.0 13:25:59 go: finding github.com/hashicorp/go-syslog v1.0.0 13:25:59 go: finding github.com/hashicorp/go-uuid v1.0.1 13:25:59 go: finding github.com/hashicorp/go.net v0.0.1 13:25:59 go: finding github.com/hashicorp/golang-lru v0.5.0 13:25:59 go: finding github.com/hashicorp/logutils v1.0.0 13:25:59 go: finding github.com/hashicorp/mdns v1.0.0 13:25:59 go: finding github.com/hashicorp/memberlist v0.1.3 13:25:59 go: finding github.com/hashicorp/serf v0.8.2 13:25:59 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 13:25:59 go: finding github.com/mattn/go-colorable v0.0.9 13:25:59 go: finding github.com/mattn/go-isatty v0.0.3 13:25:59 Removing intermediate container 17b5679e2260 13:25:59 ---> 2d2721282458 13:25:59 Step 5/8 : RUN apk add --no-cache make git 13:25:59 ---> Running in 95e1702e3641 13:25:59 go: finding github.com/miekg/dns v1.0.14 13:25:59 go: finding github.com/mitchellh/cli v1.0.0 13:25:59 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:25:59 go: finding github.com/mitchellh/copystructure v1.0.0 13:25:59 go: finding github.com/mitchellh/go-homedir v1.0.0 13:25:59 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:25:59 go: finding github.com/mitchellh/gox v0.4.0 13:25:59 go: finding github.com/mitchellh/iochan v1.0.0 13:25:59 go: finding github.com/mitchellh/mapstructure v1.1.2 13:26:00 go: finding github.com/mitchellh/reflectwalk v1.0.0 13:26:00 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 13:26:00 go: finding github.com/pelletier/go-toml v1.2.0 13:26:00 go: finding github.com/pkg/errors v0.8.1 13:26:00 go: finding github.com/pmezard/go-difflib v1.0.0 13:26:00 go: finding github.com/posener/complete v1.1.1 13:26:00 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 13:26:00 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:26:00 go: finding github.com/stretchr/objx v0.1.0 13:26:00 go: finding github.com/stretchr/testify v1.5.1 13:26:00 go: finding github.com/ugorji/go v1.1.4 13:26:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:26:00 go: finding github.com/x448/float16 v0.8.4 13:26:00 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 13:26:00 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 13:26:00 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 13:26:00 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 13:26:00 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 13:26:00 go: finding gopkg.in/yaml.v2 v2.2.8 13:26:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:26:01 OK: 166 MiB in 39 packages 13:26:01 Removing intermediate container 95e1702e3641 13:26:01 ---> 113bc00fcc7a 13:26:01 Step 6/8 : WORKDIR /device-sdk-go 13:26:01 ---> Running in b40dce1a41b0 13:26:01 Removing intermediate container b40dce1a41b0 13:26:01 ---> 66f56feb397f 13:26:01 Step 7/8 : COPY . . 13:26:03 ---> b575c7acf4fd 13:26:03 Step 8/8 : RUN go mod download 13:26:03 ---> Running in 3298becd1c59 13:26:05 go: finding github.com/BurntSushi/toml v0.3.1 13:26:05 go: finding github.com/OneOfOne/xxhash v1.2.6 13:26:05 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:26:05 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:26:05 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:26:05 go: finding github.com/bgentry/speakeasy v0.1.0 13:26:05 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:26:05 go: finding github.com/davecgh/go-spew v1.1.1 13:26:05 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 13:26:05 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 13:26:05 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 13:26:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 13:26:05 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 13:26:05 go: finding github.com/fatih/color v1.7.0 13:26:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 13:26:05 go: finding github.com/go-kit/kit v0.8.0 13:26:05 go: finding github.com/go-logfmt/logfmt v0.4.0 13:26:05 go: finding github.com/go-stack/stack v1.8.0 13:26:05 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:26:05 go: finding github.com/google/uuid v1.1.0 13:26:05 go: finding github.com/gorilla/mux v1.7.1 13:26:05 go: finding github.com/hashicorp/consul/api v1.1.0 13:26:05 go: finding github.com/hashicorp/consul/sdk v0.1.1 13:26:05 go: finding github.com/hashicorp/errwrap v1.0.0 13:26:05 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:26:05 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 13:26:05 go: finding github.com/hashicorp/go-msgpack v0.5.3 13:26:05 go: finding github.com/hashicorp/go-multierror v1.0.0 13:26:05 go: finding github.com/hashicorp/go-rootcerts v1.0.0 13:26:05 go: finding github.com/hashicorp/go-sockaddr v1.0.0 13:26:05 go: finding github.com/hashicorp/go-syslog v1.0.0 13:26:05 go: finding github.com/hashicorp/go-uuid v1.0.1 13:26:05 go: finding github.com/hashicorp/go.net v0.0.1 13:26:05 go: finding github.com/hashicorp/golang-lru v0.5.0 13:26:05 go: finding github.com/hashicorp/logutils v1.0.0 13:26:05 go: finding github.com/hashicorp/mdns v1.0.0 13:26:05 go: finding github.com/hashicorp/memberlist v0.1.3 13:26:05 go: finding github.com/hashicorp/serf v0.8.2 13:26:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 13:26:05 go: finding github.com/mattn/go-colorable v0.0.9 13:26:05 go: finding github.com/mattn/go-isatty v0.0.3 13:26:06 go: finding github.com/miekg/dns v1.0.14 13:26:06 go: finding github.com/mitchellh/cli v1.0.0 13:26:06 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:26:06 go: finding github.com/mitchellh/copystructure v1.0.0 13:26:06 go: finding github.com/mitchellh/go-homedir v1.0.0 13:26:06 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:26:06 go: finding github.com/mitchellh/gox v0.4.0 13:26:06 go: finding github.com/mitchellh/iochan v1.0.0 13:26:06 go: finding github.com/mitchellh/mapstructure v1.1.2 13:26:06 go: finding github.com/mitchellh/reflectwalk v1.0.0 13:26:06 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 13:26:06 go: finding github.com/pelletier/go-toml v1.2.0 13:26:06 go: finding github.com/pkg/errors v0.8.1 13:26:06 go: finding github.com/pmezard/go-difflib v1.0.0 13:26:06 go: finding github.com/posener/complete v1.1.1 13:26:06 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 13:26:06 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:26:06 go: finding github.com/stretchr/objx v0.1.0 13:26:06 go: finding github.com/stretchr/testify v1.5.1 13:26:06 go: finding github.com/ugorji/go v1.1.4 13:26:06 go: finding github.com/x448/float16 v0.8.4 13:26:06 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 13:26:06 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 13:26:06 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 13:26:06 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 13:26:06 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 13:26:06 go: finding gopkg.in/yaml.v2 v2.2.8 13:26:10 Removing intermediate container 55ff5a71d8ef 13:26:10 ---> bc4d4ba4f91c 13:26:10 Successfully built bc4d4ba4f91c 13:26:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:26:11 + docker inspect -f . ci-base-image-arm64 13:26:11 . [Pipeline] withDockerContainer 13:26:11 prd-ubuntu18.04-docker-arm64-4c-16g-139 does not seem to be running inside a container 13:26:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:26:13 Removing intermediate container 3298becd1c59 13:26:13 ---> 5710f196897b 13:26:13 Successfully built 5710f196897b 13:26:13 Successfully tagged ci-base-image-x86_64:latest 13:26:13 $ docker top eeaf81f5ea65fb12a637fed24f64743fe00923c4d8cc55b6a782988a672743cf -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:26:14 + docker inspect -f . ci-base-image-x86_64 13:26:14 . [Pipeline] withDockerContainer 13:26:14 prd-centos7-docker-4c-2g-140 does not seem to be running inside a container 13:26:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:26:14 + go version 13:26:14 go version go1.13.13 linux/arm64 13:26:15 $ docker top 2dc26728cdd94f4b4d38dd5dbf1bac0ca44eb78d8f0e87135a8264fd84fb902b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 13:26:16 + go version 13:26:16 go version go1.13.13 linux/amd64 [Pipeline] sh 13:26:16 + make test 13:26:16 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:26:16 + make test 13:26:16 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:26:17 ? github.com/edgexfoundry/device-sdk-go [no test files] 13:26:17 ? github.com/edgexfoundry/device-sdk-go [no test files] 13:26:26 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 13:26:26 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 13:26:26 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 13:26:26 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.021s coverage: 22.1% of statements 13:26:28 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.042s coverage: 95.8% of statements 13:26:44 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 13:26:44 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 13:26:44 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 13:26:46 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.031s coverage: 22.1% of statements 13:26:50 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.149s coverage: 95.8% of statements 13:27:00 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.023s coverage: 11.4% of statements 13:27:00 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.004s coverage: 21.7% of statements 13:27:00 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 13:27:00 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.096s coverage: 36.9% of statements 13:27:00 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 13:27:00 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.324s coverage: 65.2% of statements 13:27:00 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 13:27:00 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 13:27:00 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 13:27:00 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.018s coverage: 52.6% of statements 13:27:00 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.098s coverage: 68.9% of statements 13:27:00 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 13:27:00 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 13:27:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:27:00 gofmt -l . 13:27:00 [ "`gofmt -l .`" = "" ] 13:27:00 ./bin/test-attribution-txt.sh 13:27:01 ./bin/test-go-mod-tidy.sh [Pipeline] stash 13:27:02 Stashed 1 file(s) [Pipeline] } 13:27:02 $ docker stop --time=1 2dc26728cdd94f4b4d38dd5dbf1bac0ca44eb78d8f0e87135a8264fd84fb902b 13:27:03 $ docker rm -f 2dc26728cdd94f4b4d38dd5dbf1bac0ca44eb78d8f0e87135a8264fd84fb902b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:27:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:27:06 + ls -al . 13:27:06 total 184 13:27:06 drwxrwxr-x. 11 jenkins jenkins 4096 Jul 18 13:27 . 13:27:06 drwxrwxr-x. 4 jenkins jenkins 28 Jul 18 13:25 .. 13:27:06 drwxrwxr-x. 3 jenkins jenkins 20 Jul 18 13:25 api 13:27:06 drwxrwxr-x. 2 jenkins jenkins 64 Jul 18 13:25 bin 13:27:06 -rw-r--r--. 1 jenkins jenkins 110877 Jul 18 13:26 coverage.out 13:27:06 -rw-rw-r--. 1 jenkins jenkins 936 Jul 18 13:25 Dockerfile.build 13:27:06 -rw-rw-r--. 1 jenkins jenkins 140 Jul 18 13:25 .dockerignore 13:27:06 drwxrwxr-x. 4 jenkins jenkins 48 Jul 18 13:25 example 13:27:06 drwxrwxr-x. 8 jenkins jenkins 179 Jul 18 13:25 .git 13:27:06 drwxrwxr-x. 2 jenkins jenkins 38 Jul 18 13:25 .github 13:27:06 -rw-rw-r--. 1 jenkins jenkins 138 Jul 18 13:25 .gitignore 13:27:06 -rw-r--r--. 1 jenkins jenkins 446 Jul 18 13:27 go.mod 13:27:06 -rw-r--r--. 1 jenkins jenkins 12179 Jul 18 13:27 go.sum 13:27:06 drwxrwxr-x. 13 jenkins jenkins 184 Jul 18 13:25 internal 13:27:06 -rw-rw-r--. 1 jenkins jenkins 808 Jul 18 13:25 Jenkinsfile 13:27:06 -rw-rw-r--. 1 jenkins jenkins 11341 Jul 18 13:25 LICENSE 13:27:06 -rw-rw-r--. 1 jenkins jenkins 892 Jul 18 13:25 Makefile 13:27:06 drwxrwxr-x. 5 jenkins jenkins 50 Jul 18 13:25 pkg 13:27:06 -rw-rw-r--. 1 jenkins jenkins 5101 Jul 18 13:25 README.md 13:27:06 -rw-rw-r--. 1 jenkins jenkins 3997 Jul 18 13:25 RELEASE-NOTES.txt 13:27:06 drwxrwxr-x. 3 jenkins jenkins 58 Jul 18 13:25 .semver 13:27:06 drwxrwxr-x. 4 jenkins jenkins 54 Jul 18 13:25 snap 13:27:06 -rw-rw-r--. 1 jenkins jenkins 5 Jul 18 13:23 VERSION 13:27:06 -rw-rw-r--. 1 jenkins jenkins 222 Jul 18 13:25 version.go [Pipeline] isUnix [Pipeline] sh 13:27:06 + 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=af9bb1ad946648a0389733700bac713e53ae23ca --label arch=amd64 --label version=0.0.0 . 13:27:07 Sending build context to Docker daemon 3.252MB 13:27:07 Step 1/23 : ARG BASE=golang:1.13-alpine 13:27:07 Step 2/23 : FROM ${BASE} AS builder 13:27:07 ---> 5710f196897b 13:27:07 Step 3/23 : ARG MAKE='make build' 13:27:07 ---> Running in 21eed0123117 13:27:07 Removing intermediate container 21eed0123117 13:27:07 ---> 6ba59ea75cf4 13:27:07 Step 4/23 : WORKDIR /device-sdk-go 13:27:07 ---> Running in a28896ac077a 13:27:07 Removing intermediate container a28896ac077a 13:27:07 ---> 2f29574b410a 13:27:07 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:27:07 ---> Running in 426ae83a31a8 13:27:08 Removing intermediate container 426ae83a31a8 13:27:08 ---> 1d6ec2df6424 13:27:08 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:27:08 ---> Running in cd22a9e1a7aa 13:27:09 Removing intermediate container cd22a9e1a7aa 13:27:09 ---> 1520c1638c9f 13:27:09 Step 7/23 : RUN apk add --update --no-cache make git 13:27:09 ---> Running in a8222a96650a 13:27:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:27:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:27:10 OK: 166 MiB in 39 packages 13:27:10 Removing intermediate container a8222a96650a 13:27:10 ---> b69c477cd6fa 13:27:10 Step 8/23 : COPY . . 13:27:11 ---> 017e29e08b29 13:27:11 Step 9/23 : RUN ${MAKE} 13:27:11 ---> Running in e0d4f2d59216 13:27:12 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 13:27:20 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 13:27:21 Removing intermediate container e0d4f2d59216 13:27:21 ---> 13a8bd7cd1e1 13:27:21 Step 10/23 : FROM scratch 13:27:21 ---> 13:27:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:27:21 ---> Running in ab2eda94c7d7 13:27:21 Removing intermediate container ab2eda94c7d7 13:27:21 ---> 60e0738f828a 13:27:21 Step 12/23 : ENV APP_PORT=49990 13:27:21 ---> Running in 8b09159339dc 13:27:21 Removing intermediate container 8b09159339dc 13:27:21 ---> 4ecaaf3fa869 13:27:21 Step 13/23 : EXPOSE $APP_PORT 13:27:21 ---> Running in 2b16d77ab7df 13:27:21 Removing intermediate container 2b16d77ab7df 13:27:21 ---> b64d4935dbb5 13:27:21 Step 14/23 : WORKDIR / 13:27:21 ---> Running in e3e48be05346 13:27:22 Removing intermediate container e3e48be05346 13:27:22 ---> 1ebb99dbbc17 13:27:22 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 13:27:22 ---> 6c5d4bead9cd 13:27:22 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 13:27:22 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.093s coverage: 11.4% of statements 13:27:22 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.020s coverage: 21.7% of statements 13:27:22 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 13:27:22 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.163s coverage: 36.9% of statements 13:27:22 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 13:27:22 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.447s coverage: 65.2% of statements 13:27:22 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 13:27:22 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 13:27:22 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 13:27:22 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.038s coverage: 52.6% of statements 13:27:22 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.334s coverage: 68.9% of statements 13:27:22 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 13:27:22 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 13:27:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:27:22 ---> f79306c30869 13:27:22 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 13:27:23 ---> 9baacb05a96e 13:27:23 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 13:27:23 ---> d5815898eb7d 13:27:23 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 13:27:23 ---> 8c967ba039ad 13:27:23 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:27:23 ---> Running in 90f0a083139c 13:27:24 Removing intermediate container 90f0a083139c 13:27:24 ---> e5750fbc368b 13:27:24 Step 21/23 : LABEL arch=amd64 13:27:24 ---> Running in 15be01f8f29c 13:27:24 Removing intermediate container 15be01f8f29c 13:27:24 ---> 4e46ab0c9fc0 13:27:24 Step 22/23 : LABEL git_sha=af9bb1ad946648a0389733700bac713e53ae23ca 13:27:24 ---> Running in 6dd014373b63 13:27:24 Removing intermediate container 6dd014373b63 13:27:24 ---> 5c2f819cc44c 13:27:24 Step 23/23 : LABEL version=0.0.0 13:27:24 ---> Running in 5ebde60e8701 13:27:24 Removing intermediate container 5ebde60e8701 13:27:24 ---> 36a972ab578b 13:27:24 [Warning] One or more build-args [ARCH] were not consumed 13:27:24 Successfully built 36a972ab578b 13:27:24 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 13:27:25 gofmt -l . 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 13:27:25 [ "`gofmt -l .`" = "" ] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 13:27:25 ./bin/test-attribution-txt.sh [Pipeline] // stage [Pipeline] } 13:27:26 ./bin/test-go-mod-tidy.sh [Pipeline] stash 13:27:26 Warning: overwriting stash ‘coverage-report’ 13:27:27 Stashed 1 file(s) [Pipeline] } 13:27:27 $ docker stop --time=1 eeaf81f5ea65fb12a637fed24f64743fe00923c4d8cc55b6a782988a672743cf 13:27:29 $ docker rm -f eeaf81f5ea65fb12a637fed24f64743fe00923c4d8cc55b6a782988a672743cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:27:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:27:31 + ls -al . 13:27:31 total 224 13:27:31 drwxrwxr-x 11 jenkins jenkins 4096 Jul 18 13:27 . 13:27:31 drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 13:25 .. 13:27:31 -rw-rw-r-- 1 jenkins jenkins 140 Jul 18 13:25 .dockerignore 13:27:31 drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 13:25 .git 13:27:31 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 13:25 .github 13:27:31 -rw-rw-r-- 1 jenkins jenkins 138 Jul 18 13:25 .gitignore 13:27:31 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 13:25 .semver 13:27:31 -rw-rw-r-- 1 jenkins jenkins 936 Jul 18 13:25 Dockerfile.build 13:27:31 -rw-rw-r-- 1 jenkins jenkins 808 Jul 18 13:25 Jenkinsfile 13:27:31 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 18 13:25 LICENSE 13:27:31 -rw-rw-r-- 1 jenkins jenkins 892 Jul 18 13:25 Makefile 13:27:31 -rw-rw-r-- 1 jenkins jenkins 5101 Jul 18 13:25 README.md 13:27:31 -rw-rw-r-- 1 jenkins jenkins 3997 Jul 18 13:25 RELEASE-NOTES.txt 13:27:31 -rw-rw-r-- 1 jenkins jenkins 5 Jul 18 13:23 VERSION 13:27:31 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 13:25 api 13:27:31 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 13:25 bin 13:27:31 -rw-r--r-- 1 jenkins jenkins 110877 Jul 18 13:27 coverage.out 13:27:31 drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 13:25 example 13:27:31 -rw-r--r-- 1 jenkins jenkins 446 Jul 18 13:27 go.mod 13:27:31 -rw-r--r-- 1 jenkins jenkins 12179 Jul 18 13:27 go.sum 13:27:31 drwxrwxr-x 13 jenkins jenkins 4096 Jul 18 13:25 internal 13:27:31 drwxrwxr-x 5 jenkins jenkins 4096 Jul 18 13:25 pkg 13:27:31 drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 13:25 snap 13:27:31 -rw-rw-r-- 1 jenkins jenkins 222 Jul 18 13:25 version.go [Pipeline] isUnix [Pipeline] sh 13:27:31 + 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=af9bb1ad946648a0389733700bac713e53ae23ca --label arch=arm64 --label version=0.0.0 . 13:27:32 Sending build context to Docker daemon 3.252MB 13:27:32 Step 1/23 : ARG BASE=golang:1.13-alpine 13:27:32 Step 2/23 : FROM ${BASE} AS builder 13:27:32 ---> bc4d4ba4f91c 13:27:32 Step 3/23 : ARG MAKE='make build' 13:27:32 ---> Running in 19bc32012765 13:27:33 Removing intermediate container 19bc32012765 13:27:33 ---> 6f91b3dfd125 13:27:33 Step 4/23 : WORKDIR /device-sdk-go 13:27:33 ---> Running in 85b38dff492b 13:27:33 Removing intermediate container 85b38dff492b 13:27:33 ---> 3ee30c2cafa5 13:27:33 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:27:33 ---> Running in 84b9b5b0026e 13:27:34 Removing intermediate container 84b9b5b0026e 13:27:34 ---> 8b116cba7a91 13:27:34 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:27:34 ---> Running in 6297a476a959 13:27:36 Removing intermediate container 6297a476a959 13:27:36 ---> 5a3036f08a24 13:27:36 Step 7/23 : RUN apk add --update --no-cache make git 13:27:36 ---> Running in f5360a32ebef 13:27:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:27:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:27:39 OK: 142 MiB in 39 packages 13:27:40 Removing intermediate container f5360a32ebef 13:27:40 ---> 5c561cb5f8b3 13:27:40 Step 8/23 : COPY . . 13:27:41 ---> 99850ae13fbe 13:27:41 Step 9/23 : RUN ${MAKE} 13:27:42 ---> Running in 749feb2f4a3a 13:27:43 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 13:28:10 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 13:28:10 Removing intermediate container 749feb2f4a3a 13:28:10 ---> 680123c6c7cc 13:28:10 Step 10/23 : FROM scratch 13:28:10 ---> 13:28:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:28:10 ---> Running in 7b1dd2eb2e4f 13:28:10 Removing intermediate container 7b1dd2eb2e4f 13:28:10 ---> b7f83218c914 13:28:10 Step 12/23 : ENV APP_PORT=49990 13:28:10 ---> Running in 9f20de6d88dc 13:28:10 Removing intermediate container 9f20de6d88dc 13:28:10 ---> d3ac2d22eb06 13:28:10 Step 13/23 : EXPOSE $APP_PORT 13:28:10 ---> Running in 23a4c15a14b2 13:28:10 Removing intermediate container 23a4c15a14b2 13:28:10 ---> 0a578fd07e15 13:28:10 Step 14/23 : WORKDIR / 13:28:10 ---> Running in 4b980a1aded5 13:28:10 Removing intermediate container 4b980a1aded5 13:28:10 ---> 66c09e0aab9d 13:28:10 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 13:28:12 ---> 2dfb8580854d 13:28:12 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 13:28:12 ---> 4ffbd62a7453 13:28:12 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 13:28:13 ---> 5b5ac89a5e81 13:28:13 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 13:28:14 ---> f1aec731e178 13:28:14 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 13:28:15 ---> 4f623fea0d92 13:28:15 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:28:15 ---> Running in 262272cfa108 13:28:15 Removing intermediate container 262272cfa108 13:28:15 ---> 0081be8119eb 13:28:15 Step 21/23 : LABEL arch=arm64 13:28:15 ---> Running in ec1e25209804 13:28:16 Removing intermediate container ec1e25209804 13:28:16 ---> df1554712240 13:28:16 Step 22/23 : LABEL git_sha=af9bb1ad946648a0389733700bac713e53ae23ca 13:28:16 ---> Running in f2a4d53bd9ea 13:28:16 Removing intermediate container f2a4d53bd9ea 13:28:16 ---> b331f1b1a4d9 13:28:16 Step 23/23 : LABEL version=0.0.0 13:28:17 ---> Running in 9bd8b086a0df 13:28:17 Removing intermediate container 9bd8b086a0df 13:28:17 ---> 0ae9524527d7 13:28:17 [Warning] One or more build-args [ARCH] were not consumed 13:28:17 Successfully built 0ae9524527d7 13:28:17 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 13:28:18 provisioning config files... 13:28:18 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config8317731360047944268tmp [Pipeline] { [Pipeline] sh 13:28:18 + curl -s https://codecov.io/bash 13:28:18 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config8317731360047944268tmp [Pipeline] } 13:28:19 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 13:28:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:28:20 ---> package-listing.sh 13:28:20 ++ facter osfamily 13:28:20 ++ tr '[:upper:]' '[:lower:]' 13:28:20 + OS_FAMILY=redhat 13:28:20 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-553 13:28:20 + START_PACKAGES=/tmp/packages_start.txt 13:28:20 + END_PACKAGES=/tmp/packages_end.txt 13:28:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:28:20 + PACKAGES=/tmp/packages_start.txt 13:28:20 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' 13:28:20 + PACKAGES=/tmp/packages_end.txt 13:28:20 + case "${OS_FAMILY}" in 13:28:20 + rpm -qa 13:28:20 + sort 13:28:25 + '[' -f /tmp/packages_start.txt ']' 13:28:25 + '[' -f /tmp/packages_end.txt ']' 13:28:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:28:25 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' 13:28:25 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ 13:28:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ [Pipeline] isUnix [Pipeline] sh 13:28:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:28:25 13:28:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:28:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:28:26 alpine: Pulling from edgex-lftools-log-publisher 13:28:26 c9b1b535fdd9: Pulling fs layer 13:28:26 2cc5ad85d9ab: Pulling fs layer 13:28:26 756a868c4378: Pulling fs layer 13:28:26 444b2fc9a129: Pulling fs layer 13:28:26 ea15f1150254: Pulling fs layer 13:28:26 41b27a9f41bf: Pulling fs layer 13:28:26 28c525ee5125: Pulling fs layer 13:28:26 094b1ea09ed8: Pulling fs layer 13:28:26 138eaada9080: Pulling fs layer 13:28:26 0622d0fa9048: Pulling fs layer 13:28:26 444b2fc9a129: Waiting 13:28:26 ea15f1150254: Waiting 13:28:26 41b27a9f41bf: Waiting 13:28:26 28c525ee5125: Waiting 13:28:26 094b1ea09ed8: Waiting 13:28:26 138eaada9080: Waiting 13:28:26 0622d0fa9048: Waiting 13:28:26 2cc5ad85d9ab: Verifying Checksum 13:28:26 2cc5ad85d9ab: Download complete 13:28:26 444b2fc9a129: Verifying Checksum 13:28:26 444b2fc9a129: Download complete 13:28:26 c9b1b535fdd9: Download complete 13:28:26 ea15f1150254: Verifying Checksum 13:28:26 ea15f1150254: Download complete 13:28:26 28c525ee5125: Verifying Checksum 13:28:26 28c525ee5125: Download complete 13:28:26 756a868c4378: Verifying Checksum 13:28:26 756a868c4378: Download complete 13:28:26 c9b1b535fdd9: Pull complete 13:28:26 094b1ea09ed8: Verifying Checksum 13:28:26 094b1ea09ed8: Download complete 13:28:26 138eaada9080: Verifying Checksum 13:28:26 138eaada9080: Download complete 13:28:26 0622d0fa9048: Verifying Checksum 13:28:26 0622d0fa9048: Download complete 13:28:26 2cc5ad85d9ab: Pull complete 13:28:27 41b27a9f41bf: Verifying Checksum 13:28:27 41b27a9f41bf: Download complete 13:28:28 756a868c4378: Pull complete 13:28:28 444b2fc9a129: Pull complete 13:28:28 ea15f1150254: Pull complete 13:28:32 41b27a9f41bf: Pull complete 13:28:32 28c525ee5125: Pull complete 13:28:35 094b1ea09ed8: Pull complete 13:28:35 138eaada9080: Pull complete 13:28:35 0622d0fa9048: Pull complete 13:28:35 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 13:28:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:28:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:28:36 prd-centos7-docker-4c-2g-138 does not seem to be running inside a container 13:28:36 $ 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-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:28:38 $ docker top 6744bcce5e97c4086f7a76c4002b88e446fb4b3ac53b930d87fd2d888dac62aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:28:38 provisioning config files... 13:28:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config7053112728318687951tmp [Pipeline] { [Pipeline] echo 13:28:38 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:28:39 ---> create-netrc.sh [Pipeline] echo 13:28:39 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:28:39 ---> logs-deploy.sh 13:28:39 + ARCHIVE_ARTIFACTS= 13:28:39 + LOGS_SERVER=https://logs.edgexfoundry.org 13:28:39 + '[' https://logs.edgexfoundry.org == None ']' 13:28:39 + NEXUS_URL=https://nexus.edgexfoundry.org 13:28:39 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/3 13:28:39 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-553/3/ 13:28:39 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/3 /w/workspace/dgexfoundry_device-sdk-go_PR-553 13:28:40 Archives upload complete. 13:28:40 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-553/3/ 13:28:41 ---> uname -a: 13:28:41 Linux 6744bcce5e97 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 13:28:41 13:28:41 13:28:41 ---> lscpu: 13:28:41 Architecture: x86_64 13:28:41 CPU op-mode(s): 32-bit, 64-bit 13:28:41 Byte Order: Little Endian 13:28:41 Address sizes: 40 bits physical, 48 bits virtual 13:28:41 CPU(s): 4 13:28:41 On-line CPU(s) list: 0-3 13:28:41 Thread(s) per core: 1 13:28:41 Core(s) per socket: 1 13:28:41 Socket(s): 4 13:28:41 NUMA node(s): 1 13:28:41 Vendor ID: GenuineIntel 13:28:41 CPU family: 6 13:28:41 Model: 44 13:28:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:28:41 Stepping: 1 13:28:41 CPU MHz: 2933.438 13:28:41 BogoMIPS: 5866.87 13:28:41 Virtualization: VT-x 13:28:41 Hypervisor vendor: KVM 13:28:41 Virtualization type: full 13:28:41 L1d cache: 128 KiB 13:28:41 L1i cache: 128 KiB 13:28:41 L2 cache: 16 MiB 13:28:41 L3 cache: 64 MiB 13:28:41 NUMA node0 CPU(s): 0-3 13:28:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:28:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:28:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:28:41 Vulnerability Meltdown: Mitigation; PTI 13:28:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:28:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:28:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:28:41 Vulnerability Tsx async abort: Not affected 13:28:41 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 13:28:41 13:28:41 13:28:41 ---> nproc: 13:28:41 4 13:28:41 13:28:41 13:28:41 ---> df -h: 13:28:41 Filesystem Size Used Available Use% Mounted on 13:28:41 overlay 50.0G 7.2G 42.8G 14% / 13:28:41 tmpfs 64.0M 0 64.0M 0% /dev 13:28:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:28:41 shm 64.0M 0 64.0M 0% /dev/shm 13:28:41 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 13:28:41 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 13:28:41 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 13:28:41 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 13:28:41 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-553 13:28:41 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp 13:28:41 13:28:41 13:28:41 ---> free -m: 13:28:41 total used free shared buff/cache available 13:28:41 Mem: 1837 671 119 0 1046 1060 13:28:41 Swap: 1023 1 1022 13:28:41 13:28:41 13:28:41 ---> ip addr: 13:28:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:28:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:28:41 inet 127.0.0.1/8 scope host lo 13:28:41 valid_lft forever preferred_lft forever 13:28:41 6: eth0@if7: mtu 1458 qdisc noqueue state UP 13:28:41 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 13:28:41 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 13:28:41 valid_lft forever preferred_lft forever 13:28:41 13:28:41 13:28:41 ---> sar -b -r -n DEV: 13:28:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/18/20 _x86_64_ (4 CPU) 13:28:41 13:28:41 13:22:04 LINUX RESTART 13:28:41 13:28:41 13:23:01 tps rtps wtps bread/s bwrtn/s 13:28:41 13:24:01 5.15 1.48 3.66 91.02 121.29 13:28:41 13:25:01 0.45 0.00 0.45 0.00 8.01 13:28:41 13:26:01 0.27 0.00 0.27 0.00 4.13 13:28:41 13:27:01 0.37 0.00 0.37 0.00 5.56 13:28:41 13:28:01 0.32 0.00 0.32 0.00 5.23 13:28:41 Average: 1.31 0.30 1.01 18.20 28.84 13:28:41 13:28:41 13:23:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:28:41 13:24:01 157144 1724412 91.65 2620 1134168 1112224 37.96 440412 1124244 20 13:28:41 13:25:01 161748 1719808 91.40 2620 1134172 1080728 36.88 441036 1120396 20 13:28:41 13:26:01 161056 1720500 91.44 2620 1134180 1080752 36.88 441364 1120396 16 13:28:41 13:27:01 160612 1720944 91.46 2620 1134228 1080584 36.88 445108 1117508 24 13:28:41 13:28:01 159948 1721608 91.50 2620 1134184 1080656 36.88 457140 1105728 16 13:28:41 Average: 160102 1721454 91.49 2620 1134186 1086989 37.10 445012 1117654 19 13:28:41 13:28:41 13:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 13:28:41 13:24:01 eth0 16.84 14.13 6.41 39.23 0.00 0.00 0.00 13:28:41 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 13:25:01 eth0 1.15 0.35 0.34 0.17 0.00 0.00 0.00 13:28:41 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 13:26:01 eth0 0.65 0.35 0.28 0.23 0.00 0.00 0.00 13:28:41 13:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 13:27:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 13:28:41 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 13:28:01 eth0 0.45 0.12 0.15 0.07 0.00 0.00 0.00 13:28:41 13:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 Average: eth0 3.83 3.00 1.44 7.94 0.00 0.00 0.00 13:28:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:28:41 13:28:41 13:28:41 ---> sar -P ALL: 13:28:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/18/20 _x86_64_ (4 CPU) 13:28:41 13:28:41 13:22:04 LINUX RESTART 13:28:41 13:28:41 13:23:01 CPU %user %nice %system %iowait %steal %idle 13:28:41 13:24:01 all 0.79 0.00 0.08 0.01 0.00 99.11 13:28:41 13:24:01 0 0.55 0.00 0.08 0.02 0.00 99.35 13:28:41 13:24:01 1 1.02 0.00 0.08 0.00 0.00 98.90 13:28:41 13:24:01 2 0.55 0.00 0.08 0.00 0.00 99.37 13:28:41 13:24:01 3 1.05 0.00 0.05 0.02 0.00 98.88 13:28:41 13:25:01 all 0.18 0.00 0.03 0.00 0.00 99.80 13:28:41 13:25:01 0 0.10 0.00 0.03 0.00 0.00 99.87 13:28:41 13:25:01 1 0.47 0.00 0.02 0.00 0.00 99.52 13:28:41 13:25:01 2 0.15 0.00 0.05 0.00 0.00 99.80 13:28:41 13:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:28:41 13:26:01 all 0.03 0.00 0.02 0.00 0.00 99.95 13:28:41 13:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:28:41 13:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:28:41 13:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:28:41 13:26:01 3 0.05 0.00 0.03 0.00 0.00 99.92 13:28:41 13:27:01 all 0.11 0.00 0.03 0.00 0.00 99.87 13:28:41 13:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:28:41 13:27:01 1 0.35 0.00 0.03 0.00 0.00 99.62 13:28:41 13:27:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:28:41 13:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 13:28:41 13:28:01 all 0.15 0.00 0.02 0.00 0.00 99.82 13:28:41 13:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:28:41 13:28:01 1 0.50 0.00 0.03 0.00 0.00 99.47 13:28:41 13:28:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:28:41 13:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 13:28:41 Average: all 0.25 0.00 0.04 0.00 0.00 99.71 13:28:41 Average: 0 0.15 0.00 0.04 0.00 0.00 99.81 13:28:41 Average: 1 0.47 0.00 0.04 0.00 0.00 99.49 13:28:41 Average: 2 0.16 0.00 0.04 0.00 0.00 99.80 13:28:41 Average: 3 0.24 0.00 0.03 0.00 0.00 99.73 13:28:41 13:28:41 13:28:41