Pull request #550 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 e5e96bbd2d0fd2f8299475c89719174865429d79+75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 (683494d4e615ade1491791c0f9a4ff4b2b4e6c23) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-747’ Running on prd-centos7-docker-4c-2g-749 in /w/workspace/dgexfoundry_device-sdk-go_PR-550 [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-550 # timeout=10 Fetching without tags Merging remotes/origin/master commit 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 into PR head commit e5e96bbd2d0fd2f8299475c89719174865429d79 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/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/550/head:refs/remotes/origin/PR-550 # 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/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing e5e96bbd2d0fd2f8299475c89719174865429d79 Checking out Revision e5e96bbd2d0fd2f8299475c89719174865429d79 (PR-550) > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # 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 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 Commit message: "Add ServerBindAddr setting in configuration" First time build. Skipping changelog. > git rev-list --no-walk 7207c6f924e2137193c6618350ec8fa98c386ee3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:52:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:52:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:52:19 ========================================================= 03:52:19 EdgeX Global Pipelines Version Info 03:52:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:52:21 ------------------- 03:52:21 stable info: 03:52:21 ------------------- 03:52:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:52:21 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 03:52:21 Message: update stable to v1.0.99 03:52:22 ------------------- 03:52:22 experimental info: 03:52:22 ------------------- 03:52:22 Commited By: **** collab-it+edgex@linuxfoundation.org 03:52:22 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 03:52:22 Message: update experimental to v1.0.99 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 03:52:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:52:25 03:52:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:52:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:52:25 latest: Pulling from edgex-devops/git-semver 03:52:25 9123ac7c32f7: Pulling fs layer 03:52:25 b8cc5d1170e3: Pulling fs layer 03:52:25 2924cbbf6a41: Pulling fs layer 03:52:25 93b08a4f1073: Pulling fs layer 03:52:25 93b08a4f1073: Waiting 03:52:25 b8cc5d1170e3: Verifying Checksum 03:52:25 b8cc5d1170e3: Download complete 03:52:25 9123ac7c32f7: Verifying Checksum 03:52:25 9123ac7c32f7: Download complete 03:52:25 2924cbbf6a41: Verifying Checksum 03:52:25 2924cbbf6a41: Download complete 03:52:25 9123ac7c32f7: Pull complete 03:52:25 93b08a4f1073: Verifying Checksum 03:52:25 93b08a4f1073: Download complete 03:52:25 b8cc5d1170e3: Pull complete 03:52:26 2924cbbf6a41: Pull complete 03:52:26 93b08a4f1073: Pull complete 03:52:26 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 03:52:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:52:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:52:26 prd-centos7-docker-4c-2g-749 does not seem to be running inside a container 03:52:26 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-550 -v /w/workspace/dgexfoundry_device-sdk-go_PR-550:/w/workspace/dgexfoundry_device-sdk-go_PR-550:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-550@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:52:28 $ docker top 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:52:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:52:29 [ssh-agent] Looking for ssh-agent implementation... 03:52:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:52:29 $ docker exec 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc ssh-agent 03:52:29 SSH_AUTH_SOCK=/tmp/ssh-7h00weIfz054/agent.11 03:52:29 SSH_AGENT_PID=16 03:52:29 Running ssh-add (command line suppressed) 03:52:29 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_6051174221158879439.key (/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_6051174221158879439.key) 03:52:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:52:30 + git describe --exact-match --tags HEAD 03:52:30 fatal: No names found, cannot describe anything. [Pipeline] } 03:52:30 $ docker exec --env ******** --env ******** 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc ssh-agent -k 03:52:30 unset SSH_AUTH_SOCK; 03:52:30 unset SSH_AGENT_PID; 03:52:30 echo Agent pid 16 killed; 03:52:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:52:30 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:52:30 This usually means this commit has not been tagged. [Pipeline] sshagent 03:52:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:52:30 [ssh-agent] Looking for ssh-agent implementation... 03:52:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:52:30 $ docker exec 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc ssh-agent 03:52:30 SSH_AUTH_SOCK=/tmp/ssh-f9Ib75lAsPcB/agent.46 03:52:30 SSH_AGENT_PID=51 03:52:30 Running ssh-add (command line suppressed) 03:52:30 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_1437195481523504224.key (/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_1437195481523504224.key) 03:52:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:52:31 + git semver init 03:52:31 # -> Open(): unable to determine branch for HEAD 03:52:31 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-550/.git 03:52:31 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-550 03:52:31 # $SEMVER_REMOTE_NAME = origin 03:52:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:52:31 # $SEMVER_USER_NAME = edgex-jenkins 03:52:31 # $SEMVER_BRANCH = PR-550 03:52:31 # $SEMVER_TEMP = /tmp/semver-960996155 03:52:31 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:52:31 # '/tmp/semver-960996155' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-550/.semver' 03:52:31 # -> Force: false 03:52:31 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-550/.semver [Pipeline] } 03:52:31 $ docker exec --env ******** --env ******** 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc ssh-agent -k 03:52:31 unset SSH_AUTH_SOCK; 03:52:31 unset SSH_AGENT_PID; 03:52:31 echo Agent pid 51 killed; 03:52:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:52:32 + git semver [Pipeline] } 03:52:32 $ docker stop --time=1 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc 03:52:33 $ docker rm -f 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:52:34 Stashed 72 file(s) [Pipeline] echo 03:52:34 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 03:52:49 Still waiting to schedule task 03:52:49 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:52:49 Still waiting to schedule task 03:52:49 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:55:16 Running on prd-centos7-docker-4c-2g-750 in /w/workspace/dgexfoundry_device-sdk-go_PR-550 [Pipeline] { [Pipeline] ws 03:55:16 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 03:55:19 using credential edgex-jenkins-ssh 03:55:19 Cloning the remote Git repository 03:55:19 Cloning with configured refspecs honoured and without tags 03:55:19 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:55:19 > git init /w/workspace/device-sdk-go/2 # timeout=10 03:55:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:55:19 > git --version # timeout=10 03:55:19 using GIT_SSH to set credentials SSH Credentials for GitHub 03:55:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:55:20 Fetching without tags 03:55:21 Merging remotes/origin/master commit 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 into PR head commit e5e96bbd2d0fd2f8299475c89719174865429d79 03:55:21 Merge succeeded, producing e5e96bbd2d0fd2f8299475c89719174865429d79 03:55:21 Checking out Revision e5e96bbd2d0fd2f8299475c89719174865429d79 (PR-550) 03:55:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:55:20 > git config --add remote.origin.fetch +refs/pull/550/head:refs/remotes/origin/PR-550 # timeout=10 03:55:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:55:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:55:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:55:20 using GIT_SSH to set credentials SSH Credentials for GitHub 03:55:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:55:21 > git config core.sparsecheckout # timeout=10 03:55:21 > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 03:55:21 > git remote # timeout=10 03:55:21 > git config --get remote.origin.url # timeout=10 03:55:21 using GIT_SSH to set credentials SSH Credentials for GitHub 03:55:21 > git merge 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 # timeout=10 03:55:21 > git rev-parse HEAD^{commit} # timeout=10 03:55:21 > git config core.sparsecheckout # timeout=10 03:55:21 > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 03:55:24 Commit message: "Add ServerBindAddr setting in configuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:55:25 ========================================================= 03:55:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 03:55:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:55:26 + 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 . 03:55:26 Sending build context to Docker daemon 3.094MB 03:55:26 Step 1/8 : ARG BASE=golang:1.13-alpine 03:55:26 Step 2/8 : FROM ${BASE} 03:55:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 03:55:26 e6b0cf9c0882: Pulling fs layer 03:55:26 2848faf0eed1: Pulling fs layer 03:55:26 0f37312ad70f: Pulling fs layer 03:55:26 5788d62ee057: Pulling fs layer 03:55:26 0e6b1d234666: Pulling fs layer 03:55:26 bf5d7aec512f: Pulling fs layer 03:55:26 34c802a77dc8: Pulling fs layer 03:55:26 9eb99e56ec68: Pulling fs layer 03:55:26 27c7a5d97fbd: Pulling fs layer 03:55:26 5c102a31e300: Pulling fs layer 03:55:26 dcfb455df0a1: Pulling fs layer 03:55:26 5788d62ee057: Waiting 03:55:26 0e6b1d234666: Waiting 03:55:26 27c7a5d97fbd: Waiting 03:55:26 bf5d7aec512f: Waiting 03:55:26 5c102a31e300: Waiting 03:55:26 dcfb455df0a1: Waiting 03:55:26 34c802a77dc8: Waiting 03:55:26 9eb99e56ec68: Waiting 03:55:26 0f37312ad70f: Verifying Checksum 03:55:26 0f37312ad70f: Download complete 03:55:26 2848faf0eed1: Download complete 03:55:26 e6b0cf9c0882: Verifying Checksum 03:55:26 e6b0cf9c0882: Download complete 03:55:26 bf5d7aec512f: Verifying Checksum 03:55:26 bf5d7aec512f: Download complete 03:55:27 0e6b1d234666: Download complete 03:55:27 e6b0cf9c0882: Pull complete 03:55:27 34c802a77dc8: Verifying Checksum 03:55:27 34c802a77dc8: Download complete 03:55:27 27c7a5d97fbd: Verifying Checksum 03:55:27 27c7a5d97fbd: Download complete 03:55:28 5c102a31e300: Verifying Checksum 03:55:28 5c102a31e300: Download complete 03:55:28 5788d62ee057: Verifying Checksum 03:55:28 5788d62ee057: Download complete 03:55:28 dcfb455df0a1: Verifying Checksum 03:55:28 dcfb455df0a1: Download complete 03:55:28 9eb99e56ec68: Verifying Checksum 03:55:28 9eb99e56ec68: Download complete 03:55:29 2848faf0eed1: Pull complete 03:55:30 0f37312ad70f: Pull complete 03:55:36 5788d62ee057: Pull complete 03:55:36 0e6b1d234666: Pull complete 03:55:36 bf5d7aec512f: Pull complete 03:55:42 34c802a77dc8: Pull complete 03:55:44 9eb99e56ec68: Pull complete 03:55:44 27c7a5d97fbd: Pull complete 03:55:45 5c102a31e300: Pull complete 03:55:45 dcfb455df0a1: Pull complete 03:55:45 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 03:55:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 03:55:45 ---> 7c70fe431013 03:55:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:55:47 ---> Running in 4193f38e0d82 03:55:47 Removing intermediate container 4193f38e0d82 03:55:47 ---> 230e0d222dab 03:55:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:55:47 ---> Running in f9fefb219dd9 03:55:48 Removing intermediate container f9fefb219dd9 03:55:48 ---> 3a53b0dab600 03:55:48 Step 5/8 : RUN apk add --no-cache make git 03:55:48 ---> Running in bcaa8f3922e0 03:55:49 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 03:55:49 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 03:55:49 OK: 143 MiB in 39 packages 03:55:50 Removing intermediate container bcaa8f3922e0 03:55:50 ---> 5452e00710df 03:55:50 Step 6/8 : WORKDIR /device-sdk-go 03:55:50 ---> Running in eb42d59dfd41 03:55:50 Removing intermediate container eb42d59dfd41 03:55:50 ---> 860b9dc581af 03:55:50 Step 7/8 : COPY . . 03:55:51 ---> e130cc3fd021 03:55:51 Step 8/8 : RUN go mod download 03:55:51 ---> Running in 78ee788e5bb8 03:55:53 go: finding github.com/BurntSushi/toml v0.3.1 03:55:53 go: finding github.com/OneOfOne/xxhash v1.2.6 03:55:53 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:55:53 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:55:53 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:55:53 go: finding github.com/bgentry/speakeasy v0.1.0 03:55:53 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:55:53 go: finding github.com/davecgh/go-spew v1.1.1 03:55:53 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 03:55:53 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:55:53 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:55:53 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 03:55:53 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:55:53 go: finding github.com/fatih/color v1.7.0 03:55:53 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:55:54 go: finding github.com/go-kit/kit v0.8.0 03:55:54 go: finding github.com/go-logfmt/logfmt v0.4.0 03:55:54 go: finding github.com/go-stack/stack v1.8.0 03:55:54 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:55:54 go: finding github.com/google/uuid v1.1.0 03:55:54 go: finding github.com/gorilla/mux v1.7.1 03:55:54 go: finding github.com/hashicorp/consul/api v1.1.0 03:55:54 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:55:54 go: finding github.com/hashicorp/errwrap v1.0.0 03:55:54 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:55:54 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:55:54 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:55:54 go: finding github.com/hashicorp/go-multierror v1.0.0 03:55:54 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:55:54 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:55:54 go: finding github.com/hashicorp/go-syslog v1.0.0 03:55:54 go: finding github.com/hashicorp/go-uuid v1.0.1 03:55:54 go: finding github.com/hashicorp/go.net v0.0.1 03:55:54 go: finding github.com/hashicorp/golang-lru v0.5.0 03:55:54 go: finding github.com/hashicorp/logutils v1.0.0 03:55:54 go: finding github.com/hashicorp/mdns v1.0.0 03:55:54 go: finding github.com/hashicorp/memberlist v0.1.3 03:55:54 go: finding github.com/hashicorp/serf v0.8.2 03:55:54 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:55:54 go: finding github.com/mattn/go-colorable v0.0.9 03:55:54 go: finding github.com/mattn/go-isatty v0.0.3 03:55:54 go: finding github.com/miekg/dns v1.0.14 03:55:54 go: finding github.com/mitchellh/cli v1.0.0 03:55:54 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:55:54 go: finding github.com/mitchellh/copystructure v1.0.0 03:55:54 go: finding github.com/mitchellh/go-homedir v1.0.0 03:55:54 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:55:54 go: finding github.com/mitchellh/gox v0.4.0 03:55:54 go: finding github.com/mitchellh/iochan v1.0.0 03:55:54 go: finding github.com/mitchellh/mapstructure v1.1.2 03:55:54 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:55:54 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:55:54 go: finding github.com/pelletier/go-toml v1.2.0 03:55:54 go: finding github.com/pkg/errors v0.8.1 03:55:54 go: finding github.com/pmezard/go-difflib v1.0.0 03:55:54 go: finding github.com/posener/complete v1.1.1 03:55:54 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:55:54 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:55:54 go: finding github.com/stretchr/objx v0.1.0 03:55:54 go: finding github.com/stretchr/testify v1.5.1 03:55:54 go: finding github.com/ugorji/go v1.1.4 03:55:54 go: finding github.com/x448/float16 v0.8.4 03:55:54 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 03:55:55 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 03:55:55 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:55:55 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 03:55:55 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:55:55 go: finding gopkg.in/yaml.v2 v2.2.8 03:56:03 Removing intermediate container 78ee788e5bb8 03:56:03 ---> db1d703670c2 03:56:03 Successfully built db1d703670c2 03:56:03 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 03:56:03 + docker inspect -f . ci-base-image-x86_64 03:56:03 . [Pipeline] withDockerContainer 03:56:03 prd-centos7-docker-4c-2g-750 does not seem to be running inside a container 03:56:04 $ 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 ******** ci-base-image-x86_64 cat 03:56:05 $ docker top f64812d82925585ce0b5f37f95fc5639007634b002a2f5cd4edc28bfe36c68a1 -eo pid,comm [Pipeline] { [Pipeline] sh 03:56:05 + go version 03:56:05 go version go1.13.5 linux/amd64 [Pipeline] sh 03:56:05 + make test 03:56:05 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:56:06 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:56:16 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:56:16 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:56:16 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:56:16 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.004s coverage: 22.1% of statements 03:56:17 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.043s coverage: 95.8% of statements 03:56:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-751 in /w/workspace/dgexfoundry_device-sdk-go_PR-550 [Pipeline] { [Pipeline] ws 03:56:19 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 03:56:24 using credential edgex-jenkins-ssh 03:56:24 Cloning the remote Git repository 03:56:24 Cloning with configured refspecs honoured and without tags 03:56:24 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:56:25 > git init /w/workspace/device-sdk-go/2 # timeout=10 03:56:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:56:25 > git --version # timeout=10 03:56:25 using GIT_SSH to set credentials SSH Credentials for GitHub 03:56:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:56:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:56:26 > git config --add remote.origin.fetch +refs/pull/550/head:refs/remotes/origin/PR-550 # timeout=10 03:56:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:56:26 Fetching without tags 03:56:26 Merging remotes/origin/master commit 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 into PR head commit e5e96bbd2d0fd2f8299475c89719174865429d79 03:56:26 Merge succeeded, producing e5e96bbd2d0fd2f8299475c89719174865429d79 03:56:26 Checking out Revision e5e96bbd2d0fd2f8299475c89719174865429d79 (PR-550) 03:56:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:56:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:56:26 using GIT_SSH to set credentials SSH Credentials for GitHub 03:56:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:56:26 > git config core.sparsecheckout # timeout=10 03:56:26 > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 03:56:26 > git remote # timeout=10 03:56:26 > git config --get remote.origin.url # timeout=10 03:56:26 using GIT_SSH to set credentials SSH Credentials for GitHub 03:56:26 > git merge 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 # timeout=10 03:56:26 > git rev-parse HEAD^{commit} # timeout=10 03:56:26 > git config core.sparsecheckout # timeout=10 03:56:26 > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 03:56:31 Commit message: "Add ServerBindAddr setting in configuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:56:32 ========================================================= 03:56:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:56:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:56:33 + 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 . 03:56:34 Sending build context to Docker daemon 3.094MB 03:56:34 Step 1/8 : ARG BASE=golang:1.13-alpine 03:56:34 Step 2/8 : FROM ${BASE} 03:56:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:56:34 cde5963f3b93: Pulling fs layer 03:56:34 2a23fa8c16f7: Pulling fs layer 03:56:34 777b28850792: Pulling fs layer 03:56:34 8a11ddd9e578: Pulling fs layer 03:56:34 4cf88f913ddb: Pulling fs layer 03:56:34 1df406cf5192: Pulling fs layer 03:56:34 cd6300453558: Pulling fs layer 03:56:34 b9c365052c96: Pulling fs layer 03:56:34 a2d8cc88f415: Pulling fs layer 03:56:34 ea1d1ca13537: Pulling fs layer 03:56:34 3750a50a1c5e: Pulling fs layer 03:56:34 8a11ddd9e578: Waiting 03:56:34 4cf88f913ddb: Waiting 03:56:34 1df406cf5192: Waiting 03:56:34 cd6300453558: Waiting 03:56:34 b9c365052c96: Waiting 03:56:34 a2d8cc88f415: Waiting 03:56:34 ea1d1ca13537: Waiting 03:56:34 3750a50a1c5e: Waiting 03:56:34 777b28850792: Download complete 03:56:34 2a23fa8c16f7: Download complete 03:56:34 4cf88f913ddb: Verifying Checksum 03:56:34 4cf88f913ddb: Download complete 03:56:35 1df406cf5192: Verifying Checksum 03:56:35 1df406cf5192: Download complete 03:56:35 cde5963f3b93: Verifying Checksum 03:56:35 cde5963f3b93: Download complete 03:56:36 cde5963f3b93: Pull complete 03:56:36 2a23fa8c16f7: Pull complete 03:56:37 777b28850792: Pull complete 03:56:37 cd6300453558: Verifying Checksum 03:56:37 cd6300453558: Download complete 03:56:37 a2d8cc88f415: Download complete 03:56:38 ea1d1ca13537: Verifying Checksum 03:56:38 ea1d1ca13537: Download complete 03:56:38 3750a50a1c5e: Verifying Checksum 03:56:38 3750a50a1c5e: Download complete 03:56:39 b9c365052c96: Verifying Checksum 03:56:39 b9c365052c96: Download complete 03:56:40 8a11ddd9e578: Verifying Checksum 03:56:40 8a11ddd9e578: Download complete 03:56:50 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.057s coverage: 11.4% of statements 03:56:50 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.005s coverage: 21.7% of statements 03:56:50 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:56:50 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.093s coverage: 36.9% of statements 03:56:50 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:56:50 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.454s coverage: 65.2% of statements 03:56:50 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:56:50 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:56:50 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:56:50 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.013s coverage: 52.6% of statements 03:56:50 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.094s coverage: 68.9% of statements 03:56:50 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:56:50 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:56:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:56:50 gofmt -l . 03:56:50 [ "`gofmt -l .`" = "" ] 03:56:50 ./bin/test-attribution-txt.sh 03:56:50 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:56:50 Stashed 1 file(s) [Pipeline] } 03:56:50 $ docker stop --time=1 f64812d82925585ce0b5f37f95fc5639007634b002a2f5cd4edc28bfe36c68a1 03:56:51 $ docker rm -f f64812d82925585ce0b5f37f95fc5639007634b002a2f5cd4edc28bfe36c68a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 03:56:52 8a11ddd9e578: Pull complete 03:56:52 4cf88f913ddb: Pull complete 03:56:52 1df406cf5192: Pull complete [Pipeline] sh 03:56:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:56:54 + ls -al . 03:56:54 total 184 03:56:54 drwxrwxr-x. 11 jenkins jenkins 4096 Jul 15 03:56 . 03:56:54 drwxrwxr-x. 4 jenkins jenkins 28 Jul 15 03:55 .. 03:56:54 drwxrwxr-x. 3 jenkins jenkins 20 Jul 15 03:55 api 03:56:54 drwxrwxr-x. 2 jenkins jenkins 64 Jul 15 03:55 bin 03:56:54 -rw-r--r--. 1 jenkins jenkins 110877 Jul 15 03:56 coverage.out 03:56:54 -rw-rw-r--. 1 jenkins jenkins 936 Jul 15 03:55 Dockerfile.build 03:56:54 -rw-rw-r--. 1 jenkins jenkins 140 Jul 15 03:55 .dockerignore 03:56:54 drwxrwxr-x. 4 jenkins jenkins 48 Jul 15 03:55 example 03:56:54 drwxrwxr-x. 8 jenkins jenkins 179 Jul 15 03:55 .git 03:56:54 drwxrwxr-x. 2 jenkins jenkins 38 Jul 15 03:55 .github 03:56:54 -rw-rw-r--. 1 jenkins jenkins 138 Jul 15 03:55 .gitignore 03:56:54 -rw-r--r--. 1 jenkins jenkins 446 Jul 15 03:56 go.mod 03:56:54 -rw-r--r--. 1 jenkins jenkins 12179 Jul 15 03:56 go.sum 03:56:54 drwxrwxr-x. 13 jenkins jenkins 184 Jul 15 03:55 internal 03:56:54 -rw-rw-r--. 1 jenkins jenkins 808 Jul 15 03:55 Jenkinsfile 03:56:54 -rw-rw-r--. 1 jenkins jenkins 11341 Jul 15 03:55 LICENSE 03:56:54 -rw-rw-r--. 1 jenkins jenkins 892 Jul 15 03:55 Makefile 03:56:54 drwxrwxr-x. 5 jenkins jenkins 50 Jul 15 03:55 pkg 03:56:54 -rw-rw-r--. 1 jenkins jenkins 5101 Jul 15 03:55 README.md 03:56:54 -rw-rw-r--. 1 jenkins jenkins 3997 Jul 15 03:55 RELEASE-NOTES.txt 03:56:54 drwxrwxr-x. 3 jenkins jenkins 58 Jul 15 03:55 .semver 03:56:54 drwxrwxr-x. 4 jenkins jenkins 54 Jul 15 03:55 snap 03:56:54 -rw-rw-r--. 1 jenkins jenkins 5 Jul 15 03:52 VERSION 03:56:54 -rw-rw-r--. 1 jenkins jenkins 222 Jul 15 03:55 version.go [Pipeline] isUnix [Pipeline] sh 03:56:55 cd6300453558: Pull complete 03:56:55 + 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=e5e96bbd2d0fd2f8299475c89719174865429d79 --label arch=amd64 --label version=0.0.0 . 03:56:55 Sending build context to Docker daemon 3.222MB 03:56:55 Step 1/23 : ARG BASE=golang:1.13-alpine 03:56:55 Step 2/23 : FROM ${BASE} AS builder 03:56:55 ---> db1d703670c2 03:56:55 Step 3/23 : ARG MAKE='make build' 03:56:56 ---> Running in 8e42eb9997ea 03:56:56 Removing intermediate container 8e42eb9997ea 03:56:56 ---> 526bb33774fb 03:56:56 Step 4/23 : WORKDIR /device-sdk-go 03:56:56 ---> Running in d54859a62cd8 03:56:56 Removing intermediate container d54859a62cd8 03:56:56 ---> 5cb3e656fa9f 03:56:56 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:56:56 ---> Running in 5dd1a8784abc 03:56:56 Removing intermediate container 5dd1a8784abc 03:56:56 ---> f094a4cee398 03:56:56 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:56 ---> Running in 2e454f824ccb 03:56:57 Removing intermediate container 2e454f824ccb 03:56:57 ---> 5bb4de2ed4cd 03:56:57 Step 7/23 : RUN apk add --update --no-cache make git 03:56:57 ---> Running in 6c164d8870d3 03:56:57 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 03:56:58 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 03:56:58 OK: 143 MiB in 39 packages 03:56:59 Removing intermediate container 6c164d8870d3 03:56:59 ---> a176c90b9834 03:56:59 Step 8/23 : COPY . . 03:57:00 ---> ca64f57226ea 03:57:00 Step 9/23 : RUN ${MAKE} 03:57:00 ---> Running in a8e3f7489156 03:57:00 b9c365052c96: Pull complete 03:57:00 a2d8cc88f415: Pull complete 03:57:00 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 03:57:01 ea1d1ca13537: Pull complete 03:57:02 3750a50a1c5e: Pull complete 03:57:02 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 03:57:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:57:02 ---> 78745c68409d 03:57:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:57:07 ---> Running in 3d8f4f597d8b 03:57:07 Removing intermediate container 3d8f4f597d8b 03:57:07 ---> 5b33ccbcfbae 03:57:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:07 ---> Running in bdf7d1777635 03:57:08 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:57:10 Removing intermediate container bdf7d1777635 03:57:10 ---> f0cd3d6ac5f8 03:57:10 Step 5/8 : RUN apk add --no-cache make git 03:57:10 ---> Running in 9326a239aa3e 03:57:10 Removing intermediate container a8e3f7489156 03:57:10 ---> 2200c55186cf 03:57:10 Step 10/23 : FROM scratch 03:57:10 ---> 03:57:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:57:10 ---> Running in 90d377f13411 03:57:10 Removing intermediate container 90d377f13411 03:57:10 ---> b6d1e426af6e 03:57:10 Step 12/23 : ENV APP_PORT=49990 03:57:10 ---> Running in a990270108e3 03:57:10 Removing intermediate container a990270108e3 03:57:10 ---> 0237fdf3900b 03:57:10 Step 13/23 : EXPOSE $APP_PORT 03:57:10 ---> Running in dc768a4ac9ea 03:57:10 Removing intermediate container dc768a4ac9ea 03:57:10 ---> 4936d1dff075 03:57:10 Step 14/23 : WORKDIR / 03:57:10 ---> Running in a98030168c96 03:57:10 Removing intermediate container a98030168c96 03:57:10 ---> bd7693cfe924 03:57:10 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:57:11 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 03:57:11 ---> e806f9346b85 03:57:11 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:57:11 ---> 0f833e123480 03:57:11 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:57:12 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 03:57:12 ---> cc0fdb92d421 03:57:12 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:57:12 ---> 3e2010f7738e 03:57:12 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:57:12 OK: 125 MiB in 39 packages 03:57:12 ---> 36c8e3d9fca2 03:57:12 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:57:12 ---> Running in 4d656e1bd6b9 03:57:13 Removing intermediate container 4d656e1bd6b9 03:57:13 ---> 287e8034b03e 03:57:13 Step 21/23 : LABEL arch=amd64 03:57:13 ---> Running in de456bae8eaa 03:57:13 Removing intermediate container de456bae8eaa 03:57:13 ---> b3baa29a51fa 03:57:13 Step 22/23 : LABEL git_sha=e5e96bbd2d0fd2f8299475c89719174865429d79 03:57:13 ---> Running in 41810f4da467 03:57:13 Removing intermediate container 41810f4da467 03:57:13 ---> 4ed940585f8c 03:57:13 Step 23/23 : LABEL version=0.0.0 03:57:13 ---> Running in 1ddd58e4859e 03:57:13 Removing intermediate container 1ddd58e4859e 03:57:13 ---> d1a17afc95d3 03:57:13 [Warning] One or more build-args [ARCH] were not consumed 03:57:13 Successfully built d1a17afc95d3 03:57:13 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 03:57:13 Removing intermediate container 9326a239aa3e 03:57:13 ---> 6de08faec06c 03:57:13 Step 6/8 : WORKDIR /device-sdk-go 03:57:13 ---> Running in caf1b565b10d [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 03:57:14 Removing intermediate container caf1b565b10d 03:57:14 ---> 6ff1b71c1e6f 03:57:14 Step 7/8 : COPY . . [Pipeline] } [Pipeline] // stage [Pipeline] } 03:57:15 ---> ecea7f26e129 03:57:15 Step 8/8 : RUN go mod download 03:57:15 ---> Running in 65ea71f55860 03:57:18 go: finding github.com/BurntSushi/toml v0.3.1 03:57:18 go: finding github.com/OneOfOne/xxhash v1.2.6 03:57:18 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:57:18 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:57:18 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:57:18 go: finding github.com/bgentry/speakeasy v0.1.0 03:57:18 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:57:18 go: finding github.com/davecgh/go-spew v1.1.1 03:57:18 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 03:57:18 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:57:18 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:57:18 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 03:57:18 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:57:18 go: finding github.com/fatih/color v1.7.0 03:57:18 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:57:18 go: finding github.com/go-kit/kit v0.8.0 03:57:18 go: finding github.com/go-logfmt/logfmt v0.4.0 03:57:18 go: finding github.com/go-stack/stack v1.8.0 03:57:18 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:57:18 go: finding github.com/google/uuid v1.1.0 03:57:18 go: finding github.com/gorilla/mux v1.7.1 03:57:18 go: finding github.com/hashicorp/consul/api v1.1.0 03:57:18 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:57:18 go: finding github.com/hashicorp/errwrap v1.0.0 03:57:18 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:57:18 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:57:18 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:57:18 go: finding github.com/hashicorp/go-multierror v1.0.0 03:57:18 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:57:18 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:57:18 go: finding github.com/hashicorp/go-syslog v1.0.0 03:57:18 go: finding github.com/hashicorp/go-uuid v1.0.1 03:57:18 go: finding github.com/hashicorp/go.net v0.0.1 03:57:18 go: finding github.com/hashicorp/golang-lru v0.5.0 03:57:18 go: finding github.com/hashicorp/logutils v1.0.0 03:57:18 go: finding github.com/hashicorp/mdns v1.0.0 03:57:18 go: finding github.com/hashicorp/memberlist v0.1.3 03:57:18 go: finding github.com/hashicorp/serf v0.8.2 03:57:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:57:18 go: finding github.com/mattn/go-colorable v0.0.9 03:57:18 go: finding github.com/mattn/go-isatty v0.0.3 03:57:18 go: finding github.com/miekg/dns v1.0.14 03:57:18 go: finding github.com/mitchellh/cli v1.0.0 03:57:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:57:18 go: finding github.com/mitchellh/copystructure v1.0.0 03:57:18 go: finding github.com/mitchellh/go-homedir v1.0.0 03:57:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:57:18 go: finding github.com/mitchellh/gox v0.4.0 03:57:18 go: finding github.com/mitchellh/iochan v1.0.0 03:57:19 go: finding github.com/mitchellh/mapstructure v1.1.2 03:57:19 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:57:19 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:57:19 go: finding github.com/pelletier/go-toml v1.2.0 03:57:19 go: finding github.com/pkg/errors v0.8.1 03:57:19 go: finding github.com/pmezard/go-difflib v1.0.0 03:57:19 go: finding github.com/posener/complete v1.1.1 03:57:19 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:57:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:57:19 go: finding github.com/stretchr/objx v0.1.0 03:57:19 go: finding github.com/stretchr/testify v1.5.1 03:57:19 go: finding github.com/ugorji/go v1.1.4 03:57:19 go: finding github.com/x448/float16 v0.8.4 03:57:19 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 03:57:19 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 03:57:19 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:57:19 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 03:57:19 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:57:19 go: finding gopkg.in/yaml.v2 v2.2.8 03:57:27 Removing intermediate container 65ea71f55860 03:57:27 ---> 0076536ff103 03:57:27 Successfully built 0076536ff103 03:57:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:57:28 + docker inspect -f . ci-base-image-arm64 03:57:28 . [Pipeline] withDockerContainer 03:57:28 prd-ubuntu18.04-docker-arm64-4c-16g-751 does not seem to be running inside a container 03:57:28 $ 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 ******** ci-base-image-arm64 cat 03:57:30 $ docker top 1e936e63853e81ac1f2cfcfe46ea574c65b5f3b016ae02ed501464cf47eb3ab9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:57:31 + go version 03:57:31 go version go1.13.5 linux/arm64 [Pipeline] sh 03:57:32 + make test 03:57:32 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:57:33 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:58:00 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:58:00 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:58:00 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:58:02 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.055s coverage: 22.1% of statements 03:58:03 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.195s coverage: 95.8% of statements 03:58:35 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.044s coverage: 11.4% of statements 03:58:35 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.018s coverage: 21.7% of statements 03:58:35 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:58:35 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.170s coverage: 36.9% of statements 03:58:35 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:58:35 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.596s coverage: 65.2% of statements 03:58:35 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:58:35 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:58:35 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:58:35 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.049s coverage: 52.6% of statements 03:58:35 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.357s coverage: 68.9% of statements 03:58:35 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:58:35 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:58:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:58:40 gofmt -l . 03:58:40 [ "`gofmt -l .`" = "" ] 03:58:40 ./bin/test-attribution-txt.sh 03:58:41 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:58:41 Warning: overwriting stash ‘coverage-report’ 03:58:42 Stashed 1 file(s) [Pipeline] } 03:58:42 $ docker stop --time=1 1e936e63853e81ac1f2cfcfe46ea574c65b5f3b016ae02ed501464cf47eb3ab9 03:58:44 $ docker rm -f 1e936e63853e81ac1f2cfcfe46ea574c65b5f3b016ae02ed501464cf47eb3ab9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:58:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:58:45 + ls -al . 03:58:45 total 224 03:58:45 drwxrwxr-x 11 jenkins jenkins 4096 Jul 15 03:58 . 03:58:45 drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 03:56 .. 03:58:45 -rw-rw-r-- 1 jenkins jenkins 140 Jul 15 03:56 .dockerignore 03:58:45 drwxrwxr-x 8 jenkins jenkins 4096 Jul 15 03:56 .git 03:58:45 drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 03:56 .github 03:58:45 -rw-rw-r-- 1 jenkins jenkins 138 Jul 15 03:56 .gitignore 03:58:45 drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 03:56 .semver 03:58:45 -rw-rw-r-- 1 jenkins jenkins 936 Jul 15 03:56 Dockerfile.build 03:58:45 -rw-rw-r-- 1 jenkins jenkins 808 Jul 15 03:56 Jenkinsfile 03:58:45 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 15 03:56 LICENSE 03:58:45 -rw-rw-r-- 1 jenkins jenkins 892 Jul 15 03:56 Makefile 03:58:45 -rw-rw-r-- 1 jenkins jenkins 5101 Jul 15 03:56 README.md 03:58:45 -rw-rw-r-- 1 jenkins jenkins 3997 Jul 15 03:56 RELEASE-NOTES.txt 03:58:45 -rw-rw-r-- 1 jenkins jenkins 5 Jul 15 03:52 VERSION 03:58:45 drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 03:56 api 03:58:45 drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 03:56 bin 03:58:45 -rw-r--r-- 1 jenkins jenkins 110877 Jul 15 03:58 coverage.out 03:58:45 drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 03:56 example 03:58:45 -rw-r--r-- 1 jenkins jenkins 446 Jul 15 03:58 go.mod 03:58:45 -rw-r--r-- 1 jenkins jenkins 12179 Jul 15 03:58 go.sum 03:58:45 drwxrwxr-x 13 jenkins jenkins 4096 Jul 15 03:56 internal 03:58:45 drwxrwxr-x 5 jenkins jenkins 4096 Jul 15 03:56 pkg 03:58:45 drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 03:56 snap 03:58:45 -rw-rw-r-- 1 jenkins jenkins 222 Jul 15 03:56 version.go [Pipeline] isUnix [Pipeline] sh 03:58:46 + 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=e5e96bbd2d0fd2f8299475c89719174865429d79 --label arch=arm64 --label version=0.0.0 . 03:58:46 Sending build context to Docker daemon 3.222MB 03:58:46 Step 1/23 : ARG BASE=golang:1.13-alpine 03:58:46 Step 2/23 : FROM ${BASE} AS builder 03:58:46 ---> 0076536ff103 03:58:46 Step 3/23 : ARG MAKE='make build' 03:58:46 ---> Running in 820528d57086 03:58:47 Removing intermediate container 820528d57086 03:58:47 ---> f5265bc104f5 03:58:47 Step 4/23 : WORKDIR /device-sdk-go 03:58:47 ---> Running in 0a239246f7b7 03:58:47 Removing intermediate container 0a239246f7b7 03:58:47 ---> 3dcef7430b5e 03:58:47 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:58:47 ---> Running in 00a723b3618c 03:58:48 Removing intermediate container 00a723b3618c 03:58:48 ---> bc904fe36f92 03:58:48 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:48 ---> Running in 5139478cc25b 03:58:51 Removing intermediate container 5139478cc25b 03:58:51 ---> 8c11c006e2c9 03:58:51 Step 7/23 : RUN apk add --update --no-cache make git 03:58:51 ---> Running in 243e621591b3 03:58:52 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 03:58:52 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 03:58:53 OK: 125 MiB in 39 packages 03:58:54 Removing intermediate container 243e621591b3 03:58:54 ---> c42da9235496 03:58:54 Step 8/23 : COPY . . 03:58:55 ---> c57e8c682609 03:58:55 Step 9/23 : RUN ${MAKE} 03:58:55 ---> Running in 23da737257ab 03:58:57 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 03:59:19 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:59:21 Removing intermediate container 23da737257ab 03:59:21 ---> b66c0c3bfb8a 03:59:21 Step 10/23 : FROM scratch 03:59:21 ---> 03:59:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:59:21 ---> Running in e0bf7106117d 03:59:21 Removing intermediate container e0bf7106117d 03:59:21 ---> 7f50c2a3deed 03:59:21 Step 12/23 : ENV APP_PORT=49990 03:59:21 ---> Running in 919cf6943599 03:59:21 Removing intermediate container 919cf6943599 03:59:21 ---> acea5c58ddea 03:59:21 Step 13/23 : EXPOSE $APP_PORT 03:59:21 ---> Running in 2000c611e06d 03:59:22 Removing intermediate container 2000c611e06d 03:59:22 ---> e5ead7ba7a12 03:59:22 Step 14/23 : WORKDIR / 03:59:22 ---> Running in 9e3388d4abdc 03:59:22 Removing intermediate container 9e3388d4abdc 03:59:22 ---> 366f3d512935 03:59:22 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:59:24 ---> 85f60f728179 03:59:24 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:59:24 ---> 9c745c640da6 03:59:24 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:59:25 ---> 2ad4a1e9ff81 03:59:25 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:59:26 ---> 6a7c33e25e53 03:59:26 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:59:27 ---> 0fcb082c3e35 03:59:27 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:59:27 ---> Running in 06b426e94e68 03:59:27 Removing intermediate container 06b426e94e68 03:59:27 ---> 9dacb9bb7906 03:59:27 Step 21/23 : LABEL arch=arm64 03:59:27 ---> Running in dc20dabae381 03:59:27 Removing intermediate container dc20dabae381 03:59:27 ---> 27596966c09f 03:59:27 Step 22/23 : LABEL git_sha=e5e96bbd2d0fd2f8299475c89719174865429d79 03:59:28 ---> Running in f20136825e1f 03:59:28 Removing intermediate container f20136825e1f 03:59:28 ---> 5fc741da6c56 03:59:28 Step 23/23 : LABEL version=0.0.0 03:59:28 ---> Running in 17f60528b581 03:59:28 Removing intermediate container 17f60528b581 03:59:28 ---> 507f09d99868 03:59:28 [Warning] One or more build-args [ARCH] were not consumed 03:59:28 Successfully built 507f09d99868 03:59:28 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 03:59:30 provisioning config files... 03:59:30 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/config5279726107501249868tmp [Pipeline] { [Pipeline] sh 03:59:30 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/config5279726107501249868tmp 03:59:30 + curl -s https://codecov.io/bash [Pipeline] } 03:59:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:59:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:59:32 ---> package-listing.sh 03:59:32 ++ tr '[:upper:]' '[:lower:]' 03:59:32 ++ facter osfamily 03:59:32 + OS_FAMILY=redhat 03:59:32 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-550 03:59:32 + START_PACKAGES=/tmp/packages_start.txt 03:59:32 + END_PACKAGES=/tmp/packages_end.txt 03:59:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:59:32 + PACKAGES=/tmp/packages_start.txt 03:59:32 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-550 ']' 03:59:32 + PACKAGES=/tmp/packages_end.txt 03:59:32 + case "${OS_FAMILY}" in 03:59:32 + rpm -qa 03:59:32 + sort 03:59:36 + '[' -f /tmp/packages_start.txt ']' 03:59:36 + '[' -f /tmp/packages_end.txt ']' 03:59:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:59:36 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-550 ']' 03:59:36 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-550/archives/ 03:59:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-550/archives/ [Pipeline] isUnix [Pipeline] sh 03:59:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:59:36 03:59:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:59:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:59:37 alpine: Pulling from edgex-lftools-log-publisher 03:59:37 c9b1b535fdd9: Pulling fs layer 03:59:37 2cc5ad85d9ab: Pulling fs layer 03:59:37 756a868c4378: Pulling fs layer 03:59:37 444b2fc9a129: Pulling fs layer 03:59:37 ea15f1150254: Pulling fs layer 03:59:37 41b27a9f41bf: Pulling fs layer 03:59:37 28c525ee5125: Pulling fs layer 03:59:37 094b1ea09ed8: Pulling fs layer 03:59:37 138eaada9080: Pulling fs layer 03:59:37 0622d0fa9048: Pulling fs layer 03:59:37 444b2fc9a129: Waiting 03:59:37 ea15f1150254: Waiting 03:59:37 28c525ee5125: Waiting 03:59:37 138eaada9080: Waiting 03:59:37 094b1ea09ed8: Waiting 03:59:37 41b27a9f41bf: Waiting 03:59:37 0622d0fa9048: Waiting 03:59:37 2cc5ad85d9ab: Download complete 03:59:37 444b2fc9a129: Verifying Checksum 03:59:37 444b2fc9a129: Download complete 03:59:37 c9b1b535fdd9: Download complete 03:59:37 ea15f1150254: Verifying Checksum 03:59:37 ea15f1150254: Download complete 03:59:37 28c525ee5125: Verifying Checksum 03:59:37 28c525ee5125: Download complete 03:59:37 c9b1b535fdd9: Pull complete 03:59:37 756a868c4378: Verifying Checksum 03:59:37 756a868c4378: Download complete 03:59:37 2cc5ad85d9ab: Pull complete 03:59:38 138eaada9080: Verifying Checksum 03:59:38 138eaada9080: Download complete 03:59:38 0622d0fa9048: Download complete 03:59:38 094b1ea09ed8: Verifying Checksum 03:59:38 094b1ea09ed8: Download complete 03:59:38 41b27a9f41bf: Verifying Checksum 03:59:38 41b27a9f41bf: Download complete 03:59:39 756a868c4378: Pull complete 03:59:39 444b2fc9a129: Pull complete 03:59:39 ea15f1150254: Pull complete 03:59:43 41b27a9f41bf: Pull complete 03:59:43 28c525ee5125: Pull complete 03:59:46 094b1ea09ed8: Pull complete 03:59:46 138eaada9080: Pull complete 03:59:46 0622d0fa9048: Pull complete 03:59:46 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 03:59:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:59:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:59:46 prd-centos7-docker-4c-2g-749 does not seem to be running inside a container 03:59:47 $ 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-550 -v /w/workspace/dgexfoundry_device-sdk-go_PR-550:/w/workspace/dgexfoundry_device-sdk-go_PR-550:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:59:50 $ docker top 97a4c82beb9cd709b5939ae2043daf386d2532487e537bf4afe590144d2afa3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:59:51 provisioning config files... 03:59:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/config6152018720358763290tmp [Pipeline] { [Pipeline] echo 03:59:51 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:59:51 ---> create-netrc.sh [Pipeline] echo 03:59:51 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:59:51 ---> logs-deploy.sh 03:59:51 + ARCHIVE_ARTIFACTS= 03:59:51 + LOGS_SERVER=https://logs.edgexfoundry.org 03:59:51 + '[' https://logs.edgexfoundry.org == None ']' 03:59:51 + NEXUS_URL=https://nexus.edgexfoundry.org 03:59:51 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-550/2 03:59:51 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-550/2/ 03:59:51 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-550/2 /w/workspace/dgexfoundry_device-sdk-go_PR-550 03:59:53 Archives upload complete. 03:59:53 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-550/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-550/2/ 03:59:53 ---> uname -a: 03:59:53 Linux 97a4c82beb9c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:59:53 03:59:53 03:59:53 ---> lscpu: 03:59:53 Architecture: x86_64 03:59:53 CPU op-mode(s): 32-bit, 64-bit 03:59:53 Byte Order: Little Endian 03:59:53 Address sizes: 40 bits physical, 48 bits virtual 03:59:53 CPU(s): 4 03:59:53 On-line CPU(s) list: 0-3 03:59:53 Thread(s) per core: 1 03:59:53 Core(s) per socket: 1 03:59:53 Socket(s): 4 03:59:53 NUMA node(s): 1 03:59:53 Vendor ID: GenuineIntel 03:59:53 CPU family: 6 03:59:53 Model: 44 03:59:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:59:53 Stepping: 1 03:59:53 CPU MHz: 2933.396 03:59:53 BogoMIPS: 5866.79 03:59:53 Virtualization: VT-x 03:59:53 Hypervisor vendor: KVM 03:59:53 Virtualization type: full 03:59:53 L1d cache: 128 KiB 03:59:53 L1i cache: 128 KiB 03:59:53 L2 cache: 16 MiB 03:59:53 L3 cache: 64 MiB 03:59:53 NUMA node0 CPU(s): 0-3 03:59:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:59:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:59:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:59:53 Vulnerability Meltdown: Mitigation; PTI 03:59:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:59:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:59:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:59:53 Vulnerability Tsx async abort: Not affected 03:59:53 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 03:59:53 03:59:53 03:59:53 ---> nproc: 03:59:53 4 03:59:53 03:59:53 03:59:53 ---> df -h: 03:59:53 Filesystem Size Used Available Use% Mounted on 03:59:53 overlay 50.0G 7.2G 42.8G 14% / 03:59:53 tmpfs 64.0M 0 64.0M 0% /dev 03:59:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:59:53 shm 64.0M 0 64.0M 0% /dev/shm 03:59:53 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 03:59:53 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 03:59:53 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 03:59:53 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 03:59:53 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-550 03:59:53 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp 03:59:53 03:59:53 03:59:53 ---> free -m: 03:59:53 total used free shared buff/cache available 03:59:53 Mem: 1837 623 125 0 1088 1109 03:59:53 Swap: 1023 1 1022 03:59:53 03:59:53 03:59:53 ---> ip addr: 03:59:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:59:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:59:53 inet 127.0.0.1/8 scope host lo 03:59:53 valid_lft forever preferred_lft forever 03:59:53 6: eth0@if7: mtu 1458 qdisc noqueue state UP 03:59:53 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:59:53 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:59:53 valid_lft forever preferred_lft forever 03:59:53 03:59:53 03:59:53 ---> sar -b -r -n DEV: 03:59:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/15/20 _x86_64_ (4 CPU) 03:59:53 03:59:53 03:51:38 LINUX RESTART 03:59:53 03:59:53 03:52:02 tps rtps wtps bread/s bwrtn/s 03:59:53 03:53:01 98.05 40.54 57.52 7417.47 11168.86 03:59:53 03:54:01 1.52 0.00 1.52 0.00 31.11 03:59:53 03:55:01 0.40 0.00 0.40 0.00 5.88 03:59:53 03:56:01 0.25 0.00 0.25 0.00 2.56 03:59:53 03:57:01 0.15 0.00 0.15 0.00 1.88 03:59:53 03:58:01 0.38 0.00 0.38 0.00 5.16 03:59:53 03:59:01 0.30 0.02 0.28 0.13 2.72 03:59:53 Average: 14.25 5.71 8.53 1045.15 1580.77 03:59:53 03:59:53 03:52:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:59:53 03:53:01 170908 1710648 90.92 2620 1170428 1097996 37.47 406956 1142520 120 03:59:53 03:54:01 176176 1705380 90.64 2620 1170576 1066296 36.39 404512 1140812 20 03:59:53 03:55:01 177472 1704084 90.57 2620 1170584 1056016 36.04 404496 1139948 8 03:59:53 03:56:01 174952 1706604 90.70 2620 1170584 1056220 36.05 407480 1139324 12 03:59:53 03:57:01 175068 1706488 90.70 2620 1170588 1056208 36.05 410220 1136376 8 03:59:53 03:58:01 173092 1708464 90.80 2620 1170596 1058636 36.13 412312 1136376 8 03:59:53 03:59:01 173544 1708012 90.78 2620 1170600 1058680 36.13 434548 1113868 8 03:59:53 Average: 174459 1707097 90.73 2620 1170565 1064293 36.32 411503 1135603 26 03:59:53 03:59:53 03:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 03:59:53 03:53:01 eth0 452.98 271.63 1082.71 111.13 0.00 0.00 0.00 03:59:53 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:53:01 docker0 8.65 7.18 1.26 18.21 0.00 0.00 0.00 03:59:53 03:54:01 eth0 3.21 1.60 2.79 0.11 0.00 0.00 0.00 03:59:53 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:55:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 03:59:53 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:56:01 eth0 1.13 0.47 0.32 0.21 0.00 0.00 0.00 03:59:53 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:57:01 eth0 0.48 0.45 0.27 0.21 0.00 0.00 0.00 03:59:53 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:58:01 eth0 0.35 0.27 0.15 0.08 0.00 0.00 0.00 03:59:53 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 03:59:53 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 Average: eth0 64.67 38.70 153.07 15.75 0.00 0.00 0.00 03:59:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:59:53 Average: docker0 1.22 1.01 0.18 2.57 0.00 0.00 0.00 03:59:53 03:59:53 03:59:53 ---> sar -P ALL: 03:59:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/15/20 _x86_64_ (4 CPU) 03:59:53 03:59:53 03:51:38 LINUX RESTART 03:59:53 03:59:53 03:52:02 CPU %user %nice %system %iowait %steal %idle 03:59:53 03:53:01 all 13.43 0.00 4.51 4.34 0.03 77.69 03:59:53 03:53:01 0 13.92 0.00 5.25 2.10 0.02 78.72 03:59:53 03:53:01 1 12.22 0.00 5.00 9.19 0.02 73.57 03:59:53 03:53:01 2 13.61 0.00 4.21 4.48 0.03 77.67 03:59:53 03:53:01 3 13.98 0.00 3.56 1.59 0.03 80.84 03:59:53 03:54:01 all 0.16 0.00 0.05 0.00 0.00 99.79 03:59:53 03:54:01 0 0.07 0.00 0.05 0.00 0.00 99.88 03:59:53 03:54:01 1 0.32 0.00 0.03 0.00 0.00 99.65 03:59:53 03:54:01 2 0.02 0.00 0.05 0.00 0.00 99.93 03:59:53 03:54:01 3 0.25 0.00 0.03 0.00 0.00 99.72 03:59:53 03:55:01 all 0.17 0.00 0.02 0.00 0.00 99.81 03:59:53 03:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 03:59:53 03:55:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:59:53 03:55:01 2 0.05 0.00 0.02 0.00 0.00 99.93 03:59:53 03:55:01 3 0.53 0.00 0.02 0.00 0.00 99.45 03:59:53 03:56:01 all 0.15 0.00 0.02 0.00 0.00 99.83 03:59:53 03:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:59:53 03:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:59:53 03:56:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:59:53 03:56:01 3 0.52 0.00 0.02 0.00 0.00 99.47 03:59:53 03:57:01 all 0.13 0.00 0.04 0.00 0.00 99.83 03:59:53 03:57:01 0 0.05 0.00 0.02 0.00 0.00 99.93 03:59:53 03:57:01 1 0.02 0.00 0.07 0.00 0.00 99.92 03:59:53 03:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:59:53 03:57:01 3 0.40 0.00 0.05 0.00 0.00 99.55 03:59:53 03:58:01 all 0.03 0.00 0.03 0.00 0.00 99.95 03:59:53 03:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:59:53 03:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:59:53 03:58:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:59:53 03:58:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:59:53 03:59:01 all 0.13 0.00 0.04 0.00 0.00 99.83 03:59:53 03:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:59:53 03:59:01 1 0.03 0.00 0.10 0.00 0.00 99.87 03:59:53 03:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:59:53 03:59:01 3 0.43 0.00 0.02 0.00 0.00 99.55 03:59:53 Average: all 1.99 0.00 0.66 0.61 0.00 96.73 03:59:53 Average: 0 1.99 0.00 0.76 0.29 0.00 96.96 03:59:53 Average: 1 1.78 0.00 0.74 1.29 0.00 96.19 03:59:53 Average: 2 1.94 0.00 0.62 0.63 0.00 96.81 03:59:53 Average: 3 2.27 0.00 0.52 0.22 0.00 96.98 03:59:53 03:59:53 03:59:53