Pull request #567 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 hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 845e8c422c832060357d592ef2f6e1169f8809d8+ce316cea3dee80a2f116041d01b56dbf0103bc38 (2f71107d8dee71701bd49349d2d5f4fea74e1d41) 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-358 in /w/workspace/dgexfoundry_device-sdk-go_PR-567 [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-567 # 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/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 845e8c422c832060357d592ef2f6e1169f8809d8 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/567/head:refs/remotes/origin/PR-567 # 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/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 845e8c422c832060357d592ef2f6e1169f8809d8 Checking out Revision 845e8c422c832060357d592ef2f6e1169f8809d8 (PR-567) > git config core.sparsecheckout # timeout=10 > git checkout -f 845e8c422c832060357d592ef2f6e1169f8809d8 # 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 ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 845e8c422c832060357d592ef2f6e1169f8809d8 # timeout=10 Commit message: "fix/update requested changes in PR" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:25:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 03551c82b4312be6d3fe975ad78a986bdee11fd7 # timeout=10 04:25:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:25:27 ========================================================= 04:25:27 EdgeX Global Pipelines Version Info 04:25:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:25:29 ------------------- 04:25:29 stable info: 04:25:29 ------------------- 04:25:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:25:29 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:25:29 Message: update stable to v1.0.106 04:25:30 ------------------- 04:25:30 experimental info: 04:25:30 ------------------- 04:25:30 Commited By: **** collab-it+edgex@linuxfoundation.org 04:25:30 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:25:30 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:25:32 + git log --format=format:%s -1 845e8c422c832060357d592ef2f6e1169f8809d8 [Pipeline] echo 04:25:33 GIT_COMMIT: 845e8c422c832060357d592ef2f6e1169f8809d8, Commit Message: fix/update requested changes in PR [Pipeline] echo 04:25:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:25:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:25:34 04:25:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:25:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:25:35 latest: Pulling from edgex-devops/git-semver 04:25:35 31603596830f: Pulling fs layer 04:25:35 2a8b12db71e7: Pulling fs layer 04:25:35 6ca5941a6612: Pulling fs layer 04:25:35 ecc8261a40a4: Pulling fs layer 04:25:35 ecc8261a40a4: Waiting 04:25:35 2a8b12db71e7: Download complete 04:25:35 31603596830f: Verifying Checksum 04:25:35 31603596830f: Download complete 04:25:36 ecc8261a40a4: Verifying Checksum 04:25:36 ecc8261a40a4: Download complete 04:25:36 6ca5941a6612: Verifying Checksum 04:25:36 6ca5941a6612: Download complete 04:25:37 31603596830f: Pull complete 04:25:37 2a8b12db71e7: Pull complete 04:25:38 6ca5941a6612: Pull complete 04:25:38 ecc8261a40a4: Pull complete 04:25:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:25:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:25:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:25:39 prd-centos7-docker-4c-2g-358 does not seem to be running inside a container 04:25:39 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-567 -v /w/workspace/dgexfoundry_device-sdk-go_PR-567:/w/workspace/dgexfoundry_device-sdk-go_PR-567:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-567@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:25:41 $ docker top fc340d0793f1613e5df5ae8d7e9a4e20eb29d9302201c14909bad910497339d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:25:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:25:41 [ssh-agent] Looking for ssh-agent implementation... 04:25:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:25:43 $ docker exec fc340d0793f1613e5df5ae8d7e9a4e20eb29d9302201c14909bad910497339d0 ssh-agent 04:25:43 SSH_AUTH_SOCK=/tmp/ssh-lm0e4vJaMIcp/agent.12 04:25:43 SSH_AGENT_PID=17 04:25:43 Running ssh-add (command line suppressed) 04:25:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/private_key_213279802508598018.key (/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/private_key_213279802508598018.key) 04:25:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:25:44 + git describe --exact-match --tags HEAD 04:25:44 fatal: No names found, cannot describe anything. [Pipeline] } 04:25:44 $ docker exec --env ******** --env ******** fc340d0793f1613e5df5ae8d7e9a4e20eb29d9302201c14909bad910497339d0 ssh-agent -k 04:25:44 unset SSH_AUTH_SOCK; 04:25:44 unset SSH_AGENT_PID; 04:25:44 echo Agent pid 17 killed; 04:25:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:25:44 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:25:44 This usually means this commit has not been tagged. [Pipeline] sshagent 04:25:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:25:44 [ssh-agent] Looking for ssh-agent implementation... 04:25:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:25:45 $ docker exec fc340d0793f1613e5df5ae8d7e9a4e20eb29d9302201c14909bad910497339d0 ssh-agent 04:25:45 SSH_AUTH_SOCK=/tmp/ssh-2soifeXRXRXS/agent.46 04:25:45 SSH_AGENT_PID=51 04:25:45 Running ssh-add (command line suppressed) 04:25:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/private_key_2270849860787372424.key (/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/private_key_2270849860787372424.key) 04:25:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:25:46 + git semver init 04:25:46 # -> Open(): unable to determine branch for HEAD 04:25:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-567/.git 04:25:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-567 04:25:46 # $SEMVER_REMOTE_NAME = origin 04:25:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:25:46 # $SEMVER_USER_NAME = edgex-jenkins 04:25:46 # $SEMVER_BRANCH = PR-567 04:25:46 # $SEMVER_TEMP = /tmp/semver-137261511 04:25:46 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:25:47 # '/tmp/semver-137261511' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-567/.semver' 04:25:47 # -> Force: false 04:25:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-567/.semver [Pipeline] } 04:25:47 $ docker exec --env ******** --env ******** fc340d0793f1613e5df5ae8d7e9a4e20eb29d9302201c14909bad910497339d0 ssh-agent -k 04:25:47 unset SSH_AUTH_SOCK; 04:25:47 unset SSH_AGENT_PID; 04:25:47 echo Agent pid 51 killed; 04:25:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:25:48 + git semver [Pipeline] } 04:25:48 $ docker stop --time=1 fc340d0793f1613e5df5ae8d7e9a4e20eb29d9302201c14909bad910497339d0 04:25:49 $ docker rm -f fc340d0793f1613e5df5ae8d7e9a4e20eb29d9302201c14909bad910497339d0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:25:51 Stashed 28 file(s) [Pipeline] echo 04:25:51 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 04:25:51 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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 04:26:07 Still waiting to schedule task 04:26:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:26:07 Still waiting to schedule task 04:26:07 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-357’ 04:28:24 Running on prd-centos7-docker-4c-2g-360 in /w/workspace/dgexfoundry_device-sdk-go_PR-567 [Pipeline] { [Pipeline] ws 04:28:24 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 04:28:27 using credential edgex-jenkins-ssh 04:28:27 Cloning the remote Git repository 04:28:27 Cloning with configured refspecs honoured and without tags 04:28:27 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:28:27 > git init /w/workspace/device-sdk-go/2 # timeout=10 04:28:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:28:27 > git --version # timeout=10 04:28:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:28:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:28:28 Fetching without tags 04:28:28 Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 845e8c422c832060357d592ef2f6e1169f8809d8 04:28:28 Merge succeeded, producing 845e8c422c832060357d592ef2f6e1169f8809d8 04:28:28 Checking out Revision 845e8c422c832060357d592ef2f6e1169f8809d8 (PR-567) 04:28:28 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:28:28 > git config --add remote.origin.fetch +refs/pull/567/head:refs/remotes/origin/PR-567 # timeout=10 04:28:28 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:28:28 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:28:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:28:28 using GIT_SSH to set credentials SSH Credentials for GitHub 04:28:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:28:28 > git config core.sparsecheckout # timeout=10 04:28:28 > git checkout -f 845e8c422c832060357d592ef2f6e1169f8809d8 # timeout=10 04:28:28 > git remote # timeout=10 04:28:28 > git config --get remote.origin.url # timeout=10 04:28:28 using GIT_SSH to set credentials SSH Credentials for GitHub 04:28:28 > git merge ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 04:28:28 > git rev-parse HEAD^{commit} # timeout=10 04:28:28 > git config core.sparsecheckout # timeout=10 04:28:28 > git checkout -f 845e8c422c832060357d592ef2f6e1169f8809d8 # timeout=10 04:28:32 Commit message: "fix/update requested changes in PR" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:28:33 ========================================================= 04:28:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:28:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:28:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:28:34 Sending build context to Docker daemon 3.09MB 04:28:34 Step 1/8 : ARG BASE=golang:1.13-alpine 04:28:34 Step 2/8 : FROM ${BASE} 04:28:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:28:34 df20fa9351a1: Pulling fs layer 04:28:34 ed8968b2872e: Pulling fs layer 04:28:34 a92cc7c5fd73: Pulling fs layer 04:28:34 2dd03ba5bac4: Pulling fs layer 04:28:34 1e091d79d1de: Pulling fs layer 04:28:34 481702a1767f: Pulling fs layer 04:28:34 f64a6f60c768: Pulling fs layer 04:28:34 e78d2573fc39: Pulling fs layer 04:28:34 e876d2f968b6: Pulling fs layer 04:28:34 ce8a83651883: Pulling fs layer 04:28:34 07967f4d0e4b: Pulling fs layer 04:28:34 2dd03ba5bac4: Waiting 04:28:34 1e091d79d1de: Waiting 04:28:34 481702a1767f: Waiting 04:28:34 f64a6f60c768: Waiting 04:28:34 ce8a83651883: Waiting 04:28:34 e78d2573fc39: Waiting 04:28:34 07967f4d0e4b: Waiting 04:28:34 a92cc7c5fd73: Verifying Checksum 04:28:34 a92cc7c5fd73: Download complete 04:28:34 ed8968b2872e: Verifying Checksum 04:28:34 ed8968b2872e: Download complete 04:28:34 1e091d79d1de: Verifying Checksum 04:28:34 1e091d79d1de: Download complete 04:28:34 481702a1767f: Verifying Checksum 04:28:34 481702a1767f: Download complete 04:28:34 df20fa9351a1: Download complete 04:28:35 df20fa9351a1: Pull complete 04:28:35 f64a6f60c768: Download complete 04:28:35 e876d2f968b6: Verifying Checksum 04:28:35 e876d2f968b6: Download complete 04:28:36 2dd03ba5bac4: Verifying Checksum 04:28:36 2dd03ba5bac4: Download complete 04:28:36 07967f4d0e4b: Verifying Checksum 04:28:36 07967f4d0e4b: Download complete 04:28:36 ce8a83651883: Verifying Checksum 04:28:36 ce8a83651883: Download complete 04:28:36 e78d2573fc39: Verifying Checksum 04:28:36 e78d2573fc39: Download complete 04:28:36 ed8968b2872e: Pull complete 04:28:37 a92cc7c5fd73: Pull complete 04:28:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-359 in /w/workspace/dgexfoundry_device-sdk-go_PR-567 [Pipeline] { [Pipeline] ws 04:28:43 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 04:28:43 2dd03ba5bac4: Pull complete 04:28:43 1e091d79d1de: Pull complete 04:28:43 481702a1767f: Pull complete 04:28:47 f64a6f60c768: Pull complete 04:28:48 using credential edgex-jenkins-ssh 04:28:48 Cloning the remote Git repository 04:28:48 Cloning with configured refspecs honoured and without tags 04:28:48 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:28:48 > git init /w/workspace/device-sdk-go/2 # timeout=10 04:28:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:28:48 > git --version # timeout=10 04:28:48 using GIT_SSH to set credentials SSH Credentials for GitHub 04:28:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:28:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:28:49 > git config --add remote.origin.fetch +refs/pull/567/head:refs/remotes/origin/PR-567 # timeout=10 04:28:49 Fetching without tags 04:28:50 Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 845e8c422c832060357d592ef2f6e1169f8809d8 04:28:50 Merge succeeded, producing 845e8c422c832060357d592ef2f6e1169f8809d8 04:28:50 Checking out Revision 845e8c422c832060357d592ef2f6e1169f8809d8 (PR-567) 04:28:49 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:28:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:28:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:28:49 using GIT_SSH to set credentials SSH Credentials for GitHub 04:28:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:28:50 > git config core.sparsecheckout # timeout=10 04:28:50 > git checkout -f 845e8c422c832060357d592ef2f6e1169f8809d8 # timeout=10 04:28:50 > git remote # timeout=10 04:28:50 > git config --get remote.origin.url # timeout=10 04:28:50 using GIT_SSH to set credentials SSH Credentials for GitHub 04:28:50 > git merge ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 04:28:50 > git rev-parse HEAD^{commit} # timeout=10 04:28:50 > git config core.sparsecheckout # timeout=10 04:28:50 > git checkout -f 845e8c422c832060357d592ef2f6e1169f8809d8 # timeout=10 04:28:51 e78d2573fc39: Pull complete 04:28:51 e876d2f968b6: Pull complete 04:28:52 ce8a83651883: Pull complete 04:28:52 07967f4d0e4b: Pull complete 04:28:52 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:28:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:28:52 ---> 5d7c900382c6 04:28:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:28:53 ---> Running in ff7ecc1c5810 04:28:53 Removing intermediate container ff7ecc1c5810 04:28:53 ---> b82bbf7ee617 04:28:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:28:53 ---> Running in 15c2ab3d9df1 04:28:54 Commit message: "fix/update requested changes in PR" 04:28:55 Removing intermediate container 15c2ab3d9df1 04:28:55 ---> 081fc261b596 04:28:55 Step 5/8 : RUN apk add --no-cache make git 04:28:55 ---> Running in 00dfce9fb959 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:28:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo 04:28:55 ========================================================= 04:28:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:28:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:28:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:28:56 OK: 166 MiB in 39 packages 04:28:57 + 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 . 04:28:57 Removing intermediate container 00dfce9fb959 04:28:57 ---> 05cbb9802e9c 04:28:57 Step 6/8 : WORKDIR /device-sdk-go 04:28:57 ---> Running in 771c96f286e4 04:28:57 Removing intermediate container 771c96f286e4 04:28:57 ---> c4f03edfe618 04:28:57 Step 7/8 : COPY . . 04:28:58 Sending build context to Docker daemon 3.09MB 04:28:58 Step 1/8 : ARG BASE=golang:1.13-alpine 04:28:58 Step 2/8 : FROM ${BASE} 04:28:58 ---> 26e25f6431d2 04:28:58 Step 8/8 : RUN go mod download 04:28:58 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:28:58 b538f80385f9: Pulling fs layer 04:28:58 74f711af9a0d: Pulling fs layer 04:28:58 99f96fe45779: Pulling fs layer 04:28:58 fd7a069fd194: Pulling fs layer 04:28:58 66aa3694b03b: Pulling fs layer 04:28:58 170f70906a0f: Pulling fs layer 04:28:58 ad7c5574e4b9: Pulling fs layer 04:28:58 e772456be8f7: Pulling fs layer 04:28:58 c890913d741a: Pulling fs layer 04:28:58 2480fcc9aa5a: Pulling fs layer 04:28:58 09adf4765672: Pulling fs layer 04:28:58 66aa3694b03b: Waiting 04:28:58 170f70906a0f: Waiting 04:28:58 ad7c5574e4b9: Waiting 04:28:58 e772456be8f7: Waiting 04:28:58 c890913d741a: Waiting 04:28:58 2480fcc9aa5a: Waiting 04:28:58 09adf4765672: Waiting 04:28:58 fd7a069fd194: Waiting 04:28:58 99f96fe45779: Verifying Checksum 04:28:58 99f96fe45779: Download complete 04:28:58 74f711af9a0d: Verifying Checksum 04:28:58 74f711af9a0d: Download complete 04:28:58 66aa3694b03b: Verifying Checksum 04:28:58 66aa3694b03b: Download complete 04:28:58 170f70906a0f: Verifying Checksum 04:28:58 170f70906a0f: Download complete 04:28:58 ---> Running in 25b8d13129e7 04:28:58 b538f80385f9: Verifying Checksum 04:28:59 b538f80385f9: Pull complete 04:28:59 74f711af9a0d: Pull complete 04:28:59 go: finding github.com/BurntSushi/toml v0.3.1 04:29:00 go: finding github.com/OneOfOne/xxhash v1.2.6 04:29:00 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:29:00 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:29:00 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:29:00 go: finding github.com/bgentry/speakeasy v0.1.0 04:29:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:29:00 go: finding github.com/davecgh/go-spew v1.1.1 04:29:00 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:29:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:29:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:29:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:29:00 99f96fe45779: Pull complete 04:29:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:29:00 go: finding github.com/fatih/color v1.7.0 04:29:00 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:29:00 go: finding github.com/go-kit/kit v0.8.0 04:29:00 go: finding github.com/go-logfmt/logfmt v0.4.0 04:29:00 go: finding github.com/go-stack/stack v1.8.0 04:29:00 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:29:00 go: finding github.com/google/uuid v1.1.0 04:29:00 go: finding github.com/gorilla/mux v1.7.1 04:29:00 go: finding github.com/hashicorp/consul/api v1.1.0 04:29:00 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:29:00 go: finding github.com/hashicorp/errwrap v1.0.0 04:29:00 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:29:00 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:29:00 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:29:00 go: finding github.com/hashicorp/go-multierror v1.0.0 04:29:00 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:29:00 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:29:00 go: finding github.com/hashicorp/go-syslog v1.0.0 04:29:00 go: finding github.com/hashicorp/go-uuid v1.0.1 04:29:00 go: finding github.com/hashicorp/go.net v0.0.1 04:29:00 go: finding github.com/hashicorp/golang-lru v0.5.0 04:29:00 go: finding github.com/hashicorp/logutils v1.0.0 04:29:01 go: finding github.com/hashicorp/mdns v1.0.0 04:29:01 go: finding github.com/hashicorp/memberlist v0.1.3 04:29:01 go: finding github.com/hashicorp/serf v0.8.2 04:29:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:29:01 go: finding github.com/mattn/go-colorable v0.0.9 04:29:01 go: finding github.com/mattn/go-isatty v0.0.3 04:29:01 go: finding github.com/miekg/dns v1.0.14 04:29:01 go: finding github.com/mitchellh/cli v1.0.0 04:29:01 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:29:01 go: finding github.com/mitchellh/copystructure v1.0.0 04:29:01 go: finding github.com/mitchellh/go-homedir v1.0.0 04:29:01 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:29:01 ad7c5574e4b9: Verifying Checksum 04:29:01 ad7c5574e4b9: Download complete 04:29:01 c890913d741a: Verifying Checksum 04:29:01 c890913d741a: Download complete 04:29:01 go: finding github.com/mitchellh/gox v0.4.0 04:29:01 go: finding github.com/mitchellh/iochan v1.0.0 04:29:01 go: finding github.com/mitchellh/mapstructure v1.1.2 04:29:01 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:29:01 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:29:01 go: finding github.com/pelletier/go-toml v1.2.0 04:29:01 go: finding github.com/pkg/errors v0.8.1 04:29:01 go: finding github.com/pmezard/go-difflib v1.0.0 04:29:01 go: finding github.com/posener/complete v1.1.1 04:29:01 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:29:01 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:29:01 go: finding github.com/stretchr/objx v0.1.0 04:29:01 go: finding github.com/stretchr/testify v1.5.1 04:29:01 go: finding github.com/ugorji/go v1.1.4 04:29:01 go: finding github.com/x448/float16 v0.8.4 04:29:01 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:29:01 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 04:29:01 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:29:01 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:29:01 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 04:29:01 go: finding gopkg.in/yaml.v2 v2.2.8 04:29:03 2480fcc9aa5a: Download complete 04:29:03 09adf4765672: Verifying Checksum 04:29:03 09adf4765672: Download complete 04:29:03 e772456be8f7: Verifying Checksum 04:29:03 e772456be8f7: Download complete 04:29:04 fd7a069fd194: Verifying Checksum 04:29:04 fd7a069fd194: Download complete 04:29:09 Removing intermediate container 25b8d13129e7 04:29:09 ---> 644a084d1af2 04:29:09 Successfully built 644a084d1af2 04:29:09 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 04:29:10 + docker inspect -f . ci-base-image-x86_64 04:29:10 . [Pipeline] withDockerContainer 04:29:10 prd-centos7-docker-4c-2g-360 does not seem to be running inside a container 04:29:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:29:11 $ docker top 63bf12b8206463218e9af1ce066bc97d132386aa19789c0c3652b537cec55a54 -eo pid,comm [Pipeline] { [Pipeline] sh 04:29:12 + go version 04:29:12 go version go1.13.13 linux/amd64 [Pipeline] sh 04:29:12 + make test 04:29:12 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:29:13 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:29:16 fd7a069fd194: Pull complete 04:29:16 66aa3694b03b: Pull complete 04:29:16 170f70906a0f: Pull complete 04:29:20 ad7c5574e4b9: Pull complete 04:29:23 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:29:23 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:29:23 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:29:23 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.006s coverage: 22.1% of statements 04:29:24 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.041s coverage: 95.7% of statements 04:29:24 e772456be8f7: Pull complete 04:29:24 c890913d741a: Pull complete 04:29:27 2480fcc9aa5a: Pull complete 04:29:27 09adf4765672: Pull complete 04:29:27 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:29:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:29:27 ---> 2248a725d1cf 04:29:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:29:33 ---> Running in bf9caed21611 04:29:33 Removing intermediate container bf9caed21611 04:29:33 ---> 27fe7fb983c8 04:29:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:29:33 ---> Running in e8b15e990960 04:29:35 Removing intermediate container e8b15e990960 04:29:35 ---> f158c45fdc4f 04:29:35 Step 5/8 : RUN apk add --no-cache make git 04:29:36 ---> Running in 9335eea0f30f 04:29:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:29:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:29:39 OK: 142 MiB in 39 packages 04:29:40 Removing intermediate container 9335eea0f30f 04:29:40 ---> 9df12172a95b 04:29:40 Step 6/8 : WORKDIR /device-sdk-go 04:29:40 ---> Running in 352c2fe94a66 04:29:40 Removing intermediate container 352c2fe94a66 04:29:40 ---> a8c2b5a594c7 04:29:40 Step 7/8 : COPY . . 04:29:42 ---> 25ffa6bd0010 04:29:42 Step 8/8 : RUN go mod download 04:29:42 ---> Running in fd81a7cea5c3 04:29:44 go: finding github.com/BurntSushi/toml v0.3.1 04:29:44 go: finding github.com/OneOfOne/xxhash v1.2.6 04:29:44 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:29:44 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:29:44 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:29:44 go: finding github.com/bgentry/speakeasy v0.1.0 04:29:44 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:29:44 go: finding github.com/davecgh/go-spew v1.1.1 04:29:44 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:29:44 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:29:44 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:29:44 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:29:44 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:29:44 go: finding github.com/fatih/color v1.7.0 04:29:45 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:29:45 go: finding github.com/go-kit/kit v0.8.0 04:29:45 go: finding github.com/go-logfmt/logfmt v0.4.0 04:29:45 go: finding github.com/go-stack/stack v1.8.0 04:29:45 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:29:45 go: finding github.com/google/uuid v1.1.0 04:29:45 go: finding github.com/gorilla/mux v1.7.1 04:29:45 go: finding github.com/hashicorp/consul/api v1.1.0 04:29:45 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:29:45 go: finding github.com/hashicorp/errwrap v1.0.0 04:29:45 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:29:45 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:29:45 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:29:45 go: finding github.com/hashicorp/go-multierror v1.0.0 04:29:45 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:29:45 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:29:45 go: finding github.com/hashicorp/go-syslog v1.0.0 04:29:45 go: finding github.com/hashicorp/go-uuid v1.0.1 04:29:45 go: finding github.com/hashicorp/go.net v0.0.1 04:29:45 go: finding github.com/hashicorp/golang-lru v0.5.0 04:29:45 go: finding github.com/hashicorp/logutils v1.0.0 04:29:45 go: finding github.com/hashicorp/mdns v1.0.0 04:29:45 go: finding github.com/hashicorp/memberlist v0.1.3 04:29:45 go: finding github.com/hashicorp/serf v0.8.2 04:29:45 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:29:45 go: finding github.com/mattn/go-colorable v0.0.9 04:29:45 go: finding github.com/mattn/go-isatty v0.0.3 04:29:45 go: finding github.com/miekg/dns v1.0.14 04:29:45 go: finding github.com/mitchellh/cli v1.0.0 04:29:45 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:29:45 go: finding github.com/mitchellh/copystructure v1.0.0 04:29:45 go: finding github.com/mitchellh/go-homedir v1.0.0 04:29:45 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:29:46 go: finding github.com/mitchellh/gox v0.4.0 04:29:46 go: finding github.com/mitchellh/iochan v1.0.0 04:29:46 go: finding github.com/mitchellh/mapstructure v1.1.2 04:29:46 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:29:46 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:29:46 go: finding github.com/pelletier/go-toml v1.2.0 04:29:46 go: finding github.com/pkg/errors v0.8.1 04:29:46 go: finding github.com/pmezard/go-difflib v1.0.0 04:29:46 go: finding github.com/posener/complete v1.1.1 04:29:46 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:29:46 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:29:46 go: finding github.com/stretchr/objx v0.1.0 04:29:46 go: finding github.com/stretchr/testify v1.5.1 04:29:46 go: finding github.com/ugorji/go v1.1.4 04:29:46 go: finding github.com/x448/float16 v0.8.4 04:29:46 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:29:46 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 04:29:46 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:29:46 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:29:46 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 04:29:46 go: finding gopkg.in/yaml.v2 v2.2.8 04:29:56 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.007s coverage: 8.6% of statements 04:29:56 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.008s coverage: 21.7% of statements 04:29:56 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 04:29:56 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.099s coverage: 36.9% of statements 04:29:56 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 04:29:56 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.358s coverage: 65.2% of statements 04:29:56 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 04:29:56 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 04:29:56 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 04:29:56 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.014s coverage: 52.6% of statements 04:29:56 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.108s coverage: 68.9% of statements 04:29:56 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 04:29:56 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 04:29:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:29:56 gofmt -l . 04:29:56 [ "`gofmt -l .`" = "" ] 04:29:56 ./bin/test-attribution-txt.sh 04:29:56 Removing intermediate container fd81a7cea5c3 04:29:56 ---> 536da16fd499 04:29:56 Successfully built 536da16fd499 04:29:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:29:57 ./bin/test-go-mod-tidy.sh 04:29:57 + docker inspect -f . ci-base-image-arm64 04:29:57 . [Pipeline] withDockerContainer 04:29:57 prd-ubuntu18.04-docker-arm64-4c-16g-359 does not seem to be running inside a container 04:29:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:29:59 $ docker top 8fd6f69e281fd5bd2989c1bc041c7b1a9dd04675af1e69caca1daa962e1b5f9d -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh 04:30:00 Stashed 1 file(s) [Pipeline] } 04:30:00 $ docker stop --time=1 63bf12b8206463218e9af1ce066bc97d132386aa19789c0c3652b537cec55a54 04:30:01 + go version 04:30:01 go version go1.13.13 linux/arm64 04:30:01 $ docker rm -f 63bf12b8206463218e9af1ce066bc97d132386aa19789c0c3652b537cec55a54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 04:30:03 + make test 04:30:03 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:30:04 ? github.com/edgexfoundry/device-sdk-go [no test files] [Pipeline] sh 04:30:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:30:05 + ls -al . 04:30:05 total 188 04:30:05 drwxrwxr-x. 11 jenkins jenkins 4096 Aug 18 04:29 . 04:30:05 drwxrwxr-x. 4 jenkins jenkins 28 Aug 18 04:28 .. 04:30:05 drwxrwxr-x. 2 jenkins jenkins 64 Aug 18 04:28 bin 04:30:05 -rw-r--r--. 1 jenkins jenkins 111701 Aug 18 04:29 coverage.out 04:30:05 -rw-rw-r--. 1 jenkins jenkins 936 Aug 18 04:28 Dockerfile.build 04:30:05 -rw-rw-r--. 1 jenkins jenkins 140 Aug 18 04:28 .dockerignore 04:30:05 drwxrwxr-x. 4 jenkins jenkins 48 Aug 18 04:28 example 04:30:05 drwxrwxr-x. 8 jenkins jenkins 179 Aug 18 04:28 .git 04:30:05 drwxrwxr-x. 2 jenkins jenkins 38 Aug 18 04:28 .github 04:30:05 -rw-rw-r--. 1 jenkins jenkins 138 Aug 18 04:28 .gitignore 04:30:05 -rw-r--r--. 1 jenkins jenkins 446 Aug 18 04:29 go.mod 04:30:05 -rw-r--r--. 1 jenkins jenkins 12179 Aug 18 04:29 go.sum 04:30:05 drwxrwxr-x. 13 jenkins jenkins 184 Aug 18 04:28 internal 04:30:05 -rw-rw-r--. 1 jenkins jenkins 808 Aug 18 04:28 Jenkinsfile 04:30:05 -rw-rw-r--. 1 jenkins jenkins 11341 Aug 18 04:28 LICENSE 04:30:05 -rw-rw-r--. 1 jenkins jenkins 892 Aug 18 04:28 Makefile 04:30:05 drwxrwxr-x. 4 jenkins jenkins 26 Aug 18 04:28 openapi 04:30:05 drwxrwxr-x. 5 jenkins jenkins 50 Aug 18 04:28 pkg 04:30:05 -rw-rw-r--. 1 jenkins jenkins 5101 Aug 18 04:28 README.md 04:30:05 -rw-rw-r--. 1 jenkins jenkins 4291 Aug 18 04:28 RELEASE-NOTES.txt 04:30:05 drwxrwxr-x. 3 jenkins jenkins 58 Aug 18 04:28 .semver 04:30:05 drwxrwxr-x. 4 jenkins jenkins 54 Aug 18 04:28 snap 04:30:05 -rw-rw-r--. 1 jenkins jenkins 5 Aug 18 04:25 VERSION 04:30:05 -rw-rw-r--. 1 jenkins jenkins 222 Aug 18 04:28 version.go [Pipeline] isUnix [Pipeline] sh 04:30:05 + 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=845e8c422c832060357d592ef2f6e1169f8809d8 --label arch=amd64 --label version=0.0.0 . 04:30:05 Sending build context to Docker daemon 3.218MB 04:30:05 Step 1/23 : ARG BASE=golang:1.13-alpine 04:30:05 Step 2/23 : FROM ${BASE} AS builder 04:30:05 ---> 644a084d1af2 04:30:05 Step 3/23 : ARG MAKE='make build' 04:30:06 ---> Running in 6bd2b2ce806b 04:30:06 Removing intermediate container 6bd2b2ce806b 04:30:06 ---> 337f9eb1457f 04:30:06 Step 4/23 : WORKDIR /device-sdk-go 04:30:06 ---> Running in 66dd6ce9daa3 04:30:06 Removing intermediate container 66dd6ce9daa3 04:30:06 ---> f5185ba60d81 04:30:06 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:30:06 ---> Running in 371f202519c5 04:30:06 Removing intermediate container 371f202519c5 04:30:06 ---> 82d72ce65007 04:30:06 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:30:06 ---> Running in fb43df2713da 04:30:07 Removing intermediate container fb43df2713da 04:30:07 ---> f8b4972c43f8 04:30:07 Step 7/23 : RUN apk add --update --no-cache make git 04:30:07 ---> Running in 3cb755b6b508 04:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:30:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:30:09 OK: 166 MiB in 39 packages 04:30:09 Removing intermediate container 3cb755b6b508 04:30:09 ---> 11851252e1f1 04:30:09 Step 8/23 : COPY . . 04:30:10 ---> 9d16baa18cc4 04:30:10 Step 9/23 : RUN ${MAKE} 04:30:10 ---> Running in 26ad8ef22879 04:30:11 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 04:30:19 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:30:20 Removing intermediate container 26ad8ef22879 04:30:20 ---> 08cf87f75a21 04:30:20 Step 10/23 : FROM scratch 04:30:20 ---> 04:30:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:30:20 ---> Running in 5792bb0960a3 04:30:20 Removing intermediate container 5792bb0960a3 04:30:20 ---> e325b964e4b7 04:30:20 Step 12/23 : ENV APP_PORT=49990 04:30:20 ---> Running in c3792ee1432a 04:30:21 Removing intermediate container c3792ee1432a 04:30:21 ---> 51afa83c2296 04:30:21 Step 13/23 : EXPOSE $APP_PORT 04:30:21 ---> Running in efc2ab84e38a 04:30:21 Removing intermediate container efc2ab84e38a 04:30:21 ---> 160f492ce508 04:30:21 Step 14/23 : WORKDIR / 04:30:21 ---> Running in 45f530516a29 04:30:21 Removing intermediate container 45f530516a29 04:30:21 ---> 2965066d4af7 04:30:21 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:30:21 ---> 41f6d80b9dc4 04:30:21 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:30:22 ---> 8097dcc75d77 04:30:22 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:30:22 ---> a3c7a2100d45 04:30:22 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:30:22 ---> 83292cbc122a 04:30:22 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:30:22 ---> 9395b03ba7b5 04:30:22 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:30:22 ---> Running in 2f786124ab8d 04:30:23 Removing intermediate container 2f786124ab8d 04:30:23 ---> e4a6470c96a7 04:30:23 Step 21/23 : LABEL arch=amd64 04:30:23 ---> Running in a0b3e3e74977 04:30:23 Removing intermediate container a0b3e3e74977 04:30:23 ---> 228730cafa76 04:30:23 Step 22/23 : LABEL git_sha=845e8c422c832060357d592ef2f6e1169f8809d8 04:30:23 ---> Running in 32bd515ea64e 04:30:23 Removing intermediate container 32bd515ea64e 04:30:23 ---> f0635f6deab0 04:30:23 Step 23/23 : LABEL version=0.0.0 04:30:23 ---> Running in b7eb70ed86fa 04:30:23 Removing intermediate container b7eb70ed86fa 04:30:23 ---> 3da5a1728454 04:30:23 [Warning] One or more build-args [ARCH] were not consumed 04:30:23 Successfully built 3da5a1728454 04:30:23 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] } 04:30:30 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:30:30 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:30:30 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:30:32 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.047s coverage: 22.1% of statements 04:30:35 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.196s coverage: 95.7% of statements 04:31:07 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.017s coverage: 8.6% of statements 04:31:07 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.019s coverage: 21.7% of statements 04:31:07 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 04:31:07 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.153s coverage: 36.9% of statements 04:31:07 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 04:31:07 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.592s coverage: 65.2% of statements 04:31:07 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 04:31:07 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 04:31:07 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 04:31:07 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.048s coverage: 52.6% of statements 04:31:07 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.330s coverage: 68.9% of statements 04:31:07 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 04:31:07 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 04:31:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:31:11 gofmt -l . 04:31:11 [ "`gofmt -l .`" = "" ] 04:31:11 ./bin/test-attribution-txt.sh 04:31:12 ./bin/test-go-mod-tidy.sh [Pipeline] stash 04:31:12 Warning: overwriting stash ‘coverage-report’ 04:31:13 Stashed 1 file(s) [Pipeline] } 04:31:13 $ docker stop --time=1 8fd6f69e281fd5bd2989c1bc041c7b1a9dd04675af1e69caca1daa962e1b5f9d 04:31:15 $ docker rm -f 8fd6f69e281fd5bd2989c1bc041c7b1a9dd04675af1e69caca1daa962e1b5f9d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:31:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:31:17 + ls -al . 04:31:17 total 228 04:31:17 drwxrwxr-x 11 jenkins jenkins 4096 Aug 18 04:31 . 04:31:17 drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 04:28 .. 04:31:17 -rw-rw-r-- 1 jenkins jenkins 140 Aug 18 04:28 .dockerignore 04:31:17 drwxrwxr-x 8 jenkins jenkins 4096 Aug 18 04:28 .git 04:31:17 drwxrwxr-x 2 jenkins jenkins 4096 Aug 18 04:28 .github 04:31:17 -rw-rw-r-- 1 jenkins jenkins 138 Aug 18 04:28 .gitignore 04:31:17 drwxrwxr-x 3 jenkins jenkins 4096 Aug 18 04:28 .semver 04:31:17 -rw-rw-r-- 1 jenkins jenkins 936 Aug 18 04:28 Dockerfile.build 04:31:17 -rw-rw-r-- 1 jenkins jenkins 808 Aug 18 04:28 Jenkinsfile 04:31:17 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 18 04:28 LICENSE 04:31:17 -rw-rw-r-- 1 jenkins jenkins 892 Aug 18 04:28 Makefile 04:31:17 -rw-rw-r-- 1 jenkins jenkins 5101 Aug 18 04:28 README.md 04:31:17 -rw-rw-r-- 1 jenkins jenkins 4291 Aug 18 04:28 RELEASE-NOTES.txt 04:31:17 -rw-rw-r-- 1 jenkins jenkins 5 Aug 18 04:25 VERSION 04:31:17 drwxrwxr-x 2 jenkins jenkins 4096 Aug 18 04:28 bin 04:31:17 -rw-r--r-- 1 jenkins jenkins 111701 Aug 18 04:31 coverage.out 04:31:17 drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 04:28 example 04:31:17 -rw-r--r-- 1 jenkins jenkins 446 Aug 18 04:31 go.mod 04:31:17 -rw-r--r-- 1 jenkins jenkins 12179 Aug 18 04:31 go.sum 04:31:17 drwxrwxr-x 13 jenkins jenkins 4096 Aug 18 04:28 internal 04:31:17 drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 04:28 openapi 04:31:17 drwxrwxr-x 5 jenkins jenkins 4096 Aug 18 04:28 pkg 04:31:17 drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 04:28 snap 04:31:17 -rw-rw-r-- 1 jenkins jenkins 222 Aug 18 04:28 version.go [Pipeline] isUnix [Pipeline] sh 04:31:17 + 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=845e8c422c832060357d592ef2f6e1169f8809d8 --label arch=arm64 --label version=0.0.0 . 04:31:18 Sending build context to Docker daemon 3.218MB 04:31:18 Step 1/23 : ARG BASE=golang:1.13-alpine 04:31:18 Step 2/23 : FROM ${BASE} AS builder 04:31:18 ---> 536da16fd499 04:31:18 Step 3/23 : ARG MAKE='make build' 04:31:18 ---> Running in 07bb3b6e454c 04:31:18 Removing intermediate container 07bb3b6e454c 04:31:18 ---> 54f1e994079c 04:31:18 Step 4/23 : WORKDIR /device-sdk-go 04:31:18 ---> Running in 7307d0041324 04:31:19 Removing intermediate container 7307d0041324 04:31:19 ---> 40cc6b966b51 04:31:19 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:31:19 ---> Running in 6cf6d9129c95 04:31:20 Removing intermediate container 6cf6d9129c95 04:31:20 ---> 161628d5d115 04:31:20 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:31:20 ---> Running in d2e1b5b232a3 04:31:22 Removing intermediate container d2e1b5b232a3 04:31:22 ---> 0fe6256049af 04:31:22 Step 7/23 : RUN apk add --update --no-cache make git 04:31:22 ---> Running in f38fcddbdd32 04:31:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:31:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:31:25 OK: 142 MiB in 39 packages 04:31:27 Removing intermediate container f38fcddbdd32 04:31:27 ---> 1df9cb72b3e4 04:31:27 Step 8/23 : COPY . . 04:31:28 ---> 834815da16e1 04:31:28 Step 9/23 : RUN ${MAKE} 04:31:28 ---> Running in eeae1ada2886 04:31:29 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 04:31:56 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:31:56 Removing intermediate container eeae1ada2886 04:31:56 ---> 736d96d38b27 04:31:56 Step 10/23 : FROM scratch 04:31:56 ---> 04:31:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:31:56 ---> Running in 6bd8becb2a4b 04:31:56 Removing intermediate container 6bd8becb2a4b 04:31:56 ---> 8a24150553f0 04:31:56 Step 12/23 : ENV APP_PORT=49990 04:31:56 ---> Running in 3d9788ef060c 04:31:56 Removing intermediate container 3d9788ef060c 04:31:56 ---> 681a529082fd 04:31:56 Step 13/23 : EXPOSE $APP_PORT 04:31:56 ---> Running in 46cf9192771f 04:31:56 Removing intermediate container 46cf9192771f 04:31:56 ---> 06705700fba5 04:31:56 Step 14/23 : WORKDIR / 04:31:56 ---> Running in 3d5d80e4b19c 04:31:57 Removing intermediate container 3d5d80e4b19c 04:31:57 ---> 6cef97733746 04:31:57 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:31:58 ---> 5d47b71bcb21 04:31:58 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:31:59 ---> 3bc354e541a1 04:31:59 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:31:59 ---> ec9305fda84f 04:31:59 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:32:00 ---> fd3ea4492a41 04:32:00 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:32:01 ---> 58ad3914dc87 04:32:01 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:32:01 ---> Running in 608b682330b6 04:32:01 Removing intermediate container 608b682330b6 04:32:01 ---> 6222026fb822 04:32:01 Step 21/23 : LABEL arch=arm64 04:32:01 ---> Running in 65e171c87e97 04:32:02 Removing intermediate container 65e171c87e97 04:32:02 ---> ed830b0db317 04:32:02 Step 22/23 : LABEL git_sha=845e8c422c832060357d592ef2f6e1169f8809d8 04:32:02 ---> Running in eeda9409330d 04:32:03 Removing intermediate container eeda9409330d 04:32:03 ---> 9593b876de2d 04:32:03 Step 23/23 : LABEL version=0.0.0 04:32:03 ---> Running in 932a0e8a8c6a 04:32:03 Removing intermediate container 932a0e8a8c6a 04:32:03 ---> af0c970ff9f5 04:32:03 [Warning] One or more build-args [ARCH] were not consumed 04:32:03 Successfully built af0c970ff9f5 04:32:03 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 04:32:04 provisioning config files... 04:32:04 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/config7461252152316836557tmp [Pipeline] { [Pipeline] sh 04:32:05 + curl -s https://codecov.io/bash 04:32:05 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/config7461252152316836557tmp [Pipeline] } 04:32:05 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] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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 04:32:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:32:08 ---> package-listing.sh 04:32:08 ++ tr '[:upper:]' '[:lower:]' 04:32:08 ++ facter osfamily 04:32:08 + OS_FAMILY=redhat 04:32:08 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-567 04:32:08 + START_PACKAGES=/tmp/packages_start.txt 04:32:08 + END_PACKAGES=/tmp/packages_end.txt 04:32:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:32:08 + PACKAGES=/tmp/packages_start.txt 04:32:08 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-567 ']' 04:32:08 + PACKAGES=/tmp/packages_end.txt 04:32:08 + case "${OS_FAMILY}" in 04:32:08 + sort 04:32:08 + rpm -qa 04:32:13 + '[' -f /tmp/packages_start.txt ']' 04:32:13 + '[' -f /tmp/packages_end.txt ']' 04:32:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:32:13 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-567 ']' 04:32:13 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-567/archives/ 04:32:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-567/archives/ [Pipeline] isUnix [Pipeline] sh 04:32:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:32:14 04:32:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:32:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:32:14 alpine: Pulling from edgex-lftools-log-publisher 04:32:14 c9b1b535fdd9: Pulling fs layer 04:32:14 2cc5ad85d9ab: Pulling fs layer 04:32:14 756a868c4378: Pulling fs layer 04:32:14 444b2fc9a129: Pulling fs layer 04:32:14 ea15f1150254: Pulling fs layer 04:32:14 41b27a9f41bf: Pulling fs layer 04:32:14 28c525ee5125: Pulling fs layer 04:32:14 094b1ea09ed8: Pulling fs layer 04:32:14 138eaada9080: Pulling fs layer 04:32:14 0622d0fa9048: Pulling fs layer 04:32:14 444b2fc9a129: Waiting 04:32:14 ea15f1150254: Waiting 04:32:14 41b27a9f41bf: Waiting 04:32:14 28c525ee5125: Waiting 04:32:14 094b1ea09ed8: Waiting 04:32:14 138eaada9080: Waiting 04:32:14 0622d0fa9048: Waiting 04:32:15 2cc5ad85d9ab: Verifying Checksum 04:32:15 2cc5ad85d9ab: Download complete 04:32:15 444b2fc9a129: Verifying Checksum 04:32:15 444b2fc9a129: Download complete 04:32:15 ea15f1150254: Verifying Checksum 04:32:15 ea15f1150254: Download complete 04:32:15 c9b1b535fdd9: Verifying Checksum 04:32:15 c9b1b535fdd9: Download complete 04:32:15 28c525ee5125: Verifying Checksum 04:32:15 28c525ee5125: Download complete 04:32:16 756a868c4378: Verifying Checksum 04:32:16 756a868c4378: Download complete 04:32:16 c9b1b535fdd9: Pull complete 04:32:16 138eaada9080: Verifying Checksum 04:32:16 138eaada9080: Download complete 04:32:16 0622d0fa9048: Verifying Checksum 04:32:16 0622d0fa9048: Download complete 04:32:16 2cc5ad85d9ab: Pull complete 04:32:18 094b1ea09ed8: Verifying Checksum 04:32:18 094b1ea09ed8: Download complete 04:32:18 41b27a9f41bf: Verifying Checksum 04:32:18 41b27a9f41bf: Download complete 04:32:19 756a868c4378: Pull complete 04:32:19 444b2fc9a129: Pull complete 04:32:20 ea15f1150254: Pull complete 04:32:27 41b27a9f41bf: Pull complete 04:32:27 28c525ee5125: Pull complete 04:32:30 094b1ea09ed8: Pull complete 04:32:31 138eaada9080: Pull complete 04:32:31 0622d0fa9048: Pull complete 04:32:31 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:32:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:32:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:32:31 prd-centos7-docker-4c-2g-358 does not seem to be running inside a container 04:32:31 $ 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-567 -v /w/workspace/dgexfoundry_device-sdk-go_PR-567:/w/workspace/dgexfoundry_device-sdk-go_PR-567:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-567@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:32:35 $ docker top f0d8ca9ffb6a946a464b971c225a082293f45c4c580b6e1853db0fa8478996c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:32:35 provisioning config files... 04:32:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/config7134410195727640928tmp [Pipeline] { [Pipeline] echo 04:32:35 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:32:36 ---> create-netrc.sh [Pipeline] echo 04:32:36 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:32:37 ---> logs-deploy.sh 04:32:37 + ARCHIVE_ARTIFACTS= 04:32:37 + LOGS_SERVER=https://logs.edgexfoundry.org 04:32:37 + '[' https://logs.edgexfoundry.org == None ']' 04:32:37 + NEXUS_URL=https://nexus.edgexfoundry.org 04:32:37 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-567/2 04:32:37 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-567/2/ 04:32:37 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-567/2 /w/workspace/dgexfoundry_device-sdk-go_PR-567 04:32:38 Archives upload complete. 04:32:38 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-567/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-567/2/ 04:32:40 ---> uname -a: 04:32:40 Linux f0d8ca9ffb6a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:32:40 04:32:40 04:32:40 ---> lscpu: 04:32:40 Architecture: x86_64 04:32:40 CPU op-mode(s): 32-bit, 64-bit 04:32:40 Byte Order: Little Endian 04:32:40 Address sizes: 40 bits physical, 48 bits virtual 04:32:40 CPU(s): 4 04:32:40 On-line CPU(s) list: 0-3 04:32:40 Thread(s) per core: 1 04:32:40 Core(s) per socket: 1 04:32:40 Socket(s): 4 04:32:40 NUMA node(s): 1 04:32:40 Vendor ID: GenuineIntel 04:32:40 CPU family: 6 04:32:40 Model: 44 04:32:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:32:40 Stepping: 1 04:32:40 CPU MHz: 2933.438 04:32:40 BogoMIPS: 5866.87 04:32:40 Virtualization: VT-x 04:32:40 Hypervisor vendor: KVM 04:32:40 Virtualization type: full 04:32:40 L1d cache: 128 KiB 04:32:40 L1i cache: 128 KiB 04:32:40 L2 cache: 16 MiB 04:32:40 L3 cache: 64 MiB 04:32:40 NUMA node0 CPU(s): 0-3 04:32:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:32:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:32:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:32:40 Vulnerability Meltdown: Mitigation; PTI 04:32:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:32:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:32:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:32:40 Vulnerability Tsx async abort: Not affected 04:32:40 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 04:32:40 04:32:40 04:32:40 ---> nproc: 04:32:40 4 04:32:40 04:32:40 04:32:40 ---> df -h: 04:32:40 Filesystem Size Used Available Use% Mounted on 04:32:40 overlay 50.0G 7.2G 42.8G 14% / 04:32:40 tmpfs 64.0M 0 64.0M 0% /dev 04:32:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:32:40 shm 64.0M 0 64.0M 0% /dev/shm 04:32:40 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 04:32:40 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 04:32:40 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 04:32:40 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 04:32:40 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-567 04:32:40 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp 04:32:40 04:32:40 04:32:40 ---> free -m: 04:32:40 total used free shared buff/cache available 04:32:40 Mem: 1837 632 116 0 1087 1099 04:32:40 Swap: 1023 1 1022 04:32:40 04:32:40 04:32:40 ---> ip addr: 04:32:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:32:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:32:40 inet 127.0.0.1/8 scope host lo 04:32:40 valid_lft forever preferred_lft forever 04:32:40 6: eth0@if7: mtu 1458 qdisc noqueue state UP 04:32:40 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:32:40 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:32:40 valid_lft forever preferred_lft forever 04:32:40 04:32:40 04:32:40 ---> sar -b -r -n DEV: 04:32:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/18/20 _x86_64_ (4 CPU) 04:32:40 04:32:40 04:24:12 LINUX RESTART 04:32:40 04:32:40 04:25:01 tps rtps wtps bread/s bwrtn/s 04:32:40 04:26:02 64.25 19.26 44.99 5298.74 4988.17 04:32:40 04:27:01 1.90 0.00 1.90 0.00 39.69 04:32:40 04:28:01 0.50 0.00 0.50 0.00 8.43 04:32:40 04:29:01 0.15 0.00 0.15 0.00 1.87 04:32:40 04:30:01 0.25 0.00 0.25 0.00 3.28 04:32:40 04:31:01 0.30 0.00 0.30 0.00 4.46 04:32:40 04:32:01 0.22 0.02 0.20 0.13 1.62 04:32:40 Average: 9.68 2.76 6.92 759.47 723.34 04:32:40 04:32:40 04:25:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:32:40 04:26:02 167248 1714308 91.11 2620 1157768 1103372 37.66 427324 1126596 120 04:32:40 04:27:01 176520 1705036 90.62 2620 1157772 1030640 35.17 422704 1123460 20 04:32:40 04:28:01 177792 1703764 90.55 2620 1157780 1019332 34.79 425276 1119972 16 04:32:40 04:29:01 174560 1706996 90.72 2620 1157780 1019576 34.80 429264 1119516 16 04:32:40 04:30:01 175984 1705572 90.65 2620 1157788 1019400 34.79 430940 1116468 16 04:32:40 04:31:01 172328 1709228 90.84 2620 1157792 1019728 34.80 451176 1099776 8 04:32:40 04:32:01 172740 1708816 90.82 2620 1157796 1019656 34.80 451060 1099776 8 04:32:40 Average: 173882 1707674 90.76 2620 1157782 1033101 35.26 433963 1115081 29 04:32:40 04:32:40 04:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 04:32:40 04:26:02 eth0 218.78 170.96 1036.54 105.66 0.00 0.00 0.00 04:32:40 04:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:26:02 docker0 5.44 3.96 0.85 17.63 0.00 0.00 0.00 04:32:40 04:27:01 eth0 0.30 0.41 0.35 0.07 0.00 0.00 0.00 04:32:40 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:28:01 eth0 1.25 0.02 0.11 0.00 0.00 0.00 0.00 04:32:40 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:29:01 eth0 0.78 0.65 0.52 0.37 0.00 0.00 0.00 04:32:40 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:30:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 04:32:40 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:31:01 eth0 0.32 0.25 0.14 0.08 0.00 0.00 0.00 04:32:40 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:32:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 04:32:40 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 Average: eth0 31.76 24.72 148.73 15.23 0.00 0.00 0.00 04:32:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:32:40 Average: docker0 0.78 0.57 0.12 2.53 0.00 0.00 0.00 04:32:40 04:32:40 04:32:40 ---> sar -P ALL: 04:32:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/18/20 _x86_64_ (4 CPU) 04:32:40 04:32:40 04:24:12 LINUX RESTART 04:32:40 04:32:40 04:25:01 CPU %user %nice %system %iowait %steal %idle 04:32:40 04:26:02 all 11.73 0.00 4.42 1.63 17.44 64.78 04:32:40 04:26:02 0 8.57 0.00 4.42 0.70 19.50 66.81 04:32:40 04:26:02 1 12.61 0.00 4.55 2.05 17.01 63.78 04:32:40 04:26:02 2 13.75 0.00 4.05 1.75 16.50 63.94 04:32:40 04:26:02 3 12.15 0.00 4.70 2.06 16.64 64.45 04:32:40 04:27:01 all 0.10 0.00 0.06 0.00 0.19 99.65 04:32:40 04:27:01 0 0.08 0.00 0.07 0.00 0.32 99.53 04:32:40 04:27:01 1 0.17 0.00 0.05 0.00 0.14 99.64 04:32:40 04:27:01 2 0.12 0.00 0.05 0.00 0.25 99.58 04:32:40 04:27:01 3 0.05 0.00 0.05 0.00 0.03 99.86 04:32:40 04:28:01 all 0.12 0.00 0.04 0.00 0.31 99.53 04:32:40 04:28:01 0 0.25 0.00 0.03 0.00 0.50 99.22 04:32:40 04:28:01 1 0.15 0.00 0.03 0.00 0.17 99.65 04:32:40 04:28:01 2 0.03 0.00 0.05 0.00 0.43 99.48 04:32:40 04:28:01 3 0.03 0.00 0.03 0.00 0.20 99.73 04:32:40 04:29:01 all 0.16 0.00 0.02 0.00 0.09 99.73 04:32:40 04:29:01 0 0.05 0.00 0.03 0.00 0.12 99.80 04:32:40 04:29:01 1 0.47 0.00 0.03 0.00 0.08 99.42 04:32:40 04:29:01 2 0.07 0.00 0.03 0.00 0.12 99.78 04:32:40 04:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:32:40 04:30:01 all 0.08 0.00 0.04 0.00 0.15 99.73 04:32:40 04:30:01 0 0.03 0.00 0.02 0.00 0.12 99.83 04:32:40 04:30:01 1 0.23 0.00 0.05 0.00 0.18 99.53 04:32:40 04:30:01 2 0.05 0.00 0.07 0.00 0.23 99.65 04:32:40 04:30:01 3 0.02 0.00 0.02 0.00 0.07 99.90 04:32:40 04:31:01 all 0.10 0.00 0.07 0.00 0.15 99.68 04:32:40 04:31:01 0 0.02 0.00 0.02 0.00 0.13 99.83 04:32:40 04:31:01 1 0.35 0.00 0.07 0.00 0.18 99.40 04:32:40 04:31:01 2 0.02 0.00 0.15 0.00 0.17 99.67 04:32:40 04:31:01 3 0.03 0.00 0.05 0.00 0.13 99.78 04:32:40 04:32:01 all 0.13 0.00 0.02 0.00 0.12 99.73 04:32:40 04:32:01 0 0.03 0.00 0.03 0.00 0.10 99.83 04:32:40 04:32:01 1 0.43 0.00 0.03 0.00 0.15 99.38 04:32:40 04:32:01 2 0.02 0.00 0.03 0.00 0.05 99.90 04:32:40 04:32:01 3 0.02 0.00 0.03 0.00 0.17 99.78 04:32:40 Average: all 1.82 0.00 0.68 0.24 2.70 94.56 04:32:40 Average: 0 1.36 0.00 0.70 0.11 3.13 94.70 04:32:40 Average: 1 2.10 0.00 0.70 0.30 2.61 94.29 04:32:40 Average: 2 2.02 0.00 0.64 0.25 2.56 94.53 04:32:40 Average: 3 1.78 0.00 0.71 0.30 2.49 94.73 04:32:40 04:32:40 04:32:40