Pull request #236 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 lindseysimple for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at ecf948a463e8583f0496661ae04077e126abfeb1 rather than 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 Obtained Jenkinsfile from ecf948a463e8583f0496661ae04077e126abfeb1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 https://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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-254 in /w/workspace/dry_go-mod-core-contracts_PR-236 [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-236 # 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/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 Merge succeeded, producing 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 Checking out Revision 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 (PR-236) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # 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/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # 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 ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 Commit message: "Create core data DTOs and models for V2 API" First time build. Skipping changelog. > git rev-list --no-walk 5ed0b9660863bef2dd3b78e6202be97a318e1dda # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:35:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:35:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:35:46 ========================================================= 08:35:46 EdgeX Global Pipelines Version Info 08:35:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:35:47 ------------------- 08:35:47 stable info: 08:35:47 ------------------- 08:35:47 Commited By: Emilio Reyes emilio.reyes@intel.com 08:35:47 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 08:35:47 Message: update stable to v1.0.87 08:35:48 ------------------- 08:35:48 experimental info: 08:35:48 ------------------- 08:35:48 Commited By: **** collab-it+edgex@linuxfoundation.org 08:35:48 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 08:35:48 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:35:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:35:52 08:35:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:35:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:35:52 latest: Pulling from edgex-devops/git-semver 08:35:52 9123ac7c32f7: Pulling fs layer 08:35:52 b8cc5d1170e3: Pulling fs layer 08:35:52 2924cbbf6a41: Pulling fs layer 08:35:52 93b08a4f1073: Pulling fs layer 08:35:52 93b08a4f1073: Waiting 08:35:52 b8cc5d1170e3: Verifying Checksum 08:35:52 b8cc5d1170e3: Download complete 08:35:52 9123ac7c32f7: Verifying Checksum 08:35:52 9123ac7c32f7: Download complete 08:35:53 2924cbbf6a41: Verifying Checksum 08:35:53 2924cbbf6a41: Download complete 08:35:53 93b08a4f1073: Verifying Checksum 08:35:53 93b08a4f1073: Download complete 08:35:53 9123ac7c32f7: Pull complete 08:35:53 b8cc5d1170e3: Pull complete 08:35:54 2924cbbf6a41: Pull complete 08:35:54 93b08a4f1073: Pull complete 08:35:54 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 08:35:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:35:55 prd-centos7-docker-4c-2g-254 does not seem to be running inside a container 08:35:55 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:35:57 $ docker top 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:35:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:35:57 [ssh-agent] Looking for ssh-agent implementation... 08:35:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:35:58 $ docker exec 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 ssh-agent 08:35:58 SSH_AUTH_SOCK=/tmp/ssh-9u5a4YkSduEo/agent.15 08:35:58 SSH_AGENT_PID=22 08:35:58 Running ssh-add (command line suppressed) 08:35:59 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_7466057036016928082.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_7466057036016928082.key) 08:35:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:35:59 + git describe --exact-match --tags HEAD 08:36:00 fatal: No names found, cannot describe anything. [Pipeline] } 08:36:00 $ docker exec --env ******** --env ******** 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 ssh-agent -k 08:36:00 unset SSH_AUTH_SOCK; 08:36:00 unset SSH_AGENT_PID; 08:36:00 echo Agent pid 22 killed; 08:36:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:36:00 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:36:00 This usually means this commit has not been tagged. [Pipeline] sshagent 08:36:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:36:01 [ssh-agent] Looking for ssh-agent implementation... 08:36:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:36:01 $ docker exec 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 ssh-agent 08:36:01 SSH_AUTH_SOCK=/tmp/ssh-u3MOmQvyzoNi/agent.58 08:36:01 SSH_AGENT_PID=64 08:36:01 Running ssh-add (command line suppressed) 08:36:02 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_7621360507996298059.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_7621360507996298059.key) 08:36:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:36:02 + git semver init 08:36:02 # -> Open(): unable to determine branch for HEAD 08:36:02 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git 08:36:02 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 08:36:02 # $SEMVER_REMOTE_NAME = origin 08:36:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:36:02 # $SEMVER_USER_NAME = edgex-jenkins 08:36:02 # $SEMVER_BRANCH = PR-236 08:36:02 # $SEMVER_TEMP = /tmp/semver-233416748 08:36:02 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:36:04 # '/tmp/semver-233416748' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' 08:36:04 # -> Force: false 08:36:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } 08:36:04 $ docker exec --env ******** --env ******** 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 ssh-agent -k 08:36:04 unset SSH_AUTH_SOCK; 08:36:04 unset SSH_AGENT_PID; 08:36:04 echo Agent pid 64 killed; 08:36:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:36:05 + git semver [Pipeline] } 08:36:05 $ docker stop --time=1 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 08:36:07 $ docker rm -f 2ac144d9f2e5b470524a8a7b11bd40d5b975e6078c97e59c74247b50434feb01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:36:08 Stashed 74 file(s) [Pipeline] echo 08:36:08 [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 08:36:24 Still waiting to schedule task 08:36:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:36:24 Still waiting to schedule task 08:36:24 ‘prd-ubuntu18.04-docker-arm64-4c-16g-252’ is offline 08:38:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-255 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 08:38:14 Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout 08:38:21 using credential edgex-jenkins-ssh 08:38:21 Cloning the remote Git repository 08:38:21 Cloning with configured refspecs honoured and without tags 08:38:21 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:38:21 > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 08:38:22 Fetching without tags 08:38:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:38:21 > git --version # timeout=10 08:38:21 using GIT_SSH to set credentials SSH Credentials for GitHub 08:38:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:38:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:38:22 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 08:38:22 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:38:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:38:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:38:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:38:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:38:22 Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 08:38:23 Merge succeeded, producing 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 08:38:23 Checking out Revision 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 (PR-236) 08:38:22 > git config core.sparsecheckout # timeout=10 08:38:22 > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 08:38:23 > git remote # timeout=10 08:38:23 > git config --get remote.origin.url # timeout=10 08:38:23 using GIT_SSH to set credentials SSH Credentials for GitHub 08:38:23 > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 08:38:23 > git rev-parse HEAD^{commit} # timeout=10 08:38:23 > git config core.sparsecheckout # timeout=10 08:38:23 > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 08:38:26 Running on prd-centos7-docker-4c-2g-256 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 08:38:27 Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout 08:38:27 Commit message: "Create core data DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:38:28 ========================================================= 08:38:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 08:38:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:38:29 using credential edgex-jenkins-ssh 08:38:29 Cloning the remote Git repository 08:38:29 Cloning with configured refspecs honoured and without tags 08:38:30 + 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:38:29 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:38:29 > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 08:38:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:38:29 > git --version # timeout=10 08:38:29 using GIT_SSH to set credentials SSH Credentials for GitHub 08:38:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:38:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:38:30 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 08:38:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:38:30 Fetching without tags 08:38:30 Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 08:38:30 Merge succeeded, producing 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 08:38:30 Checking out Revision 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 (PR-236) 08:38:31 Sending build context to Docker daemon 1.799MB 08:38:31 Step 1/7 : ARG BASE=golang:1.13-alpine 08:38:31 Step 2/7 : FROM ${BASE} 08:38:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:38:31 cde5963f3b93: Pulling fs layer 08:38:31 2a23fa8c16f7: Pulling fs layer 08:38:31 777b28850792: Pulling fs layer 08:38:31 8a11ddd9e578: Pulling fs layer 08:38:31 4cf88f913ddb: Pulling fs layer 08:38:31 1df406cf5192: Pulling fs layer 08:38:31 cd6300453558: Pulling fs layer 08:38:31 b9c365052c96: Pulling fs layer 08:38:31 a2d8cc88f415: Pulling fs layer 08:38:31 ea1d1ca13537: Pulling fs layer 08:38:31 3750a50a1c5e: Pulling fs layer 08:38:31 8a11ddd9e578: Waiting 08:38:31 4cf88f913ddb: Waiting 08:38:31 1df406cf5192: Waiting 08:38:31 cd6300453558: Waiting 08:38:31 b9c365052c96: Waiting 08:38:31 a2d8cc88f415: Waiting 08:38:31 ea1d1ca13537: Waiting 08:38:31 3750a50a1c5e: Waiting 08:38:31 777b28850792: Download complete 08:38:31 2a23fa8c16f7: Verifying Checksum 08:38:31 2a23fa8c16f7: Download complete 08:38:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:38:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:38:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:38:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:38:30 > git config core.sparsecheckout # timeout=10 08:38:30 > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 08:38:30 > git remote # timeout=10 08:38:30 > git config --get remote.origin.url # timeout=10 08:38:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:38:30 > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 08:38:30 > git rev-parse HEAD^{commit} # timeout=10 08:38:30 > git config core.sparsecheckout # timeout=10 08:38:30 > git checkout -f 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 08:38:31 4cf88f913ddb: Verifying Checksum 08:38:31 4cf88f913ddb: Download complete 08:38:31 1df406cf5192: Verifying Checksum 08:38:31 1df406cf5192: Download complete 08:38:31 cde5963f3b93: Verifying Checksum 08:38:31 cde5963f3b93: Download complete 08:38:32 cde5963f3b93: Pull complete 08:38:33 2a23fa8c16f7: Pull complete 08:38:33 777b28850792: Pull complete 08:38:34 Commit message: "Create core data DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:38:35 ========================================================= 08:38:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 08:38:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:38:35 cd6300453558: Verifying Checksum 08:38:35 cd6300453558: Download complete 08:38:35 a2d8cc88f415: Verifying Checksum 08:38:35 a2d8cc88f415: Download complete 08:38:35 + 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:38:35 Sending build context to Docker daemon 1.799MB 08:38:35 Step 1/7 : ARG BASE=golang:1.13-alpine 08:38:35 Step 2/7 : FROM ${BASE} 08:38:36 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 08:38:36 e6b0cf9c0882: Pulling fs layer 08:38:36 2848faf0eed1: Pulling fs layer 08:38:36 0f37312ad70f: Pulling fs layer 08:38:36 5788d62ee057: Pulling fs layer 08:38:36 0e6b1d234666: Pulling fs layer 08:38:36 bf5d7aec512f: Pulling fs layer 08:38:36 34c802a77dc8: Pulling fs layer 08:38:36 9eb99e56ec68: Pulling fs layer 08:38:36 27c7a5d97fbd: Pulling fs layer 08:38:36 5c102a31e300: Pulling fs layer 08:38:36 dcfb455df0a1: Pulling fs layer 08:38:36 5788d62ee057: Waiting 08:38:36 0e6b1d234666: Waiting 08:38:36 bf5d7aec512f: Waiting 08:38:36 34c802a77dc8: Waiting 08:38:36 9eb99e56ec68: Waiting 08:38:36 27c7a5d97fbd: Waiting 08:38:36 5c102a31e300: Waiting 08:38:36 dcfb455df0a1: Waiting 08:38:36 0f37312ad70f: Verifying Checksum 08:38:36 0f37312ad70f: Download complete 08:38:36 2848faf0eed1: Verifying Checksum 08:38:36 2848faf0eed1: Download complete 08:38:36 0e6b1d234666: Verifying Checksum 08:38:36 0e6b1d234666: Download complete 08:38:36 bf5d7aec512f: Verifying Checksum 08:38:36 bf5d7aec512f: Download complete 08:38:36 e6b0cf9c0882: Verifying Checksum 08:38:36 e6b0cf9c0882: Download complete 08:38:36 e6b0cf9c0882: Pull complete 08:38:36 2848faf0eed1: Pull complete 08:38:36 0f37312ad70f: Pull complete 08:38:37 34c802a77dc8: Verifying Checksum 08:38:37 34c802a77dc8: Download complete 08:38:37 27c7a5d97fbd: Verifying Checksum 08:38:37 27c7a5d97fbd: Download complete 08:38:38 5788d62ee057: Verifying Checksum 08:38:38 5788d62ee057: Download complete 08:38:38 5c102a31e300: Verifying Checksum 08:38:38 5c102a31e300: Download complete 08:38:38 dcfb455df0a1: Verifying Checksum 08:38:38 dcfb455df0a1: Download complete 08:38:38 9eb99e56ec68: Verifying Checksum 08:38:38 9eb99e56ec68: Download complete 08:38:38 ea1d1ca13537: Verifying Checksum 08:38:38 ea1d1ca13537: Download complete 08:38:38 3750a50a1c5e: Verifying Checksum 08:38:38 3750a50a1c5e: Download complete 08:38:41 b9c365052c96: Verifying Checksum 08:38:41 b9c365052c96: Download complete 08:38:43 8a11ddd9e578: Download complete 08:38:44 5788d62ee057: Pull complete 08:38:44 0e6b1d234666: Pull complete 08:38:44 bf5d7aec512f: Pull complete 08:38:49 34c802a77dc8: Pull complete 08:38:52 9eb99e56ec68: Pull complete 08:38:52 27c7a5d97fbd: Pull complete 08:38:53 5c102a31e300: Pull complete 08:38:53 dcfb455df0a1: Pull complete 08:38:53 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 08:38:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 08:38:53 ---> 7c70fe431013 08:38:53 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:38:53 ---> Running in 802949b4138d 08:38:53 Removing intermediate container 802949b4138d 08:38:53 ---> f78673d2b64c 08:38:53 Step 4/7 : RUN apk add bash 08:38:53 ---> Running in 33380a970fab 08:38:54 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 08:38:55 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 08:38:55 OK: 143 MiB in 39 packages 08:38:55 8a11ddd9e578: Pull complete 08:38:55 4cf88f913ddb: Pull complete 08:38:55 1df406cf5192: Pull complete 08:38:56 Removing intermediate container 33380a970fab 08:38:56 ---> 505e68df5da9 08:38:56 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:38:56 ---> Running in 26cc6aebe0b8 08:38:56 Removing intermediate container 26cc6aebe0b8 08:38:56 ---> e04d38fcb5bd 08:38:56 Step 6/7 : COPY go.mod . 08:38:56 ---> 4919c5c71ca5 08:38:56 Step 7/7 : RUN go mod download 08:38:56 ---> Running in e329de8ed440 08:38:57 go: finding github.com/davecgh/go-spew v1.1.0 08:38:57 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:38:57 go: finding github.com/go-kit/kit v0.8.0 08:38:57 go: finding github.com/go-logfmt/logfmt v0.4.0 08:38:57 go: finding github.com/go-playground/assert/v2 v2.0.1 08:38:57 go: finding github.com/go-playground/locales v0.13.0 08:38:57 go: finding github.com/go-playground/universal-translator v0.17.0 08:38:57 go: finding github.com/go-playground/validator/v10 v10.3.0 08:38:57 go: finding github.com/go-stack/stack v1.8.0 08:38:57 go: finding github.com/google/uuid v1.1.0 08:38:57 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:38:57 go: finding github.com/leodido/go-urn v1.2.0 08:38:57 go: finding github.com/pmezard/go-difflib v1.0.0 08:38:57 go: finding github.com/stretchr/objx v0.1.0 08:38:57 go: finding github.com/stretchr/testify v1.4.0 08:38:57 go: finding github.com/x448/float16 v0.8.4 08:38:57 go: finding golang.org/x/text v0.3.2 08:38:57 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:38:57 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:38:57 go: finding gopkg.in/yaml.v2 v2.2.2 08:39:00 cd6300453558: Pull complete 08:39:04 Removing intermediate container e329de8ed440 08:39:04 ---> 80fe97f11aad 08:39:04 Successfully built 80fe97f11aad 08:39:04 Successfully tagged ci-base-image-x86_64:latest 08:39:04 b9c365052c96: Pull complete 08:39:04 a2d8cc88f415: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:39:04 + docker inspect -f . ci-base-image-x86_64 08:39:04 . [Pipeline] withDockerContainer 08:39:05 prd-centos7-docker-4c-2g-256 does not seem to be running inside a container 08:39:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 08:39:05 $ docker top 15d7e19cf8e960ea8e2ae855a8da573bb6304d492014d7ab3e487b6ebfc8d771 -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:06 + go version 08:39:06 go version go1.13.5 linux/amd64 [Pipeline] sh 08:39:06 ea1d1ca13537: Pull complete 08:39:06 + make test 08:39:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:39:06 3750a50a1c5e: Pull complete 08:39:06 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 08:39:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 08:39:06 ---> 78745c68409d 08:39:06 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:39:10 ---> Running in 868dff00ae74 08:39:10 Removing intermediate container 868dff00ae74 08:39:10 ---> 42eaef8f8e9c 08:39:10 Step 4/7 : RUN apk add bash 08:39:10 ---> Running in a176c62fe969 08:39:11 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 08:39:12 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 08:39:13 OK: 125 MiB in 39 packages 08:39:14 Removing intermediate container a176c62fe969 08:39:14 ---> 2c76e9b9826a 08:39:14 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:39:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:39:14 ---> Running in 6112265e7ce1 08:39:15 Removing intermediate container 6112265e7ce1 08:39:15 ---> 5a227b64f79e 08:39:15 Step 6/7 : COPY go.mod . 08:39:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.033s coverage: 85.7% of statements 08:39:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements 08:39:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.045s coverage: 45.4% of statements 08:39:15 ---> a1dbc8bb2183 08:39:15 Step 7/7 : RUN go mod download 08:39:15 ---> Running in aca76b16ed42 08:39:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.006s coverage: 77.8% of statements 08:39:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:39:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.064s coverage: 6.4% of statements 08:39:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.011s coverage: 14.4% of statements 08:39:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.012s coverage: 100.0% of statements 08:39:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.024s coverage: 100.0% of statements 08:39:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:39:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:39:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.003s coverage: 100.0% of statements 08:39:17 go: finding github.com/davecgh/go-spew v1.1.0 08:39:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:39:17 go: finding github.com/go-kit/kit v0.8.0 08:39:17 go: finding github.com/go-logfmt/logfmt v0.4.0 08:39:17 go: finding github.com/go-playground/assert/v2 v2.0.1 08:39:17 go: finding github.com/go-playground/locales v0.13.0 08:39:17 go: finding github.com/go-playground/universal-translator v0.17.0 08:39:17 go: finding github.com/go-playground/validator/v10 v10.3.0 08:39:17 go: finding github.com/go-stack/stack v1.8.0 08:39:17 go: finding github.com/google/uuid v1.1.0 08:39:17 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:39:17 go: finding github.com/leodido/go-urn v1.2.0 08:39:17 go: finding github.com/pmezard/go-difflib v1.0.0 08:39:17 go: finding github.com/stretchr/objx v0.1.0 08:39:17 go: finding github.com/stretchr/testify v1.4.0 08:39:17 go: finding github.com/x448/float16 v0.8.4 08:39:17 go: finding golang.org/x/text v0.3.2 08:39:17 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:39:17 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:39:17 go: finding gopkg.in/yaml.v2 v2.2.2 08:39:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.507s coverage: 100.0% of statements 08:39:18 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.038s coverage: 62.5% of statements 08:39:18 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements 08:39:18 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.042s coverage: 15.4% of statements 08:39:18 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.008s coverage: 15.4% of statements 08:39:19 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.007s coverage: 14.3% of statements 08:39:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:39:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] 08:39:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.007s coverage: 86.7% of statements 08:39:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 08:39:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:39:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:39:20 gofmt -l . 08:39:20 [ "`gofmt -l .`" = "" ] [Pipeline] stash 08:39:21 Stashed 1 file(s) [Pipeline] } 08:39:21 $ docker stop --time=1 15d7e19cf8e960ea8e2ae855a8da573bb6304d492014d7ab3e487b6ebfc8d771 08:39:22 $ docker rm -f 15d7e19cf8e960ea8e2ae855a8da573bb6304d492014d7ab3e487b6ebfc8d771 [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] } 08:39:30 Removing intermediate container aca76b16ed42 08:39:30 ---> 20be5721866f 08:39:30 Successfully built 20be5721866f 08:39:30 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:39:31 + docker inspect -f . ci-base-image-arm64 08:39:31 . [Pipeline] withDockerContainer 08:39:31 prd-ubuntu18.04-docker-arm64-4c-16g-255 does not seem to be running inside a container 08:39:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 08:39:33 $ docker top cb8f47f27de056c9b7125fb6263585a43736e372508efe1a7f5895ed41fbf2a9 -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:34 + go version 08:39:34 go version go1.13.5 linux/arm64 [Pipeline] sh 08:39:35 + make test 08:39:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:39:57 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:39:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.045s coverage: 85.7% of statements 08:39:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.090s coverage: 100.0% of statements 08:40:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.043s coverage: 45.4% of statements 08:40:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.031s coverage: 77.8% of statements 08:40:01 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:40:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.059s coverage: 6.4% of statements 08:40:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.039s coverage: 14.4% of statements 08:40:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.032s coverage: 100.0% of statements 08:40:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.090s coverage: 100.0% of statements 08:40:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:40:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:40:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.018s coverage: 100.0% of statements 08:40:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.045s coverage: 100.0% of statements 08:40:05 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.094s coverage: 62.5% of statements 08:40:06 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.038s coverage: 26.3% of statements 08:40:08 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.016s coverage: 15.4% of statements 08:40:08 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.020s coverage: 15.4% of statements 08:40:08 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.016s coverage: 14.3% of statements 08:40:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:40:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] 08:40:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.043s coverage: 86.7% of statements 08:40:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 08:40:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:40:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:40:11 gofmt -l . 08:40:11 [ "`gofmt -l .`" = "" ] [Pipeline] stash 08:40:12 Warning: overwriting stash ‘coverage-report’ 08:40:12 Stashed 1 file(s) [Pipeline] } 08:40:12 $ docker stop --time=1 cb8f47f27de056c9b7125fb6263585a43736e372508efe1a7f5895ed41fbf2a9 08:40:14 $ docker rm -f cb8f47f27de056c9b7125fb6263585a43736e372508efe1a7f5895ed41fbf2a9 [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 08:40:17 provisioning config files... 08:40:17 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config5176604814267196756tmp [Pipeline] { [Pipeline] sh 08:40:17 + curl -s https://codecov.io/bash 08:40:17 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config5176604814267196756tmp 08:40:18 08:40:18 _____ _ 08:40:18 / ____| | | 08:40:18 | | ___ __| | ___ ___ _____ __ 08:40:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:40:18 | |___| (_) | (_| | __/ (_| (_) \ V / 08:40:18 \_____\___/ \__,_|\___|\___\___/ \_/ 08:40:18 Bash-20200430-d757c17 08:40:18 08:40:18 08:40:18 ==> Jenkins CI detected. 08:40:18 project root: . 08:40:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:40:18 ==> Running gcov in . (disable via -X gcov) 08:40:18 ==> Python coveragepy not found 08:40:18 ==> Searching for coverage reports in: 08:40:18 + . 08:40:18 -> Found 1 reports 08:40:18 ==> Detecting git/mercurial file structure 08:40:18 ==> Reading reports 08:40:18 + ./coverage.out bytes=83743 08:40:18 ==> Appending adjustments 08:40:18 https://docs.codecov.io/docs/fixing-reports 08:40:18 + Found adjustments 08:40:18 ==> Gzipping contents 08:40:18 ==> Uploading reports 08:40:18 url: https://codecov.io 08:40:18 query: branch=PR-236&commit=9eb45a1829d815d87fc949c9af78a554dbd1c3c2&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= 08:40:18 -> Pinging Codecov 08:40:18 https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=PR-236&commit=9eb45a1829d815d87fc949c9af78a554dbd1c3c2&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= 08:40:19 -> Uploading 08:40:20 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/9eb45a1829d815d87fc949c9af78a554dbd1c3c2 [Pipeline] } 08:40:20 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 08:40:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:40:22 ---> package-listing.sh 08:40:22 ++ tr '[:upper:]' '[:lower:]' 08:40:22 ++ facter osfamily 08:40:22 + OS_FAMILY=redhat 08:40:22 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 08:40:22 + START_PACKAGES=/tmp/packages_start.txt 08:40:22 + END_PACKAGES=/tmp/packages_end.txt 08:40:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:40:22 + PACKAGES=/tmp/packages_start.txt 08:40:22 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 08:40:22 + PACKAGES=/tmp/packages_end.txt 08:40:22 + case "${OS_FAMILY}" in 08:40:22 + rpm -qa 08:40:22 + sort 08:40:26 + '[' -f /tmp/packages_start.txt ']' 08:40:26 + '[' -f /tmp/packages_end.txt ']' 08:40:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:40:26 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 08:40:26 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ 08:40:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [Pipeline] isUnix [Pipeline] sh 08:40:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:40:26 08:40:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:40:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:40:27 alpine: Pulling from edgex-lftools-log-publisher 08:40:27 c9b1b535fdd9: Pulling fs layer 08:40:27 2cc5ad85d9ab: Pulling fs layer 08:40:27 756a868c4378: Pulling fs layer 08:40:27 444b2fc9a129: Pulling fs layer 08:40:27 ea15f1150254: Pulling fs layer 08:40:27 41b27a9f41bf: Pulling fs layer 08:40:27 28c525ee5125: Pulling fs layer 08:40:27 094b1ea09ed8: Pulling fs layer 08:40:27 138eaada9080: Pulling fs layer 08:40:27 0622d0fa9048: Pulling fs layer 08:40:27 41b27a9f41bf: Waiting 08:40:27 28c525ee5125: Waiting 08:40:27 094b1ea09ed8: Waiting 08:40:27 138eaada9080: Waiting 08:40:27 0622d0fa9048: Waiting 08:40:27 ea15f1150254: Waiting 08:40:27 2cc5ad85d9ab: Verifying Checksum 08:40:27 2cc5ad85d9ab: Download complete 08:40:27 444b2fc9a129: Verifying Checksum 08:40:27 444b2fc9a129: Download complete 08:40:27 c9b1b535fdd9: Verifying Checksum 08:40:27 c9b1b535fdd9: Download complete 08:40:27 ea15f1150254: Download complete 08:40:27 28c525ee5125: Verifying Checksum 08:40:27 28c525ee5125: Download complete 08:40:27 756a868c4378: Verifying Checksum 08:40:27 756a868c4378: Download complete 08:40:27 c9b1b535fdd9: Pull complete 08:40:28 138eaada9080: Verifying Checksum 08:40:28 138eaada9080: Download complete 08:40:28 0622d0fa9048: Verifying Checksum 08:40:28 0622d0fa9048: Download complete 08:40:28 2cc5ad85d9ab: Pull complete 08:40:28 094b1ea09ed8: Verifying Checksum 08:40:28 094b1ea09ed8: Download complete 08:40:29 41b27a9f41bf: Verifying Checksum 08:40:29 41b27a9f41bf: Download complete 08:40:30 756a868c4378: Pull complete 08:40:30 444b2fc9a129: Pull complete 08:40:30 ea15f1150254: Pull complete 08:40:35 41b27a9f41bf: Pull complete 08:40:35 28c525ee5125: Pull complete 08:40:37 094b1ea09ed8: Pull complete 08:40:38 138eaada9080: Pull complete 08:40:38 0622d0fa9048: Pull complete 08:40:38 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 08:40:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:40:38 prd-centos7-docker-4c-2g-254 does not seem to be running inside a container 08:40:38 $ 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-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:40:39 $ docker top d168ad30f9103e2909c5ffa747507121e6f2a2075fcd47882d51639341547472 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:40:39 provisioning config files... 08:40:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config8517150774898362178tmp [Pipeline] { [Pipeline] echo 08:40:40 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:40:40 ---> create-netrc.sh [Pipeline] echo 08:40:40 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:40:41 ---> logs-deploy.sh 08:40:41 + ARCHIVE_ARTIFACTS= 08:40:41 + LOGS_SERVER=https://logs.edgexfoundry.org 08:40:41 + '[' https://logs.edgexfoundry.org == None ']' 08:40:41 + NEXUS_URL=https://nexus.edgexfoundry.org 08:40:41 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/12 08:40:41 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/12/ 08:40:41 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/12 /w/workspace/dry_go-mod-core-contracts_PR-236 08:40:42 Archives upload complete. 08:40:42 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/12 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/12/ 08:40:43 ---> uname -a: 08:40:43 Linux d168ad30f910 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 08:40:43 08:40:43 08:40:43 ---> lscpu: 08:40:43 Architecture: x86_64 08:40:43 CPU op-mode(s): 32-bit, 64-bit 08:40:43 Byte Order: Little Endian 08:40:43 Address sizes: 40 bits physical, 48 bits virtual 08:40:43 CPU(s): 4 08:40:43 On-line CPU(s) list: 0-3 08:40:43 Thread(s) per core: 1 08:40:43 Core(s) per socket: 1 08:40:43 Socket(s): 4 08:40:43 NUMA node(s): 1 08:40:43 Vendor ID: GenuineIntel 08:40:43 CPU family: 6 08:40:43 Model: 44 08:40:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:40:43 Stepping: 1 08:40:43 CPU MHz: 2933.438 08:40:43 BogoMIPS: 5866.87 08:40:43 Virtualization: VT-x 08:40:43 Hypervisor vendor: KVM 08:40:43 Virtualization type: full 08:40:43 L1d cache: 128 KiB 08:40:43 L1i cache: 128 KiB 08:40:43 L2 cache: 16 MiB 08:40:43 L3 cache: 64 MiB 08:40:43 NUMA node0 CPU(s): 0-3 08:40:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 08:40:43 Vulnerability Meltdown: Mitigation; PTI 08:40:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:40:43 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 08:40:43 Vulnerability Spectre v2: Mitigation; Full retpoline 08:40:43 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:40:43 08:40:43 08:40:43 ---> nproc: 08:40:43 4 08:40:43 08:40:43 08:40:43 ---> df -h: 08:40:43 Filesystem Size Used Available Use% Mounted on 08:40:43 overlay 50.0G 6.4G 43.6G 13% / 08:40:43 tmpfs 64.0M 0 64.0M 0% /dev 08:40:43 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 08:40:43 shm 64.0M 0 64.0M 0% /dev/shm 08:40:43 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf 08:40:43 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname 08:40:43 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts 08:40:43 /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dry_go-mod-core-contracts_PR-236@tmp 08:40:43 /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa 08:40:43 /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dry_go-mod-core-contracts_PR-236 08:40:43 08:40:43 08:40:43 ---> free -m: 08:40:43 total used free shared buff/cache available 08:40:43 Mem: 1838 616 73 0 1148 1118 08:40:43 Swap: 1023 1 1022 08:40:43 08:40:43 08:40:43 ---> ip addr: 08:40:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:40:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:40:43 inet 127.0.0.1/8 scope host lo 08:40:43 valid_lft forever preferred_lft forever 08:40:43 6: eth0@if7: mtu 1458 qdisc noqueue state UP 08:40:43 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 08:40:43 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 08:40:43 valid_lft forever preferred_lft forever 08:40:43 08:40:43 08:40:43 ---> sar -b -r -n DEV: 08:40:43 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/21/20 _x86_64_ (4 CPU) 08:40:43 08:40:43 08:34:57 LINUX RESTART 08:40:43 08:40:43 08:36:01 tps rtps wtps bread/s bwrtn/s 08:40:43 08:37:01 10.28 0.82 9.47 57.51 1792.79 08:40:43 08:38:01 0.33 0.00 0.33 0.00 4.74 08:40:43 08:39:01 0.28 0.00 0.28 0.00 3.61 08:40:43 08:40:01 0.27 0.00 0.27 0.00 3.33 08:40:43 Average: 2.79 0.20 2.59 14.38 451.18 08:40:43 08:40:43 08:36:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:40:43 08:37:01 108396 1773908 94.24 2620 1215896 960680 32.78 437576 1172292 16 08:40:43 08:38:01 117464 1764840 93.76 2620 1215960 907428 30.96 430504 1171664 28 08:40:43 08:39:01 116448 1765856 93.81 2620 1215908 907744 30.97 432860 1170644 8 08:40:43 08:40:01 117848 1764456 93.74 2620 1215908 907492 30.96 431536 1170644 8 08:40:43 Average: 115039 1767265 93.89 2620 1215918 920836 31.42 433119 1171311 15 08:40:43 08:40:43 08:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 08:40:43 08:37:01 eth0 20.54 17.84 24.00 34.71 0.00 0.00 0.00 08:40:43 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:43 08:37:01 docker0 3.76 3.20 0.77 8.68 0.00 0.00 0.00 08:40:43 08:38:01 eth0 0.93 0.08 0.09 0.01 0.00 0.00 0.00 08:40:43 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:43 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:43 08:39:01 eth0 0.91 0.82 0.53 0.41 0.00 0.00 0.00 08:40:43 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:43 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:43 08:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 08:40:43 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:43 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:43 Average: eth0 5.63 4.71 6.16 8.78 0.00 0.00 0.00 08:40:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:43 Average: docker0 0.94 0.80 0.19 2.17 0.00 0.00 0.00 08:40:43 08:40:43 08:40:43 ---> sar -P ALL: 08:40:43 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/21/20 _x86_64_ (4 CPU) 08:40:43 08:40:43 08:34:57 LINUX RESTART 08:40:43 08:40:43 08:36:01 CPU %user %nice %system %iowait %steal %idle 08:40:43 08:37:01 all 1.32 0.00 0.71 0.02 2.44 95.50 08:40:43 08:37:01 0 1.99 0.00 0.85 0.05 2.61 94.50 08:40:43 08:37:01 1 0.94 0.00 0.50 0.00 2.56 96.00 08:40:43 08:37:01 2 1.22 0.00 0.71 0.05 2.51 95.51 08:40:43 08:37:01 3 1.14 0.00 0.80 0.02 2.07 95.97 08:40:43 08:38:01 all 0.10 0.00 0.05 0.00 0.24 99.61 08:40:43 08:38:01 0 0.22 0.00 0.05 0.00 0.43 99.30 08:40:43 08:38:01 1 0.07 0.00 0.05 0.00 0.23 99.65 08:40:43 08:38:01 2 0.05 0.00 0.05 0.00 0.13 99.77 08:40:43 08:38:01 3 0.05 0.00 0.05 0.00 0.18 99.72 08:40:43 08:39:01 all 0.12 0.00 0.07 0.00 0.27 99.55 08:40:43 08:39:01 0 0.32 0.00 0.15 0.00 0.35 99.18 08:40:43 08:39:01 1 0.05 0.00 0.03 0.00 0.28 99.63 08:40:43 08:39:01 2 0.05 0.00 0.03 0.00 0.28 99.63 08:40:43 08:39:01 3 0.05 0.00 0.05 0.00 0.13 99.77 08:40:43 08:40:01 all 0.11 0.00 0.04 0.00 0.12 99.73 08:40:43 08:40:01 0 0.18 0.00 0.05 0.00 0.13 99.63 08:40:43 08:40:01 1 0.05 0.00 0.03 0.00 0.08 99.83 08:40:43 08:40:01 2 0.13 0.00 0.05 0.00 0.22 99.60 08:40:43 08:40:01 3 0.07 0.00 0.05 0.00 0.03 99.85 08:40:43 Average: all 0.41 0.00 0.22 0.01 0.77 98.60 08:40:43 Average: 0 0.68 0.00 0.27 0.01 0.88 98.15 08:40:43 Average: 1 0.28 0.00 0.15 0.00 0.79 98.77 08:40:43 Average: 2 0.37 0.00 0.21 0.01 0.79 98.62 08:40:43 Average: 3 0.33 0.00 0.24 0.00 0.61 98.82 08:40:43 08:40:43 08:40:43