Pull request #462 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 rather than 654b31e29c01b4a3b797d0be6f2c093660341548 Obtained Jenkinsfile from 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-462/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 [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/ [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-563’ is offline Running on prd-centos7-docker-4c-2g-217 in /w/workspace/dgexfoundry_device-sdk-go_PR-462 [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-462 # 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/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 654b31e29c01b4a3b797d0be6f2c093660341548 Merge succeeded, producing 654b31e29c01b4a3b797d0be6f2c093660341548 Checking out Revision 654b31e29c01b4a3b797d0be6f2c093660341548 (PR-462) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/462/head:refs/remotes/origin/PR-462 # 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/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # 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 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # timeout=10 Commit message: "Update readme and godoc for float encoding usage Describe float encoding usage and add the information in Readme to describe the situation of base64 encoding for float type." First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:42:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 03:42:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:27 03:42:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:42:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:28 latest: Pulling from edgex-devops/git-semver 03:42:28 9123ac7c32f7: Pulling fs layer 03:42:28 b8cc5d1170e3: Pulling fs layer 03:42:28 2924cbbf6a41: Pulling fs layer 03:42:28 93b08a4f1073: Pulling fs layer 03:42:28 93b08a4f1073: Waiting 03:42:28 b8cc5d1170e3: Verifying Checksum 03:42:28 b8cc5d1170e3: Download complete 03:42:28 9123ac7c32f7: Verifying Checksum 03:42:28 9123ac7c32f7: Download complete 03:42:28 93b08a4f1073: Verifying Checksum 03:42:28 93b08a4f1073: Download complete 03:42:28 2924cbbf6a41: Verifying Checksum 03:42:28 2924cbbf6a41: Download complete 03:42:28 9123ac7c32f7: Pull complete 03:42:28 b8cc5d1170e3: Pull complete 03:42:29 2924cbbf6a41: Pull complete 03:42:29 93b08a4f1073: Pull complete 03:42:29 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 03:42:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:42:29 prd-centos7-docker-4c-2g-217 does not seem to be running inside a container 03:42:29 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-462 -v /w/workspace/dgexfoundry_device-sdk-go_PR-462:/w/workspace/dgexfoundry_device-sdk-go_PR-462:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-462@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:42:30 $ docker top 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:42:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:30 [ssh-agent] Looking for ssh-agent implementation... 03:42:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:31 $ docker exec 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 ssh-agent 03:42:31 SSH_AUTH_SOCK=/tmp/ssh-M3jtZvj6wC5A/agent.15 03:42:31 SSH_AGENT_PID=21 03:42:31 Running ssh-add (command line suppressed) 03:42:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/private_key_4043315926345799053.key (/w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/private_key_4043315926345799053.key) 03:42:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:31 + git describe --exact-match --tags HEAD 03:42:31 fatal: No names found, cannot describe anything. [Pipeline] } 03:42:31 $ docker exec --env ******** --env ******** 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 ssh-agent -k 03:42:32 unset SSH_AUTH_SOCK; 03:42:32 unset SSH_AGENT_PID; 03:42:32 echo Agent pid 21 killed; 03:42:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:42:32 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:42:32 This usually means this commit has not been tagged. [Pipeline] sshagent 03:42:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:32 [ssh-agent] Looking for ssh-agent implementation... 03:42:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:32 $ docker exec 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 ssh-agent 03:42:32 SSH_AUTH_SOCK=/tmp/ssh-jFBaZVhS9yal/agent.57 03:42:32 SSH_AGENT_PID=64 03:42:32 Running ssh-add (command line suppressed) 03:42:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/private_key_1698420089740320056.key (/w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/private_key_1698420089740320056.key) 03:42:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:33 + git semver init 03:42:33 # -> Open(): unable to determine branch for HEAD 03:42:33 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-462/.git 03:42:33 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-462 03:42:33 # $SEMVER_REMOTE_NAME = origin 03:42:33 # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org 03:42:33 # $SEMVER_USER_NAME = jenkins 03:42:33 # $SEMVER_BRANCH = PR-462 03:42:33 # $SEMVER_TEMP = /tmp/semver-089360889 03:42:33 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:42:33 # '/tmp/semver-089360889' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-462/.semver' 03:42:33 # -> Force: false 03:42:33 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-462/.semver [Pipeline] } 03:42:33 $ docker exec --env ******** --env ******** 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 ssh-agent -k 03:42:34 unset SSH_AUTH_SOCK; 03:42:34 unset SSH_AGENT_PID; 03:42:34 echo Agent pid 64 killed; 03:42:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:42:34 + git semver [Pipeline] } 03:42:34 $ docker stop --time=1 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 03:42:35 $ docker rm -f 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:42:36 Stashed 32 file(s) [Pipeline] echo 03:42:36 [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:42:52 Still waiting to schedule task 03:42:52 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:42:52 Still waiting to schedule task 03:42:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:44:32 Running on prd-centos7-docker-4c-2g-220 in /w/workspace/dgexfoundry_device-sdk-go_PR-462 [Pipeline] { [Pipeline] ws 03:44:32 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 03:44:34 using credential edgex-jenkins-ssh 03:44:34 Cloning the remote Git repository 03:44:34 Cloning with configured refspecs honoured and without tags 03:44:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:44:34 > git init /w/workspace/device-sdk-go/1 # timeout=10 03:44:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:44:34 > git --version # timeout=10 03:44:34 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:44:35 Fetching without tags 03:44:35 Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 654b31e29c01b4a3b797d0be6f2c093660341548 03:44:35 Merge succeeded, producing 654b31e29c01b4a3b797d0be6f2c093660341548 03:44:35 Checking out Revision 654b31e29c01b4a3b797d0be6f2c093660341548 (PR-462) 03:44:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:44:35 > git config --add remote.origin.fetch +refs/pull/462/head:refs/remotes/origin/PR-462 # timeout=10 03:44:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:44:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:44:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:44:35 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:44:35 > git config core.sparsecheckout # timeout=10 03:44:35 > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # timeout=10 03:44:35 > git remote # timeout=10 03:44:35 > git config --get remote.origin.url # timeout=10 03:44:35 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:35 > git merge 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 03:44:35 > git rev-parse HEAD^{commit} # timeout=10 03:44:35 > git config core.sparsecheckout # timeout=10 03:44:35 > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # timeout=10 03:44:39 Commit message: "Update readme and godoc for float encoding usage Describe float encoding usage and add the information in Readme to describe the situation of base64 encoding for float type." 03:44:39 > git --version # timeout=10 03:44:39 fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:44:40 ========================================================= 03:44:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 03:44:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:44:41 + 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:44:41 Sending build context to Docker daemon 2.689MB 03:44:41 Step 1/8 : ARG BASE=golang:1.13-alpine 03:44:41 Step 2/8 : FROM ${BASE} 03:44:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 03:44:41 e6b0cf9c0882: Pulling fs layer 03:44:41 2848faf0eed1: Pulling fs layer 03:44:41 0f37312ad70f: Pulling fs layer 03:44:41 5788d62ee057: Pulling fs layer 03:44:41 0e6b1d234666: Pulling fs layer 03:44:41 bf5d7aec512f: Pulling fs layer 03:44:41 34c802a77dc8: Pulling fs layer 03:44:41 9eb99e56ec68: Pulling fs layer 03:44:41 27c7a5d97fbd: Pulling fs layer 03:44:41 5c102a31e300: Pulling fs layer 03:44:41 dcfb455df0a1: Pulling fs layer 03:44:41 9eb99e56ec68: Waiting 03:44:41 27c7a5d97fbd: Waiting 03:44:41 5c102a31e300: Waiting 03:44:41 dcfb455df0a1: Waiting 03:44:41 0e6b1d234666: Waiting 03:44:41 bf5d7aec512f: Waiting 03:44:41 34c802a77dc8: Waiting 03:44:41 0f37312ad70f: Download complete 03:44:41 2848faf0eed1: Download complete 03:44:41 0e6b1d234666: Verifying Checksum 03:44:41 0e6b1d234666: Download complete 03:44:41 bf5d7aec512f: Download complete 03:44:41 e6b0cf9c0882: Verifying Checksum 03:44:41 e6b0cf9c0882: Download complete 03:44:41 e6b0cf9c0882: Pull complete 03:44:42 34c802a77dc8: Verifying Checksum 03:44:42 34c802a77dc8: Download complete 03:44:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-219 in /w/workspace/dgexfoundry_device-sdk-go_PR-462 [Pipeline] { [Pipeline] ws 03:44:42 Running in /w/workspace/device-sdk-go/1 [Pipeline] { 03:44:42 27c7a5d97fbd: Verifying Checksum 03:44:42 27c7a5d97fbd: Download complete 03:44:42 2848faf0eed1: Pull complete [Pipeline] checkout 03:44:42 5c102a31e300: Verifying Checksum 03:44:42 5c102a31e300: Download complete 03:44:43 dcfb455df0a1: Verifying Checksum 03:44:43 dcfb455df0a1: Download complete 03:44:43 5788d62ee057: Verifying Checksum 03:44:43 5788d62ee057: Download complete 03:44:43 9eb99e56ec68: Verifying Checksum 03:44:43 9eb99e56ec68: Download complete 03:44:43 0f37312ad70f: Pull complete 03:44:49 5788d62ee057: Pull complete 03:44:49 0e6b1d234666: Pull complete 03:44:49 bf5d7aec512f: Pull complete 03:44:49 using credential edgex-jenkins-ssh 03:44:49 Cloning the remote Git repository 03:44:49 Cloning with configured refspecs honoured and without tags 03:44:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:44:49 > git init /w/workspace/device-sdk-go/1 # timeout=10 03:44:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:44:49 > git --version # timeout=10 03:44:49 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:44:51 Fetching without tags 03:44:51 Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 654b31e29c01b4a3b797d0be6f2c093660341548 03:44:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:44:50 > git config --add remote.origin.fetch +refs/pull/462/head:refs/remotes/origin/PR-462 # timeout=10 03:44:50 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:44:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:44:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:44:51 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:44:51 > git config core.sparsecheckout # timeout=10 03:44:51 Merge succeeded, producing 654b31e29c01b4a3b797d0be6f2c093660341548 03:44:51 Checking out Revision 654b31e29c01b4a3b797d0be6f2c093660341548 (PR-462) 03:44:51 > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # timeout=10 03:44:51 > git remote # timeout=10 03:44:51 > git config --get remote.origin.url # timeout=10 03:44:51 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:51 > git merge 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 03:44:51 > git rev-parse HEAD^{commit} # timeout=10 03:44:51 > git config core.sparsecheckout # timeout=10 03:44:52 > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # timeout=10 03:44:54 34c802a77dc8: Pull complete 03:44:56 Commit message: "Update readme and godoc for float encoding usage Describe float encoding usage and add the information in Readme to describe the situation of base64 encoding for float type." 03:44:56 > git --version # timeout=10 03:44:56 fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 03:44:57 9eb99e56ec68: Pull complete 03:44:57 27c7a5d97fbd: Pull complete 03:44:58 5c102a31e300: Pull complete 03:44:58 dcfb455df0a1: Pull complete 03:44:58 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 03:44:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 03:44:58 ---> 7c70fe431013 03:44:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] echo 03:44:58 ========================================================= 03:44:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:44:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:44:58 ---> Running in bbe1d0893b0b 03:44:58 Removing intermediate container bbe1d0893b0b 03:44:58 ---> 69de731c67f2 03:44:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:44:58 ---> Running in 19670e46b132 03:44:59 Removing intermediate container 19670e46b132 03:44:59 ---> 4d01fea1a451 03:44:59 Step 5/8 : RUN apk add --no-cache make git 03:44:59 + 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:44:59 ---> Running in c368f160b486 03:45:00 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 03:45:00 Sending build context to Docker daemon 2.689MB 03:45:00 Step 1/8 : ARG BASE=golang:1.13-alpine 03:45:00 Step 2/8 : FROM ${BASE} 03:45:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:45:01 cde5963f3b93: Pulling fs layer 03:45:01 2a23fa8c16f7: Pulling fs layer 03:45:01 777b28850792: Pulling fs layer 03:45:01 8a11ddd9e578: Pulling fs layer 03:45:01 4cf88f913ddb: Pulling fs layer 03:45:01 1df406cf5192: Pulling fs layer 03:45:01 cd6300453558: Pulling fs layer 03:45:01 b9c365052c96: Pulling fs layer 03:45:01 a2d8cc88f415: Pulling fs layer 03:45:01 ea1d1ca13537: Pulling fs layer 03:45:01 3750a50a1c5e: Pulling fs layer 03:45:01 8a11ddd9e578: Waiting 03:45:01 4cf88f913ddb: Waiting 03:45:01 1df406cf5192: Waiting 03:45:01 cd6300453558: Waiting 03:45:01 b9c365052c96: Waiting 03:45:01 a2d8cc88f415: Waiting 03:45:01 ea1d1ca13537: Waiting 03:45:01 3750a50a1c5e: Waiting 03:45:01 777b28850792: Verifying Checksum 03:45:01 777b28850792: Download complete 03:45:01 2a23fa8c16f7: Verifying Checksum 03:45:01 2a23fa8c16f7: Download complete 03:45:01 4cf88f913ddb: Verifying Checksum 03:45:01 4cf88f913ddb: Download complete 03:45:01 1df406cf5192: Verifying Checksum 03:45:01 1df406cf5192: Download complete 03:45:01 cde5963f3b93: Verifying Checksum 03:45:01 cde5963f3b93: Download complete 03:45:01 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 03:45:02 OK: 143 MiB in 39 packages 03:45:02 cde5963f3b93: Pull complete 03:45:02 Removing intermediate container c368f160b486 03:45:02 ---> 253912bfed36 03:45:02 Step 6/8 : WORKDIR /device-sdk-go 03:45:02 ---> Running in 18c54aa713e9 03:45:02 Removing intermediate container 18c54aa713e9 03:45:02 ---> a4f112cab713 03:45:02 Step 7/8 : COPY . . 03:45:03 2a23fa8c16f7: Pull complete 03:45:03 ---> 1a9ccd1a165c 03:45:03 Step 8/8 : RUN go mod download 03:45:03 ---> Running in 27df2c5bf9f6 03:45:03 777b28850792: Pull complete 03:45:04 go: finding github.com/BurntSushi/toml v0.3.1 03:45:04 go: finding github.com/OneOfOne/xxhash v1.2.6 03:45:04 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:45:04 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:45:04 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:45:04 go: finding github.com/bgentry/speakeasy v0.1.0 03:45:04 go: finding github.com/cenkalti/backoff v2.1.1+incompatible 03:45:04 go: finding github.com/davecgh/go-spew v1.1.1 03:45:04 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 03:45:04 go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 03:45:04 go: finding github.com/fatih/color v1.7.0 03:45:04 go: finding github.com/go-kit/kit v0.8.0 03:45:04 go: finding github.com/go-logfmt/logfmt v0.4.0 03:45:04 go: finding github.com/go-stack/stack v1.8.0 03:45:04 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:45:04 go: finding github.com/google/uuid v1.1.0 03:45:04 go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd 03:45:04 go: finding github.com/gorilla/mux v1.6.2 03:45:04 go: finding github.com/hashicorp/consul v1.4.2 03:45:04 go: finding github.com/hashicorp/errwrap v1.0.0 03:45:04 go: finding github.com/hashicorp/go-cleanhttp v0.5.0 03:45:04 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:45:04 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:45:04 go: finding github.com/hashicorp/go-multierror v1.0.0 03:45:04 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:45:04 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:45:04 go: finding github.com/hashicorp/go-syslog v1.0.0 03:45:04 go: finding github.com/hashicorp/go-uuid v1.0.1 03:45:04 go: finding github.com/hashicorp/go.net v0.0.1 03:45:04 go: finding github.com/hashicorp/golang-lru v0.5.0 03:45:04 go: finding github.com/hashicorp/logutils v1.0.0 03:45:04 go: finding github.com/hashicorp/mdns v1.0.0 03:45:04 go: finding github.com/hashicorp/memberlist v0.1.3 03:45:04 go: finding github.com/hashicorp/serf v0.8.2 03:45:04 go: finding github.com/jessevdk/go-flags v1.4.0 03:45:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:45:05 go: finding github.com/mattn/go-colorable v0.0.9 03:45:05 go: finding github.com/mattn/go-isatty v0.0.3 03:45:05 go: finding github.com/miekg/dns v1.0.14 03:45:05 go: finding github.com/mitchellh/cli v1.0.0 03:45:05 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:45:05 go: finding github.com/mitchellh/copystructure v1.0.0 03:45:05 go: finding github.com/mitchellh/go-homedir v1.0.0 03:45:05 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:45:05 go: finding github.com/mitchellh/gox v0.4.0 03:45:05 go: finding github.com/mitchellh/iochan v1.0.0 03:45:05 go: finding github.com/mitchellh/mapstructure v1.1.2 03:45:05 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:45:05 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:45:05 go: finding github.com/pelletier/go-toml v1.2.0 03:45:05 go: finding github.com/pkg/errors v0.8.1 03:45:05 go: finding github.com/pmezard/go-difflib v1.0.0 03:45:05 go: finding github.com/posener/complete v1.1.1 03:45:05 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:45:05 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:45:05 go: finding github.com/stretchr/objx v0.1.0 03:45:05 go: finding github.com/stretchr/testify v1.3.0 03:45:05 go: finding github.com/ugorji/go v1.1.4 03:45:05 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 03:45:05 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 03:45:05 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:45:05 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 03:45:05 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:45:05 cd6300453558: Verifying Checksum 03:45:05 cd6300453558: Download complete 03:45:05 a2d8cc88f415: Verifying Checksum 03:45:05 a2d8cc88f415: Download complete 03:45:05 go: finding gopkg.in/yaml.v2 v2.2.2 03:45:08 ea1d1ca13537: Verifying Checksum 03:45:08 ea1d1ca13537: Download complete 03:45:08 3750a50a1c5e: Verifying Checksum 03:45:08 3750a50a1c5e: Download complete 03:45:11 b9c365052c96: Download complete 03:45:12 8a11ddd9e578: Download complete 03:45:13 Removing intermediate container 27df2c5bf9f6 03:45:13 ---> 8910c5d8f63e 03:45:13 Successfully built 8910c5d8f63e 03:45:13 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:45:14 + docker inspect -f . ci-base-image-x86_64 03:45:14 . [Pipeline] withDockerContainer 03:45:14 prd-centos7-docker-4c-2g-220 does not seem to be running inside a container 03:45:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:45:15 $ docker top 79d55ace1e26c43e32081f071f97dfb2facba94aeb6d8631e471c23d812d495a -eo pid,comm [Pipeline] { [Pipeline] sh 03:45:15 + go version 03:45:15 go version go1.13.5 linux/amd64 [Pipeline] sh 03:45:16 + make test 03:45:16 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:45:25 8a11ddd9e578: Pull complete 03:45:25 4cf88f913ddb: Pull complete 03:45:25 1df406cf5192: Pull complete 03:45:28 cd6300453558: Pull complete 03:45:31 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:45:31 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:45:31 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:45:33 b9c365052c96: Pull complete 03:45:33 a2d8cc88f415: Pull complete 03:45:35 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.008s coverage: 23.1% of statements 03:45:35 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.050s coverage: 95.8% of statements 03:45:35 ea1d1ca13537: Pull complete 03:45:35 3750a50a1c5e: Pull complete 03:45:35 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 03:45:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:45:35 ---> 78745c68409d 03:45:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:45:38 ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.666s coverage: 12.7% of statements 03:45:38 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.015s coverage: 25.6% of statements 03:45:38 ---> Running in b6d63ba2abfd 03:45:39 Removing intermediate container b6d63ba2abfd 03:45:39 ---> c3a4510e2ccb 03:45:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:39 ---> Running in 7f92a9c283ee 03:45:41 Removing intermediate container 7f92a9c283ee 03:45:41 ---> 49f4871a1dc9 03:45:41 Step 5/8 : RUN apk add --no-cache make git 03:45:41 ---> Running in a75a635f2dcf 03:45:42 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 03:45:43 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 03:45:44 OK: 125 MiB in 39 packages 03:45:45 Removing intermediate container a75a635f2dcf 03:45:45 ---> 6ace362ccffe 03:45:45 Step 6/8 : WORKDIR /device-sdk-go 03:45:45 ---> Running in c7c307a19927 03:45:45 Removing intermediate container c7c307a19927 03:45:45 ---> eb7555a5b042 03:45:45 Step 7/8 : COPY . . 03:45:46 ---> c692065545a9 03:45:46 Step 8/8 : RUN go mod download 03:45:46 ---> Running in e99fe66b9605 03:45:48 go: finding github.com/BurntSushi/toml v0.3.1 03:45:48 go: finding github.com/OneOfOne/xxhash v1.2.6 03:45:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:45:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:45:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:45:48 go: finding github.com/bgentry/speakeasy v0.1.0 03:45:48 go: finding github.com/cenkalti/backoff v2.1.1+incompatible 03:45:48 go: finding github.com/davecgh/go-spew v1.1.1 03:45:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 03:45:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 03:45:48 go: finding github.com/fatih/color v1.7.0 03:45:48 go: finding github.com/go-kit/kit v0.8.0 03:45:48 go: finding github.com/go-logfmt/logfmt v0.4.0 03:45:48 go: finding github.com/go-stack/stack v1.8.0 03:45:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:45:48 go: finding github.com/google/uuid v1.1.0 03:45:48 go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd 03:45:48 go: finding github.com/gorilla/mux v1.6.2 03:45:48 go: finding github.com/hashicorp/consul v1.4.2 03:45:48 go: finding github.com/hashicorp/errwrap v1.0.0 03:45:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.0 03:45:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:45:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:45:48 go: finding github.com/hashicorp/go-multierror v1.0.0 03:45:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:45:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:45:48 go: finding github.com/hashicorp/go-syslog v1.0.0 03:45:48 go: finding github.com/hashicorp/go-uuid v1.0.1 03:45:48 go: finding github.com/hashicorp/go.net v0.0.1 03:45:49 go: finding github.com/hashicorp/golang-lru v0.5.0 03:45:49 go: finding github.com/hashicorp/logutils v1.0.0 03:45:49 go: finding github.com/hashicorp/mdns v1.0.0 03:45:49 go: finding github.com/hashicorp/memberlist v0.1.3 03:45:49 go: finding github.com/hashicorp/serf v0.8.2 03:45:49 go: finding github.com/jessevdk/go-flags v1.4.0 03:45:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:45:49 go: finding github.com/mattn/go-colorable v0.0.9 03:45:49 go: finding github.com/mattn/go-isatty v0.0.3 03:45:49 go: finding github.com/miekg/dns v1.0.14 03:45:49 go: finding github.com/mitchellh/cli v1.0.0 03:45:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:45:49 go: finding github.com/mitchellh/copystructure v1.0.0 03:45:49 go: finding github.com/mitchellh/go-homedir v1.0.0 03:45:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:45:49 go: finding github.com/mitchellh/gox v0.4.0 03:45:49 go: finding github.com/mitchellh/iochan v1.0.0 03:45:49 go: finding github.com/mitchellh/mapstructure v1.1.2 03:45:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:45:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:45:49 go: finding github.com/pelletier/go-toml v1.2.0 03:45:49 go: finding github.com/pkg/errors v0.8.1 03:45:49 go: finding github.com/pmezard/go-difflib v1.0.0 03:45:49 go: finding github.com/posener/complete v1.1.1 03:45:49 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:45:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:45:49 go: finding github.com/stretchr/objx v0.1.0 03:45:49 go: finding github.com/stretchr/testify v1.3.0 03:45:49 go: finding github.com/ugorji/go v1.1.4 03:45:49 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 03:45:49 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 03:45:49 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:45:49 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 03:45:49 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:45:49 go: finding gopkg.in/yaml.v2 v2.2.2 03:46:04 Removing intermediate container e99fe66b9605 03:46:04 ---> bcb19c9c5079 03:46:04 Successfully built bcb19c9c5079 03:46:04 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:46:05 + docker inspect -f . ci-base-image-arm64 03:46:05 . [Pipeline] withDockerContainer 03:46:05 prd-ubuntu18.04-docker-arm64-4c-16g-219 does not seem to be running inside a container 03:46:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:46:07 $ docker top f4815f7a490fe6bb8661e4adffd2289c89b543a32f1f4c86e96df0754364318c -eo pid,comm [Pipeline] { [Pipeline] sh 03:46:08 + go version 03:46:08 go version go1.13.5 linux/arm64 [Pipeline] sh 03:46:08 + make test 03:46:08 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:46:10 ok github.com/edgexfoundry/device-sdk-go/internal/config 31.022s coverage: 30.0% of statements 03:46:10 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.431s coverage: 42.3% of statements 03:46:10 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:46:10 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 03:46:10 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.339s coverage: 79.5% of statements 03:46:10 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:46:10 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:46:10 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:46:10 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.067s coverage: 52.6% of statements 03:46:10 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.094s coverage: 76.1% of statements 03:46:10 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:46:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:46:10 gofmt -l . 03:46:10 [ "`gofmt -l .`" = "" ] 03:46:10 ./bin/test-attribution-txt.sh 03:46:10 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:46:11 Stashed 1 file(s) [Pipeline] } 03:46:11 $ docker stop --time=1 79d55ace1e26c43e32081f071f97dfb2facba94aeb6d8631e471c23d812d495a 03:46:12 $ docker rm -f 79d55ace1e26c43e32081f071f97dfb2facba94aeb6d8631e471c23d812d495a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:46:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:46:14 + ls -al . 03:46:14 total 200 03:46:14 drwxrwxr-x. 11 jenkins jenkins 4096 Mar 12 03:46 . 03:46:14 drwxrwxr-x. 4 jenkins jenkins 28 Mar 12 03:44 .. 03:46:14 drwxrwxr-x. 3 jenkins jenkins 20 Mar 12 03:44 api 03:46:14 -rw-rw-r--. 1 jenkins jenkins 3321 Mar 12 03:44 async.go 03:46:14 drwxrwxr-x. 2 jenkins jenkins 64 Mar 12 03:44 bin 03:46:14 -rw-r--r--. 1 jenkins jenkins 100201 Mar 12 03:46 coverage.out 03:46:14 -rw-rw-r--. 1 jenkins jenkins 936 Mar 12 03:44 Dockerfile.build 03:46:14 -rw-rw-r--. 1 jenkins jenkins 140 Mar 12 03:44 .dockerignore 03:46:14 drwxrwxr-x. 4 jenkins jenkins 31 Mar 12 03:44 example 03:46:14 drwxrwxr-x. 8 jenkins jenkins 179 Mar 12 03:44 .git 03:46:14 drwxrwxr-x. 2 jenkins jenkins 38 Mar 12 03:44 .github 03:46:14 -rw-rw-r--. 1 jenkins jenkins 138 Mar 12 03:44 .gitignore 03:46:14 -rw-r--r--. 1 jenkins jenkins 536 Mar 12 03:46 go.mod 03:46:14 -rw-r--r--. 1 jenkins jenkins 11140 Mar 12 03:46 go.sum 03:46:14 drwxrwxr-x. 13 jenkins jenkins 176 Mar 12 03:44 internal 03:46:14 -rw-rw-r--. 1 jenkins jenkins 808 Mar 12 03:44 Jenkinsfile 03:46:14 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 12 03:44 LICENSE 03:46:14 -rw-rw-r--. 1 jenkins jenkins 892 Mar 12 03:44 Makefile 03:46:14 -rw-rw-r--. 1 jenkins jenkins 4352 Mar 12 03:44 manageddevices.go 03:46:14 -rw-rw-r--. 1 jenkins jenkins 5473 Mar 12 03:44 managedprofiles.go 03:46:14 -rw-rw-r--. 1 jenkins jenkins 3878 Mar 12 03:44 managedwatchers.go 03:46:14 drwxrwxr-x. 4 jenkins jenkins 35 Mar 12 03:44 pkg 03:46:14 -rw-rw-r--. 1 jenkins jenkins 2249 Mar 12 03:44 README.md 03:46:14 drwxrwxr-x. 3 jenkins jenkins 58 Mar 12 03:44 .semver 03:46:14 -rw-rw-r--. 1 jenkins jenkins 9817 Mar 12 03:44 service.go 03:46:14 drwxrwxr-x. 4 jenkins jenkins 54 Mar 12 03:44 snap 03:46:14 -rw-rw-r--. 1 jenkins jenkins 5 Mar 12 03:42 VERSION 03:46:14 -rw-rw-r--. 1 jenkins jenkins 222 Mar 12 03:44 version.go [Pipeline] isUnix [Pipeline] sh 03:46:14 + 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=654b31e29c01b4a3b797d0be6f2c093660341548 --label arch=amd64 --label version=0.0.0 . 03:46:15 Sending build context to Docker daemon 2.814MB 03:46:15 Step 1/20 : ARG BASE=golang:1.13-alpine 03:46:15 Step 2/20 : FROM ${BASE} AS builder 03:46:15 ---> 8910c5d8f63e 03:46:15 Step 3/20 : ARG MAKE='make build' 03:46:15 ---> Running in 313b25156e2d 03:46:15 Removing intermediate container 313b25156e2d 03:46:15 ---> 76068c3b570b 03:46:15 Step 4/20 : WORKDIR /device-sdk-go 03:46:15 ---> Running in c9941dcc3f90 03:46:15 Removing intermediate container c9941dcc3f90 03:46:15 ---> 2ac15d3e1f89 03:46:15 Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:46:15 ---> Running in 86dc025a90ee 03:46:15 Removing intermediate container 86dc025a90ee 03:46:15 ---> 37523d985378 03:46:15 Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:46:15 ---> Running in 5d7f688312ee 03:46:16 Removing intermediate container 5d7f688312ee 03:46:16 ---> 13744d9c8055 03:46:16 Step 7/20 : RUN apk add --update --no-cache make git 03:46:16 ---> Running in 9ed44d455d17 03:46:16 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 03:46:17 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 03:46:18 OK: 143 MiB in 39 packages 03:46:18 Removing intermediate container 9ed44d455d17 03:46:18 ---> 00c1d6bf2fcc 03:46:18 Step 8/20 : COPY . . 03:46:18 ---> 71c83793189d 03:46:18 Step 9/20 : RUN ${MAKE} 03:46:18 ---> Running in a51cd616265d 03:46:19 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:46:31 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:46:37 Removing intermediate container a51cd616265d 03:46:37 ---> 013daf087d43 03:46:37 Step 10/20 : FROM scratch 03:46:37 ---> 03:46:37 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:46:37 ---> Running in f204329d7163 03:46:37 Removing intermediate container f204329d7163 03:46:37 ---> ed13124941c5 03:46:37 Step 12/20 : ENV APP_PORT=49990 03:46:37 ---> Running in 96d3c239a62c 03:46:37 Removing intermediate container 96d3c239a62c 03:46:37 ---> 761d7195611f 03:46:37 Step 13/20 : EXPOSE $APP_PORT 03:46:37 ---> Running in a8b4370f9a05 03:46:37 Removing intermediate container a8b4370f9a05 03:46:37 ---> 1d3d344780de 03:46:37 Step 14/20 : WORKDIR / 03:46:37 ---> Running in 71e5565424dd 03:46:37 Removing intermediate container 71e5565424dd 03:46:37 ---> fb1fc2519844 03:46:37 Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:46:37 ---> 1a5b28e894b6 03:46:37 Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml 03:46:37 ---> aa77ac588cbe 03:46:37 Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] 03:46:37 ---> Running in f3d7d4993707 03:46:37 Removing intermediate container f3d7d4993707 03:46:37 ---> 8d42022bb1a5 03:46:37 Step 18/20 : LABEL arch=amd64 03:46:37 ---> Running in 512c92331d4b 03:46:38 Removing intermediate container 512c92331d4b 03:46:38 ---> cd8510649840 03:46:38 Step 19/20 : LABEL git_sha=654b31e29c01b4a3b797d0be6f2c093660341548 03:46:38 ---> Running in 4ef1e53a93c6 03:46:38 Removing intermediate container 4ef1e53a93c6 03:46:38 ---> 5ab0bb82bd49 03:46:38 Step 20/20 : LABEL version=0.0.0 03:46:38 ---> Running in bf8ee94f53e4 03:46:38 Removing intermediate container bf8ee94f53e4 03:46:38 ---> 3e3d35effab2 03:46:38 [Warning] One or more build-args [ARCH] were not consumed 03:46:38 Successfully built 3e3d35effab2 03:46:38 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:46:55 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:46:55 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:46:55 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:46:55 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.041s coverage: 23.1% of statements 03:46:55 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.153s coverage: 95.8% of statements 03:46:55 ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.053s coverage: 12.7% of statements 03:46:55 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.021s coverage: 25.6% of statements 03:47:28 ok github.com/edgexfoundry/device-sdk-go/internal/config 31.039s coverage: 30.0% of statements 03:47:28 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.554s coverage: 42.3% of statements 03:47:28 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:47:28 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 03:47:28 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.647s coverage: 79.5% of statements 03:47:28 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:47:28 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:47:28 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:47:28 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.051s coverage: 52.6% of statements 03:47:28 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.329s coverage: 76.1% of statements 03:47:28 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:47:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:47:34 gofmt -l . 03:47:34 [ "`gofmt -l .`" = "" ] 03:47:35 ./bin/test-attribution-txt.sh 03:47:36 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:47:36 Warning: overwriting stash ‘coverage-report’ 03:47:36 Stashed 1 file(s) [Pipeline] } 03:47:36 $ docker stop --time=1 f4815f7a490fe6bb8661e4adffd2289c89b543a32f1f4c86e96df0754364318c 03:47:39 $ docker rm -f f4815f7a490fe6bb8661e4adffd2289c89b543a32f1f4c86e96df0754364318c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:47:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:47:41 + ls -al . 03:47:41 total 240 03:47:41 drwxrwxr-x 11 jenkins jenkins 4096 Mar 12 03:47 . 03:47:41 drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 03:44 .. 03:47:41 -rw-rw-r-- 1 jenkins jenkins 140 Mar 12 03:44 .dockerignore 03:47:41 drwxrwxr-x 8 jenkins jenkins 4096 Mar 12 03:44 .git 03:47:41 drwxrwxr-x 2 jenkins jenkins 4096 Mar 12 03:44 .github 03:47:41 -rw-rw-r-- 1 jenkins jenkins 138 Mar 12 03:44 .gitignore 03:47:41 drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 03:44 .semver 03:47:41 -rw-rw-r-- 1 jenkins jenkins 936 Mar 12 03:44 Dockerfile.build 03:47:41 -rw-rw-r-- 1 jenkins jenkins 808 Mar 12 03:44 Jenkinsfile 03:47:41 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 12 03:44 LICENSE 03:47:41 -rw-rw-r-- 1 jenkins jenkins 892 Mar 12 03:44 Makefile 03:47:41 -rw-rw-r-- 1 jenkins jenkins 2249 Mar 12 03:44 README.md 03:47:41 -rw-rw-r-- 1 jenkins jenkins 5 Mar 12 03:42 VERSION 03:47:41 drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 03:44 api 03:47:41 -rw-rw-r-- 1 jenkins jenkins 3321 Mar 12 03:44 async.go 03:47:41 drwxrwxr-x 2 jenkins jenkins 4096 Mar 12 03:44 bin 03:47:41 -rw-r--r-- 1 jenkins jenkins 100201 Mar 12 03:47 coverage.out 03:47:41 drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 03:44 example 03:47:41 -rw-r--r-- 1 jenkins jenkins 536 Mar 12 03:47 go.mod 03:47:41 -rw-r--r-- 1 jenkins jenkins 11140 Mar 12 03:47 go.sum 03:47:41 drwxrwxr-x 13 jenkins jenkins 4096 Mar 12 03:44 internal 03:47:41 -rw-rw-r-- 1 jenkins jenkins 4352 Mar 12 03:44 manageddevices.go 03:47:41 -rw-rw-r-- 1 jenkins jenkins 5473 Mar 12 03:44 managedprofiles.go 03:47:41 -rw-rw-r-- 1 jenkins jenkins 3878 Mar 12 03:44 managedwatchers.go 03:47:41 drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 03:44 pkg 03:47:41 -rw-rw-r-- 1 jenkins jenkins 9817 Mar 12 03:44 service.go 03:47:41 drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 03:44 snap 03:47:41 -rw-rw-r-- 1 jenkins jenkins 222 Mar 12 03:44 version.go [Pipeline] isUnix [Pipeline] sh 03:47:41 + 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=654b31e29c01b4a3b797d0be6f2c093660341548 --label arch=arm64 --label version=0.0.0 . 03:47:42 Sending build context to Docker daemon 2.814MB 03:47:42 Step 1/20 : ARG BASE=golang:1.13-alpine 03:47:42 Step 2/20 : FROM ${BASE} AS builder 03:47:42 ---> bcb19c9c5079 03:47:42 Step 3/20 : ARG MAKE='make build' 03:47:42 ---> Running in d2178ae617a4 03:47:42 Removing intermediate container d2178ae617a4 03:47:42 ---> df1a0c09c221 03:47:42 Step 4/20 : WORKDIR /device-sdk-go 03:47:42 ---> Running in 170cd22c250d 03:47:42 Removing intermediate container 170cd22c250d 03:47:42 ---> 2c6e62b325d7 03:47:42 Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:47:43 ---> Running in 49e7e42a5a62 03:47:43 Removing intermediate container 49e7e42a5a62 03:47:43 ---> 15889b19efbc 03:47:43 Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:43 ---> Running in 3887dd64aa77 03:47:45 Removing intermediate container 3887dd64aa77 03:47:45 ---> cda58b0aaa8d 03:47:45 Step 7/20 : RUN apk add --update --no-cache make git 03:47:45 ---> Running in e4376e691748 03:47:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 03:47:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 03:47:47 OK: 125 MiB in 39 packages 03:47:49 Removing intermediate container e4376e691748 03:47:49 ---> 444a8e05150f 03:47:49 Step 8/20 : COPY . . 03:47:50 ---> b8a220724ceb 03:47:50 Step 9/20 : RUN ${MAKE} 03:47:50 ---> Running in 7a39b5f7627c 03:47:51 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:48:30 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:48:42 Removing intermediate container 7a39b5f7627c 03:48:42 ---> 281592a154dd 03:48:42 Step 10/20 : FROM scratch 03:48:42 ---> 03:48:42 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:48:42 ---> Running in 6f4bef9781ab 03:48:42 Removing intermediate container 6f4bef9781ab 03:48:42 ---> 5cb21bd79ca4 03:48:42 Step 12/20 : ENV APP_PORT=49990 03:48:42 ---> Running in f4cc77323f4d 03:48:42 Removing intermediate container f4cc77323f4d 03:48:42 ---> 5a9972d00219 03:48:42 Step 13/20 : EXPOSE $APP_PORT 03:48:42 ---> Running in d3d88b6fd90e 03:48:42 Removing intermediate container d3d88b6fd90e 03:48:42 ---> 4a42cb03c996 03:48:42 Step 14/20 : WORKDIR / 03:48:42 ---> Running in dcb84718abf1 03:48:43 Removing intermediate container dcb84718abf1 03:48:43 ---> 882020240ff4 03:48:43 Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:48:44 ---> 40d7a2eec297 03:48:44 Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml 03:48:45 ---> 37b63ce91b81 03:48:45 Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] 03:48:45 ---> Running in c9aebc08ea3f 03:48:45 Removing intermediate container c9aebc08ea3f 03:48:45 ---> a9939c6ff0a6 03:48:45 Step 18/20 : LABEL arch=arm64 03:48:46 ---> Running in 46d0764e1752 03:48:46 Removing intermediate container 46d0764e1752 03:48:46 ---> 70e17be63f6d 03:48:46 Step 19/20 : LABEL git_sha=654b31e29c01b4a3b797d0be6f2c093660341548 03:48:46 ---> Running in 71af2cc0189d 03:48:47 Removing intermediate container 71af2cc0189d 03:48:47 ---> aab6c1bfce9c 03:48:47 Step 20/20 : LABEL version=0.0.0 03:48:47 ---> Running in d9478124e8f9 03:48:47 Removing intermediate container d9478124e8f9 03:48:47 ---> cb01a629f500 03:48:47 [Warning] One or more build-args [ARCH] were not consumed 03:48:47 Successfully built cb01a629f500 03:48:47 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] } [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:48:49 provisioning config files... 03:48:49 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/config118206420306829909tmp [Pipeline] { [Pipeline] sh 03:48:49 + curl -s https://codecov.io/bash 03:48:49 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/config118206420306829909tmp 03:48:50 03:48:50 _____ _ 03:48:50 / ____| | | 03:48:50 | | ___ __| | ___ ___ _____ __ 03:48:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:48:50 | |___| (_) | (_| | __/ (_| (_) \ V / 03:48:50 \_____\___/ \__,_|\___|\___\___/ \_/ 03:48:50 Bash-20200303-bc4d7e6 03:48:50 03:48:50 03:48:50 ==> Jenkins CI detected. 03:48:50 project root: . 03:48:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:48:50 ==> Running gcov in . (disable via -X gcov) 03:48:50 ==> Python coveragepy not found 03:48:50 ==> Searching for coverage reports in: 03:48:50 + . 03:48:50 -> Found 1 reports 03:48:50 ==> Detecting git/mercurial file structure 03:48:50 ==> Reading reports 03:48:50 + ./coverage.out bytes=100201 03:48:50 ==> Appending adjustments 03:48:50 http://docs.codecov.io/docs/fixing-reports 03:48:50 + Found adjustments 03:48:50 ==> Gzipping contents 03:48:50 ==> Uploading reports 03:48:50 url: https://codecov.io 03:48:50 query: branch=PR-462&commit=654b31e29c01b4a3b797d0be6f2c093660341548&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-462%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=462&job= 03:48:50 -> Pinging Codecov 03:48:50 https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-462&commit=654b31e29c01b4a3b797d0be6f2c093660341548&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-462%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=462&job= 03:48:52 -> Uploading 03:48:53 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/654b31e29c01b4a3b797d0be6f2c093660341548 [Pipeline] } 03:48:53 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:48:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:48:55 ---> package-listing.sh 03:48:55 ++ facter osfamily 03:48:55 ++ tr '[:upper:]' '[:lower:]' 03:48:55 + OS_FAMILY=redhat 03:48:55 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-462 03:48:55 + START_PACKAGES=/tmp/packages_start.txt 03:48:55 + END_PACKAGES=/tmp/packages_end.txt 03:48:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:48:55 + PACKAGES=/tmp/packages_start.txt 03:48:55 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-462 ']' 03:48:55 + PACKAGES=/tmp/packages_end.txt 03:48:55 + case "${OS_FAMILY}" in 03:48:55 + rpm -qa 03:48:55 + sort 03:49:00 + '[' -f /tmp/packages_start.txt ']' 03:49:00 + '[' -f /tmp/packages_end.txt ']' 03:49:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:49:00 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-462 ']' 03:49:00 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-462/archives/ 03:49:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-462/archives/ [Pipeline] isUnix [Pipeline] sh 03:49:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:49:01 03:49:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:49:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:49:01 alpine: Pulling from edgex-lftools-log-publisher 03:49:01 c9b1b535fdd9: Pulling fs layer 03:49:01 2cc5ad85d9ab: Pulling fs layer 03:49:01 756a868c4378: Pulling fs layer 03:49:01 444b2fc9a129: Pulling fs layer 03:49:01 ea15f1150254: Pulling fs layer 03:49:01 41b27a9f41bf: Pulling fs layer 03:49:01 28c525ee5125: Pulling fs layer 03:49:01 444b2fc9a129: Waiting 03:49:01 ea15f1150254: Waiting 03:49:01 41b27a9f41bf: Waiting 03:49:01 094b1ea09ed8: Pulling fs layer 03:49:01 138eaada9080: Pulling fs layer 03:49:01 0622d0fa9048: Pulling fs layer 03:49:01 094b1ea09ed8: Waiting 03:49:01 138eaada9080: Waiting 03:49:01 0622d0fa9048: Waiting 03:49:01 2cc5ad85d9ab: Verifying Checksum 03:49:01 2cc5ad85d9ab: Download complete 03:49:01 444b2fc9a129: Verifying Checksum 03:49:01 444b2fc9a129: Download complete 03:49:01 c9b1b535fdd9: Verifying Checksum 03:49:01 c9b1b535fdd9: Download complete 03:49:01 ea15f1150254: Verifying Checksum 03:49:01 ea15f1150254: Download complete 03:49:01 28c525ee5125: Verifying Checksum 03:49:01 28c525ee5125: Download complete 03:49:01 c9b1b535fdd9: Pull complete 03:49:01 2cc5ad85d9ab: Pull complete 03:49:02 756a868c4378: Verifying Checksum 03:49:02 756a868c4378: Download complete 03:49:02 138eaada9080: Verifying Checksum 03:49:02 138eaada9080: Download complete 03:49:02 0622d0fa9048: Verifying Checksum 03:49:02 0622d0fa9048: Download complete 03:49:02 094b1ea09ed8: Verifying Checksum 03:49:02 094b1ea09ed8: Download complete 03:49:02 41b27a9f41bf: Verifying Checksum 03:49:02 41b27a9f41bf: Download complete 03:49:03 756a868c4378: Pull complete 03:49:04 444b2fc9a129: Pull complete 03:49:04 ea15f1150254: Pull complete 03:49:07 41b27a9f41bf: Pull complete 03:49:07 28c525ee5125: Pull complete 03:49:09 094b1ea09ed8: Pull complete 03:49:09 138eaada9080: Pull complete 03:49:10 0622d0fa9048: Pull complete 03:49:10 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 03:49:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:49:10 prd-centos7-docker-4c-2g-217 does not seem to be running inside a container 03:49:10 $ 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-462 -v /w/workspace/dgexfoundry_device-sdk-go_PR-462:/w/workspace/dgexfoundry_device-sdk-go_PR-462:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-462@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:49:11 $ docker top 1ce6f2fc283a78f8bd1c76eaba2a2106a564b0a6e67bf7b820a9dd962485cdf1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:49:11 provisioning config files... 03:49:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/config4422639969579508762tmp [Pipeline] { [Pipeline] echo 03:49:11 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:49:12 ---> create-netrc.sh [Pipeline] echo 03:49:12 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:49:12 ---> logs-deploy.sh 03:49:12 + ARCHIVE_ARTIFACTS= 03:49:12 + LOGS_SERVER=https://logs.edgexfoundry.org 03:49:12 + '[' https://logs.edgexfoundry.org == None ']' 03:49:12 + NEXUS_URL=https://nexus.edgexfoundry.org 03:49:12 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-462/1 03:49:12 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-462/1/ 03:49:12 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-462/1 /w/workspace/dgexfoundry_device-sdk-go_PR-462 03:49:13 Archives upload complete. 03:49:13 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-462/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-462/1/ 03:49:14 ---> uname -a: 03:49:14 Linux 1ce6f2fc283a 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 03:49:14 03:49:14 03:49:14 ---> lscpu: 03:49:14 Architecture: x86_64 03:49:14 CPU op-mode(s): 32-bit, 64-bit 03:49:14 Byte Order: Little Endian 03:49:14 Address sizes: 40 bits physical, 48 bits virtual 03:49:14 CPU(s): 4 03:49:14 On-line CPU(s) list: 0-3 03:49:14 Thread(s) per core: 1 03:49:14 Core(s) per socket: 1 03:49:14 Socket(s): 4 03:49:14 NUMA node(s): 1 03:49:14 Vendor ID: GenuineIntel 03:49:14 CPU family: 6 03:49:14 Model: 44 03:49:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:49:14 Stepping: 1 03:49:14 CPU MHz: 2933.438 03:49:14 BogoMIPS: 5866.87 03:49:14 Virtualization: VT-x 03:49:14 Hypervisor vendor: KVM 03:49:14 Virtualization type: full 03:49:14 L1d cache: 128 KiB 03:49:14 L1i cache: 128 KiB 03:49:14 L2 cache: 16 MiB 03:49:14 L3 cache: 64 MiB 03:49:14 NUMA node0 CPU(s): 0-3 03:49:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 03:49:14 Vulnerability Meltdown: Mitigation; PTI 03:49:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:49:14 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 03:49:14 Vulnerability Spectre v2: Mitigation; Full retpoline 03:49:14 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:49:14 03:49:14 03:49:14 ---> nproc: 03:49:14 4 03:49:14 03:49:14 03:49:14 ---> df -h: 03:49:14 Filesystem Size Used Available Use% Mounted on 03:49:14 overlay 50.0G 6.3G 43.7G 13% / 03:49:14 tmpfs 64.0M 0 64.0M 0% /dev 03:49:14 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 03:49:14 shm 64.0M 0 64.0M 0% /dev/shm 03:49:14 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf 03:49:14 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname 03:49:14 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts 03:49:14 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-462 03:49:14 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp 03:49:14 /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa 03:49:14 03:49:14 03:49:14 ---> free -m: 03:49:14 total used free shared buff/cache available 03:49:14 Mem: 1838 594 70 0 1172 1139 03:49:14 Swap: 1023 1 1022 03:49:14 03:49:14 03:49:14 ---> ip addr: 03:49:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:49:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:49:14 inet 127.0.0.1/8 scope host lo 03:49:14 valid_lft forever preferred_lft forever 03:49:14 6: eth0@if7: mtu 1458 qdisc noqueue state UP 03:49:14 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:49:14 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:49:14 valid_lft forever preferred_lft forever 03:49:14 03:49:14 03:49:14 ---> sar -b -r -n DEV: 03:49:14 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/12/20 _x86_64_ (4 CPU) 03:49:14 03:49:14 03:41:46 LINUX RESTART 03:49:14 03:49:14 03:42:01 tps rtps wtps bread/s bwrtn/s 03:49:14 03:43:01 120.84 43.32 77.52 4924.25 38886.80 03:49:14 03:44:01 3.93 0.00 3.93 0.00 115.97 03:49:14 03:45:01 0.68 0.00 0.68 0.00 8.91 03:49:14 03:46:01 0.55 0.00 0.55 0.00 5.70 03:49:14 03:47:01 0.52 0.00 0.52 0.00 7.34 03:49:14 03:48:01 0.77 0.00 0.77 0.00 10.21 03:49:14 03:49:01 52.36 51.38 0.98 3599.60 22.27 03:49:14 Average: 25.68 13.54 12.14 1218.33 5582.90 03:49:14 03:49:14 03:42:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:49:14 03:43:01 107240 1775064 94.30 2620 1242976 939084 32.04 427552 1185872 16 03:49:14 03:44:01 116436 1765868 93.81 2620 1243012 894344 30.51 422048 1185852 8 03:49:14 03:45:01 116132 1766172 93.83 2620 1243016 894444 30.52 422164 1185840 8 03:49:14 03:46:01 115944 1766360 93.84 2620 1243016 894456 30.52 422252 1185840 8 03:49:14 03:47:01 117900 1764404 93.74 2620 1243028 894216 30.51 421072 1185840 8 03:49:14 03:48:01 116832 1765472 93.79 2620 1243032 894348 30.51 421784 1185840 8 03:49:14 03:49:01 67756 1814548 96.40 2620 1252520 1095404 37.37 446372 1202224 53008 03:49:14 Average: 108320 1773984 94.25 2620 1244371 929471 31.71 426178 1188187 7581 03:49:14 03:49:14 03:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 03:49:14 03:43:01 eth0 392.29 287.27 1022.10 102.09 0.00 0.00 0.00 03:49:14 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:43:01 docker0 6.14 5.66 0.84 15.42 0.00 0.00 0.00 03:49:14 03:44:01 eth0 6.43 2.36 4.89 0.34 0.00 0.00 0.00 03:49:14 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:45:01 eth0 1.37 0.70 0.57 0.40 0.00 0.00 0.00 03:49:14 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:46:01 eth0 1.37 0.50 0.56 0.39 0.00 0.00 0.00 03:49:14 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:47:01 eth0 0.32 0.08 0.03 0.01 0.00 0.00 0.00 03:49:14 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:48:01 eth0 0.63 0.45 0.35 0.27 0.00 0.00 0.00 03:49:14 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:49:01 eth0 47.59 41.99 859.18 7.02 0.00 0.00 0.00 03:49:14 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 Average: eth0 64.32 47.65 269.81 15.80 0.00 0.00 0.00 03:49:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:49:14 Average: docker0 0.88 0.81 0.12 2.20 0.00 0.00 0.00 03:49:14 03:49:14 03:49:14 ---> sar -P ALL: 03:49:14 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/12/20 _x86_64_ (4 CPU) 03:49:14 03:49:14 03:41:46 LINUX RESTART 03:49:14 03:49:14 03:42:01 CPU %user %nice %system %iowait %steal %idle 03:49:14 03:43:01 all 12.70 0.00 6.81 6.00 0.01 74.47 03:49:14 03:43:01 0 12.16 0.00 6.76 6.91 0.02 74.14 03:49:14 03:43:01 1 12.04 0.00 7.56 6.43 0.00 73.98 03:49:14 03:43:01 2 13.66 0.00 6.32 4.72 0.02 75.28 03:49:14 03:43:01 3 12.94 0.00 6.61 5.93 0.02 74.50 03:49:14 03:44:01 all 0.24 0.00 0.08 0.00 0.00 99.69 03:49:14 03:44:01 0 0.12 0.00 0.08 0.00 0.00 99.80 03:49:14 03:44:01 1 0.17 0.00 0.10 0.02 0.00 99.72 03:49:14 03:44:01 2 0.55 0.00 0.05 0.00 0.00 99.40 03:49:14 03:44:01 3 0.12 0.00 0.08 0.00 0.00 99.80 03:49:14 03:45:01 all 0.24 0.00 0.06 0.00 0.00 99.70 03:49:14 03:45:01 0 0.15 0.00 0.05 0.00 0.00 99.80 03:49:14 03:45:01 1 0.17 0.00 0.05 0.00 0.00 99.78 03:49:14 03:45:01 2 0.57 0.00 0.05 0.00 0.00 99.38 03:49:14 03:45:01 3 0.08 0.00 0.05 0.00 0.00 99.87 03:49:14 03:46:01 all 0.19 0.00 0.05 0.00 0.00 99.76 03:49:14 03:46:01 0 0.07 0.00 0.07 0.00 0.00 99.87 03:49:14 03:46:01 1 0.08 0.00 0.10 0.00 0.02 99.80 03:49:14 03:46:01 2 0.57 0.00 0.05 0.00 0.00 99.38 03:49:14 03:46:01 3 0.03 0.00 0.05 0.00 0.00 99.92 03:49:14 03:47:01 all 0.18 0.00 0.05 0.00 0.00 99.77 03:49:14 03:47:01 0 0.07 0.00 0.03 0.00 0.02 99.88 03:49:14 03:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 03:49:14 03:47:01 2 0.55 0.00 0.03 0.00 0.00 99.42 03:49:14 03:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 03:49:14 03:48:01 all 0.19 0.00 0.04 0.00 0.00 99.77 03:49:14 03:48:01 0 0.05 0.00 0.03 0.00 0.00 99.92 03:49:14 03:48:01 1 0.07 0.00 0.03 0.00 0.00 99.90 03:49:14 03:48:01 2 0.58 0.00 0.07 0.00 0.00 99.35 03:49:14 03:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 03:49:14 03:49:01 all 1.30 0.00 0.77 1.38 0.00 96.55 03:49:14 03:49:01 0 0.93 0.00 0.72 0.77 0.00 97.58 03:49:14 03:49:01 1 1.12 0.00 0.70 0.27 0.00 97.91 03:49:14 03:49:01 2 2.23 0.00 0.85 1.12 0.00 95.80 03:49:14 03:49:01 3 0.90 0.00 0.78 3.37 0.02 94.92 03:49:14 Average: all 2.13 0.00 1.12 1.05 0.00 95.70 03:49:14 Average: 0 1.92 0.00 1.10 1.09 0.00 95.88 03:49:14 Average: 1 1.94 0.00 1.22 0.95 0.00 95.88 03:49:14 Average: 2 2.66 0.00 1.05 0.83 0.00 95.45 03:49:14 Average: 3 2.01 0.00 1.09 1.32 0.00 95.58 03:49:14 03:49:14 03:49:14