Pull request #253 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 0746ea1719ff74015da8ef926f06a40e1e317cc2 rather than d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 Obtained Jenkinsfile from 0746ea1719ff74015da8ef926f06a40e1e317cc2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts 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-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-880’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-881 in /w/workspace/dry_go-mod-core-contracts_PR-253 [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/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-253 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 Merge succeeded, producing d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 Checking out Revision d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 (PR-253) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # 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/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # 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 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # timeout=10 Commit message: "feat: Create metadata DTOs and models for V2 API Create metadata DTOs and models for Addressable, Device, DeviceProfile, DeviceService. Fix: #249" First time build. Skipping changelog. > git rev-list --no-walk 99647c8324b5afa22ae76557f5542c7d81d67573 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:56:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:56:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:56:25 ========================================================= 04:56:25 EdgeX Global Pipelines Version Info 04:56:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:56:27 ------------------- 04:56:27 stable info: 04:56:27 ------------------- 04:56:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:56:27 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 04:56:27 Message: update stable to v1.0.99 04:56:28 ------------------- 04:56:28 experimental info: 04:56:28 ------------------- 04:56:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:56:28 Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 04:56:28 Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:56:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:56:31 04:56:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:56:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:56:31 latest: Pulling from edgex-devops/git-semver 04:56:31 31603596830f: Pulling fs layer 04:56:31 2a8b12db71e7: Pulling fs layer 04:56:31 6ca5941a6612: Pulling fs layer 04:56:31 ecc8261a40a4: Pulling fs layer 04:56:31 ecc8261a40a4: Waiting 04:56:31 2a8b12db71e7: Verifying Checksum 04:56:31 2a8b12db71e7: Download complete 04:56:31 31603596830f: Verifying Checksum 04:56:31 31603596830f: Download complete 04:56:31 ecc8261a40a4: Verifying Checksum 04:56:31 ecc8261a40a4: Download complete 04:56:31 6ca5941a6612: Download complete 04:56:31 31603596830f: Pull complete 04:56:32 2a8b12db71e7: Pull complete 04:56:33 6ca5941a6612: Pull complete 04:56:33 ecc8261a40a4: Pull complete 04:56:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:56:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:56:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:56:33 prd-centos7-docker-4c-2g-881 does not seem to be running inside a container 04:56:33 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-253 -v /w/workspace/dry_go-mod-core-contracts_PR-253:/w/workspace/dry_go-mod-core-contracts_PR-253:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-253@tmp:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:56:35 $ docker top 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:56:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:35 [ssh-agent] Looking for ssh-agent implementation... 04:56:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:35 $ docker exec 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 ssh-agent 04:56:36 SSH_AUTH_SOCK=/tmp/ssh-Bb9zG5HfduDr/agent.11 04:56:36 SSH_AGENT_PID=16 04:56:36 Running ssh-add (command line suppressed) 04:56:36 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_5702412860806338475.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_5702412860806338475.key) 04:56:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:36 + git describe --exact-match --tags HEAD 04:56:36 fatal: No names found, cannot describe anything. [Pipeline] } 04:56:36 $ docker exec --env ******** --env ******** 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 ssh-agent -k 04:56:36 unset SSH_AUTH_SOCK; 04:56:36 unset SSH_AGENT_PID; 04:56:36 echo Agent pid 16 killed; 04:56:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:56:37 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:56:37 This usually means this commit has not been tagged. [Pipeline] sshagent 04:56:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:37 [ssh-agent] Looking for ssh-agent implementation... 04:56:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:37 $ docker exec 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 ssh-agent 04:56:37 SSH_AUTH_SOCK=/tmp/ssh-0dYnXipPSzlL/agent.45 04:56:37 SSH_AGENT_PID=51 04:56:37 Running ssh-add (command line suppressed) 04:56:37 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_2119628343574770894.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_2119628343574770894.key) 04:56:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:38 + git semver init 04:56:38 # -> Open(): unable to determine branch for HEAD 04:56:38 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.git 04:56:38 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-253 04:56:38 # $SEMVER_REMOTE_NAME = origin 04:56:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:56:38 # $SEMVER_USER_NAME = edgex-jenkins 04:56:38 # $SEMVER_BRANCH = PR-253 04:56:38 # $SEMVER_TEMP = /tmp/semver-522231738 04:56:38 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 04:56:38 # '/tmp/semver-522231738' -> '/w/workspace/dry_go-mod-core-contracts_PR-253/.semver' 04:56:38 # -> Force: false 04:56:38 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.semver [Pipeline] } 04:56:38 $ docker exec --env ******** --env ******** 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 ssh-agent -k 04:56:38 unset SSH_AUTH_SOCK; 04:56:38 unset SSH_AGENT_PID; 04:56:38 echo Agent pid 51 killed; 04:56:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:56:39 + git semver [Pipeline] } 04:56:39 $ docker stop --time=1 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 04:56:40 $ docker rm -f 034f4cbf2fa1f773af878e5046c0db96a31e9c2238105d4d3c8dc1b7d4fe86a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:56:41 Stashed 80 file(s) [Pipeline] echo 04:56:41 [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 04:56:56 Still waiting to schedule task 04:56:56 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:56:56 Still waiting to schedule task 04:56:56 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:59:13 Running on prd-centos7-docker-4c-2g-882 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 04:59:13 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 04:59:15 using credential edgex-jenkins-ssh 04:59:15 Cloning the remote Git repository 04:59:15 Cloning with configured refspecs honoured and without tags 04:59:15 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 04:59:16 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 04:59:17 Fetching without tags 04:59:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 04:59:16 > git --version # timeout=10 04:59:16 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:59:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 04:59:17 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 04:59:17 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:59:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 04:59:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 04:59:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:59:17 Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 04:59:17 Merge succeeded, producing d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 04:59:17 Checking out Revision d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 (PR-253) 04:59:17 > git config core.sparsecheckout # timeout=10 04:59:17 > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # timeout=10 04:59:17 > git remote # timeout=10 04:59:17 > git config --get remote.origin.url # timeout=10 04:59:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:17 > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 04:59:17 > git rev-parse HEAD^{commit} # timeout=10 04:59:17 > git config core.sparsecheckout # timeout=10 04:59:17 > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # timeout=10 04:59:21 Commit message: "feat: Create metadata DTOs and models for V2 API Create metadata DTOs and models for Addressable, Device, DeviceProfile, DeviceService. Fix: #249" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:59:22 ========================================================= 04:59:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:59:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:59:22 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:59:23 Sending build context to Docker daemon 1.987MB 04:59:23 Step 1/7 : ARG BASE=golang:1.13-alpine 04:59:23 Step 2/7 : FROM ${BASE} 04:59:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:59:23 e6b0cf9c0882: Pulling fs layer 04:59:23 2848faf0eed1: Pulling fs layer 04:59:23 0f37312ad70f: Pulling fs layer 04:59:23 5788d62ee057: Pulling fs layer 04:59:23 0e6b1d234666: Pulling fs layer 04:59:23 bf5d7aec512f: Pulling fs layer 04:59:23 34c802a77dc8: Pulling fs layer 04:59:23 9eb99e56ec68: Pulling fs layer 04:59:23 27c7a5d97fbd: Pulling fs layer 04:59:23 5c102a31e300: Pulling fs layer 04:59:23 dcfb455df0a1: Pulling fs layer 04:59:23 34c802a77dc8: Waiting 04:59:23 9eb99e56ec68: Waiting 04:59:23 27c7a5d97fbd: Waiting 04:59:23 5c102a31e300: Waiting 04:59:23 5788d62ee057: Waiting 04:59:23 0e6b1d234666: Waiting 04:59:23 bf5d7aec512f: Waiting 04:59:23 0f37312ad70f: Verifying Checksum 04:59:23 0f37312ad70f: Download complete 04:59:23 2848faf0eed1: Verifying Checksum 04:59:23 2848faf0eed1: Download complete 04:59:23 0e6b1d234666: Verifying Checksum 04:59:23 0e6b1d234666: Download complete 04:59:23 bf5d7aec512f: Verifying Checksum 04:59:23 bf5d7aec512f: Download complete 04:59:23 e6b0cf9c0882: Verifying Checksum 04:59:23 e6b0cf9c0882: Download complete 04:59:24 34c802a77dc8: Verifying Checksum 04:59:24 34c802a77dc8: Download complete 04:59:24 27c7a5d97fbd: Download complete 04:59:24 5c102a31e300: Verifying Checksum 04:59:24 5c102a31e300: Download complete 04:59:25 dcfb455df0a1: Verifying Checksum 04:59:25 dcfb455df0a1: Download complete 04:59:25 9eb99e56ec68: Verifying Checksum 04:59:25 9eb99e56ec68: Download complete 04:59:25 5788d62ee057: Verifying Checksum 04:59:25 5788d62ee057: Download complete 04:59:26 e6b0cf9c0882: Pull complete 04:59:26 2848faf0eed1: Pull complete 04:59:26 0f37312ad70f: Pull complete 04:59:33 5788d62ee057: Pull complete 04:59:33 0e6b1d234666: Pull complete 04:59:33 bf5d7aec512f: Pull complete 04:59:37 34c802a77dc8: Pull complete 04:59:40 9eb99e56ec68: Pull complete 04:59:40 27c7a5d97fbd: Pull complete 04:59:41 5c102a31e300: Pull complete 04:59:41 dcfb455df0a1: Pull complete 04:59:41 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 04:59:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:59:41 ---> 7c70fe431013 04:59:41 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 04:59:43 ---> Running in 7c10749926d7 04:59:43 Removing intermediate container 7c10749926d7 04:59:43 ---> fbe6e9f631b5 04:59:43 Step 4/7 : RUN apk add bash 04:59:43 ---> Running in eb310a66a93c 04:59:44 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 04:59:44 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 04:59:45 OK: 143 MiB in 39 packages 04:59:45 Removing intermediate container eb310a66a93c 04:59:45 ---> 8bd6db8fa492 04:59:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 04:59:46 ---> Running in 3a56f909bc1a 04:59:46 Removing intermediate container 3a56f909bc1a 04:59:46 ---> 3e43bde5790d 04:59:46 Step 6/7 : COPY go.mod . 04:59:46 ---> e5a17122144d 04:59:46 Step 7/7 : RUN go mod download 04:59:46 ---> Running in 30a90e687e6a 04:59:48 go: finding github.com/davecgh/go-spew v1.1.0 04:59:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:59:48 go: finding github.com/go-kit/kit v0.8.0 04:59:48 go: finding github.com/go-logfmt/logfmt v0.4.0 04:59:48 go: finding github.com/go-playground/assert/v2 v2.0.1 04:59:48 go: finding github.com/go-playground/locales v0.13.0 04:59:48 go: finding github.com/go-playground/universal-translator v0.17.0 04:59:48 go: finding github.com/go-playground/validator/v10 v10.3.0 04:59:48 go: finding github.com/go-stack/stack v1.8.0 04:59:48 go: finding github.com/google/uuid v1.1.0 04:59:48 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:59:48 go: finding github.com/leodido/go-urn v1.2.0 04:59:48 go: finding github.com/pmezard/go-difflib v1.0.0 04:59:48 go: finding github.com/stretchr/objx v0.1.0 04:59:48 go: finding github.com/stretchr/testify v1.5.1 04:59:48 go: finding github.com/x448/float16 v0.8.4 04:59:48 go: finding golang.org/x/text v0.3.2 04:59:48 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:59:48 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 04:59:48 go: finding gopkg.in/yaml.v2 v2.2.8 04:59:56 Removing intermediate container 30a90e687e6a 04:59:56 ---> 727e7ae7a123 04:59:56 Successfully built 727e7ae7a123 04:59:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:59:57 + docker inspect -f . ci-base-image-x86_64 04:59:57 . [Pipeline] withDockerContainer 04:59:57 prd-centos7-docker-4c-2g-882 does not seem to be running inside a container 04:59:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:59:58 $ docker top aacdea02a8fdf04f49c52c8042b86e315ad3914c6268bac3a2db65eb6e2f65ec -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:58 + go version 04:59:58 go version go1.13.5 linux/amd64 [Pipeline] sh 04:59:58 + make test 04:59:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:00:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 05:00:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.025s coverage: 85.7% of statements 05:00:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.019s coverage: 100.0% of statements 05:00:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.029s coverage: 45.4% of statements 05:00:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.017s coverage: 77.8% of statements 05:00:07 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 05:00:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.019s coverage: 6.4% of statements 05:00:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.026s coverage: 14.4% of statements 05:00:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.044s coverage: 100.0% of statements 05:00:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.036s coverage: 91.8% of statements 05:00:09 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 05:00:09 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 05:00:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.008s coverage: 100.0% of statements 05:00:11 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.019s coverage: 62.6% of statements 05:00:11 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.021s coverage: 26.3% of statements 05:00:11 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.063s coverage: 15.4% of statements 05:00:11 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.016s coverage: 15.4% of statements 05:00:11 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.043s coverage: 14.3% of statements 05:00:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 05:00:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.004s coverage: 19.2% of statements 05:00:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 05:00:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.012s coverage: 95.6% of statements 05:00:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 05:00:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 05:00:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:00:13 gofmt -l . 05:00:13 [ "`gofmt -l .`" = "" ] [Pipeline] stash 05:00:13 Stashed 1 file(s) [Pipeline] } 05:00:13 $ docker stop --time=1 aacdea02a8fdf04f49c52c8042b86e315ad3914c6268bac3a2db65eb6e2f65ec 05:00:15 $ docker rm -f aacdea02a8fdf04f49c52c8042b86e315ad3914c6268bac3a2db65eb6e2f65ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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] } 05:00:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-883 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 05:00:27 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 05:00:32 using credential edgex-jenkins-ssh 05:00:32 Cloning the remote Git repository 05:00:32 Cloning with configured refspecs honoured and without tags 05:00:32 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:00:32 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 05:00:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:00:32 > git --version # timeout=10 05:00:32 using GIT_SSH to set credentials SSH Credentials for GitHub 05:00:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:00:33 Fetching without tags 05:00:34 Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 05:00:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:00:33 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 05:00:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 05:00:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:00:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:00:33 using GIT_SSH to set credentials SSH Credentials for GitHub 05:00:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:00:34 > git config core.sparsecheckout # timeout=10 05:00:34 Merge succeeded, producing d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 05:00:34 Checking out Revision d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 (PR-253) 05:00:34 > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # timeout=10 05:00:34 > git remote # timeout=10 05:00:34 > git config --get remote.origin.url # timeout=10 05:00:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:00:34 > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 05:00:34 > git rev-parse HEAD^{commit} # timeout=10 05:00:34 > git config core.sparsecheckout # timeout=10 05:00:34 > git checkout -f d4b98e8ef2415fe6b6e0218254f0e8e6869e30a1 # timeout=10 05:00:38 Commit message: "feat: Create metadata DTOs and models for V2 API Create metadata DTOs and models for Addressable, Device, DeviceProfile, DeviceService. Fix: #249" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:00:40 ========================================================= 05:00:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 05:00:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:00:41 + 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 . 05:00:42 Sending build context to Docker daemon 1.987MB 05:00:42 Step 1/7 : ARG BASE=golang:1.13-alpine 05:00:42 Step 2/7 : FROM ${BASE} 05:00:42 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:00:42 cde5963f3b93: Pulling fs layer 05:00:42 2a23fa8c16f7: Pulling fs layer 05:00:42 777b28850792: Pulling fs layer 05:00:42 8a11ddd9e578: Pulling fs layer 05:00:42 4cf88f913ddb: Pulling fs layer 05:00:42 1df406cf5192: Pulling fs layer 05:00:42 cd6300453558: Pulling fs layer 05:00:42 b9c365052c96: Pulling fs layer 05:00:42 a2d8cc88f415: Pulling fs layer 05:00:42 ea1d1ca13537: Pulling fs layer 05:00:42 3750a50a1c5e: Pulling fs layer 05:00:42 4cf88f913ddb: Waiting 05:00:42 1df406cf5192: Waiting 05:00:42 cd6300453558: Waiting 05:00:42 8a11ddd9e578: Waiting 05:00:42 b9c365052c96: Waiting 05:00:42 a2d8cc88f415: Waiting 05:00:42 ea1d1ca13537: Waiting 05:00:42 3750a50a1c5e: Waiting 05:00:42 777b28850792: Verifying Checksum 05:00:42 777b28850792: Download complete 05:00:42 2a23fa8c16f7: Verifying Checksum 05:00:42 2a23fa8c16f7: Download complete 05:00:42 4cf88f913ddb: Verifying Checksum 05:00:42 4cf88f913ddb: Download complete 05:00:42 1df406cf5192: Download complete 05:00:42 cde5963f3b93: Verifying Checksum 05:00:42 cde5963f3b93: Download complete 05:00:43 cde5963f3b93: Pull complete 05:00:44 2a23fa8c16f7: Pull complete 05:00:44 777b28850792: Pull complete 05:00:44 cd6300453558: Verifying Checksum 05:00:44 cd6300453558: Download complete 05:00:44 a2d8cc88f415: Download complete 05:00:47 ea1d1ca13537: Verifying Checksum 05:00:47 ea1d1ca13537: Download complete 05:00:47 3750a50a1c5e: Verifying Checksum 05:00:47 3750a50a1c5e: Download complete 05:00:47 8a11ddd9e578: Verifying Checksum 05:00:47 8a11ddd9e578: Download complete 05:00:48 b9c365052c96: Verifying Checksum 05:00:48 b9c365052c96: Download complete 05:01:00 8a11ddd9e578: Pull complete 05:01:00 4cf88f913ddb: Pull complete 05:01:00 1df406cf5192: Pull complete 05:01:04 cd6300453558: Pull complete 05:01:09 b9c365052c96: Pull complete 05:01:09 a2d8cc88f415: Pull complete 05:01:10 ea1d1ca13537: Pull complete 05:01:11 3750a50a1c5e: Pull complete 05:01:11 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 05:01:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 05:01:11 ---> 78745c68409d 05:01:11 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:01:15 ---> Running in 5c1c20248680 05:01:16 Removing intermediate container 5c1c20248680 05:01:16 ---> 9df3da00ab05 05:01:16 Step 4/7 : RUN apk add bash 05:01:16 ---> Running in a26d04e22b4f 05:01:17 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 05:01:18 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 05:01:19 OK: 125 MiB in 39 packages 05:01:20 Removing intermediate container a26d04e22b4f 05:01:20 ---> 5deb3aeb130f 05:01:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:01:20 ---> Running in 740f271fc9b6 05:01:21 Removing intermediate container 740f271fc9b6 05:01:21 ---> 98a40c013f52 05:01:21 Step 6/7 : COPY go.mod . 05:01:21 ---> c80d824e8248 05:01:21 Step 7/7 : RUN go mod download 05:01:21 ---> Running in 10f1b3b37d51 05:01:24 go: finding github.com/davecgh/go-spew v1.1.0 05:01:24 go: finding github.com/fxamacker/cbor/v2 v2.2.0 05:01:24 go: finding github.com/go-kit/kit v0.8.0 05:01:24 go: finding github.com/go-logfmt/logfmt v0.4.0 05:01:24 go: finding github.com/go-playground/assert/v2 v2.0.1 05:01:24 go: finding github.com/go-playground/locales v0.13.0 05:01:24 go: finding github.com/go-playground/universal-translator v0.17.0 05:01:24 go: finding github.com/go-playground/validator/v10 v10.3.0 05:01:24 go: finding github.com/go-stack/stack v1.8.0 05:01:24 go: finding github.com/google/uuid v1.1.0 05:01:24 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 05:01:24 go: finding github.com/leodido/go-urn v1.2.0 05:01:24 go: finding github.com/pmezard/go-difflib v1.0.0 05:01:24 go: finding github.com/stretchr/objx v0.1.0 05:01:24 go: finding github.com/stretchr/testify v1.5.1 05:01:24 go: finding github.com/x448/float16 v0.8.4 05:01:24 go: finding golang.org/x/text v0.3.2 05:01:24 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 05:01:24 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 05:01:24 go: finding gopkg.in/yaml.v2 v2.2.8 05:01:37 Removing intermediate container 10f1b3b37d51 05:01:37 ---> f1f066b6c70e 05:01:37 Successfully built f1f066b6c70e 05:01:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:01:38 + docker inspect -f . ci-base-image-arm64 05:01:38 . [Pipeline] withDockerContainer 05:01:38 prd-ubuntu18.04-docker-arm64-4c-16g-883 does not seem to be running inside a container 05:01:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:01:40 $ docker top e1939c90b69d536944862f5bc3c21a4136706965dd557e45fcfde9272587e2cd -eo pid,comm [Pipeline] { [Pipeline] sh 05:01:42 + go version 05:01:42 go version go1.13.5 linux/arm64 [Pipeline] sh 05:01:43 + make test 05:01:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:02:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 05:02:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.059s coverage: 85.7% of statements 05:02:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.043s coverage: 100.0% of statements 05:02:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.052s coverage: 45.4% of statements 05:02:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.029s coverage: 77.8% of statements 05:02:08 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 05:02:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements 05:02:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.080s coverage: 14.4% of statements 05:02:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.050s coverage: 100.0% of statements 05:02:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.073s coverage: 91.8% of statements 05:02:12 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 05:02:12 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 05:02:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.055s coverage: 100.0% of statements 05:02:17 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.083s coverage: 62.6% of statements 05:02:17 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.031s coverage: 26.3% of statements 05:02:17 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.076s coverage: 15.4% of statements 05:02:17 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.015s coverage: 15.4% of statements 05:02:17 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements 05:02:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 05:02:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 19.2% of statements 05:02:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 05:02:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.047s coverage: 95.6% of statements 05:02:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 05:02:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 05:02:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:02:23 gofmt -l . 05:02:24 [ "`gofmt -l .`" = "" ] [Pipeline] stash 05:02:24 Warning: overwriting stash ‘coverage-report’ 05:02:24 Stashed 1 file(s) [Pipeline] } 05:02:24 $ docker stop --time=1 e1939c90b69d536944862f5bc3c21a4136706965dd557e45fcfde9272587e2cd 05:02:26 $ docker rm -f e1939c90b69d536944862f5bc3c21a4136706965dd557e45fcfde9272587e2cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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 05:02:28 provisioning config files... 05:02:28 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config3370750586631848705tmp [Pipeline] { [Pipeline] sh 05:02:29 + curl -s https://codecov.io/bash 05:02:29 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config3370750586631848705tmp [Pipeline] } 05:02:29 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 05:02:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:02:31 ---> package-listing.sh 05:02:31 ++ facter osfamily 05:02:31 ++ tr '[:upper:]' '[:lower:]' 05:02:31 + OS_FAMILY=redhat 05:02:31 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-253 05:02:31 + START_PACKAGES=/tmp/packages_start.txt 05:02:31 + END_PACKAGES=/tmp/packages_end.txt 05:02:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:02:31 + PACKAGES=/tmp/packages_start.txt 05:02:31 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 05:02:31 + PACKAGES=/tmp/packages_end.txt 05:02:31 + case "${OS_FAMILY}" in 05:02:31 + rpm -qa 05:02:31 + sort 05:02:35 + '[' -f /tmp/packages_start.txt ']' 05:02:35 + '[' -f /tmp/packages_end.txt ']' 05:02:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:02:35 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 05:02:35 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ 05:02:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ [Pipeline] isUnix [Pipeline] sh 05:02:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:02:36 05:02:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:02:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:02:36 alpine: Pulling from edgex-lftools-log-publisher 05:02:36 c9b1b535fdd9: Pulling fs layer 05:02:36 2cc5ad85d9ab: Pulling fs layer 05:02:36 756a868c4378: Pulling fs layer 05:02:36 444b2fc9a129: Pulling fs layer 05:02:36 ea15f1150254: Pulling fs layer 05:02:36 41b27a9f41bf: Pulling fs layer 05:02:36 28c525ee5125: Pulling fs layer 05:02:36 094b1ea09ed8: Pulling fs layer 05:02:36 138eaada9080: Pulling fs layer 05:02:36 0622d0fa9048: Pulling fs layer 05:02:36 444b2fc9a129: Waiting 05:02:36 ea15f1150254: Waiting 05:02:36 28c525ee5125: Waiting 05:02:36 094b1ea09ed8: Waiting 05:02:36 138eaada9080: Waiting 05:02:36 0622d0fa9048: Waiting 05:02:36 41b27a9f41bf: Waiting 05:02:36 2cc5ad85d9ab: Verifying Checksum 05:02:36 2cc5ad85d9ab: Download complete 05:02:36 444b2fc9a129: Verifying Checksum 05:02:36 444b2fc9a129: Download complete 05:02:36 c9b1b535fdd9: Download complete 05:02:36 ea15f1150254: Verifying Checksum 05:02:36 ea15f1150254: Download complete 05:02:36 28c525ee5125: Verifying Checksum 05:02:36 756a868c4378: Download complete 05:02:37 138eaada9080: Verifying Checksum 05:02:37 138eaada9080: Download complete 05:02:37 0622d0fa9048: Verifying Checksum 05:02:37 0622d0fa9048: Download complete 05:02:37 c9b1b535fdd9: Pull complete 05:02:37 094b1ea09ed8: Verifying Checksum 05:02:37 094b1ea09ed8: Download complete 05:02:37 41b27a9f41bf: Verifying Checksum 05:02:37 41b27a9f41bf: Download complete 05:02:37 2cc5ad85d9ab: Pull complete 05:02:39 756a868c4378: Pull complete 05:02:39 444b2fc9a129: Pull complete 05:02:39 ea15f1150254: Pull complete 05:02:43 41b27a9f41bf: Pull complete 05:02:43 28c525ee5125: Pull complete 05:02:46 094b1ea09ed8: Pull complete 05:02:46 138eaada9080: Pull complete 05:02:46 0622d0fa9048: Pull complete 05:02:46 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 05:02:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:02:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:02:46 prd-centos7-docker-4c-2g-881 does not seem to be running inside a container 05:02:46 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_PR-253 -v /w/workspace/dry_go-mod-core-contracts_PR-253:/w/workspace/dry_go-mod-core-contracts_PR-253:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-253@tmp:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:02:50 $ docker top 9658d90c306707b2264fa6963a07b921e104b0b468497deaebd3c2e836e68bff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:02:50 provisioning config files... 05:02:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config6146591583676836368tmp [Pipeline] { [Pipeline] echo 05:02:50 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:02:51 ---> create-netrc.sh [Pipeline] echo 05:02:51 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:02:51 ---> logs-deploy.sh 05:02:51 + ARCHIVE_ARTIFACTS= 05:02:51 + LOGS_SERVER=https://logs.edgexfoundry.org 05:02:51 + '[' https://logs.edgexfoundry.org == None ']' 05:02:51 + NEXUS_URL=https://nexus.edgexfoundry.org 05:02:51 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/5 05:02:51 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/5/ 05:02:51 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/5 /w/workspace/dry_go-mod-core-contracts_PR-253 05:02:52 Archives upload complete. 05:02:52 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/5/ 05:02:53 ---> uname -a: 05:02:53 Linux 9658d90c3067 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 05:02:53 05:02:53 05:02:53 ---> lscpu: 05:02:53 Architecture: x86_64 05:02:53 CPU op-mode(s): 32-bit, 64-bit 05:02:53 Byte Order: Little Endian 05:02:53 Address sizes: 40 bits physical, 48 bits virtual 05:02:53 CPU(s): 4 05:02:53 On-line CPU(s) list: 0-3 05:02:53 Thread(s) per core: 1 05:02:53 Core(s) per socket: 1 05:02:53 Socket(s): 4 05:02:53 NUMA node(s): 1 05:02:53 Vendor ID: GenuineIntel 05:02:53 CPU family: 6 05:02:53 Model: 44 05:02:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:02:53 Stepping: 1 05:02:53 CPU MHz: 2933.436 05:02:53 BogoMIPS: 5866.87 05:02:53 Virtualization: VT-x 05:02:53 Hypervisor vendor: KVM 05:02:53 Virtualization type: full 05:02:53 L1d cache: 128 KiB 05:02:53 L1i cache: 128 KiB 05:02:53 L2 cache: 16 MiB 05:02:53 L3 cache: 64 MiB 05:02:53 NUMA node0 CPU(s): 0-3 05:02:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:02:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:02:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:02:53 Vulnerability Meltdown: Mitigation; PTI 05:02:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:02:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:02:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:02:53 Vulnerability Tsx async abort: Not affected 05:02:53 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:02:53 05:02:53 05:02:53 ---> nproc: 05:02:53 4 05:02:53 05:02:53 05:02:53 ---> df -h: 05:02:53 Filesystem Size Used Available Use% Mounted on 05:02:53 overlay 50.0G 7.2G 42.8G 14% / 05:02:53 tmpfs 64.0M 0 64.0M 0% /dev 05:02:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:02:53 shm 64.0M 0 64.0M 0% /dev/shm 05:02:53 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 05:02:53 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 05:02:53 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 05:02:53 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 05:02:53 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-253 05:02:53 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-253@tmp 05:02:53 05:02:53 05:02:53 ---> free -m: 05:02:53 total used free shared buff/cache available 05:02:53 Mem: 1837 621 121 0 1094 1111 05:02:53 Swap: 1023 0 1023 05:02:53 05:02:53 05:02:53 ---> ip addr: 05:02:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:02:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:02:53 inet 127.0.0.1/8 scope host lo 05:02:53 valid_lft forever preferred_lft forever 05:02:53 6: eth0@if7: mtu 1458 qdisc noqueue state UP 05:02:53 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 05:02:53 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 05:02:53 valid_lft forever preferred_lft forever 05:02:53 05:02:53 05:02:53 ---> sar -b -r -n DEV: 05:02:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/16/20 _x86_64_ (4 CPU) 05:02:53 05:02:53 04:55:37 LINUX RESTART 05:02:53 05:02:53 04:56:02 tps rtps wtps bread/s bwrtn/s 05:02:53 04:57:01 107.09 42.54 64.56 7580.09 16292.42 05:02:53 04:58:01 2.16 0.00 2.16 0.00 47.58 05:02:53 04:59:01 0.40 0.00 0.40 0.00 5.70 05:02:53 05:00:01 0.28 0.00 0.28 0.00 3.20 05:02:53 05:01:01 0.32 0.02 0.30 0.13 5.28 05:02:53 05:02:01 0.80 0.12 0.68 2.13 11.79 05:02:53 Average: 18.27 7.02 11.25 1246.61 2690.89 05:02:53 05:02:53 04:56:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:02:53 04:57:01 176996 1704560 90.59 2620 1160796 1109528 37.87 380972 1162460 120 05:02:53 04:58:01 182240 1699316 90.31 2620 1160800 1081208 36.90 379616 1159632 20 05:02:53 04:59:01 183616 1697940 90.24 2620 1160808 1068872 36.48 378856 1159240 8 05:02:53 05:00:01 183240 1698316 90.26 2620 1160808 1069076 36.49 379996 1159240 16 05:02:53 05:01:01 180828 1700728 90.39 2620 1160812 1071488 36.57 389144 1151684 16 05:02:53 05:02:01 181272 1700284 90.37 2620 1160956 1069464 36.50 389028 1151716 8 05:02:53 Average: 181365 1700191 90.36 2620 1160830 1078273 36.80 382935 1157329 31 05:02:53 05:02:53 04:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 05:02:53 04:57:01 eth0 341.76 201.64 1058.71 96.58 0.00 0.00 0.00 05:02:53 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 04:57:01 docker0 3.69 2.67 0.79 9.21 0.00 0.00 0.00 05:02:53 04:58:01 eth0 4.01 2.36 3.57 0.18 0.00 0.00 0.00 05:02:53 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 04:59:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 05:02:53 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 05:00:01 eth0 1.18 0.48 0.33 0.21 0.00 0.00 0.00 05:02:53 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 05:01:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 05:02:53 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 05:02:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 05:02:53 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 Average: eth0 57.29 33.73 174.79 15.99 0.00 0.00 0.00 05:02:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:53 Average: docker0 0.61 0.44 0.13 1.51 0.00 0.00 0.00 05:02:53 05:02:53 05:02:53 ---> sar -P ALL: 05:02:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/16/20 _x86_64_ (4 CPU) 05:02:53 05:02:53 04:55:37 LINUX RESTART 05:02:53 05:02:53 04:56:02 CPU %user %nice %system %iowait %steal %idle 05:02:53 04:57:01 all 16.12 0.00 6.51 6.08 0.51 70.78 05:02:53 04:57:01 0 15.74 0.00 6.58 7.53 0.40 69.76 05:02:53 04:57:01 1 16.52 0.00 6.49 5.68 0.60 70.71 05:02:53 04:57:01 2 16.23 0.00 6.01 4.41 0.53 72.81 05:02:53 04:57:01 3 16.01 0.00 6.93 6.72 0.52 69.82 05:02:53 04:58:01 all 0.19 0.00 0.05 0.00 0.01 99.75 05:02:53 04:58:01 0 0.05 0.00 0.08 0.00 0.00 99.87 05:02:53 04:58:01 1 0.10 0.00 0.03 0.00 0.00 99.87 05:02:53 04:58:01 2 0.57 0.00 0.07 0.00 0.00 99.37 05:02:53 04:58:01 3 0.05 0.00 0.03 0.00 0.02 99.90 05:02:53 04:59:01 all 0.16 0.00 0.03 0.00 0.00 99.80 05:02:53 04:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:02:53 04:59:01 1 0.08 0.00 0.07 0.00 0.02 99.83 05:02:53 04:59:01 2 0.50 0.00 0.03 0.00 0.00 99.47 05:02:53 04:59:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:02:53 05:00:01 all 0.15 0.00 0.03 0.00 0.00 99.81 05:02:53 05:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:02:53 05:00:01 1 0.07 0.00 0.05 0.00 0.00 99.88 05:02:53 05:00:01 2 0.52 0.00 0.05 0.00 0.00 99.43 05:02:53 05:00:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:02:53 05:01:01 all 0.17 0.00 0.05 0.00 0.01 99.76 05:02:53 05:01:01 0 0.05 0.00 0.10 0.00 0.00 99.85 05:02:53 05:01:01 1 0.05 0.00 0.03 0.00 0.00 99.92 05:02:53 05:01:01 2 0.52 0.00 0.02 0.00 0.03 99.43 05:02:53 05:01:01 3 0.07 0.00 0.08 0.00 0.00 99.85 05:02:53 05:02:01 all 0.15 0.00 0.08 0.00 0.01 99.76 05:02:53 05:02:01 0 0.02 0.00 0.13 0.00 0.02 99.83 05:02:53 05:02:01 1 0.52 0.00 0.03 0.00 0.02 99.43 05:02:53 05:02:01 2 0.02 0.00 0.05 0.00 0.00 99.93 05:02:53 05:02:01 3 0.07 0.00 0.07 0.00 0.02 99.85 05:02:53 Average: all 2.75 0.00 1.09 0.98 0.09 95.08 05:02:53 Average: 0 2.57 0.00 1.12 1.22 0.07 95.02 05:02:53 Average: 1 2.82 0.00 1.09 0.92 0.10 95.06 05:02:53 Average: 2 2.99 0.00 1.01 0.72 0.09 95.19 05:02:53 Average: 3 2.62 0.00 1.16 1.08 0.09 95.05 05:02:53 05:02:53 05:02:53