Pull request #27 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 154d1a0c3fe72e960503585c4c44000c9746cd9c+b106d00ae92e946d2103bc6c1464522635373c7b (d7f49eac0b91b51429e6163f9344c0bc14bcbc95) 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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-rest-go, goVersion:1.13] ========================================================= [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-rest-go-settings PROJECT: device-rest-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4204 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-27 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # 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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit 154d1a0c3fe72e960503585c4c44000c9746cd9c Merge succeeded, producing d390d5ed7b871c3987d07c212c15bd262c8fe7b6 Checking out Revision d390d5ed7b871c3987d07c212c15bd262c8fe7b6 (PR-27) > git config core.sparsecheckout # timeout=10 > git checkout -f 154d1a0c3fe72e960503585c4c44000c9746cd9c # 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 b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d390d5ed7b871c3987d07c212c15bd262c8fe7b6 # timeout=10 Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:43:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:43:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:43:50 ========================================================= 21:43:50 EdgeX Global Pipelines Version Info 21:43:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8f010bcd03d83364f95e648ae9b65579d8c4c688 # timeout=10 21:43:52 ------------------- 21:43:52 stable info: 21:43:52 ------------------- 21:43:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:43:52 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 21:43:52 Message: update stable to v1.0.89 21:43:52 ------------------- 21:43:52 experimental info: 21:43:52 ------------------- 21:43:52 Commited By: **** collab-it+edgex@linuxfoundation.org 21:43:52 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 21:43:52 Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:43:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:43:54 21:43:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:43:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:43:54 latest: Pulling from edgex-devops/git-semver 21:43:54 9123ac7c32f7: Pulling fs layer 21:43:54 b8cc5d1170e3: Pulling fs layer 21:43:54 2924cbbf6a41: Pulling fs layer 21:43:54 93b08a4f1073: Pulling fs layer 21:43:54 93b08a4f1073: Waiting 21:43:54 b8cc5d1170e3: Verifying Checksum 21:43:54 b8cc5d1170e3: Download complete 21:43:54 9123ac7c32f7: Verifying Checksum 21:43:54 9123ac7c32f7: Download complete 21:43:55 93b08a4f1073: Verifying Checksum 21:43:55 93b08a4f1073: Download complete 21:43:55 2924cbbf6a41: Verifying Checksum 21:43:55 2924cbbf6a41: Download complete 21:43:55 9123ac7c32f7: Pull complete 21:43:55 b8cc5d1170e3: Pull complete 21:43:56 2924cbbf6a41: Pull complete 21:43:56 93b08a4f1073: Pull complete 21:43:56 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 21:43:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:43:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:43:56 prd-centos7-docker-4c-2g-4204 does not seem to be running inside a container 21:43:56 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-27 -v /w/workspace/dgexfoundry_device-rest-go_PR-27:/w/workspace/dgexfoundry_device-rest-go_PR-27:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-27@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:43:58 $ docker top e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:43:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:43:58 [ssh-agent] Looking for ssh-agent implementation... 21:43:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:43:58 $ docker exec e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e ssh-agent 21:43:59 SSH_AUTH_SOCK=/tmp/ssh-V0bnp942w91b/agent.12 21:43:59 SSH_AGENT_PID=17 21:43:59 Running ssh-add (command line suppressed) 21:43:59 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_1859771416459371411.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_1859771416459371411.key) 21:43:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:43:59 + git describe --exact-match --tags HEAD 21:43:59 fatal: No names found, cannot describe anything. [Pipeline] } 21:43:59 $ docker exec --env ******** --env ******** e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e ssh-agent -k 21:43:59 unset SSH_AUTH_SOCK; 21:43:59 unset SSH_AGENT_PID; 21:43:59 echo Agent pid 17 killed; 21:43:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:43:59 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:43:59 This usually means this commit has not been tagged. [Pipeline] sshagent 21:43:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:43:59 [ssh-agent] Looking for ssh-agent implementation... 21:43:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:43:59 $ docker exec e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e ssh-agent 21:44:00 SSH_AUTH_SOCK=/tmp/ssh-Ko9MxV4LHGQz/agent.45 21:44:00 SSH_AGENT_PID=50 21:44:00 Running ssh-add (command line suppressed) 21:44:00 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_5881465364045378234.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_5881465364045378234.key) 21:44:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:00 + git semver init 21:44:00 # -> Open(): unable to determine branch for HEAD 21:44:00 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.git 21:44:00 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-27 21:44:00 # $SEMVER_REMOTE_NAME = origin 21:44:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:44:00 # $SEMVER_USER_NAME = edgex-jenkins 21:44:00 # $SEMVER_BRANCH = PR-27 21:44:00 # $SEMVER_TEMP = /tmp/semver-282635749 21:44:00 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 21:44:01 # '/tmp/semver-282635749' -> '/w/workspace/dgexfoundry_device-rest-go_PR-27/.semver' 21:44:01 # -> Force: false 21:44:01 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.semver [Pipeline] } 21:44:01 $ docker exec --env ******** --env ******** e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e ssh-agent -k 21:44:01 unset SSH_AUTH_SOCK; 21:44:01 unset SSH_AGENT_PID; 21:44:01 echo Agent pid 50 killed; 21:44:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:44:02 + git semver [Pipeline] } 21:44:02 $ docker stop --time=1 e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e 21:44:03 $ docker rm -f e1683e3b384a1a1d67848d05d6259d30c20ad0417239bd94a785b440982fce6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:44:04 Stashed 24 file(s) [Pipeline] echo 21:44:04 [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 21:44:19 Still waiting to schedule task 21:44:19 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4204’ 21:44:19 Still waiting to schedule task 21:44:19 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:46:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4205 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws 21:46:01 Running in /w/workspace/device-rest-go/9 [Pipeline] { [Pipeline] checkout 21:46:02 Running on prd-centos7-docker-4c-2g-4207 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws 21:46:02 Running in /w/workspace/device-rest-go/9 [Pipeline] { [Pipeline] checkout 21:46:04 using credential edgex-jenkins-ssh 21:46:04 Cloning the remote Git repository 21:46:04 Cloning with configured refspecs honoured and without tags 21:46:04 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 21:46:04 > git init /w/workspace/device-rest-go/9 # timeout=10 21:46:04 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:46:04 > git --version # timeout=10 21:46:04 using GIT_SSH to set credentials SSH Credentials for GitHub 21:46:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:46:06 Fetching without tags 21:46:06 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit 154d1a0c3fe72e960503585c4c44000c9746cd9c 21:46:06 using credential edgex-jenkins-ssh 21:46:05 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:46:05 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 21:46:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:46:05 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:46:05 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:46:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:46:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:46:06 > git config core.sparsecheckout # timeout=10 21:46:06 > git checkout -f 154d1a0c3fe72e960503585c4c44000c9746cd9c # timeout=10 21:46:06 Cloning the remote Git repository 21:46:06 Cloning with configured refspecs honoured and without tags 21:46:06 Merge succeeded, producing f59b6d24717afd8e0c35363a1cbfb7284e5c34d0 21:46:06 Checking out Revision f59b6d24717afd8e0c35363a1cbfb7284e5c34d0 (PR-27) 21:46:06 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 21:46:06 > git remote # timeout=10 21:46:06 > git config --get remote.origin.url # timeout=10 21:46:06 using GIT_SSH to set credentials SSH Credentials for GitHub 21:46:06 > git merge b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 21:46:06 > git rev-parse HEAD^{commit} # timeout=10 21:46:06 > git config core.sparsecheckout # timeout=10 21:46:06 > git checkout -f f59b6d24717afd8e0c35363a1cbfb7284e5c34d0 # timeout=10 21:46:06 > git init /w/workspace/device-rest-go/9 # timeout=10 21:46:06 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:46:06 > git --version # timeout=10 21:46:06 using GIT_SSH to set credentials SSH Credentials for GitHub 21:46:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:46:08 Fetching without tags 21:46:09 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit 154d1a0c3fe72e960503585c4c44000c9746cd9c 21:46:08 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:46:08 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 21:46:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:46:08 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:46:08 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:46:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:46:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:46:09 > git config core.sparsecheckout # timeout=10 21:46:09 > git checkout -f 154d1a0c3fe72e960503585c4c44000c9746cd9c # timeout=10 21:46:09 > git remote # timeout=10 21:46:09 > git config --get remote.origin.url # timeout=10 21:46:09 Merge succeeded, producing d2efabde4755e49393240ab61df71289f688be6a 21:46:09 Checking out Revision d2efabde4755e49393240ab61df71289f688be6a (PR-27) 21:46:10 Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" 21:46:10 First time build. Skipping changelog. 21:46:10 > git rev-list --no-walk 8f010bcd03d83364f95e648ae9b65579d8c4c688 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 21:46:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:46:09 > git merge b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 21:46:09 > git rev-parse HEAD^{commit} # timeout=10 21:46:09 > git config core.sparsecheckout # timeout=10 21:46:09 > git checkout -f d2efabde4755e49393240ab61df71289f688be6a # timeout=10 [Pipeline] echo 21:46:11 ========================================================= 21:46:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 21:46:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:46:11 + 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 . 21:46:12 Sending build context to Docker daemon 8.041MB 21:46:12 Step 1/10 : ARG BASE=golang:1.13-alpine 21:46:12 Step 2/10 : FROM ${BASE} 21:46:12 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 21:46:12 e6b0cf9c0882: Pulling fs layer 21:46:12 2848faf0eed1: Pulling fs layer 21:46:12 0f37312ad70f: Pulling fs layer 21:46:12 5788d62ee057: Pulling fs layer 21:46:12 0e6b1d234666: Pulling fs layer 21:46:12 bf5d7aec512f: Pulling fs layer 21:46:12 34c802a77dc8: Pulling fs layer 21:46:12 9eb99e56ec68: Pulling fs layer 21:46:12 27c7a5d97fbd: Pulling fs layer 21:46:12 5c102a31e300: Pulling fs layer 21:46:12 dcfb455df0a1: Pulling fs layer 21:46:12 5788d62ee057: Waiting 21:46:12 0e6b1d234666: Waiting 21:46:12 bf5d7aec512f: Waiting 21:46:12 34c802a77dc8: Waiting 21:46:12 9eb99e56ec68: Waiting 21:46:12 27c7a5d97fbd: Waiting 21:46:12 5c102a31e300: Waiting 21:46:12 dcfb455df0a1: Waiting 21:46:12 0f37312ad70f: Verifying Checksum 21:46:12 0f37312ad70f: Download complete 21:46:12 2848faf0eed1: Verifying Checksum 21:46:12 2848faf0eed1: Download complete 21:46:12 0e6b1d234666: Verifying Checksum 21:46:12 0e6b1d234666: Download complete 21:46:12 e6b0cf9c0882: Verifying Checksum 21:46:12 e6b0cf9c0882: Download complete 21:46:12 bf5d7aec512f: Verifying Checksum 21:46:12 bf5d7aec512f: Download complete 21:46:12 e6b0cf9c0882: Pull complete 21:46:13 34c802a77dc8: Verifying Checksum 21:46:13 34c802a77dc8: Download complete 21:46:13 27c7a5d97fbd: Verifying Checksum 21:46:13 27c7a5d97fbd: Download complete 21:46:13 Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" 21:46:13 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 21:46:14 5788d62ee057: Verifying Checksum 21:46:14 5788d62ee057: Download complete 21:46:14 5c102a31e300: Verifying Checksum 21:46:14 5c102a31e300: Download complete 21:46:14 9eb99e56ec68: Verifying Checksum 21:46:14 9eb99e56ec68: Download complete 21:46:14 dcfb455df0a1: Verifying Checksum 21:46:14 dcfb455df0a1: Download complete 21:46:14 2848faf0eed1: Pull complete [Pipeline] script [Pipeline] { [Pipeline] unstash 21:46:14 0f37312ad70f: Pull complete 21:46:13 > git rev-list --no-walk 8f010bcd03d83364f95e648ae9b65579d8c4c688 # timeout=10 [Pipeline] echo 21:46:15 ========================================================= 21:46:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 21:46:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:46:16 + 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 . 21:46:17 Sending build context to Docker daemon 8.041MB 21:46:17 Step 1/10 : ARG BASE=golang:1.13-alpine 21:46:17 Step 2/10 : FROM ${BASE} 21:46:17 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:46:17 cde5963f3b93: Pulling fs layer 21:46:17 2a23fa8c16f7: Pulling fs layer 21:46:17 777b28850792: Pulling fs layer 21:46:17 8a11ddd9e578: Pulling fs layer 21:46:17 4cf88f913ddb: Pulling fs layer 21:46:17 1df406cf5192: Pulling fs layer 21:46:17 cd6300453558: Pulling fs layer 21:46:17 b9c365052c96: Pulling fs layer 21:46:17 a2d8cc88f415: Pulling fs layer 21:46:17 ea1d1ca13537: Pulling fs layer 21:46:17 3750a50a1c5e: Pulling fs layer 21:46:17 8a11ddd9e578: Waiting 21:46:17 4cf88f913ddb: Waiting 21:46:17 1df406cf5192: Waiting 21:46:17 cd6300453558: Waiting 21:46:17 b9c365052c96: Waiting 21:46:17 a2d8cc88f415: Waiting 21:46:17 3750a50a1c5e: Waiting 21:46:17 ea1d1ca13537: Waiting 21:46:17 777b28850792: Verifying Checksum 21:46:17 777b28850792: Download complete 21:46:17 2a23fa8c16f7: Verifying Checksum 21:46:17 2a23fa8c16f7: Download complete 21:46:17 4cf88f913ddb: Verifying Checksum 21:46:17 4cf88f913ddb: Download complete 21:46:17 1df406cf5192: Verifying Checksum 21:46:17 1df406cf5192: Download complete 21:46:17 cde5963f3b93: Verifying Checksum 21:46:18 cde5963f3b93: Pull complete 21:46:19 2a23fa8c16f7: Pull complete 21:46:19 5788d62ee057: Pull complete 21:46:19 0e6b1d234666: Pull complete 21:46:19 bf5d7aec512f: Pull complete 21:46:19 777b28850792: Pull complete 21:46:20 cd6300453558: Verifying Checksum 21:46:20 cd6300453558: Download complete 21:46:20 a2d8cc88f415: Verifying Checksum 21:46:20 a2d8cc88f415: Download complete 21:46:21 ea1d1ca13537: Download complete 21:46:21 3750a50a1c5e: Download complete 21:46:22 b9c365052c96: Verifying Checksum 21:46:22 b9c365052c96: Download complete 21:46:23 8a11ddd9e578: Verifying Checksum 21:46:23 8a11ddd9e578: Download complete 21:46:26 34c802a77dc8: Pull complete 21:46:28 9eb99e56ec68: Pull complete 21:46:28 27c7a5d97fbd: Pull complete 21:46:29 5c102a31e300: Pull complete 21:46:29 dcfb455df0a1: Pull complete 21:46:29 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 21:46:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 21:46:29 ---> 7c70fe431013 21:46:29 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 21:46:30 ---> Running in 000f4d2d6225 21:46:30 Removing intermediate container 000f4d2d6225 21:46:30 ---> 805d1230984d 21:46:30 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 21:46:30 ---> Running in 71b3450b102f 21:46:30 Removing intermediate container 71b3450b102f 21:46:30 ---> d25fc10991f4 21:46:30 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:46:30 ---> Running in e9e937ee8d8f 21:46:30 Removing intermediate container e9e937ee8d8f 21:46:30 ---> afc09432871b 21:46:30 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:46:30 ---> Running in aef18f55e80f 21:46:32 Removing intermediate container aef18f55e80f 21:46:32 ---> 2f059325740c 21:46:32 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:46:32 ---> Running in 5f19a86bf632 21:46:32 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 21:46:33 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 21:46:34 OK: 143 MiB in 39 packages 21:46:34 Removing intermediate container 5f19a86bf632 21:46:34 ---> ae9902bf8369 21:46:34 Step 8/10 : WORKDIR /device-rest-go 21:46:34 ---> Running in 91426eff6203 21:46:34 Removing intermediate container 91426eff6203 21:46:34 ---> e0c096e33cb7 21:46:34 Step 9/10 : COPY . . 21:46:35 ---> b2c145f0241c 21:46:35 Step 10/10 : RUN go mod download 21:46:35 ---> Running in 3ae30ab6b4a8 21:46:35 8a11ddd9e578: Pull complete 21:46:35 4cf88f913ddb: Pull complete 21:46:35 1df406cf5192: Pull complete 21:46:38 go: finding github.com/BurntSushi/toml v0.3.1 21:46:38 go: finding github.com/OneOfOne/xxhash v1.2.6 21:46:38 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:46:38 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:46:38 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:46:38 go: finding github.com/bgentry/speakeasy v0.1.0 21:46:38 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:46:38 go: finding github.com/davecgh/go-spew v1.1.1 21:46:38 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 21:46:38 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 21:46:38 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:46:38 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:46:38 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:46:38 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:46:38 go: finding github.com/fatih/color v1.7.0 21:46:38 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:46:38 go: finding github.com/go-kit/kit v0.8.0 21:46:38 go: finding github.com/go-logfmt/logfmt v0.4.0 21:46:38 go: finding github.com/go-stack/stack v1.8.0 21:46:38 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:46:38 go: finding github.com/google/uuid v1.1.0 21:46:38 go: finding github.com/gorilla/mux v1.7.1 21:46:38 go: finding github.com/hashicorp/consul/api v1.1.0 21:46:38 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:46:38 go: finding github.com/hashicorp/errwrap v1.0.0 21:46:38 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:46:38 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:46:38 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:46:38 go: finding github.com/hashicorp/go-multierror v1.0.0 21:46:38 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:46:38 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:46:38 go: finding github.com/hashicorp/go-syslog v1.0.0 21:46:38 go: finding github.com/hashicorp/go-uuid v1.0.1 21:46:38 go: finding github.com/hashicorp/go.net v0.0.1 21:46:38 go: finding github.com/hashicorp/golang-lru v0.5.0 21:46:38 go: finding github.com/hashicorp/logutils v1.0.0 21:46:38 go: finding github.com/hashicorp/mdns v1.0.0 21:46:38 go: finding github.com/hashicorp/memberlist v0.1.3 21:46:38 go: finding github.com/hashicorp/serf v0.8.2 21:46:38 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:46:38 go: finding github.com/mattn/go-colorable v0.0.9 21:46:38 go: finding github.com/mattn/go-isatty v0.0.3 21:46:38 go: finding github.com/miekg/dns v1.0.14 21:46:38 go: finding github.com/mitchellh/cli v1.0.0 21:46:38 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:46:38 go: finding github.com/mitchellh/copystructure v1.0.0 21:46:38 go: finding github.com/mitchellh/go-homedir v1.0.0 21:46:38 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:46:38 go: finding github.com/mitchellh/gox v0.4.0 21:46:38 go: finding github.com/mitchellh/iochan v1.0.0 21:46:38 go: finding github.com/mitchellh/mapstructure v1.1.2 21:46:38 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:46:39 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:46:39 go: finding github.com/pelletier/go-toml v1.2.0 21:46:39 go: finding github.com/pkg/errors v0.8.1 21:46:39 go: finding github.com/pmezard/go-difflib v1.0.0 21:46:39 go: finding github.com/posener/complete v1.1.1 21:46:39 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:46:39 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:46:39 go: finding github.com/spf13/cast v1.3.0 21:46:39 go: finding github.com/stretchr/objx v0.1.0 21:46:39 go: finding github.com/stretchr/testify v1.5.1 21:46:39 go: finding github.com/ugorji/go v1.1.4 21:46:39 go: finding github.com/x448/float16 v0.8.4 21:46:39 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 21:46:39 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 21:46:39 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:46:39 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 21:46:39 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 21:46:39 go: finding gopkg.in/yaml.v2 v2.2.8 21:46:40 cd6300453558: Pull complete 21:46:44 b9c365052c96: Pull complete 21:46:44 a2d8cc88f415: Pull complete 21:46:46 ea1d1ca13537: Pull complete 21:46:46 3750a50a1c5e: Pull complete 21:46:46 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 21:46:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 21:46:46 ---> 78745c68409d 21:46:46 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 21:46:51 Removing intermediate container 3ae30ab6b4a8 21:46:51 ---> 3375d881652b 21:46:51 Successfully built 3375d881652b 21:46:51 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 21:46:52 ---> Running in ffe397a92216 21:46:52 Removing intermediate container ffe397a92216 21:46:52 ---> 4b2e27246adc 21:46:52 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 21:46:52 ---> Running in c38dc6e449b3 21:46:52 Removing intermediate container c38dc6e449b3 21:46:52 ---> 6a611043a86f 21:46:52 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:46:52 + docker inspect -f . ci-base-image-x86_64 21:46:52 . [Pipeline] withDockerContainer 21:46:52 prd-centos7-docker-4c-2g-4207 does not seem to be running inside a container 21:46:52 ---> Running in 96df87c43314 21:46:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@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 ******** ci-base-image-x86_64 cat 21:46:52 Removing intermediate container 96df87c43314 21:46:52 ---> 67b182bfe971 21:46:52 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:46:52 ---> Running in 8fd5e5ecd1c3 21:46:53 $ docker top cbde8fbea43598c519b53fde39e048f6c26578d759fc22f79e88f848eb59a027 -eo pid,comm [Pipeline] { [Pipeline] sh 21:46:53 + go version 21:46:53 go version go1.13.5 linux/amd64 [Pipeline] sh 21:46:54 + make test 21:46:54 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 21:46:55 ? github.com/edgexfoundry/device-rest-go [no test files] 21:46:55 Removing intermediate container 8fd5e5ecd1c3 21:46:55 ---> 9cc9e603f202 21:46:55 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:46:55 ---> Running in 1f71cfc2a6f2 21:46:56 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 21:46:57 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 21:46:58 OK: 125 MiB in 39 packages 21:46:59 Removing intermediate container 1f71cfc2a6f2 21:46:59 ---> b3582070b183 21:46:59 Step 8/10 : WORKDIR /device-rest-go 21:47:00 ---> Running in 75cc6f0b5b00 21:47:00 Removing intermediate container 75cc6f0b5b00 21:47:00 ---> 5d7b344bc051 21:47:00 Step 9/10 : COPY . . 21:47:01 ---> 099a2a0d84f1 21:47:01 Step 10/10 : RUN go mod download 21:47:01 ---> Running in 56713d97e6b2 21:47:04 go: finding github.com/BurntSushi/toml v0.3.1 21:47:04 go: finding github.com/OneOfOne/xxhash v1.2.6 21:47:04 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:47:04 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:47:04 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:47:04 go: finding github.com/bgentry/speakeasy v0.1.0 21:47:04 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:47:04 go: finding github.com/davecgh/go-spew v1.1.1 21:47:04 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 21:47:04 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 21:47:04 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:47:04 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:47:04 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:47:04 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:47:04 go: finding github.com/fatih/color v1.7.0 21:47:04 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:47:04 go: finding github.com/go-kit/kit v0.8.0 21:47:04 go: finding github.com/go-logfmt/logfmt v0.4.0 21:47:04 go: finding github.com/go-stack/stack v1.8.0 21:47:04 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:47:04 go: finding github.com/google/uuid v1.1.0 21:47:04 go: finding github.com/gorilla/mux v1.7.1 21:47:04 go: finding github.com/hashicorp/consul/api v1.1.0 21:47:04 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:47:04 go: finding github.com/hashicorp/errwrap v1.0.0 21:47:04 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:47:04 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:47:04 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:47:04 go: finding github.com/hashicorp/go-multierror v1.0.0 21:47:04 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:47:04 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:47:04 go: finding github.com/hashicorp/go-syslog v1.0.0 21:47:05 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 21:47:05 ok github.com/edgexfoundry/device-rest-go/driver 0.018s coverage: 56.3% of statements 21:47:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:47:05 go: finding github.com/hashicorp/go-uuid v1.0.1 21:47:05 go: finding github.com/hashicorp/go.net v0.0.1 21:47:05 go: finding github.com/hashicorp/golang-lru v0.5.0 21:47:05 go: finding github.com/hashicorp/logutils v1.0.0 21:47:05 go: finding github.com/hashicorp/mdns v1.0.0 21:47:05 go: finding github.com/hashicorp/memberlist v0.1.3 21:47:05 go: finding github.com/hashicorp/serf v0.8.2 21:47:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:47:05 go: finding github.com/mattn/go-colorable v0.0.9 21:47:05 go: finding github.com/mattn/go-isatty v0.0.3 21:47:05 go: finding github.com/miekg/dns v1.0.14 21:47:05 go: finding github.com/mitchellh/cli v1.0.0 21:47:05 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:47:05 go: finding github.com/mitchellh/copystructure v1.0.0 21:47:05 go: finding github.com/mitchellh/go-homedir v1.0.0 21:47:05 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:47:05 go: finding github.com/mitchellh/gox v0.4.0 21:47:05 go: finding github.com/mitchellh/iochan v1.0.0 21:47:05 go: finding github.com/mitchellh/mapstructure v1.1.2 21:47:05 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:47:05 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:47:05 go: finding github.com/pelletier/go-toml v1.2.0 21:47:05 go: finding github.com/pkg/errors v0.8.1 21:47:05 go: finding github.com/pmezard/go-difflib v1.0.0 21:47:05 go: finding github.com/posener/complete v1.1.1 21:47:05 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:47:05 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:47:05 go: finding github.com/spf13/cast v1.3.0 21:47:05 go: finding github.com/stretchr/objx v0.1.0 21:47:05 go: finding github.com/stretchr/testify v1.5.1 21:47:05 go: finding github.com/ugorji/go v1.1.4 21:47:05 go: finding github.com/x448/float16 v0.8.4 21:47:05 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 21:47:05 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 21:47:05 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:47:06 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 21:47:06 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 21:47:06 go: finding gopkg.in/yaml.v2 v2.2.8 21:47:06 gofmt -l . 21:47:06 [ "`gofmt -l .`" = "" ] 21:47:06 ./bin/test-go-mod-tidy.sh 21:47:07 ./bin/test-attribution-txt.sh [Pipeline] stash 21:47:07 Stashed 1 file(s) [Pipeline] } 21:47:07 $ docker stop --time=1 cbde8fbea43598c519b53fde39e048f6c26578d759fc22f79e88f848eb59a027 21:47:09 $ docker rm -f cbde8fbea43598c519b53fde39e048f6c26578d759fc22f79e88f848eb59a027 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:47:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:47:11 + ls -al . 21:47:11 total 96 21:47:11 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 23 21:47 . 21:47:11 drwxrwxr-x. 4 jenkins jenkins 28 Jun 23 21:46 .. 21:47:11 -rw-rw-r--. 1 jenkins jenkins 4802 Jun 23 21:46 Attribution.txt 21:47:11 drwxrwxr-x. 2 jenkins jenkins 64 Jun 23 21:46 bin 21:47:11 drwxrwxr-x. 3 jenkins jenkins 32 Jun 23 21:46 cmd 21:47:11 -rw-r--r--. 1 jenkins jenkins 9369 Jun 23 21:47 coverage.out 21:47:11 -rw-rw-r--. 1 jenkins jenkins 1504 Jun 23 21:46 Dockerfile 21:47:11 -rw-rw-r--. 1 jenkins jenkins 989 Jun 23 21:46 Dockerfile.build 21:47:11 -rw-rw-r--. 1 jenkins jenkins 151 Jun 23 21:46 .dockerignore 21:47:11 drwxrwxr-x. 2 jenkins jenkins 93 Jun 23 21:47 driver 21:47:11 drwxrwxr-x. 8 jenkins jenkins 179 Jun 23 21:46 .git 21:47:11 drwxrwxr-x. 2 jenkins jenkins 38 Jun 23 21:46 .github 21:47:11 -rw-rw-r--. 1 jenkins jenkins 339 Jun 23 21:46 .gitignore 21:47:11 -rw-r--r--. 1 jenkins jenkins 266 Jun 23 21:47 go.mod 21:47:11 -rw-r--r--. 1 jenkins jenkins 12533 Jun 23 21:47 go.sum 21:47:11 -rw-rw-r--. 1 jenkins jenkins 702 Jun 23 21:46 Jenkinsfile 21:47:11 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 23 21:46 LICENSE 21:47:11 -rw-rw-r--. 1 jenkins jenkins 951 Jun 23 21:46 Makefile 21:47:11 -rw-rw-r--. 1 jenkins jenkins 5716 Jun 23 21:46 README.md 21:47:11 drwxrwxr-x. 3 jenkins jenkins 45 Jun 23 21:46 .semver 21:47:11 drwxrwxr-x. 4 jenkins jenkins 54 Jun 23 21:46 snap 21:47:11 -rw-rw-r--. 1 jenkins jenkins 5 Jun 23 21:44 VERSION 21:47:11 -rw-rw-r--. 1 jenkins jenkins 713 Jun 23 21:46 version.go [Pipeline] isUnix [Pipeline] sh 21:47:12 + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=d390d5ed7b871c3987d07c212c15bd262c8fe7b6 --label arch=amd64 --label version=0.0.0 . 21:47:12 Sending build context to Docker daemon 8.053MB 21:47:12 Step 1/24 : ARG BASE=golang:1.13-alpine 21:47:12 Step 2/24 : FROM ${BASE} AS builder 21:47:12 ---> 3375d881652b 21:47:12 Step 3/24 : ARG MAKE='make build' 21:47:12 ---> Running in 3f23df60d153 21:47:12 Removing intermediate container 3f23df60d153 21:47:12 ---> 295eddef5368 21:47:12 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 21:47:12 ---> Running in 81a5505083ec 21:47:12 Removing intermediate container 81a5505083ec 21:47:12 ---> 7f07971c18d5 21:47:12 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 21:47:13 ---> Running in 1819210e874a 21:47:13 Removing intermediate container 1819210e874a 21:47:13 ---> f9f7bf8c6194 21:47:13 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:47:13 ---> Running in 3ccade57a61e 21:47:13 Removing intermediate container 3ccade57a61e 21:47:13 ---> 3ff851277ad7 21:47:13 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:47:13 ---> Running in dd2c89eaf95a 21:47:14 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 21:47:15 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 21:47:15 OK: 143 MiB in 39 packages 21:47:16 Removing intermediate container 56713d97e6b2 21:47:16 ---> 440336a2eccc 21:47:16 Successfully built 440336a2eccc 21:47:16 Successfully tagged ci-base-image-arm64:latest 21:47:16 Removing intermediate container dd2c89eaf95a 21:47:16 ---> 54aba9c3c424 21:47:16 Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 21:47:16 ---> Running in b0c31d5fb42b 21:47:16 Removing intermediate container b0c31d5fb42b 21:47:16 ---> b0581cb6218e 21:47:16 Step 9/24 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:47:16 ---> 96ef3f18dc5d 21:47:16 Step 10/24 : COPY Makefile . 21:47:16 ---> 7ab60e27c631 21:47:16 Step 11/24 : RUN make update 21:47:16 ---> Running in a36b9a84f595 21:47:16 + docker inspect -f . ci-base-image-arm64 21:47:16 . [Pipeline] withDockerContainer 21:47:17 prd-ubuntu18.04-docker-arm64-4c-16g-4205 does not seem to be running inside a container 21:47:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@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 ******** ci-base-image-arm64 cat 21:47:17 CGO_ENABLED=0 GO111MODULE=on go mod download 21:47:17 Removing intermediate container a36b9a84f595 21:47:17 ---> 085572819aa1 21:47:17 Step 12/24 : COPY . . 21:47:18 ---> d125b8d0621c 21:47:18 Step 13/24 : RUN $MAKE 21:47:18 ---> Running in b7aca1a9ef86 21:47:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd 21:47:18 $ docker top 3ffbe861ea8829a12a206faa59453c2e9ff5a515d2f398ae77ed40a075d59295 -eo pid,comm [Pipeline] { [Pipeline] sh 21:47:20 + go version 21:47:20 go version go1.13.5 linux/arm64 [Pipeline] sh 21:47:21 + make test 21:47:21 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 21:47:22 ? github.com/edgexfoundry/device-rest-go [no test files] 21:47:31 Removing intermediate container b7aca1a9ef86 21:47:31 ---> 716849093bba 21:47:31 Step 14/24 : FROM alpine:latest 21:47:31 latest: Pulling from library/alpine 21:47:31 df20fa9351a1: Pulling fs layer 21:47:31 df20fa9351a1: Download complete 21:47:31 df20fa9351a1: Pull complete 21:47:31 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:47:31 Status: Downloaded newer image for alpine:latest 21:47:31 ---> a24bb4013296 21:47:31 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:47:31 ---> Running in c3ed3341fa37 21:47:31 Removing intermediate container c3ed3341fa37 21:47:31 ---> 0d844c01c7d5 21:47:31 Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} 21:47:31 ---> Running in 109974349faf 21:47:31 Removing intermediate container 109974349faf 21:47:31 ---> a05f44ba9929 21:47:31 Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 21:47:31 ---> f28e0ff69c9d 21:47:31 Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 21:47:31 ---> 7ddb0849ab29 21:47:31 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 21:47:31 ---> 0f5cc6e721bd 21:47:31 Step 20/24 : EXPOSE 49986 21:47:31 ---> Running in 65b9e55fe036 21:47:31 Removing intermediate container 65b9e55fe036 21:47:31 ---> 821b7f740d4e 21:47:31 Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] 21:47:31 ---> Running in c232e4c1479f 21:47:31 Removing intermediate container c232e4c1479f 21:47:31 ---> 1e24b9f48b79 21:47:31 Step 22/24 : LABEL arch=amd64 21:47:32 ---> Running in 17fbefafc592 21:47:32 Removing intermediate container 17fbefafc592 21:47:32 ---> 97b78f5c12a5 21:47:32 Step 23/24 : LABEL git_sha=d390d5ed7b871c3987d07c212c15bd262c8fe7b6 21:47:32 ---> Running in e7126d0328ef 21:47:32 Removing intermediate container e7126d0328ef 21:47:32 ---> 60011e20c4e5 21:47:32 Step 24/24 : LABEL version=0.0.0 21:47:32 ---> Running in be25ec2a63e5 21:47:32 Removing intermediate container be25ec2a63e5 21:47:32 ---> f79e4f14733d 21:47:32 [Warning] One or more build-args [ARCH] were not consumed 21:47:32 Successfully built f79e4f14733d 21:47:32 Successfully tagged docker-device-rest-go: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] } 21:47:49 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 21:47:51 ok github.com/edgexfoundry/device-rest-go/driver 0.039s coverage: 56.3% of statements 21:47:52 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:47:57 gofmt -l . 21:47:57 [ "`gofmt -l .`" = "" ] 21:47:57 ./bin/test-go-mod-tidy.sh 21:47:58 ./bin/test-attribution-txt.sh [Pipeline] stash 21:47:59 Warning: overwriting stash ‘coverage-report’ 21:47:59 Stashed 1 file(s) [Pipeline] } 21:47:59 $ docker stop --time=1 3ffbe861ea8829a12a206faa59453c2e9ff5a515d2f398ae77ed40a075d59295 21:48:01 $ docker rm -f 3ffbe861ea8829a12a206faa59453c2e9ff5a515d2f398ae77ed40a075d59295 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:48:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:48:03 + ls -al . 21:48:03 total 128 21:48:03 drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 21:47 . 21:48:03 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 21:46 .. 21:48:03 -rw-rw-r-- 1 jenkins jenkins 151 Jun 23 21:46 .dockerignore 21:48:03 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 21:46 .git 21:48:03 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 21:46 .github 21:48:03 -rw-rw-r-- 1 jenkins jenkins 339 Jun 23 21:46 .gitignore 21:48:03 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 21:46 .semver 21:48:03 -rw-rw-r-- 1 jenkins jenkins 4802 Jun 23 21:46 Attribution.txt 21:48:03 -rw-rw-r-- 1 jenkins jenkins 1504 Jun 23 21:46 Dockerfile 21:48:03 -rw-rw-r-- 1 jenkins jenkins 989 Jun 23 21:46 Dockerfile.build 21:48:03 -rw-rw-r-- 1 jenkins jenkins 702 Jun 23 21:46 Jenkinsfile 21:48:03 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 23 21:46 LICENSE 21:48:03 -rw-rw-r-- 1 jenkins jenkins 951 Jun 23 21:46 Makefile 21:48:03 -rw-rw-r-- 1 jenkins jenkins 5716 Jun 23 21:46 README.md 21:48:03 -rw-rw-r-- 1 jenkins jenkins 5 Jun 23 21:44 VERSION 21:48:03 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 21:46 bin 21:48:03 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 21:46 cmd 21:48:03 -rw-r--r-- 1 jenkins jenkins 9369 Jun 23 21:47 coverage.out 21:48:03 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 21:47 driver 21:48:03 -rw-r--r-- 1 jenkins jenkins 266 Jun 23 21:47 go.mod 21:48:03 -rw-r--r-- 1 jenkins jenkins 12533 Jun 23 21:47 go.sum 21:48:03 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 21:46 snap 21:48:03 -rw-rw-r-- 1 jenkins jenkins 713 Jun 23 21:46 version.go [Pipeline] isUnix [Pipeline] sh 21:48:03 + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d390d5ed7b871c3987d07c212c15bd262c8fe7b6 --label arch=arm64 --label version=0.0.0 . 21:48:03 Sending build context to Docker daemon 8.053MB 21:48:03 Step 1/24 : ARG BASE=golang:1.13-alpine 21:48:03 Step 2/24 : FROM ${BASE} AS builder 21:48:03 ---> 440336a2eccc 21:48:03 Step 3/24 : ARG MAKE='make build' 21:48:04 ---> Running in b18228910c95 21:48:04 Removing intermediate container b18228910c95 21:48:04 ---> ecf9fbf6500a 21:48:04 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 21:48:04 ---> Running in c995ad8f67b4 21:48:05 Removing intermediate container c995ad8f67b4 21:48:05 ---> 6af75276f579 21:48:05 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 21:48:05 ---> Running in 8ba9cc8a2a36 21:48:05 Removing intermediate container 8ba9cc8a2a36 21:48:05 ---> 40931c595b29 21:48:05 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:48:05 ---> Running in c77efe14c965 21:48:08 Removing intermediate container c77efe14c965 21:48:08 ---> ca58793ff35a 21:48:08 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:48:08 ---> Running in 6816ea41d69e 21:48:09 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 21:48:10 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 21:48:11 OK: 125 MiB in 39 packages 21:48:12 Removing intermediate container 6816ea41d69e 21:48:12 ---> 2f2e8117b194 21:48:12 Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 21:48:12 ---> Running in 7bb0f88fce1f 21:48:12 Removing intermediate container 7bb0f88fce1f 21:48:12 ---> 425248b6a0ee 21:48:12 Step 9/24 : COPY go.mod . 21:48:13 ---> e58536af72dc 21:48:13 Step 10/24 : COPY Makefile . 21:48:14 ---> 048dc5f61490 21:48:14 Step 11/24 : RUN make update 21:48:14 ---> Running in db2bc9067c07 21:48:15 CGO_ENABLED=0 GO111MODULE=on go mod download 21:48:16 Removing intermediate container db2bc9067c07 21:48:16 ---> a3d5c0b248cf 21:48:16 Step 12/24 : COPY . . 21:48:18 ---> ea95fbc14f80 21:48:18 Step 13/24 : RUN $MAKE 21:48:18 ---> Running in 59d478f80a66 21:48:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd 21:48:46 Removing intermediate container 59d478f80a66 21:48:46 ---> a25c65ba0f13 21:48:46 Step 14/24 : FROM alpine:latest 21:48:46 latest: Pulling from library/alpine 21:48:46 b538f80385f9: Pulling fs layer 21:48:47 b538f80385f9: Verifying Checksum 21:48:47 b538f80385f9: Download complete 21:48:47 b538f80385f9: Pull complete 21:48:47 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:48:47 Status: Downloaded newer image for alpine:latest 21:48:47 ---> 62ee0e9f8440 21:48:47 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:48:47 ---> Running in ea8340f41860 21:48:48 Removing intermediate container ea8340f41860 21:48:48 ---> 2b29f93e0863 21:48:48 Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} 21:48:48 ---> Running in 22edfa0ab097 21:48:48 Removing intermediate container 22edfa0ab097 21:48:48 ---> a9c33b0ffb4b 21:48:48 Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 21:48:49 ---> dd3031b79756 21:48:49 Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 21:48:50 ---> 275b841d7ee1 21:48:50 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 21:48:51 ---> 507c191d4b1b 21:48:51 Step 20/24 : EXPOSE 49986 21:48:51 ---> Running in 29cc7f9f5a7b 21:48:52 Removing intermediate container 29cc7f9f5a7b 21:48:52 ---> b4e13556175b 21:48:52 Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] 21:48:52 ---> Running in 09894bf4ce0a 21:48:52 Removing intermediate container 09894bf4ce0a 21:48:52 ---> a3afc42cda8b 21:48:52 Step 22/24 : LABEL arch=arm64 21:48:53 ---> Running in ecc64c239c2b 21:48:53 Removing intermediate container ecc64c239c2b 21:48:53 ---> 0deb58c2f8de 21:48:53 Step 23/24 : LABEL git_sha=d390d5ed7b871c3987d07c212c15bd262c8fe7b6 21:48:53 ---> Running in 931fa9d0e31c 21:48:53 Removing intermediate container 931fa9d0e31c 21:48:53 ---> 2bc7c702a2d4 21:48:53 Step 24/24 : LABEL version=0.0.0 21:48:54 ---> Running in 921d05f81b31 21:48:54 Removing intermediate container 921d05f81b31 21:48:54 ---> dc53b2842abd 21:48:54 [Warning] One or more build-args [ARCH] were not consumed 21:48:54 Successfully built dc53b2842abd 21:48:54 Successfully tagged docker-device-rest-go-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 21:48:55 provisioning config files... 21:48:55 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config6495148144927035614tmp [Pipeline] { [Pipeline] sh 21:48:56 + curl -s https://codecov.io/bash 21:48:56 + bash -s - -t @/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config6495148144927035614tmp 21:48:56 21:48:56 _____ _ 21:48:56 / ____| | | 21:48:56 | | ___ __| | ___ ___ _____ __ 21:48:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:48:56 | |___| (_) | (_| | __/ (_| (_) \ V / 21:48:56 \_____\___/ \__,_|\___|\___\___/ \_/ 21:48:56 Bash-20200602-f809a24 21:48:56 21:48:56 21:48:56 ==> Jenkins CI detected. 21:48:56 project root: . 21:48:56 Fixing merge commit SHA 21:48:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:48:56 ==> Running gcov in . (disable via -X gcov) 21:48:56 ==> Python coveragepy not found 21:48:56 ==> Searching for coverage reports in: 21:48:56 + . 21:48:56 -> Found 1 reports 21:48:56 ==> Detecting git/mercurial file structure 21:48:56 ==> Reading reports 21:48:56 + ./coverage.out bytes=9369 21:48:56 ==> Appending adjustments 21:48:56 https://docs.codecov.io/docs/fixing-reports 21:48:56 + Found adjustments 21:48:56 ==> Gzipping contents 21:48:56 ==> Uploading reports 21:48:56 url: https://codecov.io 21:48:56 query: branch=PR-27&commit=b106d00ae92e946d2103bc6c1464522635373c7b&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-27%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=27&job= 21:48:56 -> Pinging Codecov 21:48:56 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-27&commit=b106d00ae92e946d2103bc6c1464522635373c7b&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-27%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=27&job= 21:48:57 -> Uploading 21:49:03 -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/b106d00ae92e946d2103bc6c1464522635373c7b [Pipeline] } 21:49:03 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 21:49:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:49:05 ---> package-listing.sh 21:49:05 ++ facter osfamily 21:49:05 ++ tr '[:upper:]' '[:lower:]' 21:49:05 + OS_FAMILY=redhat 21:49:05 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-27 21:49:05 + START_PACKAGES=/tmp/packages_start.txt 21:49:05 + END_PACKAGES=/tmp/packages_end.txt 21:49:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:49:05 + PACKAGES=/tmp/packages_start.txt 21:49:05 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' 21:49:05 + PACKAGES=/tmp/packages_end.txt 21:49:05 + case "${OS_FAMILY}" in 21:49:05 + rpm -qa 21:49:05 + sort 21:49:09 + '[' -f /tmp/packages_start.txt ']' 21:49:09 + '[' -f /tmp/packages_end.txt ']' 21:49:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:49:09 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' 21:49:09 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ 21:49:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ [Pipeline] isUnix [Pipeline] sh 21:49:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:49:10 21:49:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:49:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:49:10 alpine: Pulling from edgex-lftools-log-publisher 21:49:10 c9b1b535fdd9: Pulling fs layer 21:49:10 2cc5ad85d9ab: Pulling fs layer 21:49:10 756a868c4378: Pulling fs layer 21:49:10 444b2fc9a129: Pulling fs layer 21:49:10 ea15f1150254: Pulling fs layer 21:49:10 41b27a9f41bf: Pulling fs layer 21:49:10 28c525ee5125: Pulling fs layer 21:49:10 094b1ea09ed8: Pulling fs layer 21:49:10 138eaada9080: Pulling fs layer 21:49:10 0622d0fa9048: Pulling fs layer 21:49:10 ea15f1150254: Waiting 21:49:10 41b27a9f41bf: Waiting 21:49:10 28c525ee5125: Waiting 21:49:10 094b1ea09ed8: Waiting 21:49:10 138eaada9080: Waiting 21:49:10 0622d0fa9048: Waiting 21:49:10 444b2fc9a129: Waiting 21:49:10 2cc5ad85d9ab: Verifying Checksum 21:49:10 2cc5ad85d9ab: Download complete 21:49:10 444b2fc9a129: Verifying Checksum 21:49:10 444b2fc9a129: Download complete 21:49:10 c9b1b535fdd9: Verifying Checksum 21:49:10 c9b1b535fdd9: Download complete 21:49:10 ea15f1150254: Verifying Checksum 21:49:10 ea15f1150254: Download complete 21:49:10 28c525ee5125: Verifying Checksum 21:49:10 28c525ee5125: Download complete 21:49:11 c9b1b535fdd9: Pull complete 21:49:11 756a868c4378: Download complete 21:49:11 2cc5ad85d9ab: Pull complete 21:49:11 138eaada9080: Verifying Checksum 21:49:11 138eaada9080: Download complete 21:49:11 094b1ea09ed8: Verifying Checksum 21:49:11 094b1ea09ed8: Download complete 21:49:11 0622d0fa9048: Verifying Checksum 21:49:11 0622d0fa9048: Download complete 21:49:11 41b27a9f41bf: Verifying Checksum 21:49:11 41b27a9f41bf: Download complete 21:49:12 756a868c4378: Pull complete 21:49:12 444b2fc9a129: Pull complete 21:49:13 ea15f1150254: Pull complete 21:49:17 41b27a9f41bf: Pull complete 21:49:17 28c525ee5125: Pull complete 21:49:19 094b1ea09ed8: Pull complete 21:49:19 138eaada9080: Pull complete 21:49:20 0622d0fa9048: Pull complete 21:49:20 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 21:49:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:49:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:49:20 prd-centos7-docker-4c-2g-4204 does not seem to be running inside a container 21:49:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-rest-go_PR-27 -v /w/workspace/dgexfoundry_device-rest-go_PR-27:/w/workspace/dgexfoundry_device-rest-go_PR-27:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-27@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:49:23 $ docker top 37b36dbcae9505fe8552374a38f1b3781cf9c07cc66aa56ecc13f4a7217d8027 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:49:24 provisioning config files... 21:49:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config2711262881193080332tmp [Pipeline] { [Pipeline] echo 21:49:24 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:49:24 ---> create-netrc.sh [Pipeline] echo 21:49:24 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:49:24 ---> logs-deploy.sh 21:49:24 + ARCHIVE_ARTIFACTS= 21:49:24 + LOGS_SERVER=https://logs.edgexfoundry.org 21:49:24 + '[' https://logs.edgexfoundry.org == None ']' 21:49:24 + NEXUS_URL=https://nexus.edgexfoundry.org 21:49:24 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/9 21:49:24 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/9/ 21:49:24 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/9 /w/workspace/dgexfoundry_device-rest-go_PR-27 21:49:26 Archives upload complete. 21:49:26 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/9/ 21:49:26 ---> uname -a: 21:49:26 Linux 37b36dbcae95 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:49:26 21:49:26 21:49:26 ---> lscpu: 21:49:26 Architecture: x86_64 21:49:26 CPU op-mode(s): 32-bit, 64-bit 21:49:26 Byte Order: Little Endian 21:49:26 Address sizes: 40 bits physical, 48 bits virtual 21:49:26 CPU(s): 4 21:49:26 On-line CPU(s) list: 0-3 21:49:26 Thread(s) per core: 1 21:49:26 Core(s) per socket: 1 21:49:26 Socket(s): 4 21:49:26 NUMA node(s): 1 21:49:26 Vendor ID: GenuineIntel 21:49:26 CPU family: 6 21:49:26 Model: 44 21:49:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:49:26 Stepping: 1 21:49:26 CPU MHz: 2933.438 21:49:26 BogoMIPS: 5866.87 21:49:26 Virtualization: VT-x 21:49:26 Hypervisor vendor: KVM 21:49:26 Virtualization type: full 21:49:26 L1d cache: 128 KiB 21:49:26 L1i cache: 128 KiB 21:49:26 L2 cache: 16 MiB 21:49:26 L3 cache: 64 MiB 21:49:26 NUMA node0 CPU(s): 0-3 21:49:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:49:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:49:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:49:26 Vulnerability Meltdown: Mitigation; PTI 21:49:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:49:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:49:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:49:26 Vulnerability Tsx async abort: Not affected 21:49:26 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 21:49:26 21:49:26 21:49:26 ---> nproc: 21:49:26 4 21:49:26 21:49:26 21:49:26 ---> df -h: 21:49:26 Filesystem Size Used Available Use% Mounted on 21:49:26 overlay 50.0G 7.2G 42.7G 14% / 21:49:26 tmpfs 64.0M 0 64.0M 0% /dev 21:49:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:49:26 shm 64.0M 0 64.0M 0% /dev/shm 21:49:26 /dev/vda1 50.0G 7.2G 42.7G 14% /etc/resolv.conf 21:49:26 /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hostname 21:49:26 /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hosts 21:49:26 /dev/vda1 50.0G 7.2G 42.7G 14% /var/log/sa 21:49:26 /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/dgexfoundry_device-rest-go_PR-27 21:49:26 /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp 21:49:26 21:49:26 21:49:26 ---> free -m: 21:49:26 total used free shared buff/cache available 21:49:26 Mem: 1837 669 117 0 1051 1063 21:49:26 Swap: 1023 0 1023 21:49:26 21:49:26 21:49:26 ---> ip addr: 21:49:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:49:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:49:26 inet 127.0.0.1/8 scope host lo 21:49:26 valid_lft forever preferred_lft forever 21:49:26 6: eth0@if7: mtu 1458 qdisc noqueue state UP 21:49:26 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 21:49:26 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 21:49:26 valid_lft forever preferred_lft forever 21:49:26 21:49:26 21:49:26 ---> sar -b -r -n DEV: 21:49:26 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) 21:49:26 21:49:26 21:43:05 LINUX RESTART 21:49:26 21:49:26 21:44:01 tps rtps wtps bread/s bwrtn/s 21:49:26 21:45:02 7.43 1.88 5.55 79.40 640.60 21:49:26 21:46:01 0.37 0.00 0.37 0.00 6.93 21:49:26 21:47:01 0.30 0.00 0.30 0.00 4.06 21:49:26 21:48:01 0.25 0.00 0.25 0.00 2.56 21:49:26 21:49:01 0.43 0.28 0.15 17.19 1.95 21:49:26 Average: 1.76 0.43 1.33 19.38 131.65 21:49:26 21:49:26 21:44:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:49:26 21:45:02 147572 1733984 92.16 2620 1147580 1123740 38.35 450556 1123080 24 21:49:26 21:46:01 152640 1728916 91.89 2620 1147584 1081964 36.93 449252 1120132 16 21:49:26 21:47:01 153284 1728272 91.85 2620 1147592 1081916 36.92 449040 1120132 8 21:49:26 21:48:01 152252 1729304 91.91 2620 1147592 1081796 36.92 452468 1117812 8 21:49:26 21:49:01 138828 1742728 92.62 2620 1148144 1095116 37.37 464284 1113376 48 21:49:26 Average: 148915 1732641 92.09 2620 1147698 1092906 37.30 453120 1118906 21 21:49:26 21:49:26 21:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 21:49:26 21:45:02 eth0 59.38 37.04 18.01 155.24 0.00 0.00 0.00 21:49:26 21:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 21:45:02 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 21:49:26 21:46:01 eth0 1.36 0.29 0.37 0.20 0.00 0.00 0.00 21:49:26 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 21:47:01 eth0 0.53 0.35 0.27 0.20 0.00 0.00 0.00 21:49:26 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 21:48:01 eth0 0.65 0.07 0.06 0.01 0.00 0.00 0.00 21:49:26 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 21:49:01 eth0 6.58 3.58 5.77 2.16 0.00 0.00 0.00 21:49:26 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 Average: eth0 13.74 8.29 4.91 31.67 0.00 0.00 0.00 21:49:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:26 21:49:26 21:49:26 ---> sar -P ALL: 21:49:26 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) 21:49:26 21:49:26 21:43:05 LINUX RESTART 21:49:26 21:49:26 21:44:01 CPU %user %nice %system %iowait %steal %idle 21:49:26 21:45:02 all 1.00 0.00 0.26 0.03 0.00 98.71 21:49:26 21:45:02 0 0.82 0.00 0.25 0.02 0.00 98.92 21:49:26 21:45:02 1 0.77 0.00 0.35 0.02 0.00 98.86 21:49:26 21:45:02 2 0.90 0.00 0.28 0.02 0.02 98.78 21:49:26 21:45:02 3 1.50 0.00 0.15 0.05 0.00 98.30 21:49:26 21:46:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:49:26 21:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:49:26 21:46:01 1 0.49 0.00 0.03 0.00 0.00 99.47 21:49:26 21:46:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:49:26 21:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:49:26 21:47:01 all 0.16 0.00 0.02 0.00 0.00 99.82 21:49:26 21:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:49:26 21:47:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:49:26 21:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:49:26 21:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:49:26 21:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:49:26 21:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:49:26 21:48:01 1 0.52 0.00 0.00 0.00 0.00 99.48 21:49:26 21:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:49:26 21:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:49:26 21:49:01 all 0.35 0.00 0.20 0.01 0.00 99.43 21:49:26 21:49:01 0 0.35 0.00 0.27 0.00 0.00 99.38 21:49:26 21:49:01 1 0.68 0.00 0.13 0.00 0.00 99.18 21:49:26 21:49:01 2 0.25 0.00 0.22 0.02 0.00 99.52 21:49:26 21:49:01 3 0.13 0.00 0.22 0.00 0.00 99.65 21:49:26 Average: all 0.36 0.00 0.11 0.01 0.00 99.52 21:49:26 Average: 0 0.25 0.00 0.12 0.00 0.00 99.63 21:49:26 Average: 1 0.60 0.00 0.11 0.00 0.00 99.29 21:49:26 Average: 2 0.25 0.00 0.12 0.01 0.00 99.62 21:49:26 Average: 3 0.34 0.00 0.09 0.01 0.00 99.56 21:49:26 21:49:26 21:49:26