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 bb23a71e0387f48b774a4c52a4064e316f42887d rather than 16ee305c8563024e28d92da18618853f6b2a93c3 Obtained Jenkinsfile from bb23a71e0387f48b774a4c52a4064e316f42887d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1242 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 Fetching without tags > 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 > 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 Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 16ee305c8563024e28d92da18618853f6b2a93c3 Merge succeeded, producing 16ee305c8563024e28d92da18618853f6b2a93c3 Checking out Revision 16ee305c8563024e28d92da18618853f6b2a93c3 (PR-253) > git config core.sparsecheckout # timeout=10 > git checkout -f 16ee305c8563024e28d92da18618853f6b2a93c3 # 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 bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16ee305c8563024e28d92da18618853f6b2a93c3 # 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. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:45:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:45:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:45:19 ========================================================= 08:45:19 EdgeX Global Pipelines Version Info 08:45:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 566bc2819b18299de58e72624de55a3bd7aa1698 # timeout=10 08:45:20 ------------------- 08:45:20 stable info: 08:45:20 ------------------- 08:45:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:45:20 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 08:45:20 Message: update stable to v1.0.106 08:45:21 ------------------- 08:45:21 experimental info: 08:45:21 ------------------- 08:45:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:45:21 Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 08:45:21 Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:45:23 + git log --format=format:%s -1 16ee305c8563024e28d92da18618853f6b2a93c3 [Pipeline] echo 08:45:23 GIT_COMMIT: 16ee305c8563024e28d92da18618853f6b2a93c3, Commit Message: feat: Create metadata DTOs and models for V2 API Create metadata DTOs and models for Addressable, Device, DeviceProfile, DeviceService. Fix: #249 [Pipeline] echo 08:45:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:45:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:45:24 08:45:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:45:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:45:25 latest: Pulling from edgex-devops/git-semver 08:45:25 31603596830f: Pulling fs layer 08:45:25 2a8b12db71e7: Pulling fs layer 08:45:25 6ca5941a6612: Pulling fs layer 08:45:25 ecc8261a40a4: Pulling fs layer 08:45:25 ecc8261a40a4: Waiting 08:45:25 2a8b12db71e7: Verifying Checksum 08:45:25 2a8b12db71e7: Download complete 08:45:25 31603596830f: Verifying Checksum 08:45:25 31603596830f: Download complete 08:45:25 ecc8261a40a4: Verifying Checksum 08:45:25 ecc8261a40a4: Download complete 08:45:25 6ca5941a6612: Verifying Checksum 08:45:25 6ca5941a6612: Download complete 08:45:25 31603596830f: Pull complete 08:45:25 2a8b12db71e7: Pull complete 08:45:26 6ca5941a6612: Pull complete 08:45:26 ecc8261a40a4: Pull complete 08:45:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:45:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:45:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:45:26 prd-centos7-docker-4c-2g-1242 does not seem to be running inside a container 08:45:26 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:45:29 $ docker top dacb4caa7f5478aa27a0173415e5f54771b756a661d4d604c7889853a9f20e6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:45:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:45:29 [ssh-agent] Looking for ssh-agent implementation... 08:45:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:45:29 $ docker exec dacb4caa7f5478aa27a0173415e5f54771b756a661d4d604c7889853a9f20e6e ssh-agent 08:45:29 SSH_AUTH_SOCK=/tmp/ssh-EqU6nFqA2GQB/agent.12 08:45:29 SSH_AGENT_PID=17 08:45:29 Running ssh-add (command line suppressed) 08:45:29 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_2932324053308131275.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_2932324053308131275.key) 08:45:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:45:30 + git describe --exact-match --tags HEAD 08:45:30 fatal: No names found, cannot describe anything. [Pipeline] } 08:45:30 $ docker exec --env ******** --env ******** dacb4caa7f5478aa27a0173415e5f54771b756a661d4d604c7889853a9f20e6e ssh-agent -k 08:45:30 unset SSH_AUTH_SOCK; 08:45:30 unset SSH_AGENT_PID; 08:45:30 echo Agent pid 17 killed; 08:45:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:45:30 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:45:30 This usually means this commit has not been tagged. [Pipeline] sshagent 08:45:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:45:30 [ssh-agent] Looking for ssh-agent implementation... 08:45:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:45:30 $ docker exec dacb4caa7f5478aa27a0173415e5f54771b756a661d4d604c7889853a9f20e6e ssh-agent 08:45:30 SSH_AUTH_SOCK=/tmp/ssh-AKu8wYOXnER9/agent.45 08:45:30 SSH_AGENT_PID=50 08:45:30 Running ssh-add (command line suppressed) 08:45:31 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_3650261315603311851.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_3650261315603311851.key) 08:45:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:45:31 + git semver init 08:45:31 # -> Open(): unable to determine branch for HEAD 08:45:31 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.git 08:45:31 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-253 08:45:31 # $SEMVER_REMOTE_NAME = origin 08:45:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:45:31 # $SEMVER_USER_NAME = edgex-jenkins 08:45:31 # $SEMVER_BRANCH = PR-253 08:45:31 # $SEMVER_TEMP = /tmp/semver-596902165 08:45:31 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:45:32 # '/tmp/semver-596902165' -> '/w/workspace/dry_go-mod-core-contracts_PR-253/.semver' 08:45:32 # -> Force: false 08:45:32 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.semver [Pipeline] } 08:45:32 $ docker exec --env ******** --env ******** dacb4caa7f5478aa27a0173415e5f54771b756a661d4d604c7889853a9f20e6e ssh-agent -k 08:45:32 unset SSH_AUTH_SOCK; 08:45:32 unset SSH_AGENT_PID; 08:45:32 echo Agent pid 50 killed; 08:45:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:45:32 + git semver [Pipeline] } 08:45:32 $ docker stop --time=1 dacb4caa7f5478aa27a0173415e5f54771b756a661d4d604c7889853a9f20e6e 08:45:34 $ docker rm -f dacb4caa7f5478aa27a0173415e5f54771b756a661d4d604c7889853a9f20e6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:45:35 Stashed 81 file(s) [Pipeline] echo 08:45:35 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 08:45:35 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 08:45:50 Still waiting to schedule task 08:45:50 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:45:50 Still waiting to schedule task 08:45:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:47:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1243 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 08:47:30 Running in /w/workspace/go-mod-core-contracts/13 [Pipeline] { [Pipeline] checkout 08:47:35 using credential edgex-jenkins-ssh 08:47:35 Cloning the remote Git repository 08:47:35 Cloning with configured refspecs honoured and without tags 08:47:35 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:47:35 > git init /w/workspace/go-mod-core-contracts/13 # timeout=10 08:47:36 Fetching without tags 08:47:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:47:35 > git --version # timeout=10 08:47:35 using GIT_SSH to set credentials SSH Credentials for GitHub 08:47:35 > 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 08:47:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:47:36 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 08:47:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:47:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:47:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:47:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:47:36 > 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 08:47:37 Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 16ee305c8563024e28d92da18618853f6b2a93c3 08:47:37 Merge succeeded, producing 16ee305c8563024e28d92da18618853f6b2a93c3 08:47:37 Checking out Revision 16ee305c8563024e28d92da18618853f6b2a93c3 (PR-253) 08:47:37 > git config core.sparsecheckout # timeout=10 08:47:37 > git checkout -f 16ee305c8563024e28d92da18618853f6b2a93c3 # timeout=10 08:47:37 > git remote # timeout=10 08:47:37 > git config --get remote.origin.url # timeout=10 08:47:37 using GIT_SSH to set credentials SSH Credentials for GitHub 08:47:37 > git merge bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 08:47:37 > git rev-parse HEAD^{commit} # timeout=10 08:47:37 > git config core.sparsecheckout # timeout=10 08:47:37 > git checkout -f 16ee305c8563024e28d92da18618853f6b2a93c3 # timeout=10 08:47:41 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 08:47:43 ========================================================= 08:47:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 08:47:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:47:44 + 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 . 08:47:45 Sending build context to Docker daemon 2.002MB 08:47:45 Step 1/7 : ARG BASE=golang:1.13-alpine 08:47:45 Step 2/7 : FROM ${BASE} 08:47:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:47:45 b538f80385f9: Pulling fs layer 08:47:45 74f711af9a0d: Pulling fs layer 08:47:45 99f96fe45779: Pulling fs layer 08:47:45 fd7a069fd194: Pulling fs layer 08:47:45 66aa3694b03b: Pulling fs layer 08:47:45 170f70906a0f: Pulling fs layer 08:47:45 ad7c5574e4b9: Pulling fs layer 08:47:45 e772456be8f7: Pulling fs layer 08:47:45 c890913d741a: Pulling fs layer 08:47:45 2480fcc9aa5a: Pulling fs layer 08:47:45 09adf4765672: Pulling fs layer 08:47:45 fd7a069fd194: Waiting 08:47:45 66aa3694b03b: Waiting 08:47:45 170f70906a0f: Waiting 08:47:45 ad7c5574e4b9: Waiting 08:47:45 2480fcc9aa5a: Waiting 08:47:45 e772456be8f7: Waiting 08:47:45 09adf4765672: Waiting 08:47:45 c890913d741a: Waiting 08:47:45 99f96fe45779: Verifying Checksum 08:47:45 99f96fe45779: Download complete 08:47:45 74f711af9a0d: Download complete 08:47:45 66aa3694b03b: Verifying Checksum 08:47:45 66aa3694b03b: Download complete 08:47:45 170f70906a0f: Verifying Checksum 08:47:45 170f70906a0f: Download complete 08:47:45 b538f80385f9: Verifying Checksum 08:47:45 b538f80385f9: Download complete 08:47:46 b538f80385f9: Pull complete 08:47:47 74f711af9a0d: Pull complete 08:47:47 99f96fe45779: Pull complete 08:47:48 ad7c5574e4b9: Verifying Checksum 08:47:48 ad7c5574e4b9: Download complete 08:47:48 c890913d741a: Download complete 08:47:49 2480fcc9aa5a: Verifying Checksum 08:47:49 2480fcc9aa5a: Download complete 08:47:50 09adf4765672: Verifying Checksum 08:47:50 09adf4765672: Download complete 08:47:50 e772456be8f7: Verifying Checksum 08:47:50 e772456be8f7: Download complete 08:47:51 fd7a069fd194: Verifying Checksum 08:47:51 fd7a069fd194: Download complete 08:47:56 Running on prd-centos7-docker-4c-2g-1244 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 08:47:56 Running in /w/workspace/go-mod-core-contracts/13 [Pipeline] { [Pipeline] checkout 08:48:01 using credential edgex-jenkins-ssh 08:48:01 Cloning the remote Git repository 08:48:01 Cloning with configured refspecs honoured and without tags 08:48:01 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:48:01 > git init /w/workspace/go-mod-core-contracts/13 # timeout=10 08:48:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:48:01 > git --version # timeout=10 08:48:01 using GIT_SSH to set credentials SSH Credentials for GitHub 08:48:01 > 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 08:48:03 fd7a069fd194: Pull complete 08:48:03 66aa3694b03b: Pull complete 08:48:03 170f70906a0f: Pull complete 08:48:03 Fetching without tags 08:48:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:48:03 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 08:48:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:48:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:48:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:48:03 using GIT_SSH to set credentials SSH Credentials for GitHub 08:48:03 > 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 08:48:04 Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 16ee305c8563024e28d92da18618853f6b2a93c3 08:48:05 Merge succeeded, producing 16ee305c8563024e28d92da18618853f6b2a93c3 08:48:05 Checking out Revision 16ee305c8563024e28d92da18618853f6b2a93c3 (PR-253) 08:48:04 > git config core.sparsecheckout # timeout=10 08:48:05 > git checkout -f 16ee305c8563024e28d92da18618853f6b2a93c3 # timeout=10 08:48:05 > git remote # timeout=10 08:48:05 > git config --get remote.origin.url # timeout=10 08:48:05 using GIT_SSH to set credentials SSH Credentials for GitHub 08:48:05 > git merge bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 08:48:05 > git rev-parse HEAD^{commit} # timeout=10 08:48:05 > git config core.sparsecheckout # timeout=10 08:48:05 > git checkout -f 16ee305c8563024e28d92da18618853f6b2a93c3 # timeout=10 08:48:06 ad7c5574e4b9: Pull complete 08:48:09 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 08:48:10 ========================================================= 08:48:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 08:48:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:48:11 e772456be8f7: Pull complete 08:48:11 c890913d741a: Pull complete 08:48: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 . 08:48:12 Sending build context to Docker daemon 2.002MB 08:48:12 Step 1/7 : ARG BASE=golang:1.13-alpine 08:48:12 Step 2/7 : FROM ${BASE} 08:48:12 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 08:48:12 df20fa9351a1: Pulling fs layer 08:48:12 ed8968b2872e: Pulling fs layer 08:48:12 a92cc7c5fd73: Pulling fs layer 08:48:12 2dd03ba5bac4: Pulling fs layer 08:48:12 1e091d79d1de: Pulling fs layer 08:48:12 481702a1767f: Pulling fs layer 08:48:12 f64a6f60c768: Pulling fs layer 08:48:12 e78d2573fc39: Pulling fs layer 08:48:12 e876d2f968b6: Pulling fs layer 08:48:12 ce8a83651883: Pulling fs layer 08:48:12 07967f4d0e4b: Pulling fs layer 08:48:12 f64a6f60c768: Waiting 08:48:12 e78d2573fc39: Waiting 08:48:12 e876d2f968b6: Waiting 08:48:12 2dd03ba5bac4: Waiting 08:48:12 1e091d79d1de: Waiting 08:48:12 481702a1767f: Waiting 08:48:12 07967f4d0e4b: Waiting 08:48:12 ce8a83651883: Waiting 08:48:12 a92cc7c5fd73: Verifying Checksum 08:48:12 a92cc7c5fd73: Download complete 08:48:12 ed8968b2872e: Download complete 08:48:12 1e091d79d1de: Download complete 08:48:12 481702a1767f: Verifying Checksum 08:48:12 481702a1767f: Download complete 08:48:12 df20fa9351a1: Verifying Checksum 08:48:12 df20fa9351a1: Download complete 08:48:13 2480fcc9aa5a: Pull complete 08:48:13 df20fa9351a1: Pull complete 08:48:13 09adf4765672: Pull complete 08:48:14 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 08:48:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 08:48:14 ---> 2248a725d1cf 08:48:14 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:48:14 ed8968b2872e: Pull complete 08:48:15 f64a6f60c768: Verifying Checksum 08:48:15 f64a6f60c768: Download complete 08:48:15 e876d2f968b6: Verifying Checksum 08:48:15 e876d2f968b6: Download complete 08:48:15 a92cc7c5fd73: Pull complete 08:48:16 2dd03ba5bac4: Verifying Checksum 08:48:16 2dd03ba5bac4: Download complete 08:48:17 07967f4d0e4b: Verifying Checksum 08:48:17 07967f4d0e4b: Download complete 08:48:17 e78d2573fc39: Verifying Checksum 08:48:17 e78d2573fc39: Download complete 08:48:18 ce8a83651883: Verifying Checksum 08:48:18 ce8a83651883: Download complete 08:48:18 ---> Running in 38a83076549d 08:48:19 Removing intermediate container 38a83076549d 08:48:19 ---> c0bb4a792167 08:48:19 Step 4/7 : RUN apk add bash 08:48:19 ---> Running in f5a55fc5f4be 08:48:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:23 OK: 142 MiB in 39 packages 08:48:24 Removing intermediate container f5a55fc5f4be 08:48:24 ---> 7b496f6b7a76 08:48:24 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:48:24 ---> Running in 92ec558193de 08:48:25 Removing intermediate container 92ec558193de 08:48:25 ---> b421d0f6f9e9 08:48:25 Step 6/7 : COPY go.mod . 08:48:26 ---> ec9ab27892d4 08:48:26 Step 7/7 : RUN go mod download 08:48:26 ---> Running in e4d755834823 08:48:26 2dd03ba5bac4: Pull complete 08:48:26 1e091d79d1de: Pull complete 08:48:26 481702a1767f: Pull complete 08:48:28 go: finding github.com/davecgh/go-spew v1.1.0 08:48:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:48:28 go: finding github.com/go-kit/kit v0.8.0 08:48:28 go: finding github.com/go-logfmt/logfmt v0.4.0 08:48:28 go: finding github.com/go-playground/assert/v2 v2.0.1 08:48:28 go: finding github.com/go-playground/locales v0.13.0 08:48:28 go: finding github.com/go-playground/universal-translator v0.17.0 08:48:28 go: finding github.com/go-playground/validator/v10 v10.3.0 08:48:28 go: finding github.com/go-stack/stack v1.8.0 08:48:28 go: finding github.com/google/uuid v1.1.0 08:48:28 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:48:28 go: finding github.com/leodido/go-urn v1.2.0 08:48:28 go: finding github.com/pmezard/go-difflib v1.0.0 08:48:28 go: finding github.com/stretchr/objx v0.1.0 08:48:28 go: finding github.com/stretchr/testify v1.5.1 08:48:28 go: finding github.com/x448/float16 v0.8.4 08:48:28 go: finding golang.org/x/text v0.3.2 08:48:28 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:48:28 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:48:28 go: finding gopkg.in/yaml.v2 v2.2.8 08:48:33 f64a6f60c768: Pull complete 08:48:38 e78d2573fc39: Pull complete 08:48:38 e876d2f968b6: Pull complete 08:48:39 ce8a83651883: Pull complete 08:48:39 07967f4d0e4b: Pull complete 08:48:39 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 08:48:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 08:48:39 ---> 5d7c900382c6 08:48:39 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:48:39 ---> Running in bd6ff08d62ca 08:48:40 Removing intermediate container bd6ff08d62ca 08:48:40 ---> 3b763417df32 08:48:40 Step 4/7 : RUN apk add bash 08:48:40 ---> Running in da5dcd130243 08:48:41 Removing intermediate container e4d755834823 08:48:41 ---> 29a5b14499e4 08:48:41 Successfully built 29a5b14499e4 08:48:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:42 + docker inspect -f . ci-base-image-arm64 08:48:42 . [Pipeline] withDockerContainer 08:48:42 prd-ubuntu18.04-docker-arm64-4c-16g-1243 does not seem to be running inside a container 08:48:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/13 -v /w/workspace/go-mod-core-contracts/13:/w/workspace/go-mod-core-contracts/13:rw,z -v /w/workspace/go-mod-core-contracts/13@tmp:/w/workspace/go-mod-core-contracts/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:43 OK: 166 MiB in 39 packages 08:48:44 $ docker top 54dbfed11675e83a0310520e70355d3170f0db5896325809110a57e9a173ef58 -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:44 Removing intermediate container da5dcd130243 08:48:44 ---> 7752358564ad 08:48:44 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:48:44 ---> Running in 44df7acbda3e 08:48:44 Removing intermediate container 44df7acbda3e 08:48:44 ---> b8722e002dea 08:48:44 Step 6/7 : COPY go.mod . 08:48:44 ---> 76b82d59df99 08:48:44 Step 7/7 : RUN go mod download 08:48:44 ---> Running in 89a511746a70 08:48:45 + go version 08:48:45 go version go1.13.13 linux/arm64 [Pipeline] sh 08:48:46 + make test 08:48:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:48:47 go: finding github.com/davecgh/go-spew v1.1.0 08:48:47 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:48:47 go: finding github.com/go-kit/kit v0.8.0 08:48:47 go: finding github.com/go-logfmt/logfmt v0.4.0 08:48:47 go: finding github.com/go-playground/assert/v2 v2.0.1 08:48:47 go: finding github.com/go-playground/locales v0.13.0 08:48:47 go: finding github.com/go-playground/universal-translator v0.17.0 08:48:47 go: finding github.com/go-playground/validator/v10 v10.3.0 08:48:47 go: finding github.com/go-stack/stack v1.8.0 08:48:47 go: finding github.com/google/uuid v1.1.0 08:48:47 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:48:47 go: finding github.com/leodido/go-urn v1.2.0 08:48:47 go: finding github.com/pmezard/go-difflib v1.0.0 08:48:47 go: finding github.com/stretchr/objx v0.1.0 08:48:47 go: finding github.com/stretchr/testify v1.5.1 08:48:47 go: finding github.com/x448/float16 v0.8.4 08:48:47 go: finding golang.org/x/text v0.3.2 08:48:47 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:48:47 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:48:47 go: finding gopkg.in/yaml.v2 v2.2.8 08:48:57 Removing intermediate container 89a511746a70 08:48:57 ---> 9f4ef7734d52 08:48:57 Successfully built 9f4ef7734d52 08:48:57 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 08:48:58 + docker inspect -f . ci-base-image-x86_64 08:48:58 . [Pipeline] withDockerContainer 08:48:59 prd-centos7-docker-4c-2g-1244 does not seem to be running inside a container 08:48:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/13 -v /w/workspace/go-mod-core-contracts/13:/w/workspace/go-mod-core-contracts/13:rw,z -v /w/workspace/go-mod-core-contracts/13@tmp:/w/workspace/go-mod-core-contracts/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:49:00 $ docker top 4c0661e84921eb7b2ce83dc276e2af3a99d97f5011cd806803cf902d6686507c -eo pid,comm [Pipeline] { [Pipeline] sh 08:49:01 + go version 08:49:01 go version go1.13.13 linux/amd64 [Pipeline] sh 08:49:01 + make test 08:49:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:49:08 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:49:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.034s coverage: 85.7% of statements 08:49:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.029s coverage: 100.0% of statements 08:49:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.035s coverage: 45.4% of statements 08:49:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.077s coverage: 77.8% of statements 08:49:11 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:49:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.013s coverage: 6.4% of statements 08:49:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.055s coverage: 14.4% of statements 08:49:11 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.032s coverage: 100.0% of statements 08:49:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.050s coverage: 85.7% of statements 08:49:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.023s coverage: 100.0% of statements 08:49:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.035s coverage: 45.4% of statements 08:49:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.049s coverage: 77.8% of statements 08:49:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:49:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.096s coverage: 91.8% of statements 08:49:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:49:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:49:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements 08:49:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.008s coverage: 6.4% of statements 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.042s coverage: 14.4% of statements 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.027s coverage: 100.0% of statements 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.064s coverage: 91.8% of statements 08:49:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:49:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.016s coverage: 100.0% of statements 08:49:20 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.091s coverage: 62.6% of statements 08:49:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements 08:49:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.049s coverage: 15.4% of statements 08:49:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.027s coverage: 15.4% of statements 08:49:20 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.026s coverage: 14.3% of statements 08:49:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:49:21 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.029s coverage: 62.6% of statements 08:49:21 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.019s coverage: 26.3% of statements 08:49:21 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.015s coverage: 15.4% of statements 08:49:21 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.034s coverage: 15.4% of statements 08:49:21 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.023s coverage: 14.3% of statements 08:49:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:49:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.011s coverage: 38.7% of statements 08:49:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 08:49:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.031s coverage: 95.6% of statements 08:49:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 08:49:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:49:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.017s coverage: 38.7% of statements 08:49:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 08:49:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:49:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.052s coverage: 95.6% of statements 08:49:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 08:49:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:49:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:49:23 gofmt -l . 08:49:23 [ "`gofmt -l .`" = "" ] [Pipeline] stash 08:49:24 Stashed 1 file(s) [Pipeline] } 08:49:24 $ docker stop --time=1 4c0661e84921eb7b2ce83dc276e2af3a99d97f5011cd806803cf902d6686507c 08:49:26 gofmt -l . 08:49:26 [ "`gofmt -l .`" = "" ] 08:49:27 $ docker rm -f 4c0661e84921eb7b2ce83dc276e2af3a99d97f5011cd806803cf902d6686507c [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] } 08:49:27 Warning: overwriting stash ‘coverage-report’ [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] } 08:49:28 Stashed 1 file(s) [Pipeline] // node [Pipeline] } [Pipeline] } 08:49:28 $ docker stop --time=1 54dbfed11675e83a0310520e70355d3170f0db5896325809110a57e9a173ef58 08:49:30 $ docker rm -f 54dbfed11675e83a0310520e70355d3170f0db5896325809110a57e9a173ef58 [Pipeline] // stage [Pipeline] // withDockerContainer [Pipeline] } [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 08:49:32 provisioning config files... 08:49:32 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config2906533949297958285tmp [Pipeline] { [Pipeline] sh 08:49:32 + curl -s https://codecov.io/bash 08:49:32 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config2906533949297958285tmp [Pipeline] } 08:49:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:49:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:49:35 ---> package-listing.sh 08:49:35 ++ facter osfamily 08:49:35 ++ tr '[:upper:]' '[:lower:]' 08:49:35 + OS_FAMILY=redhat 08:49:35 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-253 08:49:35 + START_PACKAGES=/tmp/packages_start.txt 08:49:35 + END_PACKAGES=/tmp/packages_end.txt 08:49:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:49:35 + PACKAGES=/tmp/packages_start.txt 08:49:35 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 08:49:35 + PACKAGES=/tmp/packages_end.txt 08:49:35 + case "${OS_FAMILY}" in 08:49:35 + rpm -qa 08:49:35 + sort 08:49:39 + '[' -f /tmp/packages_start.txt ']' 08:49:39 + '[' -f /tmp/packages_end.txt ']' 08:49:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:49:39 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 08:49:39 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ 08:49:39 + 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 08:49:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:49:40 08:49:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:49:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:49:40 alpine: Pulling from edgex-lftools-log-publisher 08:49:40 c9b1b535fdd9: Pulling fs layer 08:49:40 2cc5ad85d9ab: Pulling fs layer 08:49:40 756a868c4378: Pulling fs layer 08:49:40 444b2fc9a129: Pulling fs layer 08:49:40 ea15f1150254: Pulling fs layer 08:49:40 41b27a9f41bf: Pulling fs layer 08:49:40 28c525ee5125: Pulling fs layer 08:49:40 094b1ea09ed8: Pulling fs layer 08:49:40 138eaada9080: Pulling fs layer 08:49:40 0622d0fa9048: Pulling fs layer 08:49:40 28c525ee5125: Waiting 08:49:40 094b1ea09ed8: Waiting 08:49:40 138eaada9080: Waiting 08:49:40 444b2fc9a129: Waiting 08:49:40 0622d0fa9048: Waiting 08:49:40 41b27a9f41bf: Waiting 08:49:40 ea15f1150254: Waiting 08:49:40 2cc5ad85d9ab: Verifying Checksum 08:49:40 444b2fc9a129: Verifying Checksum 08:49:40 444b2fc9a129: Download complete 08:49:40 c9b1b535fdd9: Verifying Checksum 08:49:40 c9b1b535fdd9: Download complete 08:49:40 ea15f1150254: Verifying Checksum 08:49:40 ea15f1150254: Download complete 08:49:40 28c525ee5125: Verifying Checksum 08:49:40 28c525ee5125: Download complete 08:49:40 756a868c4378: Verifying Checksum 08:49:40 756a868c4378: Download complete 08:49:40 138eaada9080: Verifying Checksum 08:49:40 138eaada9080: Download complete 08:49:40 0622d0fa9048: Verifying Checksum 08:49:40 0622d0fa9048: Download complete 08:49:40 c9b1b535fdd9: Pull complete 08:49:40 094b1ea09ed8: Verifying Checksum 08:49:40 094b1ea09ed8: Download complete 08:49:41 2cc5ad85d9ab: Pull complete 08:49:41 41b27a9f41bf: Verifying Checksum 08:49:41 41b27a9f41bf: Download complete 08:49:42 756a868c4378: Pull complete 08:49:42 444b2fc9a129: Pull complete 08:49:42 ea15f1150254: Pull complete 08:49:47 41b27a9f41bf: Pull complete 08:49:47 28c525ee5125: Pull complete 08:49:49 094b1ea09ed8: Pull complete 08:49:49 138eaada9080: Pull complete 08:49:49 0622d0fa9048: Pull complete 08:49:49 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 08:49:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:49:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:49:50 prd-centos7-docker-4c-2g-1242 does not seem to be running inside a container 08:49:50 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:49:53 $ docker top c27fd663aab73cb77bb0f7209b0322d932004840eabd5d472e1f46a545c9411a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:49:54 provisioning config files... 08:49:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config7375838477007463855tmp [Pipeline] { [Pipeline] echo 08:49:54 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:49:54 ---> create-netrc.sh [Pipeline] echo 08:49:54 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:49:54 ---> logs-deploy.sh 08:49:54 + ARCHIVE_ARTIFACTS= 08:49:54 + LOGS_SERVER=https://logs.edgexfoundry.org 08:49:54 + '[' https://logs.edgexfoundry.org == None ']' 08:49:54 + NEXUS_URL=https://nexus.edgexfoundry.org 08:49:54 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/13 08:49:54 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/13/ 08:49:54 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/13 /w/workspace/dry_go-mod-core-contracts_PR-253 08:49:56 Archives upload complete. 08:49:56 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/13 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/13/ 08:49:56 ---> uname -a: 08:49:56 Linux c27fd663aab7 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:49:56 08:49:56 08:49:56 ---> lscpu: 08:49:56 Architecture: x86_64 08:49:56 CPU op-mode(s): 32-bit, 64-bit 08:49:56 Byte Order: Little Endian 08:49:56 Address sizes: 40 bits physical, 48 bits virtual 08:49:56 CPU(s): 4 08:49:56 On-line CPU(s) list: 0-3 08:49:56 Thread(s) per core: 1 08:49:56 Core(s) per socket: 1 08:49:56 Socket(s): 4 08:49:56 NUMA node(s): 1 08:49:56 Vendor ID: GenuineIntel 08:49:56 CPU family: 6 08:49:56 Model: 44 08:49:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:49:56 Stepping: 1 08:49:56 CPU MHz: 2933.442 08:49:56 BogoMIPS: 5866.88 08:49:56 Virtualization: VT-x 08:49:56 Hypervisor vendor: KVM 08:49:56 Virtualization type: full 08:49:56 L1d cache: 128 KiB 08:49:56 L1i cache: 128 KiB 08:49:56 L2 cache: 16 MiB 08:49:56 L3 cache: 64 MiB 08:49:56 NUMA node0 CPU(s): 0-3 08:49:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:49:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:49:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:49:56 Vulnerability Meltdown: Mitigation; PTI 08:49:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:49:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:49:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:49:56 Vulnerability Tsx async abort: Not affected 08:49:56 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 08:49:56 08:49:56 08:49:56 ---> nproc: 08:49:56 4 08:49:56 08:49:56 08:49:56 ---> df -h: 08:49:56 Filesystem Size Used Available Use% Mounted on 08:49:56 overlay 50.0G 7.2G 42.8G 14% / 08:49:56 tmpfs 64.0M 0 64.0M 0% /dev 08:49:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:49:56 shm 64.0M 0 64.0M 0% /dev/shm 08:49:56 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 08:49:56 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 08:49:56 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 08:49:56 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-253@tmp 08:49:56 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 08:49:56 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-253 08:49:56 08:49:56 08:49:56 ---> free -m: 08:49:56 total used free shared buff/cache available 08:49:56 Mem: 1837 663 116 0 1058 1069 08:49:56 Swap: 1023 1 1022 08:49:56 08:49:56 08:49:56 ---> ip addr: 08:49:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:49:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:49:56 inet 127.0.0.1/8 scope host lo 08:49:56 valid_lft forever preferred_lft forever 08:49:56 6: eth0@if7: mtu 1458 qdisc noqueue state UP 08:49:56 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 08:49:56 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 08:49:56 valid_lft forever preferred_lft forever 08:49:56 08:49:56 08:49:56 ---> sar -b -r -n DEV: 08:49:56 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/28/20 _x86_64_ (4 CPU) 08:49:56 08:49:56 08:44:32 LINUX RESTART 08:49:56 08:49:56 08:45:02 tps rtps wtps bread/s bwrtn/s 08:49:56 08:46:01 76.87 30.00 46.88 7294.40 5007.40 08:49:56 08:47:01 2.18 0.00 2.18 0.00 46.54 08:49:56 08:48:01 0.25 0.00 0.25 0.00 4.36 08:49:56 08:49:01 0.37 0.00 0.37 0.00 5.56 08:49:56 Average: 19.69 7.41 12.28 1801.41 1250.79 08:49:56 08:49:56 08:45:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:49:56 08:46:01 161224 1720332 91.43 2620 1138096 1112048 37.95 442944 1117176 20 08:49:56 08:47:01 165784 1715772 91.19 2620 1138128 1082364 36.94 440932 1115292 20 08:49:56 08:48:01 165460 1716096 91.21 2620 1138136 1082556 36.95 442104 1115280 16 08:49:56 08:49:01 164680 1716876 91.25 2620 1138136 1082364 36.94 442692 1114644 20 08:49:56 Average: 164287 1717269 91.27 2620 1138124 1089833 37.19 442168 1115598 19 08:49:56 08:49:56 08:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 08:49:56 08:46:01 eth0 506.01 286.54 1081.02 103.57 0.00 0.00 0.00 08:49:56 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:49:56 08:46:01 docker0 4.57 3.88 0.85 9.41 0.00 0.00 0.00 08:49:56 08:47:01 eth0 0.78 0.10 0.07 0.02 0.00 0.00 0.00 08:49:56 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:49:56 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:49:56 08:48:01 eth0 1.90 0.88 0.97 0.39 0.00 0.00 0.00 08:49:56 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:49:56 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:49:56 08:49:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 08:49:56 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:49:56 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:49:56 Average: eth0 125.66 71.03 267.23 25.69 0.00 0.00 0.00 08:49:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:49:56 Average: docker0 1.13 0.96 0.21 2.32 0.00 0.00 0.00 08:49:56 08:49:56 08:49:56 ---> sar -P ALL: 08:49:56 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/28/20 _x86_64_ (4 CPU) 08:49:56 08:49:56 08:44:32 LINUX RESTART 08:49:56 08:49:56 08:45:02 CPU %user %nice %system %iowait %steal %idle 08:49:56 08:46:01 all 13.07 0.00 3.98 2.34 0.01 80.60 08:49:56 08:46:01 0 12.88 0.00 4.74 4.26 0.00 78.13 08:49:56 08:46:01 1 12.35 0.00 4.48 1.91 0.02 81.24 08:49:56 08:46:01 2 12.80 0.00 3.58 1.67 0.02 81.94 08:49:56 08:46:01 3 14.25 0.00 3.11 1.50 0.02 81.12 08:49:56 08:47:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:49:56 08:47:01 0 0.50 0.00 0.02 0.00 0.00 99.48 08:49:56 08:47:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:49:56 08:47:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:49:56 08:47:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:49:56 08:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:49:56 08:48:01 0 0.48 0.00 0.02 0.00 0.00 99.50 08:49:56 08:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:49:56 08:48:01 2 0.07 0.00 0.05 0.00 0.00 99.88 08:49:56 08:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:49:56 08:49:01 all 0.14 0.00 0.03 0.00 0.00 99.83 08:49:56 08:49:01 0 0.45 0.00 0.03 0.00 0.00 99.52 08:49:56 08:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:49:56 08:49:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:49:56 08:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:49:56 Average: all 3.33 0.00 1.00 0.58 0.00 95.09 08:49:56 Average: 0 3.53 0.00 1.18 1.05 0.00 94.24 08:49:56 Average: 1 3.05 0.00 1.12 0.47 0.00 95.35 08:49:56 Average: 2 3.19 0.00 0.92 0.41 0.00 95.48 08:49:56 Average: 3 3.53 0.00 0.79 0.37 0.00 95.31 08:49:56 08:49:56 08:49:56