Pull request #568 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 1ac858945b195bb5544775f4c7b9c10d92decbe0+febf39b04dedb3430b219c075f97053df1e07f01 (f2e9e55e8a94ea4527268e3ad87ab47864159edd) 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-577 in /w/workspace/dgexfoundry_device-sdk-go_PR-568 [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-568 # 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/568/head:refs/remotes/origin/PR-568 +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/568/head:refs/remotes/origin/PR-568 # 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/568/head:refs/remotes/origin/PR-568 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit febf39b04dedb3430b219c075f97053df1e07f01 into PR head commit 1ac858945b195bb5544775f4c7b9c10d92decbe0 Merge succeeded, producing 1ac858945b195bb5544775f4c7b9c10d92decbe0 Checking out Revision 1ac858945b195bb5544775f4c7b9c10d92decbe0 (PR-568) > git config core.sparsecheckout # timeout=10 > git checkout -f 1ac858945b195bb5544775f4c7b9c10d92decbe0 # 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 febf39b04dedb3430b219c075f97053df1e07f01 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1ac858945b195bb5544775f4c7b9c10d92decbe0 # timeout=10 Commit message: "refactor handler/controller and their dependencied packages" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 550eb38b350aa8cc0bc7498ac701f6a2f3e2b0c3 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:02:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:02:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:02:01 ========================================================= 10:02:01 EdgeX Global Pipelines Version Info 10:02:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:02:03 ------------------- 10:02:03 stable info: 10:02:03 ------------------- 10:02:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:02:03 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 10:02:03 Message: update stable to v1.0.106 10:02:04 ------------------- 10:02:04 experimental info: 10:02:04 ------------------- 10:02:04 Commited By: **** collab-it+edgex@linuxfoundation.org 10:02:04 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 10:02:04 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 10:02:06 + git log --format=format:%s -1 1ac858945b195bb5544775f4c7b9c10d92decbe0 [Pipeline] echo 10:02:06 GIT_COMMIT: 1ac858945b195bb5544775f4c7b9c10d92decbe0, Commit Message: refactor handler/controller and their dependencied packages [Pipeline] echo 10:02:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:02:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:02:07 10:02:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:02:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:02:07 latest: Pulling from edgex-devops/git-semver 10:02:07 31603596830f: Pulling fs layer 10:02:07 2a8b12db71e7: Pulling fs layer 10:02:07 6ca5941a6612: Pulling fs layer 10:02:07 ecc8261a40a4: Pulling fs layer 10:02:07 ecc8261a40a4: Waiting 10:02:07 2a8b12db71e7: Download complete 10:02:07 31603596830f: Verifying Checksum 10:02:07 31603596830f: Download complete 10:02:07 ecc8261a40a4: Verifying Checksum 10:02:07 ecc8261a40a4: Download complete 10:02:07 6ca5941a6612: Verifying Checksum 10:02:07 6ca5941a6612: Download complete 10:02:08 31603596830f: Pull complete 10:02:08 2a8b12db71e7: Pull complete 10:02:08 6ca5941a6612: Pull complete 10:02:09 ecc8261a40a4: Pull complete 10:02:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:02:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:02:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:02:09 prd-centos7-docker-4c-2g-577 does not seem to be running inside a container 10:02:09 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-568 -v /w/workspace/dgexfoundry_device-sdk-go_PR-568:/w/workspace/dgexfoundry_device-sdk-go_PR-568:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-568@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-568@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:02:11 $ docker top 56ce9a4db0e5b8894ef55e61803da419f6c68862baaddca5ad4f8f74bfd1477d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:02:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:02:11 [ssh-agent] Looking for ssh-agent implementation... 10:02:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:02:11 $ docker exec 56ce9a4db0e5b8894ef55e61803da419f6c68862baaddca5ad4f8f74bfd1477d ssh-agent 10:02:12 SSH_AUTH_SOCK=/tmp/ssh-RNYQCJyN6Jdg/agent.12 10:02:12 SSH_AGENT_PID=17 10:02:12 Running ssh-add (command line suppressed) 10:02:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-568@tmp/private_key_7931610636012767801.key (/w/workspace/dgexfoundry_device-sdk-go_PR-568@tmp/private_key_7931610636012767801.key) 10:02:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:02:12 + git describe --exact-match --tags HEAD 10:02:12 fatal: No names found, cannot describe anything. [Pipeline] } 10:02:12 $ docker exec --env ******** --env ******** 56ce9a4db0e5b8894ef55e61803da419f6c68862baaddca5ad4f8f74bfd1477d ssh-agent -k 10:02:12 unset SSH_AUTH_SOCK; 10:02:12 unset SSH_AGENT_PID; 10:02:12 echo Agent pid 17 killed; 10:02:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 10:02:12 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 10:02:12 This usually means this commit has not been tagged. [Pipeline] sshagent 10:02:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:02:12 [ssh-agent] Looking for ssh-agent implementation... 10:02:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:02:13 $ docker exec 56ce9a4db0e5b8894ef55e61803da419f6c68862baaddca5ad4f8f74bfd1477d ssh-agent 10:02:13 SSH_AUTH_SOCK=/tmp/ssh-a2eVDp1CEjsQ/agent.46 10:02:13 SSH_AGENT_PID=51 10:02:13 Running ssh-add (command line suppressed) 10:02:13 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-568@tmp/private_key_4388052176116261437.key (/w/workspace/dgexfoundry_device-sdk-go_PR-568@tmp/private_key_4388052176116261437.key) 10:02:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:02:13 + git semver init 10:02:13 # -> Open(): unable to determine branch for HEAD 10:02:13 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-568/.git 10:02:13 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-568 10:02:13 # $SEMVER_REMOTE_NAME = origin 10:02:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:02:13 # $SEMVER_USER_NAME = edgex-jenkins 10:02:13 # $SEMVER_BRANCH = PR-568 10:02:13 # $SEMVER_TEMP = /tmp/semver-552236859 10:02:13 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:02:14 # '/tmp/semver-552236859' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-568/.semver' 10:02:14 # -> Force: false 10:02:14 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-568/.semver [Pipeline] } 10:02:14 $ docker exec --env ******** --env ******** 56ce9a4db0e5b8894ef55e61803da419f6c68862baaddca5ad4f8f74bfd1477d ssh-agent -k 10:02:14 unset SSH_AUTH_SOCK; 10:02:14 unset SSH_AGENT_PID; 10:02:14 echo Agent pid 51 killed; 10:02:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:02:15 + git semver [Pipeline] } 10:02:15 $ docker stop --time=1 56ce9a4db0e5b8894ef55e61803da419f6c68862baaddca5ad4f8f74bfd1477d 10:02:16 $ docker rm -f 56ce9a4db0e5b8894ef55e61803da419f6c68862baaddca5ad4f8f74bfd1477d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 10:02:17 Stashed 29 file(s) [Pipeline] echo 10:02:17 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 10:02:17 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 10:02:32 Still waiting to schedule task 10:02:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:02:32 Still waiting to schedule task 10:02:32 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:04:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-578 in /w/workspace/dgexfoundry_device-sdk-go_PR-568 [Pipeline] { [Pipeline] ws 10:04:22 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 10:04:27 using credential edgex-jenkins-ssh 10:04:27 Cloning the remote Git repository 10:04:27 Cloning with configured refspecs honoured and without tags 10:04:27 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:04:27 > git init /w/workspace/device-sdk-go/2 # timeout=10 10:04:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:04:27 > git --version # timeout=10 10:04:27 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/568/head:refs/remotes/origin/PR-568 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:04:28 Fetching without tags 10:04:29 Merging remotes/origin/master commit febf39b04dedb3430b219c075f97053df1e07f01 into PR head commit 1ac858945b195bb5544775f4c7b9c10d92decbe0 10:04:29 Merge succeeded, producing 1ac858945b195bb5544775f4c7b9c10d92decbe0 10:04:29 Checking out Revision 1ac858945b195bb5544775f4c7b9c10d92decbe0 (PR-568) 10:04:28 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:04:28 > git config --add remote.origin.fetch +refs/pull/568/head:refs/remotes/origin/PR-568 # timeout=10 10:04:28 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:04:28 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:04:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:04:28 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/568/head:refs/remotes/origin/PR-568 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:04:29 > git config core.sparsecheckout # timeout=10 10:04:29 > git checkout -f 1ac858945b195bb5544775f4c7b9c10d92decbe0 # timeout=10 10:04:29 > git remote # timeout=10 10:04:29 > git config --get remote.origin.url # timeout=10 10:04:29 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:29 > git merge febf39b04dedb3430b219c075f97053df1e07f01 # timeout=10 10:04:29 > git rev-parse HEAD^{commit} # timeout=10 10:04:29 > git config core.sparsecheckout # timeout=10 10:04:29 > git checkout -f 1ac858945b195bb5544775f4c7b9c10d92decbe0 # timeout=10 10:04:34 Commit message: "refactor handler/controller and their dependencied packages" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:04:36 ========================================================= 10:04:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 10:04:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:04:37 + 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 . 10:04:38 Sending build context to Docker daemon 3.151MB 10:04:38 Step 1/8 : ARG BASE=golang:1.13-alpine 10:04:38 Step 2/8 : FROM ${BASE} 10:04:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:04:38 b538f80385f9: Pulling fs layer 10:04:38 74f711af9a0d: Pulling fs layer 10:04:38 99f96fe45779: Pulling fs layer 10:04:38 fd7a069fd194: Pulling fs layer 10:04:38 66aa3694b03b: Pulling fs layer 10:04:38 170f70906a0f: Pulling fs layer 10:04:38 ad7c5574e4b9: Pulling fs layer 10:04:38 e772456be8f7: Pulling fs layer 10:04:38 c890913d741a: Pulling fs layer 10:04:38 2480fcc9aa5a: Pulling fs layer 10:04:38 09adf4765672: Pulling fs layer 10:04:38 ad7c5574e4b9: Waiting 10:04:38 2480fcc9aa5a: Waiting 10:04:38 c890913d741a: Waiting 10:04:38 e772456be8f7: Waiting 10:04:38 fd7a069fd194: Waiting 10:04:38 66aa3694b03b: Waiting 10:04:38 170f70906a0f: Waiting 10:04:38 99f96fe45779: Download complete 10:04:38 74f711af9a0d: Verifying Checksum 10:04:38 74f711af9a0d: Download complete 10:04:38 66aa3694b03b: Verifying Checksum 10:04:38 66aa3694b03b: Download complete 10:04:38 170f70906a0f: Verifying Checksum 10:04:38 170f70906a0f: Download complete 10:04:38 b538f80385f9: Verifying Checksum 10:04:39 b538f80385f9: Pull complete 10:04:40 74f711af9a0d: Pull complete 10:04:40 99f96fe45779: Pull complete 10:04:41 ad7c5574e4b9: Verifying Checksum 10:04:41 ad7c5574e4b9: Download complete 10:04:41 c890913d741a: Verifying Checksum 10:04:41 c890913d741a: Download complete 10:04:43 2480fcc9aa5a: Verifying Checksum 10:04:43 2480fcc9aa5a: Download complete 10:04:43 09adf4765672: Verifying Checksum 10:04:43 09adf4765672: Download complete 10:04:44 e772456be8f7: Verifying Checksum 10:04:44 e772456be8f7: Download complete 10:04:45 fd7a069fd194: Download complete 10:04:58 fd7a069fd194: Pull complete 10:04:58 66aa3694b03b: Pull complete 10:04:58 170f70906a0f: Pull complete 10:05:01 ad7c5574e4b9: Pull complete 10:05:05 e772456be8f7: Pull complete 10:05:06 c890913d741a: Pull complete 10:05:08 2480fcc9aa5a: Pull complete 10:05:08 09adf4765672: Pull complete 10:05:08 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 10:05:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 10:05:08 ---> 2248a725d1cf 10:05:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:05:14 ---> Running in f93edc8a19ad 10:05:14 Removing intermediate container f93edc8a19ad 10:05:14 ---> d3456da7d8ce 10:05:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:14 ---> Running in b853ddf34fb2 10:05:17 Removing intermediate container b853ddf34fb2 10:05:17 ---> 721804bb0c1d 10:05:17 Step 5/8 : RUN apk add --no-cache make git 10:05:17 ---> Running in 3ca84c39448e 10:05:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:19 OK: 142 MiB in 39 packages 10:05:21 Removing intermediate container 3ca84c39448e 10:05:21 ---> 2309a031426b 10:05:21 Step 6/8 : WORKDIR /device-sdk-go 10:05:21 ---> Running in 04c84e219e82 10:05:21 Removing intermediate container 04c84e219e82 10:05:21 ---> 23da6c72df51 10:05:21 Step 7/8 : COPY . . 10:05:22 ---> f9ef75f75041 10:05:22 Step 8/8 : RUN go mod download 10:05:22 ---> Running in aebbc062fff1 10:05:25 Running on prd-centos7-docker-4c-2g-580 in /w/workspace/dgexfoundry_device-sdk-go_PR-568 [Pipeline] { [Pipeline] ws 10:05:25 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 10:05:26 go: finding github.com/BurntSushi/toml v0.3.1 10:05:26 go: finding github.com/OneOfOne/xxhash v1.2.6 10:05:26 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:05:26 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:05:26 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:05:26 go: finding github.com/bgentry/speakeasy v0.1.0 10:05:26 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:05:26 go: finding github.com/davecgh/go-spew v1.1.1 10:05:26 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 10:05:26 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 10:05:26 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:05:26 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 10:05:26 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 10:05:26 go: finding github.com/fatih/color v1.7.0 10:05:26 go: finding github.com/fxamacker/cbor/v2 v2.2.0 10:05:26 go: finding github.com/go-kit/kit v0.8.0 10:05:26 go: finding github.com/go-logfmt/logfmt v0.4.0 10:05:26 go: finding github.com/go-stack/stack v1.8.0 10:05:26 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:05:26 go: finding github.com/google/uuid v1.1.0 10:05:27 go: finding github.com/gorilla/mux v1.7.1 10:05:27 go: finding github.com/hashicorp/consul/api v1.1.0 10:05:27 go: finding github.com/hashicorp/consul/sdk v0.1.1 10:05:27 go: finding github.com/hashicorp/errwrap v1.0.0 10:05:27 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:05:27 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 10:05:27 go: finding github.com/hashicorp/go-msgpack v0.5.3 10:05:27 go: finding github.com/hashicorp/go-multierror v1.0.0 10:05:27 go: finding github.com/hashicorp/go-rootcerts v1.0.0 10:05:27 go: finding github.com/hashicorp/go-sockaddr v1.0.0 10:05:27 go: finding github.com/hashicorp/go-syslog v1.0.0 10:05:27 go: finding github.com/hashicorp/go-uuid v1.0.1 10:05:27 go: finding github.com/hashicorp/go.net v0.0.1 10:05:27 go: finding github.com/hashicorp/golang-lru v0.5.0 10:05:27 go: finding github.com/hashicorp/logutils v1.0.0 10:05:27 go: finding github.com/hashicorp/mdns v1.0.0 10:05:27 go: finding github.com/hashicorp/memberlist v0.1.3 10:05:27 go: finding github.com/hashicorp/serf v0.8.2 10:05:27 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:05:27 go: finding github.com/mattn/go-colorable v0.0.9 10:05:27 go: finding github.com/mattn/go-isatty v0.0.3 10:05:27 go: finding github.com/miekg/dns v1.0.14 10:05:27 go: finding github.com/mitchellh/cli v1.0.0 10:05:27 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:05:27 go: finding github.com/mitchellh/copystructure v1.0.0 10:05:27 go: finding github.com/mitchellh/go-homedir v1.0.0 10:05:28 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:05:28 go: finding github.com/mitchellh/gox v0.4.0 10:05:28 go: finding github.com/mitchellh/iochan v1.0.0 10:05:28 go: finding github.com/mitchellh/mapstructure v1.1.2 10:05:28 go: finding github.com/mitchellh/reflectwalk v1.0.0 10:05:28 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 10:05:28 go: finding github.com/pelletier/go-toml v1.2.0 10:05:28 go: finding github.com/pkg/errors v0.8.1 10:05:28 go: finding github.com/pmezard/go-difflib v1.0.0 10:05:28 go: finding github.com/posener/complete v1.1.1 10:05:28 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 10:05:28 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:05:28 go: finding github.com/stretchr/objx v0.1.0 10:05:28 go: finding github.com/stretchr/testify v1.5.1 10:05:28 go: finding github.com/ugorji/go v1.1.4 10:05:28 go: finding github.com/x448/float16 v0.8.4 10:05:28 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 10:05:28 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 10:05:28 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 10:05:28 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 10:05:28 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 10:05:28 go: finding gopkg.in/yaml.v2 v2.2.8 10:05:28 using credential edgex-jenkins-ssh 10:05:29 Cloning the remote Git repository 10:05:29 Cloning with configured refspecs honoured and without tags 10:05:29 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:05:29 > git init /w/workspace/device-sdk-go/2 # timeout=10 10:05:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:05:29 > git --version # timeout=10 10:05:29 using GIT_SSH to set credentials SSH Credentials for GitHub 10:05:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/568/head:refs/remotes/origin/PR-568 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:05:30 Fetching without tags 10:05:30 Merging remotes/origin/master commit febf39b04dedb3430b219c075f97053df1e07f01 into PR head commit 1ac858945b195bb5544775f4c7b9c10d92decbe0 10:05:30 Merge succeeded, producing 1ac858945b195bb5544775f4c7b9c10d92decbe0 10:05:30 Checking out Revision 1ac858945b195bb5544775f4c7b9c10d92decbe0 (PR-568) 10:05:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:05:30 > git config --add remote.origin.fetch +refs/pull/568/head:refs/remotes/origin/PR-568 # timeout=10 10:05:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:05:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:05:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:05:30 using GIT_SSH to set credentials SSH Credentials for GitHub 10:05:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/568/head:refs/remotes/origin/PR-568 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:05:30 > git config core.sparsecheckout # timeout=10 10:05:30 > git checkout -f 1ac858945b195bb5544775f4c7b9c10d92decbe0 # timeout=10 10:05:30 > git remote # timeout=10 10:05:30 > git config --get remote.origin.url # timeout=10 10:05:30 using GIT_SSH to set credentials SSH Credentials for GitHub 10:05:30 > git merge febf39b04dedb3430b219c075f97053df1e07f01 # timeout=10 10:05:30 > git rev-parse HEAD^{commit} # timeout=10 10:05:30 > git config core.sparsecheckout # timeout=10 10:05:30 > git checkout -f 1ac858945b195bb5544775f4c7b9c10d92decbe0 # timeout=10 10:05:34 Commit message: "refactor handler/controller and their dependencied packages" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:05:35 ========================================================= 10:05:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 10:05:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:05:36 + 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 . 10:05:36 Sending build context to Docker daemon 3.149MB 10:05:36 Step 1/8 : ARG BASE=golang:1.13-alpine 10:05:36 Step 2/8 : FROM ${BASE} 10:05:36 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 10:05:36 df20fa9351a1: Pulling fs layer 10:05:36 ed8968b2872e: Pulling fs layer 10:05:36 a92cc7c5fd73: Pulling fs layer 10:05:36 2dd03ba5bac4: Pulling fs layer 10:05:36 1e091d79d1de: Pulling fs layer 10:05:36 481702a1767f: Pulling fs layer 10:05:36 f64a6f60c768: Pulling fs layer 10:05:36 e78d2573fc39: Pulling fs layer 10:05:36 e876d2f968b6: Pulling fs layer 10:05:36 ce8a83651883: Pulling fs layer 10:05:36 07967f4d0e4b: Pulling fs layer 10:05:36 f64a6f60c768: Waiting 10:05:36 e78d2573fc39: Waiting 10:05:36 e876d2f968b6: Waiting 10:05:36 ce8a83651883: Waiting 10:05:36 07967f4d0e4b: Waiting 10:05:36 2dd03ba5bac4: Waiting 10:05:36 1e091d79d1de: Waiting 10:05:36 481702a1767f: Waiting 10:05:36 a92cc7c5fd73: Verifying Checksum 10:05:36 a92cc7c5fd73: Download complete 10:05:36 ed8968b2872e: Verifying Checksum 10:05:36 ed8968b2872e: Download complete 10:05:36 1e091d79d1de: Verifying Checksum 10:05:36 1e091d79d1de: Download complete 10:05:36 481702a1767f: Verifying Checksum 10:05:36 481702a1767f: Download complete 10:05:36 df20fa9351a1: Verifying Checksum 10:05:36 df20fa9351a1: Download complete 10:05:37 df20fa9351a1: Pull complete 10:05:37 f64a6f60c768: Verifying Checksum 10:05:37 f64a6f60c768: Download complete 10:05:37 e876d2f968b6: Verifying Checksum 10:05:37 e876d2f968b6: Download complete 10:05:38 2dd03ba5bac4: Verifying Checksum 10:05:38 2dd03ba5bac4: Download complete 10:05:38 e78d2573fc39: Verifying Checksum 10:05:38 e78d2573fc39: Download complete 10:05:38 07967f4d0e4b: Verifying Checksum 10:05:38 07967f4d0e4b: Download complete 10:05:38 ce8a83651883: Verifying Checksum 10:05:38 ed8968b2872e: Pull complete 10:05:39 a92cc7c5fd73: Pull complete 10:05:39 Removing intermediate container aebbc062fff1 10:05:39 ---> afdcc4f078f2 10:05:39 Successfully built afdcc4f078f2 10:05:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:05:39 + docker inspect -f . ci-base-image-arm64 10:05:39 . [Pipeline] withDockerContainer 10:05:40 prd-ubuntu18.04-docker-arm64-4c-16g-578 does not seem to be running inside a container 10:05:40 $ 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 10:05:41 $ docker top cf6158934c34d17343176aaa210064f5514a922998ff0338258b7145004fba73 -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:43 + go version 10:05:43 go version go1.13.13 linux/arm64 [Pipeline] sh 10:05:44 + make test 10:05:44 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:05:45 ? github.com/edgexfoundry/device-sdk-go [no test files] 10:05:45 2dd03ba5bac4: Pull complete 10:05:45 1e091d79d1de: Pull complete 10:05:45 481702a1767f: Pull complete 10:05:50 f64a6f60c768: Pull complete 10:05:54 e78d2573fc39: Pull complete 10:05:54 e876d2f968b6: Pull complete 10:05:55 ce8a83651883: Pull complete 10:05:55 07967f4d0e4b: Pull complete 10:05:55 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 10:05:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 10:05:55 ---> 5d7c900382c6 10:05:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:05:56 ---> Running in 6e1b9823257c 10:05:56 Removing intermediate container 6e1b9823257c 10:05:56 ---> c0c0f60aeb1e 10:05:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:57 ---> Running in 378772af19d0 10:05:58 Removing intermediate container 378772af19d0 10:05:58 ---> accec599ad02 10:05:58 Step 5/8 : RUN apk add --no-cache make git 10:05:58 ---> Running in 6a6d6b34aed0 10:05:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:06:00 OK: 166 MiB in 39 packages 10:06:00 Removing intermediate container 6a6d6b34aed0 10:06:00 ---> 506e989741c5 10:06:00 Step 6/8 : WORKDIR /device-sdk-go 10:06:00 ---> Running in 40d81b765c8d 10:06:00 Removing intermediate container 40d81b765c8d 10:06:00 ---> 4f15d29e2fb8 10:06:00 Step 7/8 : COPY . . 10:06:01 ---> cbe3e4f53886 10:06:01 Step 8/8 : RUN go mod download 10:06:02 ---> Running in 12d8d7fb2c38 10:06:03 go: finding github.com/BurntSushi/toml v0.3.1 10:06:03 go: finding github.com/OneOfOne/xxhash v1.2.6 10:06:04 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:06:04 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:06:04 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:06:04 go: finding github.com/bgentry/speakeasy v0.1.0 10:06:04 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:06:04 go: finding github.com/davecgh/go-spew v1.1.1 10:06:04 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 10:06:04 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 10:06:04 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:06:04 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 10:06:04 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 10:06:04 go: finding github.com/fatih/color v1.7.0 10:06:04 go: finding github.com/fxamacker/cbor/v2 v2.2.0 10:06:04 go: finding github.com/go-kit/kit v0.8.0 10:06:04 go: finding github.com/go-logfmt/logfmt v0.4.0 10:06:04 go: finding github.com/go-stack/stack v1.8.0 10:06:04 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:06:04 go: finding github.com/google/uuid v1.1.0 10:06:04 go: finding github.com/gorilla/mux v1.7.1 10:06:04 go: finding github.com/hashicorp/consul/api v1.1.0 10:06:05 go: finding github.com/hashicorp/consul/sdk v0.1.1 10:06:05 go: finding github.com/hashicorp/errwrap v1.0.0 10:06:05 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:06:05 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 10:06:05 go: finding github.com/hashicorp/go-msgpack v0.5.3 10:06:05 go: finding github.com/hashicorp/go-multierror v1.0.0 10:06:05 go: finding github.com/hashicorp/go-rootcerts v1.0.0 10:06:05 go: finding github.com/hashicorp/go-sockaddr v1.0.0 10:06:05 go: finding github.com/hashicorp/go-syslog v1.0.0 10:06:05 go: finding github.com/hashicorp/go-uuid v1.0.1 10:06:05 go: finding github.com/hashicorp/go.net v0.0.1 10:06:05 go: finding github.com/hashicorp/golang-lru v0.5.0 10:06:05 go: finding github.com/hashicorp/logutils v1.0.0 10:06:05 go: finding github.com/hashicorp/mdns v1.0.0 10:06:05 go: finding github.com/hashicorp/memberlist v0.1.3 10:06:05 go: finding github.com/hashicorp/serf v0.8.2 10:06:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:06:05 go: finding github.com/mattn/go-colorable v0.0.9 10:06:05 go: finding github.com/mattn/go-isatty v0.0.3 10:06:05 go: finding github.com/miekg/dns v1.0.14 10:06:05 go: finding github.com/mitchellh/cli v1.0.0 10:06:05 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:06:05 go: finding github.com/mitchellh/copystructure v1.0.0 10:06:05 go: finding github.com/mitchellh/go-homedir v1.0.0 10:06:05 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:06:05 go: finding github.com/mitchellh/gox v0.4.0 10:06:05 go: finding github.com/mitchellh/iochan v1.0.0 10:06:06 go: finding github.com/mitchellh/mapstructure v1.1.2 10:06:06 go: finding github.com/mitchellh/reflectwalk v1.0.0 10:06:06 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 10:06:06 go: finding github.com/pelletier/go-toml v1.2.0 10:06:06 go: finding github.com/pkg/errors v0.8.1 10:06:06 go: finding github.com/pmezard/go-difflib v1.0.0 10:06:06 go: finding github.com/posener/complete v1.1.1 10:06:06 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 10:06:06 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:06:06 go: finding github.com/stretchr/objx v0.1.0 10:06:06 go: finding github.com/stretchr/testify v1.5.1 10:06:06 go: finding github.com/ugorji/go v1.1.4 10:06:06 go: finding github.com/x448/float16 v0.8.4 10:06:06 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 10:06:06 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 10:06:06 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 10:06:06 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 10:06:06 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 10:06:06 go: finding gopkg.in/yaml.v2 v2.2.8 10:06:14 Removing intermediate container 12d8d7fb2c38 10:06:14 ---> 48a451065ce6 10:06:14 Successfully built 48a451065ce6 10:06:14 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 10:06:15 + docker inspect -f . ci-base-image-x86_64 10:06:15 . [Pipeline] withDockerContainer 10:06:15 prd-centos7-docker-4c-2g-580 does not seem to be running inside a container 10:06:15 $ 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 ******** -e ******** ci-base-image-x86_64 cat 10:06:16 $ docker top b096b9573e63b6ce7e7f3e431ea5721a1476a4773798a345021f531bffd6637e -eo pid,comm [Pipeline] { [Pipeline] sh 10:06:17 + go version 10:06:17 go version go1.13.13 linux/amd64 [Pipeline] sh 10:06:17 + make test 10:06:17 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:06:17 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 10:06:17 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 10:06:17 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 10:06:17 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.015s coverage: 21.0% of statements 10:06:17 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.179s coverage: 95.7% of statements 10:06:19 ? github.com/edgexfoundry/device-sdk-go [no test files] 10:06:29 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 10:06:29 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 10:06:29 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 10:06:29 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.017s coverage: 21.0% of statements 10:06:30 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.051s coverage: 95.7% of statements 10:06:50 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.025s coverage: 8.6% of statements 10:06:50 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.018s coverage: 21.7% of statements 10:06:50 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 10:06:50 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.108s coverage: 37.0% of statements 10:06:50 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 10:06:50 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.176s coverage: 65.4% of statements 10:06:50 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 10:06:50 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 10:06:50 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 10:06:50 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.048s coverage: 52.6% of statements 10:06:50 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.360s coverage: 68.9% of statements 10:06:50 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 10:06:50 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 10:06:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:06:53 gofmt -l . 10:06:53 [ "`gofmt -l .`" = "" ] 10:06:53 ./bin/test-attribution-txt.sh 10:06:54 ./bin/test-go-mod-tidy.sh [Pipeline] stash 10:06:55 Stashed 1 file(s) [Pipeline] } 10:06:55 $ docker stop --time=1 cf6158934c34d17343176aaa210064f5514a922998ff0338258b7145004fba73 10:06:58 $ docker rm -f cf6158934c34d17343176aaa210064f5514a922998ff0338258b7145004fba73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:07:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:07:01 + ls -al . 10:07:01 total 228 10:07:01 drwxrwxr-x 11 jenkins jenkins 4096 Aug 20 10:06 . 10:07:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 20 10:04 .. 10:07:01 -rw-rw-r-- 1 jenkins jenkins 140 Aug 20 10:04 .dockerignore 10:07:01 drwxrwxr-x 8 jenkins jenkins 4096 Aug 20 10:04 .git 10:07:01 drwxrwxr-x 2 jenkins jenkins 4096 Aug 20 10:04 .github 10:07:01 -rw-rw-r-- 1 jenkins jenkins 138 Aug 20 10:04 .gitignore 10:07:01 drwxrwxr-x 3 jenkins jenkins 4096 Aug 20 10:04 .semver 10:07:01 -rw-rw-r-- 1 jenkins jenkins 936 Aug 20 10:04 Dockerfile.build 10:07:01 -rw-rw-r-- 1 jenkins jenkins 808 Aug 20 10:04 Jenkinsfile 10:07:01 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 20 10:04 LICENSE 10:07:01 -rw-rw-r-- 1 jenkins jenkins 892 Aug 20 10:04 Makefile 10:07:01 -rw-rw-r-- 1 jenkins jenkins 5101 Aug 20 10:04 README.md 10:07:01 -rw-rw-r-- 1 jenkins jenkins 4291 Aug 20 10:04 RELEASE-NOTES.txt 10:07:01 -rw-rw-r-- 1 jenkins jenkins 5 Aug 20 10:02 VERSION 10:07:01 drwxrwxr-x 2 jenkins jenkins 4096 Aug 20 10:04 bin 10:07:01 -rw-r--r-- 1 jenkins jenkins 111734 Aug 20 10:06 coverage.out 10:07:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 20 10:04 example 10:07:01 -rw-r--r-- 1 jenkins jenkins 446 Aug 20 10:06 go.mod 10:07:01 -rw-r--r-- 1 jenkins jenkins 12179 Aug 20 10:06 go.sum 10:07:01 drwxrwxr-x 13 jenkins jenkins 4096 Aug 20 10:04 internal 10:07:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 20 10:04 openapi 10:07:01 drwxrwxr-x 5 jenkins jenkins 4096 Aug 20 10:04 pkg 10:07:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 20 10:04 snap 10:07:01 -rw-rw-r-- 1 jenkins jenkins 222 Aug 20 10:04 version.go [Pipeline] isUnix [Pipeline] sh 10:07:01 + 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=1ac858945b195bb5544775f4c7b9c10d92decbe0 --label arch=arm64 --label version=0.0.0 . 10:07:02 Sending build context to Docker daemon 3.265MB 10:07:02 Step 1/23 : ARG BASE=golang:1.13-alpine 10:07:02 Step 2/23 : FROM ${BASE} AS builder 10:07:02 ---> afdcc4f078f2 10:07:02 Step 3/23 : ARG MAKE='make build' 10:07:02 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.015s coverage: 8.6% of statements 10:07:02 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.006s coverage: 21.7% of statements 10:07:02 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 10:07:02 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.025s coverage: 37.0% of statements 10:07:02 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 10:07:02 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.048s coverage: 65.4% of statements 10:07:02 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 10:07:02 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 10:07:02 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 10:07:02 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.025s coverage: 52.6% of statements 10:07:02 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.104s coverage: 68.9% of statements 10:07:02 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 10:07:02 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 10:07:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:07:02 gofmt -l . 10:07:02 ---> Running in 860dce7102da 10:07:03 [ "`gofmt -l .`" = "" ] 10:07:03 ./bin/test-attribution-txt.sh 10:07:03 Removing intermediate container 860dce7102da 10:07:03 ---> edbc7f75ffcb 10:07:03 Step 4/23 : WORKDIR /device-sdk-go 10:07:03 ---> Running in 36252e75c58c 10:07:03 ./bin/test-go-mod-tidy.sh [Pipeline] stash 10:07:03 Warning: overwriting stash ‘coverage-report’ 10:07:04 Removing intermediate container 36252e75c58c 10:07:04 ---> 92386b081a68 10:07:04 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:07:04 ---> Running in b3e0fc062269 10:07:04 Stashed 1 file(s) [Pipeline] } 10:07:04 $ docker stop --time=1 b096b9573e63b6ce7e7f3e431ea5721a1476a4773798a345021f531bffd6637e 10:07:04 Removing intermediate container b3e0fc062269 10:07:04 ---> 3f3b8f65d053 10:07:04 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:04 ---> Running in 0d406aba405b 10:07:05 $ docker rm -f b096b9573e63b6ce7e7f3e431ea5721a1476a4773798a345021f531bffd6637e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:07:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:07:07 + ls -al . 10:07:07 total 188 10:07:07 drwxrwxr-x. 11 jenkins jenkins 4096 Aug 20 10:07 . 10:07:07 drwxrwxr-x. 4 jenkins jenkins 28 Aug 20 10:05 .. 10:07:07 drwxrwxr-x. 2 jenkins jenkins 64 Aug 20 10:05 bin 10:07:07 -rw-r--r--. 1 jenkins jenkins 111734 Aug 20 10:07 coverage.out 10:07:07 -rw-rw-r--. 1 jenkins jenkins 936 Aug 20 10:05 Dockerfile.build 10:07:07 -rw-rw-r--. 1 jenkins jenkins 140 Aug 20 10:05 .dockerignore 10:07:07 drwxrwxr-x. 4 jenkins jenkins 48 Aug 20 10:05 example 10:07:07 drwxrwxr-x. 8 jenkins jenkins 179 Aug 20 10:05 .git 10:07:07 drwxrwxr-x. 2 jenkins jenkins 38 Aug 20 10:05 .github 10:07:07 -rw-rw-r--. 1 jenkins jenkins 138 Aug 20 10:05 .gitignore 10:07:07 -rw-r--r--. 1 jenkins jenkins 446 Aug 20 10:07 go.mod 10:07:07 -rw-r--r--. 1 jenkins jenkins 12179 Aug 20 10:07 go.sum 10:07:07 drwxrwxr-x. 13 jenkins jenkins 184 Aug 20 10:05 internal 10:07:07 -rw-rw-r--. 1 jenkins jenkins 808 Aug 20 10:05 Jenkinsfile 10:07:07 -rw-rw-r--. 1 jenkins jenkins 11341 Aug 20 10:05 LICENSE 10:07:07 -rw-rw-r--. 1 jenkins jenkins 892 Aug 20 10:05 Makefile 10:07:07 drwxrwxr-x. 4 jenkins jenkins 26 Aug 20 10:05 openapi 10:07:07 drwxrwxr-x. 5 jenkins jenkins 50 Aug 20 10:05 pkg 10:07:07 -rw-rw-r--. 1 jenkins jenkins 5101 Aug 20 10:05 README.md 10:07:07 -rw-rw-r--. 1 jenkins jenkins 4291 Aug 20 10:05 RELEASE-NOTES.txt 10:07:07 drwxrwxr-x. 3 jenkins jenkins 58 Aug 20 10:05 .semver 10:07:07 drwxrwxr-x. 4 jenkins jenkins 54 Aug 20 10:05 snap 10:07:07 -rw-rw-r--. 1 jenkins jenkins 5 Aug 20 10:02 VERSION 10:07:07 -rw-rw-r--. 1 jenkins jenkins 222 Aug 20 10:05 version.go [Pipeline] isUnix [Pipeline] sh 10:07:07 Removing intermediate container 0d406aba405b 10:07:07 ---> 4cf729e2d1ac 10:07:07 Step 7/23 : RUN apk add --update --no-cache make git 10:07:07 ---> Running in 68c7c944d9f4 10:07:07 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1ac858945b195bb5544775f4c7b9c10d92decbe0 --label arch=amd64 --label version=0.0.0 . 10:07:07 Sending build context to Docker daemon 3.262MB 10:07:07 Step 1/23 : ARG BASE=golang:1.13-alpine 10:07:07 Step 2/23 : FROM ${BASE} AS builder 10:07:07 ---> 48a451065ce6 10:07:07 Step 3/23 : ARG MAKE='make build' 10:07:07 ---> Running in 47f6abec8fab 10:07:08 Removing intermediate container 47f6abec8fab 10:07:08 ---> 8cd67758c9f7 10:07:08 Step 4/23 : WORKDIR /device-sdk-go 10:07:08 ---> Running in b09deedcf176 10:07:08 Removing intermediate container b09deedcf176 10:07:08 ---> 514ce27bf96c 10:07:08 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:07:08 ---> Running in 8e70f5a4a033 10:07:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:07:08 Removing intermediate container 8e70f5a4a033 10:07:08 ---> 48428d731ced 10:07:08 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:08 ---> Running in 2f67fbdfe79a 10:07:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:07:09 Removing intermediate container 2f67fbdfe79a 10:07:09 ---> 39505912883e 10:07:09 Step 7/23 : RUN apk add --update --no-cache make git 10:07:09 ---> Running in 08cf42916aed 10:07:09 OK: 142 MiB in 39 packages 10:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:11 OK: 166 MiB in 39 packages 10:07:11 Removing intermediate container 68c7c944d9f4 10:07:11 ---> 6f8fd67a5542 10:07:11 Step 8/23 : COPY . . 10:07:11 Removing intermediate container 08cf42916aed 10:07:11 ---> 739ee15dc52d 10:07:11 Step 8/23 : COPY . . 10:07:12 ---> 7ad2acb47e15 10:07:12 Step 9/23 : RUN ${MAKE} 10:07:12 ---> Running in 68a7df55d1f9 10:07:12 ---> d57d0db02b19 10:07:12 Step 9/23 : RUN ${MAKE} 10:07:12 ---> Running in 39b91147c8b8 10:07:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:07:14 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 10:07:21 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:07:23 Removing intermediate container 39b91147c8b8 10:07:23 ---> a164573cae6d 10:07:23 Step 10/23 : FROM scratch 10:07:23 ---> 10:07:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:07:23 ---> Running in f743e080b119 10:07:23 Removing intermediate container f743e080b119 10:07:23 ---> babee545c8d4 10:07:23 Step 12/23 : ENV APP_PORT=49990 10:07:23 ---> Running in 1719dd751795 10:07:23 Removing intermediate container 1719dd751795 10:07:23 ---> f3d765a1300a 10:07:23 Step 13/23 : EXPOSE $APP_PORT 10:07:23 ---> Running in 9af6227d11f0 10:07:23 Removing intermediate container 9af6227d11f0 10:07:23 ---> 06c450f31926 10:07:23 Step 14/23 : WORKDIR / 10:07:23 ---> Running in e1868576dda8 10:07:23 Removing intermediate container e1868576dda8 10:07:23 ---> b628dda04e92 10:07:23 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:07:24 ---> 573b731a7bce 10:07:24 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:07:24 ---> 07bcc7ee9dba 10:07:24 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:07:24 ---> 561c639d9c6b 10:07:24 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:07:25 ---> 32d4472372b5 10:07:25 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:07:25 ---> 3d60a41e2878 10:07:25 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:25 ---> Running in 53977fa08768 10:07:25 Removing intermediate container 53977fa08768 10:07:25 ---> 16a7171c26a7 10:07:25 Step 21/23 : LABEL arch=amd64 10:07:25 ---> Running in 169636d554b0 10:07:25 Removing intermediate container 169636d554b0 10:07:25 ---> a90429cf9584 10:07:25 Step 22/23 : LABEL git_sha=1ac858945b195bb5544775f4c7b9c10d92decbe0 10:07:25 ---> Running in c5139124d639 10:07:26 Removing intermediate container c5139124d639 10:07:26 ---> ce43cf478b89 10:07:26 Step 23/23 : LABEL version=0.0.0 10:07:26 ---> Running in d2792c934402 10:07:26 Removing intermediate container d2792c934402 10:07:26 ---> 5360c1972987 10:07:26 [Warning] One or more build-args [ARCH] were not consumed 10:07:26 Successfully built 5360c1972987 10:07:26 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] } 10:07:40 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:07:40 Removing intermediate container 68a7df55d1f9 10:07:40 ---> c548dda17ed8 10:07:40 Step 10/23 : FROM scratch 10:07:40 ---> 10:07:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:07:40 ---> Running in 01258181a2a8 10:07:40 Removing intermediate container 01258181a2a8 10:07:40 ---> 90e52c4068eb 10:07:40 Step 12/23 : ENV APP_PORT=49990 10:07:40 ---> Running in 6f702c1503d1 10:07:41 Removing intermediate container 6f702c1503d1 10:07:41 ---> 477b076d23c4 10:07:41 Step 13/23 : EXPOSE $APP_PORT 10:07:41 ---> Running in 7fa582b4acfc 10:07:41 Removing intermediate container 7fa582b4acfc 10:07:41 ---> 6570f0cd69d5 10:07:41 Step 14/23 : WORKDIR / 10:07:41 ---> Running in 149689528ee3 10:07:42 Removing intermediate container 149689528ee3 10:07:42 ---> ff09d9597692 10:07:42 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:07:43 ---> d4f37bfd9055 10:07:43 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:07:44 ---> 1e192f1cc355 10:07:44 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:07:44 ---> 0c81ab51a84f 10:07:44 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:07:45 ---> 00a2f22b2035 10:07:45 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:07:46 ---> 3b8164037d99 10:07:46 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:46 ---> Running in 1d73d1f8a0cb 10:07:47 Removing intermediate container 1d73d1f8a0cb 10:07:47 ---> f652dd086723 10:07:47 Step 21/23 : LABEL arch=arm64 10:07:47 ---> Running in 3772dac54e30 10:07:47 Removing intermediate container 3772dac54e30 10:07:47 ---> d0d84229ea29 10:07:47 Step 22/23 : LABEL git_sha=1ac858945b195bb5544775f4c7b9c10d92decbe0 10:07:47 ---> Running in eb28d206dab9 10:07:48 Removing intermediate container eb28d206dab9 10:07:48 ---> e50e15ca4686 10:07:48 Step 23/23 : LABEL version=0.0.0 10:07:48 ---> Running in 87ba003eba98 10:07:48 Removing intermediate container 87ba003eba98 10:07:48 ---> 19659795b7e2 10:07:48 [Warning] One or more build-args [ARCH] were not consumed 10:07:48 Successfully built 19659795b7e2 10:07:48 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 10:07:50 provisioning config files... 10:07:50 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-568@tmp/config4273622572057019183tmp [Pipeline] { [Pipeline] sh 10:07:50 + curl -s https://codecov.io/bash 10:07:50 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-568@tmp/config4273622572057019183tmp [Pipeline] } 10:07:51 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 10:07:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:07:53 ---> package-listing.sh 10:07:53 ++ facter osfamily 10:07:53 ++ tr '[:upper:]' '[:lower:]' 10:07:53 + OS_FAMILY=redhat 10:07:53 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-568 10:07:53 + START_PACKAGES=/tmp/packages_start.txt 10:07:53 + END_PACKAGES=/tmp/packages_end.txt 10:07:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:07:53 + PACKAGES=/tmp/packages_start.txt 10:07:53 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-568 ']' 10:07:53 + PACKAGES=/tmp/packages_end.txt 10:07:53 + case "${OS_FAMILY}" in 10:07:53 + rpm -qa 10:07:53 + sort 10:07:57 + '[' -f /tmp/packages_start.txt ']' 10:07:57 + '[' -f /tmp/packages_end.txt ']' 10:07:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:07:57 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-568 ']' 10:07:57 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-568/archives/ 10:07:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-568/archives/ [Pipeline] isUnix [Pipeline] sh 10:07:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:07:58 10:07:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:07:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:07:58 alpine: Pulling from edgex-lftools-log-publisher 10:07:58 c9b1b535fdd9: Pulling fs layer 10:07:58 2cc5ad85d9ab: Pulling fs layer 10:07:58 756a868c4378: Pulling fs layer 10:07:58 444b2fc9a129: Pulling fs layer 10:07:58 ea15f1150254: Pulling fs layer 10:07:58 41b27a9f41bf: Pulling fs layer 10:07:58 28c525ee5125: Pulling fs layer 10:07:58 094b1ea09ed8: Pulling fs layer 10:07:58 138eaada9080: Pulling fs layer 10:07:58 0622d0fa9048: Pulling fs layer 10:07:58 444b2fc9a129: Waiting 10:07:58 ea15f1150254: Waiting 10:07:58 41b27a9f41bf: Waiting 10:07:58 28c525ee5125: Waiting 10:07:58 094b1ea09ed8: Waiting 10:07:58 138eaada9080: Waiting 10:07:58 0622d0fa9048: Waiting 10:07:58 2cc5ad85d9ab: Download complete 10:07:58 444b2fc9a129: Verifying Checksum 10:07:58 444b2fc9a129: Download complete 10:07:58 c9b1b535fdd9: Verifying Checksum 10:07:58 c9b1b535fdd9: Download complete 10:07:58 ea15f1150254: Verifying Checksum 10:07:58 ea15f1150254: Download complete 10:07:59 28c525ee5125: Verifying Checksum 10:07:59 28c525ee5125: Download complete 10:07:59 756a868c4378: Verifying Checksum 10:07:59 756a868c4378: Download complete 10:07:59 c9b1b535fdd9: Pull complete 10:07:59 094b1ea09ed8: Verifying Checksum 10:07:59 094b1ea09ed8: Download complete 10:07:59 138eaada9080: Verifying Checksum 10:07:59 138eaada9080: Download complete 10:07:59 0622d0fa9048: Download complete 10:07:59 2cc5ad85d9ab: Pull complete 10:07:59 41b27a9f41bf: Verifying Checksum 10:07:59 41b27a9f41bf: Download complete 10:08:01 756a868c4378: Pull complete 10:08:01 444b2fc9a129: Pull complete 10:08:01 ea15f1150254: Pull complete 10:08:05 41b27a9f41bf: Pull complete 10:08:05 28c525ee5125: Pull complete 10:08:07 094b1ea09ed8: Pull complete 10:08:07 138eaada9080: Pull complete 10:08:08 0622d0fa9048: Pull complete 10:08:08 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 10:08:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:08:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:08:08 prd-centos7-docker-4c-2g-577 does not seem to be running inside a container 10:08:08 $ 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-568 -v /w/workspace/dgexfoundry_device-sdk-go_PR-568:/w/workspace/dgexfoundry_device-sdk-go_PR-568:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-568@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-568@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:08:11 $ docker top cec2432e92c1d9499560128c7ff602961b75720a0b0e6a6242f245675444a11b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:08:12 provisioning config files... 10:08:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-568@tmp/config8573208166436315014tmp [Pipeline] { [Pipeline] echo 10:08:12 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:08:12 ---> create-netrc.sh [Pipeline] echo 10:08:12 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:08:12 ---> logs-deploy.sh 10:08:12 + ARCHIVE_ARTIFACTS= 10:08:12 + LOGS_SERVER=https://logs.edgexfoundry.org 10:08:12 + '[' https://logs.edgexfoundry.org == None ']' 10:08:12 + NEXUS_URL=https://nexus.edgexfoundry.org 10:08:12 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-568/2 10:08:12 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-568/2/ 10:08:12 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-568/2 /w/workspace/dgexfoundry_device-sdk-go_PR-568 10:08:14 Archives upload complete. 10:08:14 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-568/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-568/2/ 10:08:15 ---> uname -a: 10:08:15 Linux cec2432e92c1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 10:08:15 10:08:15 10:08:15 ---> lscpu: 10:08:15 Architecture: x86_64 10:08:15 CPU op-mode(s): 32-bit, 64-bit 10:08:15 Byte Order: Little Endian 10:08:15 Address sizes: 40 bits physical, 48 bits virtual 10:08:15 CPU(s): 4 10:08:15 On-line CPU(s) list: 0-3 10:08:15 Thread(s) per core: 1 10:08:15 Core(s) per socket: 1 10:08:15 Socket(s): 4 10:08:15 NUMA node(s): 1 10:08:15 Vendor ID: GenuineIntel 10:08:15 CPU family: 6 10:08:15 Model: 44 10:08:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:08:15 Stepping: 1 10:08:15 CPU MHz: 2933.438 10:08:15 BogoMIPS: 5866.87 10:08:15 Virtualization: VT-x 10:08:15 Hypervisor vendor: KVM 10:08:15 Virtualization type: full 10:08:15 L1d cache: 128 KiB 10:08:15 L1i cache: 128 KiB 10:08:15 L2 cache: 16 MiB 10:08:15 L3 cache: 64 MiB 10:08:15 NUMA node0 CPU(s): 0-3 10:08:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:08:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:08:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:08:15 Vulnerability Meltdown: Mitigation; PTI 10:08:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:08:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:08:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:08:15 Vulnerability Tsx async abort: Not affected 10:08:15 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:08:15 10:08:15 10:08:15 ---> nproc: 10:08:15 4 10:08:15 10:08:15 10:08:15 ---> df -h: 10:08:15 Filesystem Size Used Available Use% Mounted on 10:08:15 overlay 50.0G 7.2G 42.8G 14% / 10:08:15 tmpfs 64.0M 0 64.0M 0% /dev 10:08:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:08:15 shm 64.0M 0 64.0M 0% /dev/shm 10:08:15 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 10:08:15 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 10:08:15 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 10:08:15 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-568 10:08:15 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-568@tmp 10:08:15 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 10:08:15 10:08:15 10:08:15 ---> free -m: 10:08:15 total used free shared buff/cache available 10:08:15 Mem: 1837 665 114 0 1057 1066 10:08:15 Swap: 1023 0 1023 10:08:15 10:08:15 10:08:15 ---> ip addr: 10:08:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:08:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:08:15 inet 127.0.0.1/8 scope host lo 10:08:15 valid_lft forever preferred_lft forever 10:08:15 6: eth0@if7: mtu 1458 qdisc noqueue state UP 10:08:15 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 10:08:15 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 10:08:15 valid_lft forever preferred_lft forever 10:08:15 10:08:15 10:08:15 ---> sar -b -r -n DEV: 10:08:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/20/20 _x86_64_ (4 CPU) 10:08:15 10:08:15 10:01:13 LINUX RESTART 10:08:15 10:08:15 10:02:01 tps rtps wtps bread/s bwrtn/s 10:08:15 10:03:02 28.15 11.17 16.98 4454.73 2421.82 10:08:15 10:04:01 1.64 0.00 1.64 0.00 28.96 10:08:15 10:05:01 0.28 0.00 0.28 0.00 3.61 10:08:15 10:06:01 0.28 0.00 0.28 0.00 3.18 10:08:15 10:07:01 0.30 0.00 0.30 0.00 4.10 10:08:15 10:08:01 56.42 44.46 11.95 4632.06 7426.89 10:08:15 Average: 14.55 9.30 5.25 1519.18 1653.08 10:08:15 10:08:15 10:02:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:08:15 10:03:02 150860 1730696 91.98 2620 1148736 1108164 37.82 437792 1133444 20 10:08:15 10:04:01 154172 1727384 91.81 2620 1148740 1089296 37.18 438136 1130276 8 10:08:15 10:05:01 152916 1728640 91.87 2620 1148744 1089500 37.18 440252 1129536 8 10:08:15 10:06:01 152188 1729368 91.91 2620 1148748 1089772 37.19 444008 1126888 16 10:08:15 10:07:01 152664 1728892 91.89 2620 1148752 1089700 37.19 456840 1113540 12 10:08:15 10:08:01 123428 1758128 93.44 2620 1132968 1288676 43.98 477852 1112140 23644 10:08:15 Average: 147705 1733851 92.15 2620 1146115 1125851 38.42 449147 1124304 3951 10:08:15 10:08:15 10:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 10:08:15 10:03:02 eth0 95.41 68.74 389.92 55.44 0.00 0.00 0.00 10:08:15 10:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 10:03:02 docker0 6.82 5.03 0.93 17.90 0.00 0.00 0.00 10:08:15 10:04:01 eth0 1.17 0.07 0.11 0.01 0.00 0.00 0.00 10:08:15 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 10:05:01 eth0 1.70 0.73 1.05 0.19 0.00 0.00 0.00 10:08:15 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 10:06:01 eth0 0.58 0.30 0.27 0.23 0.00 0.00 0.00 10:08:15 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 10:07:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 10:08:15 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 10:08:01 eth0 86.10 60.20 2326.17 8.35 0.00 0.00 0.00 10:08:15 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 Average: eth0 30.97 21.77 454.33 10.75 0.00 0.00 0.00 10:08:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:15 Average: docker0 1.14 0.84 0.16 2.99 0.00 0.00 0.00 10:08:15 10:08:15 10:08:15 ---> sar -P ALL: 10:08:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/20/20 _x86_64_ (4 CPU) 10:08:15 10:08:15 10:01:13 LINUX RESTART 10:08:15 10:08:15 10:02:01 CPU %user %nice %system %iowait %steal %idle 10:08:15 10:03:02 all 3.02 0.00 1.76 0.46 0.00 94.76 10:08:15 10:03:02 0 2.83 0.00 2.19 0.22 0.02 94.75 10:08:15 10:03:02 1 3.42 0.00 1.69 0.25 0.00 94.64 10:08:15 10:03:02 2 3.17 0.00 1.62 1.32 0.00 93.89 10:08:15 10:03:02 3 2.63 0.00 1.56 0.05 0.00 95.77 10:08:15 10:04:01 all 0.14 0.00 0.04 0.00 0.00 99.82 10:08:15 10:04:01 0 0.03 0.00 0.05 0.00 0.00 99.92 10:08:15 10:04:01 1 0.47 0.00 0.03 0.00 0.00 99.49 10:08:15 10:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:08:15 10:04:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:08:15 10:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:08:15 10:05:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:08:15 10:05:01 1 0.47 0.00 0.03 0.00 0.00 99.50 10:08:15 10:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:08:15 10:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:08:15 10:06:01 all 0.14 0.00 0.04 0.00 0.00 99.82 10:08:15 10:06:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:08:15 10:06:01 1 0.45 0.00 0.05 0.00 0.00 99.50 10:08:15 10:06:01 2 0.03 0.00 0.05 0.00 0.00 99.92 10:08:15 10:06:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:08:15 10:07:01 all 0.04 0.00 0.06 0.00 0.00 99.90 10:08:15 10:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:08:15 10:07:01 1 0.05 0.00 0.05 0.00 0.00 99.90 10:08:15 10:07:01 2 0.05 0.00 0.12 0.00 0.00 99.83 10:08:15 10:07:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:08:15 10:08:01 all 2.24 0.00 1.32 1.12 0.00 95.32 10:08:15 10:08:01 0 1.72 0.00 1.25 0.23 0.00 96.79 10:08:15 10:08:01 1 2.90 0.00 1.58 1.99 0.02 93.51 10:08:15 10:08:01 2 2.69 0.00 1.32 2.14 0.00 93.86 10:08:15 10:08:01 3 1.67 0.00 1.14 0.12 0.00 97.08 10:08:15 Average: all 0.96 0.00 0.54 0.26 0.00 98.24 10:08:15 Average: 0 0.78 0.00 0.60 0.08 0.00 98.54 10:08:15 Average: 1 1.29 0.00 0.57 0.37 0.00 97.76 10:08:15 Average: 2 1.00 0.00 0.52 0.58 0.00 97.90 10:08:15 Average: 3 0.75 0.00 0.47 0.03 0.00 98.75 10:08:15 10:08:15 10:08:15