Pull request #556 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ed23326b8823a41f603a14d9299687c436ec6b89+43f76da7d4a1dba45abf65466c274475ddab04f4 (d8660bd2fe0b5ee71df3d0b8517dbd71c1b335cb) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-556/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-375 in /w/workspace/dgexfoundry_device-sdk-go_PR-556 [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-556 # 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/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/556/head:refs/remotes/origin/PR-556 # 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/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit ed23326b8823a41f603a14d9299687c436ec6b89 Merge succeeded, producing ed23326b8823a41f603a14d9299687c436ec6b89 Checking out Revision ed23326b8823a41f603a14d9299687c436ec6b89 (PR-556) > git config core.sparsecheckout # timeout=10 > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # 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 ed23326b8823a41f603a14d9299687c436ec6b89 # timeout=10 Commit message: "update RELEASE-NOTE for v1.2.3 release" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:49:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:49:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:49:49 ========================================================= 02:49:49 EdgeX Global Pipelines Version Info 02:49:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:49:51 ------------------- 02:49:51 stable info: 02:49:51 ------------------- 02:49:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:49:51 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 02:49:51 Message: update stable to v1.0.99 02:49:53 ------------------- 02:49:53 experimental info: 02:49:53 ------------------- 02:49:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:49:53 Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 02:49:53 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 02:49:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:49:56 02:49:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:49:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:49:56 latest: Pulling from edgex-devops/git-semver 02:49:56 31603596830f: Pulling fs layer 02:49:56 2a8b12db71e7: Pulling fs layer 02:49:56 6ca5941a6612: Pulling fs layer 02:49:56 ecc8261a40a4: Pulling fs layer 02:49:56 ecc8261a40a4: Waiting 02:49:57 2a8b12db71e7: Verifying Checksum 02:49:57 2a8b12db71e7: Download complete 02:49:57 31603596830f: Verifying Checksum 02:49:57 31603596830f: Download complete 02:49:57 6ca5941a6612: Verifying Checksum 02:49:57 6ca5941a6612: Download complete 02:49:57 ecc8261a40a4: Verifying Checksum 02:49:57 ecc8261a40a4: Download complete 02:49:57 31603596830f: Pull complete 02:49:57 2a8b12db71e7: Pull complete 02:49:58 6ca5941a6612: Pull complete 02:49:59 ecc8261a40a4: Pull complete 02:49:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:49:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:49:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:49:59 prd-centos7-docker-4c-2g-375 does not seem to be running inside a container 02:49:59 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-556 -v /w/workspace/dgexfoundry_device-sdk-go_PR-556:/w/workspace/dgexfoundry_device-sdk-go_PR-556:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-556@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:50:01 $ docker top 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:50:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:50:01 [ssh-agent] Looking for ssh-agent implementation... 02:50:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:50:01 $ docker exec 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 ssh-agent 02:50:02 SSH_AUTH_SOCK=/tmp/ssh-eEpx7ENkzH0a/agent.11 02:50:02 SSH_AGENT_PID=16 02:50:02 Running ssh-add (command line suppressed) 02:50:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/private_key_3391602706318385615.key (/w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/private_key_3391602706318385615.key) 02:50:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:50:02 + git describe --exact-match --tags HEAD 02:50:02 fatal: No names found, cannot describe anything. [Pipeline] } 02:50:03 $ docker exec --env ******** --env ******** 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 ssh-agent -k 02:50:03 unset SSH_AUTH_SOCK; 02:50:03 unset SSH_AGENT_PID; 02:50:03 echo Agent pid 16 killed; 02:50:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 02:50:03 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 02:50:03 This usually means this commit has not been tagged. [Pipeline] sshagent 02:50:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:50:03 [ssh-agent] Looking for ssh-agent implementation... 02:50:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:50:03 $ docker exec 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 ssh-agent 02:50:03 SSH_AUTH_SOCK=/tmp/ssh-qro0eBWiWtum/agent.45 02:50:03 SSH_AGENT_PID=51 02:50:03 Running ssh-add (command line suppressed) 02:50:04 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/private_key_2485256711626847492.key (/w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/private_key_2485256711626847492.key) 02:50:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:50:04 + git semver init 02:50:04 # -> Open(): unable to determine branch for HEAD 02:50:04 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-556/.git 02:50:04 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-556 02:50:04 # $SEMVER_REMOTE_NAME = origin 02:50:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:50:04 # $SEMVER_USER_NAME = edgex-jenkins 02:50:04 # $SEMVER_BRANCH = PR-556 02:50:04 # $SEMVER_TEMP = /tmp/semver-961696031 02:50:04 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:50:05 # '/tmp/semver-961696031' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-556/.semver' 02:50:05 # -> Force: false 02:50:05 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-556/.semver [Pipeline] } 02:50:06 $ docker exec --env ******** --env ******** 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 ssh-agent -k 02:50:06 unset SSH_AUTH_SOCK; 02:50:06 unset SSH_AGENT_PID; 02:50:06 echo Agent pid 51 killed; 02:50:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:50:07 + git semver [Pipeline] } 02:50:07 $ docker stop --time=1 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 02:50:08 $ docker rm -f 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 02:50:10 Stashed 74 file(s) [Pipeline] echo 02:50:10 [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 02:50:25 Still waiting to schedule task 02:50:25 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-375’ 02:50:25 Still waiting to schedule task 02:50:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:52:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-376 in /w/workspace/dgexfoundry_device-sdk-go_PR-556 [Pipeline] { [Pipeline] ws 02:52:14 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 02:52:19 using credential edgex-jenkins-ssh 02:52:19 Cloning the remote Git repository 02:52:19 Cloning with configured refspecs honoured and without tags 02:52:19 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:52:19 > git init /w/workspace/device-sdk-go/1 # timeout=10 02:52:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:52:19 > git --version # timeout=10 02:52:19 using GIT_SSH to set credentials SSH Credentials for GitHub 02:52:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:52:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:52:20 > git config --add remote.origin.fetch +refs/pull/556/head:refs/remotes/origin/PR-556 # timeout=10 02:52:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 02:52:20 Fetching without tags 02:52:21 Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit ed23326b8823a41f603a14d9299687c436ec6b89 02:52:21 Merge succeeded, producing ed23326b8823a41f603a14d9299687c436ec6b89 02:52:21 Checking out Revision ed23326b8823a41f603a14d9299687c436ec6b89 (PR-556) 02:52:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:52:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:52:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:52:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:52:21 > git config core.sparsecheckout # timeout=10 02:52:21 > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # timeout=10 02:52:21 > git remote # timeout=10 02:52:21 > git config --get remote.origin.url # timeout=10 02:52:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:52:21 > git merge 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 02:52:21 > git rev-parse HEAD^{commit} # timeout=10 02:52:21 > git config core.sparsecheckout # timeout=10 02:52:21 > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # timeout=10 02:52:25 Commit message: "update RELEASE-NOTE for v1.2.3 release" 02:52:26 > git --version # timeout=10 02:52:26 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:52:27 ========================================================= 02:52:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 02:52:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:52:28 + 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 . 02:52:29 Sending build context to Docker daemon 3.122MB 02:52:29 Step 1/8 : ARG BASE=golang:1.13-alpine 02:52:29 Step 2/8 : FROM ${BASE} 02:52:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:52:30 b538f80385f9: Pulling fs layer 02:52:30 74f711af9a0d: Pulling fs layer 02:52:30 99f96fe45779: Pulling fs layer 02:52:30 fd7a069fd194: Pulling fs layer 02:52:30 66aa3694b03b: Pulling fs layer 02:52:30 170f70906a0f: Pulling fs layer 02:52:30 ad7c5574e4b9: Pulling fs layer 02:52:30 e772456be8f7: Pulling fs layer 02:52:30 c890913d741a: Pulling fs layer 02:52:30 2480fcc9aa5a: Pulling fs layer 02:52:30 09adf4765672: Pulling fs layer 02:52:30 66aa3694b03b: Waiting 02:52:30 ad7c5574e4b9: Waiting 02:52:30 170f70906a0f: Waiting 02:52:30 e772456be8f7: Waiting 02:52:30 c890913d741a: Waiting 02:52:30 2480fcc9aa5a: Waiting 02:52:30 09adf4765672: Waiting 02:52:30 fd7a069fd194: Waiting 02:52:30 99f96fe45779: Verifying Checksum 02:52:30 99f96fe45779: Download complete 02:52:30 74f711af9a0d: Verifying Checksum 02:52:30 74f711af9a0d: Download complete 02:52:30 66aa3694b03b: Verifying Checksum 02:52:30 66aa3694b03b: Download complete 02:52:30 170f70906a0f: Verifying Checksum 02:52:30 170f70906a0f: Download complete 02:52:30 b538f80385f9: Download complete 02:52:31 b538f80385f9: Pull complete 02:52:31 74f711af9a0d: Pull complete 02:52:32 99f96fe45779: Pull complete 02:52:33 ad7c5574e4b9: Verifying Checksum 02:52:33 ad7c5574e4b9: Download complete 02:52:33 c890913d741a: Verifying Checksum 02:52:33 c890913d741a: Download complete 02:52:35 e772456be8f7: Verifying Checksum 02:52:35 e772456be8f7: Download complete 02:52:35 2480fcc9aa5a: Verifying Checksum 02:52:35 2480fcc9aa5a: Download complete 02:52:35 09adf4765672: Download complete 02:52:35 fd7a069fd194: Verifying Checksum 02:52:35 fd7a069fd194: Download complete 02:52:48 fd7a069fd194: Pull complete 02:52:48 66aa3694b03b: Pull complete 02:52:48 170f70906a0f: Pull complete 02:52:51 ad7c5574e4b9: Pull complete 02:52:56 Running on prd-centos7-docker-4c-2g-377 in /w/workspace/dgexfoundry_device-sdk-go_PR-556 [Pipeline] { [Pipeline] ws 02:52:56 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 02:52:56 e772456be8f7: Pull complete 02:52:56 c890913d741a: Pull complete 02:52:58 using credential edgex-jenkins-ssh 02:52:58 Cloning the remote Git repository 02:52:58 Cloning with configured refspecs honoured and without tags 02:52:58 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:52:58 > git init /w/workspace/device-sdk-go/1 # timeout=10 02:52:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:52:58 > git --version # timeout=10 02:52:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:52:58 2480fcc9aa5a: Pull complete 02:52:59 09adf4765672: Pull complete 02:52:59 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 02:52:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 02:52:59 ---> 2248a725d1cf 02:52:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:52:59 Fetching without tags 02:53:00 Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit ed23326b8823a41f603a14d9299687c436ec6b89 02:52:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:52:59 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:52:59 > git config --add remote.origin.fetch +refs/pull/556/head:refs/remotes/origin/PR-556 # timeout=10 02:52:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 02:52:59 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:52:59 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:52:59 using GIT_SSH to set credentials SSH Credentials for GitHub 02:52:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:53:00 > git config core.sparsecheckout # timeout=10 02:53:00 Merge succeeded, producing ed23326b8823a41f603a14d9299687c436ec6b89 02:53:00 Checking out Revision ed23326b8823a41f603a14d9299687c436ec6b89 (PR-556) 02:53:00 > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # timeout=10 02:53:00 > git remote # timeout=10 02:53:00 > git config --get remote.origin.url # timeout=10 02:53:00 using GIT_SSH to set credentials SSH Credentials for GitHub 02:53:00 > git merge 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 02:53:00 > git rev-parse HEAD^{commit} # timeout=10 02:53:00 > git config core.sparsecheckout # timeout=10 02:53:00 > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # timeout=10 02:53:03 Commit message: "update RELEASE-NOTE for v1.2.3 release" 02:53:03 > git --version # timeout=10 02:53:03 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:53:04 ---> Running in 0aee99d9379a 02:53:04 Removing intermediate container 0aee99d9379a 02:53:04 ---> 3929c21dbfea 02:53:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:04 ---> Running in cdd6649a6343 02:53:04 ========================================================= 02:53:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 02:53:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:53:05 + 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 . 02:53:05 Sending build context to Docker daemon 3.121MB 02:53:05 Step 1/8 : ARG BASE=golang:1.13-alpine 02:53:05 Step 2/8 : FROM ${BASE} 02:53:05 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 02:53:05 df20fa9351a1: Pulling fs layer 02:53:05 ed8968b2872e: Pulling fs layer 02:53:05 a92cc7c5fd73: Pulling fs layer 02:53:05 2dd03ba5bac4: Pulling fs layer 02:53:05 1e091d79d1de: Pulling fs layer 02:53:05 481702a1767f: Pulling fs layer 02:53:05 f64a6f60c768: Pulling fs layer 02:53:05 e78d2573fc39: Pulling fs layer 02:53:05 e876d2f968b6: Pulling fs layer 02:53:05 ce8a83651883: Pulling fs layer 02:53:05 07967f4d0e4b: Pulling fs layer 02:53:05 f64a6f60c768: Waiting 02:53:05 e78d2573fc39: Waiting 02:53:05 ce8a83651883: Waiting 02:53:05 e876d2f968b6: Waiting 02:53:05 07967f4d0e4b: Waiting 02:53:05 2dd03ba5bac4: Waiting 02:53:05 481702a1767f: Waiting 02:53:05 1e091d79d1de: Waiting 02:53:05 a92cc7c5fd73: Verifying Checksum 02:53:05 ed8968b2872e: Verifying Checksum 02:53:05 ed8968b2872e: Download complete 02:53:05 1e091d79d1de: Verifying Checksum 02:53:05 1e091d79d1de: Download complete 02:53:05 481702a1767f: Verifying Checksum 02:53:05 481702a1767f: Download complete 02:53:05 df20fa9351a1: Verifying Checksum 02:53:05 df20fa9351a1: Download complete 02:53:06 df20fa9351a1: Pull complete 02:53:06 f64a6f60c768: Verifying Checksum 02:53:06 f64a6f60c768: Download complete 02:53:06 e876d2f968b6: Verifying Checksum 02:53:06 e876d2f968b6: Download complete 02:53:07 e78d2573fc39: Verifying Checksum 02:53:07 e78d2573fc39: Download complete 02:53:07 2dd03ba5bac4: Verifying Checksum 02:53:07 2dd03ba5bac4: Download complete 02:53:07 ce8a83651883: Verifying Checksum 02:53:07 ce8a83651883: Download complete 02:53:07 07967f4d0e4b: Verifying Checksum 02:53:07 07967f4d0e4b: Download complete 02:53:07 Removing intermediate container cdd6649a6343 02:53:07 ---> 8daec6777461 02:53:07 Step 5/8 : RUN apk add --no-cache make git 02:53:07 ---> Running in 59a5a5cec2c7 02:53:07 ed8968b2872e: Pull complete 02:53:07 a92cc7c5fd73: Pull complete 02:53:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:09 OK: 142 MiB in 39 packages 02:53:11 Removing intermediate container 59a5a5cec2c7 02:53:11 ---> 446f5111b7ed 02:53:11 Step 6/8 : WORKDIR /device-sdk-go 02:53:11 ---> Running in a3ac57fb0aaf 02:53:11 Removing intermediate container a3ac57fb0aaf 02:53:11 ---> 6c6a839c8460 02:53:11 Step 7/8 : COPY . . 02:53:13 ---> 3aeaf4bc2027 02:53:13 Step 8/8 : RUN go mod download 02:53:13 ---> Running in e72af7558168 02:53:13 2dd03ba5bac4: Pull complete 02:53:13 1e091d79d1de: Pull complete 02:53:13 481702a1767f: Pull complete 02:53:16 go: finding github.com/BurntSushi/toml v0.3.1 02:53:16 go: finding github.com/OneOfOne/xxhash v1.2.6 02:53:16 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 02:53:16 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:53:16 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 02:53:16 go: finding github.com/bgentry/speakeasy v0.1.0 02:53:16 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:53:16 go: finding github.com/davecgh/go-spew v1.1.1 02:53:16 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:53:16 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:53:16 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:53:16 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 02:53:16 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:53:16 go: finding github.com/fatih/color v1.7.0 02:53:16 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:53:16 go: finding github.com/go-kit/kit v0.8.0 02:53:16 go: finding github.com/go-logfmt/logfmt v0.4.0 02:53:16 go: finding github.com/go-stack/stack v1.8.0 02:53:16 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:53:16 go: finding github.com/google/uuid v1.1.0 02:53:16 go: finding github.com/gorilla/mux v1.7.1 02:53:16 go: finding github.com/hashicorp/consul/api v1.1.0 02:53:16 go: finding github.com/hashicorp/consul/sdk v0.1.1 02:53:16 go: finding github.com/hashicorp/errwrap v1.0.0 02:53:16 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:53:16 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:53:16 go: finding github.com/hashicorp/go-msgpack v0.5.3 02:53:16 go: finding github.com/hashicorp/go-multierror v1.0.0 02:53:16 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:53:16 go: finding github.com/hashicorp/go-sockaddr v1.0.0 02:53:16 go: finding github.com/hashicorp/go-syslog v1.0.0 02:53:16 go: finding github.com/hashicorp/go-uuid v1.0.1 02:53:17 go: finding github.com/hashicorp/go.net v0.0.1 02:53:17 go: finding github.com/hashicorp/golang-lru v0.5.0 02:53:17 go: finding github.com/hashicorp/logutils v1.0.0 02:53:17 go: finding github.com/hashicorp/mdns v1.0.0 02:53:17 go: finding github.com/hashicorp/memberlist v0.1.3 02:53:17 go: finding github.com/hashicorp/serf v0.8.2 02:53:17 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:53:17 go: finding github.com/mattn/go-colorable v0.0.9 02:53:17 go: finding github.com/mattn/go-isatty v0.0.3 02:53:17 go: finding github.com/miekg/dns v1.0.14 02:53:17 go: finding github.com/mitchellh/cli v1.0.0 02:53:17 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:53:17 go: finding github.com/mitchellh/copystructure v1.0.0 02:53:17 go: finding github.com/mitchellh/go-homedir v1.0.0 02:53:17 go: finding github.com/mitchellh/go-testing-interface v1.0.0 02:53:17 go: finding github.com/mitchellh/gox v0.4.0 02:53:17 go: finding github.com/mitchellh/iochan v1.0.0 02:53:17 go: finding github.com/mitchellh/mapstructure v1.1.2 02:53:17 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:53:17 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:53:17 go: finding github.com/pelletier/go-toml v1.2.0 02:53:17 go: finding github.com/pkg/errors v0.8.1 02:53:17 go: finding github.com/pmezard/go-difflib v1.0.0 02:53:17 go: finding github.com/posener/complete v1.1.1 02:53:17 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 02:53:17 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:53:17 go: finding github.com/stretchr/objx v0.1.0 02:53:17 go: finding github.com/stretchr/testify v1.5.1 02:53:17 go: finding github.com/ugorji/go v1.1.4 02:53:17 go: finding github.com/x448/float16 v0.8.4 02:53:17 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 02:53:17 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 02:53:17 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 02:53:17 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 02:53:17 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 02:53:17 go: finding gopkg.in/yaml.v2 v2.2.8 02:53:21 f64a6f60c768: Pull complete 02:53:23 e78d2573fc39: Pull complete 02:53:23 e876d2f968b6: Pull complete 02:53:24 ce8a83651883: Pull complete 02:53:24 07967f4d0e4b: Pull complete 02:53:24 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 02:53:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 02:53:24 ---> 5d7c900382c6 02:53:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:53:25 ---> Running in 58aec09e1a51 02:53:25 Removing intermediate container 58aec09e1a51 02:53:25 ---> dc82e623ce56 02:53:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:25 ---> Running in 16be8b85241c 02:53:27 Removing intermediate container 16be8b85241c 02:53:27 ---> b807619377e4 02:53:27 Step 5/8 : RUN apk add --no-cache make git 02:53:27 ---> Running in 57be9cdb953d 02:53:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:27 Removing intermediate container e72af7558168 02:53:27 ---> e45915fcd445 02:53:27 Successfully built e45915fcd445 02:53:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 02:53:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:53:28 + docker inspect -f . ci-base-image-arm64 02:53:28 . [Pipeline] withDockerContainer 02:53:29 prd-ubuntu18.04-docker-arm64-4c-16g-376 does not seem to be running inside a container 02:53:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:53:29 OK: 166 MiB in 39 packages 02:53:29 Removing intermediate container 57be9cdb953d 02:53:29 ---> 38f6e712c1c5 02:53:29 Step 6/8 : WORKDIR /device-sdk-go 02:53:29 ---> Running in 80dfea679f62 02:53:29 Removing intermediate container 80dfea679f62 02:53:29 ---> 37c5a6584706 02:53:29 Step 7/8 : COPY . . 02:53:31 $ docker top 564cf1a7693806de1ba08fe7a5bb06ed9318662849d85945ccb261e3e714844f -eo pid,comm 02:53:31 ---> 806cf9ab49af 02:53:31 Step 8/8 : RUN go mod download 02:53:31 ---> Running in 5869195a6c33 [Pipeline] { [Pipeline] sh 02:53:32 + go version 02:53:32 go version go1.13.13 linux/arm64 [Pipeline] sh 02:53:32 go: finding github.com/BurntSushi/toml v0.3.1 02:53:32 go: finding github.com/OneOfOne/xxhash v1.2.6 02:53:32 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 02:53:32 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:53:32 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 02:53:32 go: finding github.com/bgentry/speakeasy v0.1.0 02:53:32 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:53:32 go: finding github.com/davecgh/go-spew v1.1.1 02:53:32 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:53:32 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:53:32 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:53:32 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 02:53:32 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:53:33 go: finding github.com/fatih/color v1.7.0 02:53:33 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:53:33 go: finding github.com/go-kit/kit v0.8.0 02:53:33 go: finding github.com/go-logfmt/logfmt v0.4.0 02:53:33 go: finding github.com/go-stack/stack v1.8.0 02:53:33 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:53:33 go: finding github.com/google/uuid v1.1.0 02:53:33 go: finding github.com/gorilla/mux v1.7.1 02:53:33 go: finding github.com/hashicorp/consul/api v1.1.0 02:53:33 go: finding github.com/hashicorp/consul/sdk v0.1.1 02:53:33 go: finding github.com/hashicorp/errwrap v1.0.0 02:53:33 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:53:33 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:53:33 go: finding github.com/hashicorp/go-msgpack v0.5.3 02:53:33 go: finding github.com/hashicorp/go-multierror v1.0.0 02:53:33 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:53:33 go: finding github.com/hashicorp/go-sockaddr v1.0.0 02:53:33 go: finding github.com/hashicorp/go-syslog v1.0.0 02:53:33 go: finding github.com/hashicorp/go-uuid v1.0.1 02:53:33 go: finding github.com/hashicorp/go.net v0.0.1 02:53:33 go: finding github.com/hashicorp/golang-lru v0.5.0 02:53:33 go: finding github.com/hashicorp/logutils v1.0.0 02:53:33 go: finding github.com/hashicorp/mdns v1.0.0 02:53:33 go: finding github.com/hashicorp/memberlist v0.1.3 02:53:33 go: finding github.com/hashicorp/serf v0.8.2 02:53:33 + make test 02:53:33 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:53:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:53:33 go: finding github.com/mattn/go-colorable v0.0.9 02:53:33 go: finding github.com/mattn/go-isatty v0.0.3 02:53:33 go: finding github.com/miekg/dns v1.0.14 02:53:33 go: finding github.com/mitchellh/cli v1.0.0 02:53:33 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:53:33 go: finding github.com/mitchellh/copystructure v1.0.0 02:53:33 go: finding github.com/mitchellh/go-homedir v1.0.0 02:53:33 go: finding github.com/mitchellh/go-testing-interface v1.0.0 02:53:33 go: finding github.com/mitchellh/gox v0.4.0 02:53:33 go: finding github.com/mitchellh/iochan v1.0.0 02:53:33 go: finding github.com/mitchellh/mapstructure v1.1.2 02:53:33 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:53:33 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:53:33 go: finding github.com/pelletier/go-toml v1.2.0 02:53:33 go: finding github.com/pkg/errors v0.8.1 02:53:33 go: finding github.com/pmezard/go-difflib v1.0.0 02:53:33 go: finding github.com/posener/complete v1.1.1 02:53:33 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 02:53:33 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:53:33 go: finding github.com/stretchr/objx v0.1.0 02:53:33 go: finding github.com/stretchr/testify v1.5.1 02:53:33 go: finding github.com/ugorji/go v1.1.4 02:53:33 go: finding github.com/x448/float16 v0.8.4 02:53:34 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 02:53:34 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 02:53:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 02:53:34 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 02:53:34 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 02:53:34 go: finding gopkg.in/yaml.v2 v2.2.8 02:53:34 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:53:42 Removing intermediate container 5869195a6c33 02:53:42 ---> e686071168ce 02:53:42 Successfully built e686071168ce 02:53:42 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 02:53:43 + docker inspect -f . ci-base-image-x86_64 02:53:43 . [Pipeline] withDockerContainer 02:53:43 prd-centos7-docker-4c-2g-377 does not seem to be running inside a container 02:53:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:53:44 $ docker top f5a4462f34b459a5d1a6a282e10f1fa095dd88299d5e507a22335e05120fa276 -eo pid,comm [Pipeline] { [Pipeline] sh 02:53:44 + go version 02:53:44 go version go1.13.13 linux/amd64 [Pipeline] sh 02:53:45 + make test 02:53:45 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:53:46 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:53:56 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:53:56 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:53:56 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:53:56 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.005s coverage: 22.1% of statements 02:53:56 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.062s coverage: 95.8% of statements 02:54:01 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:54:01 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:54:01 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:54:02 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.063s coverage: 22.1% of statements 02:54:07 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.137s coverage: 95.8% of statements 02:54:28 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.029s coverage: 11.4% of statements 02:54:28 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.009s coverage: 21.7% of statements 02:54:28 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:54:28 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.117s coverage: 36.9% of statements 02:54:28 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:54:28 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.337s coverage: 65.2% of statements 02:54:28 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:54:28 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:54:28 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:54:28 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.013s coverage: 52.6% of statements 02:54:28 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.100s coverage: 68.9% of statements 02:54:28 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:54:28 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:54:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:54:28 gofmt -l . 02:54:28 [ "`gofmt -l .`" = "" ] 02:54:28 ./bin/test-attribution-txt.sh 02:54:29 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:54:29 Stashed 1 file(s) [Pipeline] } 02:54:29 $ docker stop --time=1 f5a4462f34b459a5d1a6a282e10f1fa095dd88299d5e507a22335e05120fa276 02:54:30 $ docker rm -f f5a4462f34b459a5d1a6a282e10f1fa095dd88299d5e507a22335e05120fa276 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:54:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:54:34 + ls -al . 02:54:34 total 188 02:54:34 drwxrwxr-x. 11 jenkins jenkins 4096 Jul 21 02:54 . 02:54:34 drwxrwxr-x. 4 jenkins jenkins 28 Jul 21 02:52 .. 02:54:34 drwxrwxr-x. 3 jenkins jenkins 20 Jul 21 02:53 api 02:54:34 drwxrwxr-x. 2 jenkins jenkins 64 Jul 21 02:53 bin 02:54:34 -rw-r--r--. 1 jenkins jenkins 110877 Jul 21 02:54 coverage.out 02:54:34 -rw-rw-r--. 1 jenkins jenkins 936 Jul 21 02:53 Dockerfile.build 02:54:34 -rw-rw-r--. 1 jenkins jenkins 140 Jul 21 02:53 .dockerignore 02:54:34 drwxrwxr-x. 4 jenkins jenkins 48 Jul 21 02:53 example 02:54:34 drwxrwxr-x. 8 jenkins jenkins 179 Jul 21 02:53 .git 02:54:34 drwxrwxr-x. 2 jenkins jenkins 38 Jul 21 02:53 .github 02:54:34 -rw-rw-r--. 1 jenkins jenkins 138 Jul 21 02:53 .gitignore 02:54:34 -rw-r--r--. 1 jenkins jenkins 446 Jul 21 02:54 go.mod 02:54:34 -rw-r--r--. 1 jenkins jenkins 12179 Jul 21 02:54 go.sum 02:54:34 drwxrwxr-x. 13 jenkins jenkins 184 Jul 21 02:53 internal 02:54:34 -rw-rw-r--. 1 jenkins jenkins 808 Jul 21 02:53 Jenkinsfile 02:54:34 -rw-rw-r--. 1 jenkins jenkins 11341 Jul 21 02:53 LICENSE 02:54:34 -rw-rw-r--. 1 jenkins jenkins 892 Jul 21 02:53 Makefile 02:54:34 drwxrwxr-x. 5 jenkins jenkins 50 Jul 21 02:53 pkg 02:54:34 -rw-rw-r--. 1 jenkins jenkins 5101 Jul 21 02:53 README.md 02:54:34 -rw-rw-r--. 1 jenkins jenkins 4291 Jul 21 02:53 RELEASE-NOTES.txt 02:54:34 drwxrwxr-x. 3 jenkins jenkins 58 Jul 21 02:53 .semver 02:54:34 drwxrwxr-x. 4 jenkins jenkins 54 Jul 21 02:53 snap 02:54:34 -rw-rw-r--. 1 jenkins jenkins 5 Jul 21 02:50 VERSION 02:54:34 -rw-rw-r--. 1 jenkins jenkins 222 Jul 21 02:53 version.go [Pipeline] isUnix [Pipeline] sh 02:54:34 + 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=ed23326b8823a41f603a14d9299687c436ec6b89 --label arch=amd64 --label version=0.0.0 . 02:54:34 Sending build context to Docker daemon 3.249MB 02:54:34 Step 1/23 : ARG BASE=golang:1.13-alpine 02:54:34 Step 2/23 : FROM ${BASE} AS builder 02:54:34 ---> e686071168ce 02:54:34 Step 3/23 : ARG MAKE='make build' 02:54:34 ---> Running in 84b9857657de 02:54:35 Removing intermediate container 84b9857657de 02:54:35 ---> 406e2c02a462 02:54:35 Step 4/23 : WORKDIR /device-sdk-go 02:54:35 ---> Running in ff4f293f1f97 02:54:35 Removing intermediate container ff4f293f1f97 02:54:35 ---> 2dc84bf32055 02:54:35 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:54:35 ---> Running in 0c6dac1cb4bd 02:54:35 Removing intermediate container 0c6dac1cb4bd 02:54:35 ---> 3e376e002fe5 02:54:35 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:54:35 ---> Running in 74480cdc7c06 02:54:36 Removing intermediate container 74480cdc7c06 02:54:36 ---> a84d5b8aadd3 02:54:36 Step 7/23 : RUN apk add --update --no-cache make git 02:54:36 ---> Running in df0585acc911 02:54:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:54:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:54:39 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.072s coverage: 11.4% of statements 02:54:39 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.042s coverage: 21.7% of statements 02:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:54:39 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.192s coverage: 36.9% of statements 02:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:54:39 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.610s coverage: 65.2% of statements 02:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:54:39 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.043s coverage: 52.6% of statements 02:54:39 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.352s coverage: 68.9% of statements 02:54:39 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:54:39 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:54:39 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:54:40 OK: 166 MiB in 39 packages 02:54:40 Removing intermediate container df0585acc911 02:54:40 ---> aecf84e802cc 02:54:40 Step 8/23 : COPY . . 02:54:41 gofmt -l . 02:54:41 ---> b7720411a333 02:54:41 Step 9/23 : RUN ${MAKE} 02:54:41 ---> Running in dd6679e4ef5c 02:54:42 [ "`gofmt -l .`" = "" ] 02:54:42 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 02:54:42 ./bin/test-attribution-txt.sh 02:54:42 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:54:43 Warning: overwriting stash ‘coverage-report’ 02:54:44 Stashed 1 file(s) [Pipeline] } 02:54:44 $ docker stop --time=1 564cf1a7693806de1ba08fe7a5bb06ed9318662849d85945ccb261e3e714844f 02:54:46 $ docker rm -f 564cf1a7693806de1ba08fe7a5bb06ed9318662849d85945ccb261e3e714844f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:54:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:54:48 + ls -al . 02:54:48 total 228 02:54:48 drwxrwxr-x 11 jenkins jenkins 4096 Jul 21 02:54 . 02:54:48 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 02:52 .. 02:54:48 -rw-rw-r-- 1 jenkins jenkins 140 Jul 21 02:52 .dockerignore 02:54:48 drwxrwxr-x 8 jenkins jenkins 4096 Jul 21 02:52 .git 02:54:48 drwxrwxr-x 2 jenkins jenkins 4096 Jul 21 02:52 .github 02:54:48 -rw-rw-r-- 1 jenkins jenkins 138 Jul 21 02:52 .gitignore 02:54:48 drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 02:52 .semver 02:54:48 -rw-rw-r-- 1 jenkins jenkins 936 Jul 21 02:52 Dockerfile.build 02:54:48 -rw-rw-r-- 1 jenkins jenkins 808 Jul 21 02:52 Jenkinsfile 02:54:48 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 21 02:52 LICENSE 02:54:48 -rw-rw-r-- 1 jenkins jenkins 892 Jul 21 02:52 Makefile 02:54:48 -rw-rw-r-- 1 jenkins jenkins 5101 Jul 21 02:52 README.md 02:54:48 -rw-rw-r-- 1 jenkins jenkins 4291 Jul 21 02:52 RELEASE-NOTES.txt 02:54:48 -rw-rw-r-- 1 jenkins jenkins 5 Jul 21 02:50 VERSION 02:54:48 drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 02:52 api 02:54:48 drwxrwxr-x 2 jenkins jenkins 4096 Jul 21 02:52 bin 02:54:48 -rw-r--r-- 1 jenkins jenkins 110877 Jul 21 02:54 coverage.out 02:54:48 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 02:52 example 02:54:48 -rw-r--r-- 1 jenkins jenkins 446 Jul 21 02:54 go.mod 02:54:48 -rw-r--r-- 1 jenkins jenkins 12179 Jul 21 02:54 go.sum 02:54:48 drwxrwxr-x 13 jenkins jenkins 4096 Jul 21 02:52 internal 02:54:48 drwxrwxr-x 5 jenkins jenkins 4096 Jul 21 02:52 pkg 02:54:48 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 02:52 snap 02:54:48 -rw-rw-r-- 1 jenkins jenkins 222 Jul 21 02:52 version.go [Pipeline] isUnix [Pipeline] sh 02:54:48 + 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=ed23326b8823a41f603a14d9299687c436ec6b89 --label arch=arm64 --label version=0.0.0 . 02:54:48 Sending build context to Docker daemon 3.25MB 02:54:49 Step 1/23 : ARG BASE=golang:1.13-alpine 02:54:49 Step 2/23 : FROM ${BASE} AS builder 02:54:49 ---> e45915fcd445 02:54:49 Step 3/23 : ARG MAKE='make build' 02:54:49 ---> Running in 364e2e7b9d20 02:54:49 Removing intermediate container 364e2e7b9d20 02:54:49 ---> 9b999fbda10d 02:54:49 Step 4/23 : WORKDIR /device-sdk-go 02:54:49 ---> Running in 7e34edeb3876 02:54:50 Removing intermediate container 7e34edeb3876 02:54:50 ---> 3603514c199c 02:54:50 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:54:50 ---> Running in 5c44e498f2b6 02:54:50 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:54:50 Removing intermediate container 5c44e498f2b6 02:54:50 ---> ec9ed0a5784c 02:54:50 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:54:50 ---> Running in 240271804ff6 02:54:52 Removing intermediate container dd6679e4ef5c 02:54:52 ---> fb054ab751d8 02:54:52 Step 10/23 : FROM scratch 02:54:52 ---> 02:54:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:54:52 ---> Running in dcd5c80957dc 02:54:52 Removing intermediate container dcd5c80957dc 02:54:52 ---> 9855b22b3c87 02:54:52 Step 12/23 : ENV APP_PORT=49990 02:54:52 ---> Running in 510fe7993cf4 02:54:52 Removing intermediate container 510fe7993cf4 02:54:52 ---> ac9fedc5d9cd 02:54:52 Step 13/23 : EXPOSE $APP_PORT 02:54:52 ---> Running in e405ab981168 02:54:52 Removing intermediate container e405ab981168 02:54:52 ---> d973e2a42828 02:54:52 Step 14/23 : WORKDIR / 02:54:52 ---> Running in 0eb918ec80a1 02:54:53 Removing intermediate container 0eb918ec80a1 02:54:53 ---> 137a8d5b98ee 02:54:53 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:54:53 ---> 93869c2a6299 02:54:53 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:54:53 Removing intermediate container 240271804ff6 02:54:53 ---> 8ed3665d3314 02:54:53 Step 7/23 : RUN apk add --update --no-cache make git 02:54:53 ---> Running in 5de0477efebd 02:54:53 ---> b102025a4f99 02:54:53 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:54:53 ---> 06df86c92bf3 02:54:53 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:54:54 ---> 58740c4c8886 02:54:54 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:54:54 ---> 20148d01bec8 02:54:54 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:54:54 ---> Running in 1974f8f5acaf 02:54:54 Removing intermediate container 1974f8f5acaf 02:54:54 ---> 3f8acc92580c 02:54:54 Step 21/23 : LABEL arch=amd64 02:54:54 ---> Running in d135dd5281aa 02:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:54:54 Removing intermediate container d135dd5281aa 02:54:54 ---> df23764cbc77 02:54:54 Step 22/23 : LABEL git_sha=ed23326b8823a41f603a14d9299687c436ec6b89 02:54:54 ---> Running in 1ed557b2cb90 02:54:55 Removing intermediate container 1ed557b2cb90 02:54:55 ---> b0340d31481e 02:54:55 Step 23/23 : LABEL version=0.0.0 02:54:55 ---> Running in 6074f45c9dbc 02:54:55 Removing intermediate container 6074f45c9dbc 02:54:55 ---> 6489a97d1d69 02:54:55 [Warning] One or more build-args [ARCH] were not consumed 02:54:55 Successfully built 6489a97d1d69 02:54:55 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] } 02:54:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:55:01 OK: 142 MiB in 39 packages 02:55:02 Removing intermediate container 5de0477efebd 02:55:02 ---> f77e96371fb4 02:55:02 Step 8/23 : COPY . . 02:55:03 ---> 7104b499b92a 02:55:03 Step 9/23 : RUN ${MAKE} 02:55:03 ---> Running in 4f89f8982720 02:55:05 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 02:55:27 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:55:29 Removing intermediate container 4f89f8982720 02:55:29 ---> 7f98604276fc 02:55:29 Step 10/23 : FROM scratch 02:55:29 ---> 02:55:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:55:29 ---> Running in e7462aaccd0d 02:55:30 Removing intermediate container e7462aaccd0d 02:55:30 ---> 5dfacbd7849d 02:55:30 Step 12/23 : ENV APP_PORT=49990 02:55:30 ---> Running in 7471557245d1 02:55:30 Removing intermediate container 7471557245d1 02:55:30 ---> 72e20abeb12f 02:55:30 Step 13/23 : EXPOSE $APP_PORT 02:55:30 ---> Running in 0fa29d3e9e49 02:55:31 Removing intermediate container 0fa29d3e9e49 02:55:31 ---> 909bc7eb3b49 02:55:31 Step 14/23 : WORKDIR / 02:55:31 ---> Running in 5e5ad86ab356 02:55:31 Removing intermediate container 5e5ad86ab356 02:55:31 ---> d617b77562ee 02:55:31 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:55:33 ---> 9bfcdb9b075c 02:55:33 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:55:33 ---> b137c822e036 02:55:33 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:55:34 ---> 49a3938d3129 02:55:34 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:55:34 ---> 81b0a636b26c 02:55:34 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:55:35 ---> 81f6b325ef3e 02:55:35 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:55:35 ---> Running in 674aeca5e952 02:55:36 Removing intermediate container 674aeca5e952 02:55:36 ---> ff19749ab684 02:55:36 Step 21/23 : LABEL arch=arm64 02:55:36 ---> Running in 16d5a5458db4 02:55:36 Removing intermediate container 16d5a5458db4 02:55:36 ---> f2010c5f8c85 02:55:36 Step 22/23 : LABEL git_sha=ed23326b8823a41f603a14d9299687c436ec6b89 02:55:36 ---> Running in 5be8fafdcfeb 02:55:37 Removing intermediate container 5be8fafdcfeb 02:55:37 ---> 8c3076c4a9e6 02:55:37 Step 23/23 : LABEL version=0.0.0 02:55:37 ---> Running in 3a653dd980cd 02:55:37 Removing intermediate container 3a653dd980cd 02:55:37 ---> 22d31ef9e279 02:55:37 [Warning] One or more build-args [ARCH] were not consumed 02:55:37 Successfully built 22d31ef9e279 02:55:38 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 02:55:40 provisioning config files... 02:55:40 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/config7032256972358588853tmp [Pipeline] { [Pipeline] sh 02:55:40 + curl -s https://codecov.io/bash 02:55:40 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/config7032256972358588853tmp [Pipeline] } 02:55:40 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 02:55:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:55:43 ---> package-listing.sh 02:55:43 ++ facter osfamily 02:55:43 ++ tr '[:upper:]' '[:lower:]' 02:55:43 + OS_FAMILY=redhat 02:55:43 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-556 02:55:43 + START_PACKAGES=/tmp/packages_start.txt 02:55:43 + END_PACKAGES=/tmp/packages_end.txt 02:55:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:55:43 + PACKAGES=/tmp/packages_start.txt 02:55:43 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-556 ']' 02:55:43 + PACKAGES=/tmp/packages_end.txt 02:55:43 + case "${OS_FAMILY}" in 02:55:43 + rpm -qa 02:55:43 + sort 02:55:48 + '[' -f /tmp/packages_start.txt ']' 02:55:48 + '[' -f /tmp/packages_end.txt ']' 02:55:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:55:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-556 ']' 02:55:48 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-556/archives/ 02:55:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-556/archives/ [Pipeline] isUnix [Pipeline] sh 02:55:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:55:49 02:55:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:55:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:55:49 alpine: Pulling from edgex-lftools-log-publisher 02:55:49 c9b1b535fdd9: Pulling fs layer 02:55:49 2cc5ad85d9ab: Pulling fs layer 02:55:49 756a868c4378: Pulling fs layer 02:55:49 444b2fc9a129: Pulling fs layer 02:55:49 ea15f1150254: Pulling fs layer 02:55:49 41b27a9f41bf: Pulling fs layer 02:55:49 28c525ee5125: Pulling fs layer 02:55:49 094b1ea09ed8: Pulling fs layer 02:55:49 138eaada9080: Pulling fs layer 02:55:49 0622d0fa9048: Pulling fs layer 02:55:49 444b2fc9a129: Waiting 02:55:49 ea15f1150254: Waiting 02:55:49 41b27a9f41bf: Waiting 02:55:49 28c525ee5125: Waiting 02:55:49 094b1ea09ed8: Waiting 02:55:49 138eaada9080: Waiting 02:55:49 0622d0fa9048: Waiting 02:55:49 2cc5ad85d9ab: Verifying Checksum 02:55:49 2cc5ad85d9ab: Download complete 02:55:49 444b2fc9a129: Verifying Checksum 02:55:49 444b2fc9a129: Download complete 02:55:50 c9b1b535fdd9: Verifying Checksum 02:55:50 c9b1b535fdd9: Download complete 02:55:50 ea15f1150254: Verifying Checksum 02:55:50 ea15f1150254: Download complete 02:55:50 28c525ee5125: Verifying Checksum 02:55:50 28c525ee5125: Download complete 02:55:50 756a868c4378: Verifying Checksum 02:55:50 756a868c4378: Download complete 02:55:50 c9b1b535fdd9: Pull complete 02:55:50 138eaada9080: Verifying Checksum 02:55:50 138eaada9080: Download complete 02:55:50 094b1ea09ed8: Verifying Checksum 02:55:50 094b1ea09ed8: Download complete 02:55:50 0622d0fa9048: Verifying Checksum 02:55:50 0622d0fa9048: Download complete 02:55:51 41b27a9f41bf: Verifying Checksum 02:55:51 41b27a9f41bf: Download complete 02:55:51 2cc5ad85d9ab: Pull complete 02:55:54 756a868c4378: Pull complete 02:55:54 444b2fc9a129: Pull complete 02:55:54 ea15f1150254: Pull complete 02:55:59 41b27a9f41bf: Pull complete 02:55:59 28c525ee5125: Pull complete 02:56:03 094b1ea09ed8: Pull complete 02:56:03 138eaada9080: Pull complete 02:56:03 0622d0fa9048: Pull complete 02:56:03 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 02:56:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:56:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:56:04 prd-centos7-docker-4c-2g-375 does not seem to be running inside a container 02:56:04 $ 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-556 -v /w/workspace/dgexfoundry_device-sdk-go_PR-556:/w/workspace/dgexfoundry_device-sdk-go_PR-556:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-556@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:56:08 $ docker top 3a090fc68e729c1e8b686cf1d41f8d6d20f5393de7a867813f02eeceae6c0a9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:56:08 provisioning config files... 02:56:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/config2060350371940139132tmp [Pipeline] { [Pipeline] echo 02:56:08 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:56:09 ---> create-netrc.sh [Pipeline] echo 02:56:09 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:56:09 ---> logs-deploy.sh 02:56:09 + ARCHIVE_ARTIFACTS= 02:56:09 + LOGS_SERVER=https://logs.edgexfoundry.org 02:56:09 + '[' https://logs.edgexfoundry.org == None ']' 02:56:09 + NEXUS_URL=https://nexus.edgexfoundry.org 02:56:09 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-556/1 02:56:09 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-556/1/ 02:56:09 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-556/1 /w/workspace/dgexfoundry_device-sdk-go_PR-556 02:56:11 Archives upload complete. 02:56:11 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-556/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-556/1/ 02:56:12 ---> uname -a: 02:56:12 Linux 3a090fc68e72 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:56:12 02:56:12 02:56:12 ---> lscpu: 02:56:12 Architecture: x86_64 02:56:12 CPU op-mode(s): 32-bit, 64-bit 02:56:12 Byte Order: Little Endian 02:56:12 Address sizes: 40 bits physical, 48 bits virtual 02:56:12 CPU(s): 4 02:56:12 On-line CPU(s) list: 0-3 02:56:12 Thread(s) per core: 1 02:56:12 Core(s) per socket: 1 02:56:12 Socket(s): 4 02:56:12 NUMA node(s): 1 02:56:12 Vendor ID: GenuineIntel 02:56:12 CPU family: 6 02:56:12 Model: 44 02:56:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:56:12 Stepping: 1 02:56:12 CPU MHz: 2933.438 02:56:12 BogoMIPS: 5866.87 02:56:12 Virtualization: VT-x 02:56:12 Hypervisor vendor: KVM 02:56:12 Virtualization type: full 02:56:12 L1d cache: 128 KiB 02:56:12 L1i cache: 128 KiB 02:56:12 L2 cache: 16 MiB 02:56:12 L3 cache: 64 MiB 02:56:12 NUMA node0 CPU(s): 0-3 02:56:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:56:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:56:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:56:12 Vulnerability Meltdown: Mitigation; PTI 02:56:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:56:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:56:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:56:12 Vulnerability Tsx async abort: Not affected 02:56:12 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 02:56:12 02:56:12 02:56:12 ---> nproc: 02:56:12 4 02:56:12 02:56:12 02:56:12 ---> df -h: 02:56:12 Filesystem Size Used Available Use% Mounted on 02:56:12 overlay 50.0G 7.2G 42.8G 14% / 02:56:12 tmpfs 64.0M 0 64.0M 0% /dev 02:56:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:56:12 shm 64.0M 0 64.0M 0% /dev/shm 02:56:12 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 02:56:12 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 02:56:12 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 02:56:12 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-556 02:56:12 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp 02:56:12 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 02:56:12 02:56:12 02:56:12 ---> free -m: 02:56:12 total used free shared buff/cache available 02:56:12 Mem: 1837 625 130 0 1081 1106 02:56:12 Swap: 1023 1 1022 02:56:12 02:56:12 02:56:12 ---> ip addr: 02:56:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:56:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:56:12 inet 127.0.0.1/8 scope host lo 02:56:12 valid_lft forever preferred_lft forever 02:56:12 6: eth0@if7: mtu 1458 qdisc noqueue state UP 02:56:12 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 02:56:12 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 02:56:12 valid_lft forever preferred_lft forever 02:56:12 02:56:12 02:56:12 ---> sar -b -r -n DEV: 02:56:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/21/20 _x86_64_ (4 CPU) 02:56:12 02:56:12 02:48:47 LINUX RESTART 02:56:12 02:56:12 02:50:02 tps rtps wtps bread/s bwrtn/s 02:56:12 02:51:01 8.82 1.59 7.23 103.82 230.44 02:56:12 02:52:01 0.32 0.00 0.32 0.00 4.46 02:56:12 02:53:01 0.27 0.00 0.27 0.00 3.76 02:56:12 02:54:01 0.23 0.00 0.23 0.00 2.96 02:56:12 02:55:01 0.25 0.00 0.25 0.00 3.50 02:56:12 02:56:02 104.14 67.10 37.04 5356.76 16280.35 02:56:12 Average: 19.04 11.48 7.56 912.67 2762.27 02:56:12 02:56:12 02:50:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:56:12 02:51:01 165664 1715892 91.20 2620 1169492 1134460 38.72 392560 1162256 20 02:56:12 02:52:01 173924 1707632 90.76 2620 1169496 1066992 36.41 389904 1157492 12 02:56:12 02:53:01 173088 1708468 90.80 2620 1169504 1067224 36.42 390884 1157492 20 02:56:12 02:54:01 172696 1708860 90.82 2620 1169504 1067056 36.42 394072 1154932 12 02:56:12 02:55:01 169880 1711676 90.97 2620 1169512 1067164 36.42 399456 1152884 8 02:56:12 02:56:02 147768 1733788 92.15 2620 1111220 1265744 43.20 442452 1087020 82200 02:56:12 Average: 167170 1714386 91.12 2620 1159788 1111440 37.93 401555 1145346 13712 02:56:12 02:56:12 02:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 02:56:12 02:51:01 eth0 29.53 26.57 38.83 42.67 0.00 0.00 0.00 02:56:12 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 02:51:01 docker0 8.53 6.46 1.25 18.40 0.00 0.00 0.00 02:56:12 02:52:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 02:56:12 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 02:53:01 eth0 1.23 0.68 0.57 0.37 0.00 0.00 0.00 02:56:12 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 02:54:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 02:56:12 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 02:55:01 eth0 0.23 0.22 0.08 0.07 0.00 0.00 0.00 02:56:12 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 02:56:02 eth0 71.31 52.25 2328.98 10.28 0.00 0.00 0.00 02:56:12 02:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 02:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 Average: eth0 17.15 13.28 395.89 8.82 0.00 0.00 0.00 02:56:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:12 Average: docker0 1.40 1.06 0.21 3.03 0.00 0.00 0.00 02:56:12 02:56:12 02:56:12 ---> sar -P ALL: 02:56:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/21/20 _x86_64_ (4 CPU) 02:56:12 02:56:12 02:48:47 LINUX RESTART 02:56:12 02:56:12 02:50:02 CPU %user %nice %system %iowait %steal %idle 02:56:12 02:51:01 all 1.43 0.00 0.65 0.06 1.10 96.75 02:56:12 02:51:01 0 1.43 0.00 0.70 0.00 1.19 96.69 02:56:12 02:51:01 1 1.31 0.00 0.63 0.15 0.92 96.99 02:56:12 02:51:01 2 1.70 0.00 0.76 0.03 1.10 96.40 02:56:12 02:51:01 3 1.27 0.00 0.53 0.05 1.19 96.96 02:56:12 02:52:01 all 0.15 0.00 0.06 0.00 0.08 99.72 02:56:12 02:52:01 0 0.05 0.00 0.05 0.00 0.07 99.83 02:56:12 02:52:01 1 0.45 0.00 0.07 0.00 0.12 99.37 02:56:12 02:52:01 2 0.05 0.00 0.07 0.00 0.08 99.80 02:56:12 02:52:01 3 0.03 0.00 0.03 0.00 0.05 99.88 02:56:12 02:53:01 all 0.12 0.00 0.03 0.00 0.28 99.57 02:56:12 02:53:01 0 0.02 0.00 0.02 0.00 0.08 99.88 02:56:12 02:53:01 1 0.37 0.00 0.05 0.00 0.52 99.07 02:56:12 02:53:01 2 0.03 0.00 0.05 0.00 0.28 99.63 02:56:12 02:53:01 3 0.05 0.00 0.03 0.00 0.27 99.65 02:56:12 02:54:01 all 0.13 0.00 0.03 0.00 0.05 99.80 02:56:12 02:54:01 0 0.05 0.00 0.07 0.00 0.03 99.85 02:56:12 02:54:01 1 0.42 0.00 0.03 0.00 0.05 99.50 02:56:12 02:54:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:56:12 02:54:01 3 0.02 0.00 0.00 0.00 0.08 99.90 02:56:12 02:55:01 all 0.12 0.00 0.03 0.00 0.12 99.72 02:56:12 02:55:01 0 0.02 0.00 0.05 0.00 0.10 99.83 02:56:12 02:55:01 1 0.37 0.00 0.02 0.00 0.18 99.43 02:56:12 02:55:01 2 0.05 0.00 0.03 0.00 0.13 99.78 02:56:12 02:55:01 3 0.05 0.00 0.05 0.00 0.07 99.83 02:56:12 02:56:02 all 4.29 0.00 2.50 1.53 3.49 88.19 02:56:12 02:56:02 0 3.66 0.00 2.80 0.97 3.34 89.23 02:56:12 02:56:02 1 4.23 0.00 2.32 1.18 3.52 88.75 02:56:12 02:56:02 2 5.44 0.00 2.58 2.58 3.58 85.82 02:56:12 02:56:02 3 3.85 0.00 2.23 1.38 3.54 88.99 02:56:12 Average: all 1.03 0.00 0.55 0.26 0.85 97.31 02:56:12 Average: 0 0.86 0.00 0.61 0.16 0.79 97.58 02:56:12 Average: 1 1.18 0.00 0.52 0.22 0.88 97.20 02:56:12 Average: 2 1.21 0.00 0.58 0.43 0.86 96.92 02:56:12 Average: 3 0.87 0.00 0.47 0.24 0.86 97.56 02:56:12 02:56:12 02:56:12