Pull request #264 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 Obtained Jenkinsfile from a67534a7810fd718be6ef5ae376fb7cd36490ba5+046332cc0f50c1d5f48651531f0deccce2d40ff3 (40887ce38b0e3961ddd95cb058314df504765f38) 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-3244 in /w/workspace/dry_go-mod-core-contracts_PR-264 [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-264 # 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/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 046332cc0f50c1d5f48651531f0deccce2d40ff3 into PR head commit a67534a7810fd718be6ef5ae376fb7cd36490ba5 Merge succeeded, producing a67534a7810fd718be6ef5ae376fb7cd36490ba5 Checking out Revision a67534a7810fd718be6ef5ae376fb7cd36490ba5 (PR-264) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/264/head:refs/remotes/origin/PR-264 # 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/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a67534a7810fd718be6ef5ae376fb7cd36490ba5 # 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 046332cc0f50c1d5f48651531f0deccce2d40ff3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a67534a7810fd718be6ef5ae376fb7cd36490ba5 # timeout=10 Commit message: "Add validation annotations on the V2 core data DTO" First time build. Skipping changelog. > git rev-list --no-walk 2609b9d6e60ca7837e0f3d258c4c5e5eecf31b25 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:00:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:00:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:00:04 ========================================================= 09:00:04 EdgeX Global Pipelines Version Info 09:00:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:00:06 ------------------- 09:00:06 stable info: 09:00:06 ------------------- 09:00:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:00:06 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 09:00:06 Message: update stable to v1.0.106 09:00:07 ------------------- 09:00:07 experimental info: 09:00:07 ------------------- 09:00:07 Commited By: **** collab-it+edgex@linuxfoundation.org 09:00:07 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 09:00:07 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:00:09 + git log --format=format:%s -1 a67534a7810fd718be6ef5ae376fb7cd36490ba5 [Pipeline] echo 09:00:09 GIT_COMMIT: a67534a7810fd718be6ef5ae376fb7cd36490ba5, Commit Message: Add validation annotations on the V2 core data DTO [Pipeline] echo 09:00:09 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:00:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:10 09:00:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:00:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:10 latest: Pulling from edgex-devops/git-semver 09:00:10 31603596830f: Pulling fs layer 09:00:10 2a8b12db71e7: Pulling fs layer 09:00:10 6ca5941a6612: Pulling fs layer 09:00:10 ecc8261a40a4: Pulling fs layer 09:00:10 ecc8261a40a4: Waiting 09:00:10 2a8b12db71e7: Verifying Checksum 09:00:10 2a8b12db71e7: Download complete 09:00:11 31603596830f: Verifying Checksum 09:00:11 31603596830f: Download complete 09:00:11 6ca5941a6612: Verifying Checksum 09:00:11 6ca5941a6612: Download complete 09:00:11 ecc8261a40a4: Verifying Checksum 09:00:11 ecc8261a40a4: Download complete 09:00:11 31603596830f: Pull complete 09:00:11 2a8b12db71e7: Pull complete 09:00:12 6ca5941a6612: Pull complete 09:00:12 ecc8261a40a4: Pull complete 09:00:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:00:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:00:12 prd-centos7-docker-4c-2g-3244 does not seem to be running inside a container 09:00:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-264 -v /w/workspace/dry_go-mod-core-contracts_PR-264:/w/workspace/dry_go-mod-core-contracts_PR-264:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-264@tmp:/w/workspace/dry_go-mod-core-contracts_PR-264@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:00:15 $ docker top 2c370aac90fa684eefce9780fcbf19a6398742d5a56a862caa910d603a0d2bb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:00:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:15 [ssh-agent] Looking for ssh-agent implementation... 09:00:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:15 $ docker exec 2c370aac90fa684eefce9780fcbf19a6398742d5a56a862caa910d603a0d2bb4 ssh-agent 09:00:16 SSH_AUTH_SOCK=/tmp/ssh-B8YIXvjY2gGv/agent.11 09:00:16 SSH_AGENT_PID=17 09:00:16 Running ssh-add (command line suppressed) 09:00:16 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-264@tmp/private_key_346927193655138742.key (/w/workspace/dry_go-mod-core-contracts_PR-264@tmp/private_key_346927193655138742.key) 09:00:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:16 + git describe --exact-match --tags HEAD 09:00:16 fatal: No names found, cannot describe anything. [Pipeline] } 09:00:16 $ docker exec --env ******** --env ******** 2c370aac90fa684eefce9780fcbf19a6398742d5a56a862caa910d603a0d2bb4 ssh-agent -k 09:00:16 unset SSH_AUTH_SOCK; 09:00:16 unset SSH_AGENT_PID; 09:00:16 echo Agent pid 17 killed; 09:00:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:00:16 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:00:16 This usually means this commit has not been tagged. [Pipeline] sshagent 09:00:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:16 [ssh-agent] Looking for ssh-agent implementation... 09:00:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:17 $ docker exec 2c370aac90fa684eefce9780fcbf19a6398742d5a56a862caa910d603a0d2bb4 ssh-agent 09:00:17 SSH_AUTH_SOCK=/tmp/ssh-nzUochkYeNmF/agent.47 09:00:17 SSH_AGENT_PID=53 09:00:17 Running ssh-add (command line suppressed) 09:00:17 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-264@tmp/private_key_4593885079914792901.key (/w/workspace/dry_go-mod-core-contracts_PR-264@tmp/private_key_4593885079914792901.key) 09:00:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:17 + git semver init 09:00:17 # -> Open(): unable to determine branch for HEAD 09:00:17 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-264/.git 09:00:17 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-264 09:00:17 # $SEMVER_REMOTE_NAME = origin 09:00:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:00:17 # $SEMVER_USER_NAME = edgex-jenkins 09:00:17 # $SEMVER_BRANCH = PR-264 09:00:17 # $SEMVER_TEMP = /tmp/semver-199875461 09:00:17 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:00:18 # '/tmp/semver-199875461' -> '/w/workspace/dry_go-mod-core-contracts_PR-264/.semver' 09:00:18 # -> Force: false 09:00:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-264/.semver [Pipeline] } 09:00:18 $ docker exec --env ******** --env ******** 2c370aac90fa684eefce9780fcbf19a6398742d5a56a862caa910d603a0d2bb4 ssh-agent -k 09:00:18 unset SSH_AUTH_SOCK; 09:00:18 unset SSH_AGENT_PID; 09:00:18 echo Agent pid 53 killed; 09:00:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:00:19 + git semver [Pipeline] } 09:00:19 $ docker stop --time=1 2c370aac90fa684eefce9780fcbf19a6398742d5a56a862caa910d603a0d2bb4 09:00:20 $ docker rm -f 2c370aac90fa684eefce9780fcbf19a6398742d5a56a862caa910d603a0d2bb4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:00:21 Stashed 84 file(s) [Pipeline] echo 09:00:21 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 09:00:21 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 09:00:37 Still waiting to schedule task 09:00:37 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3244’ 09:00:37 Still waiting to schedule task 09:00:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:02:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3245 in /w/workspace/dry_go-mod-core-contracts_PR-264 [Pipeline] { [Pipeline] ws 09:02:29 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 09:02:34 using credential edgex-jenkins-ssh 09:02:34 Cloning the remote Git repository 09:02:34 Cloning with configured refspecs honoured and without tags 09:02:34 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:02:34 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 09:02:35 Fetching without tags 09:02:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:02:34 > git --version # timeout=10 09:02:34 using GIT_SSH to set credentials SSH Credentials for GitHub 09:02:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:02:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:02:35 > git config --add remote.origin.fetch +refs/pull/264/head:refs/remotes/origin/PR-264 # timeout=10 09:02:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:02:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:02:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:02:35 using GIT_SSH to set credentials SSH Credentials for GitHub 09:02:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:02:36 Merging remotes/origin/master commit 046332cc0f50c1d5f48651531f0deccce2d40ff3 into PR head commit a67534a7810fd718be6ef5ae376fb7cd36490ba5 09:02:36 Merge succeeded, producing a67534a7810fd718be6ef5ae376fb7cd36490ba5 09:02:36 Checking out Revision a67534a7810fd718be6ef5ae376fb7cd36490ba5 (PR-264) 09:02:36 > git config core.sparsecheckout # timeout=10 09:02:36 > git checkout -f a67534a7810fd718be6ef5ae376fb7cd36490ba5 # timeout=10 09:02:36 > git remote # timeout=10 09:02:36 > git config --get remote.origin.url # timeout=10 09:02:36 using GIT_SSH to set credentials SSH Credentials for GitHub 09:02:36 > git merge 046332cc0f50c1d5f48651531f0deccce2d40ff3 # timeout=10 09:02:36 > git rev-parse HEAD^{commit} # timeout=10 09:02:36 > git config core.sparsecheckout # timeout=10 09:02:36 > git checkout -f a67534a7810fd718be6ef5ae376fb7cd36490ba5 # timeout=10 09:02:40 Commit message: "Add validation annotations on the V2 core data DTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:02:42 ========================================================= 09:02:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 09:02:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:02:43 + 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 . 09:02:44 Sending build context to Docker daemon 2.059MB 09:02:44 Step 1/7 : ARG BASE=golang:1.13-alpine 09:02:44 Step 2/7 : FROM ${BASE} 09:02:44 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:02:44 b538f80385f9: Pulling fs layer 09:02:44 74f711af9a0d: Pulling fs layer 09:02:44 99f96fe45779: Pulling fs layer 09:02:44 fd7a069fd194: Pulling fs layer 09:02:44 66aa3694b03b: Pulling fs layer 09:02:44 170f70906a0f: Pulling fs layer 09:02:44 ad7c5574e4b9: Pulling fs layer 09:02:44 e772456be8f7: Pulling fs layer 09:02:44 c890913d741a: Pulling fs layer 09:02:44 2480fcc9aa5a: Pulling fs layer 09:02:44 09adf4765672: Pulling fs layer 09:02:44 ad7c5574e4b9: Waiting 09:02:44 e772456be8f7: Waiting 09:02:44 c890913d741a: Waiting 09:02:44 2480fcc9aa5a: Waiting 09:02:44 09adf4765672: Waiting 09:02:44 fd7a069fd194: Waiting 09:02:44 66aa3694b03b: Waiting 09:02:44 170f70906a0f: Waiting 09:02:44 99f96fe45779: Verifying Checksum 09:02:44 99f96fe45779: Download complete 09:02:44 74f711af9a0d: Verifying Checksum 09:02:44 74f711af9a0d: Download complete 09:02:44 170f70906a0f: Download complete 09:02:44 b538f80385f9: Verifying Checksum 09:02:45 b538f80385f9: Pull complete 09:02:46 74f711af9a0d: Pull complete 09:02:46 99f96fe45779: Pull complete 09:02:47 ad7c5574e4b9: Verifying Checksum 09:02:47 ad7c5574e4b9: Download complete 09:02:47 c890913d741a: Verifying Checksum 09:02:47 c890913d741a: Download complete 09:02:49 2480fcc9aa5a: Verifying Checksum 09:02:49 2480fcc9aa5a: Download complete 09:02:49 09adf4765672: Download complete 09:02:49 e772456be8f7: Verifying Checksum 09:02:49 e772456be8f7: Download complete 09:02:50 fd7a069fd194: Verifying Checksum 09:02:50 fd7a069fd194: Download complete 09:03:03 fd7a069fd194: Pull complete 09:03:03 66aa3694b03b: Pull complete 09:03:03 170f70906a0f: Pull complete 09:03:05 ad7c5574e4b9: Pull complete 09:03:10 e772456be8f7: Pull complete 09:03:10 c890913d741a: Pull complete 09:03:11 2480fcc9aa5a: Pull complete 09:03:12 09adf4765672: Pull complete 09:03:12 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 09:03:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 09:03:12 ---> 2248a725d1cf 09:03:12 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:03:18 ---> Running in c3fb48707553 09:03:18 Removing intermediate container c3fb48707553 09:03:18 ---> 25dfc2508ee6 09:03:18 Step 4/7 : RUN apk add bash 09:03:18 ---> Running in 5cb1ef9650a9 09:03:18 Running on prd-centos7-docker-4c-2g-3246 in /w/workspace/dry_go-mod-core-contracts_PR-264 [Pipeline] { [Pipeline] ws 09:03:18 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 09:03:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:03:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:03:21 OK: 142 MiB in 39 packages 09:03:21 using credential edgex-jenkins-ssh 09:03:21 Cloning the remote Git repository 09:03:21 Cloning with configured refspecs honoured and without tags 09:03:21 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:03:21 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 09:03:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:03:21 > git --version # timeout=10 09:03:21 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:03:22 Fetching without tags 09:03:22 Removing intermediate container 5cb1ef9650a9 09:03:22 ---> 247990e4eaea 09:03:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:03:22 ---> Running in a44d4e6b058b 09:03:22 Merging remotes/origin/master commit 046332cc0f50c1d5f48651531f0deccce2d40ff3 into PR head commit a67534a7810fd718be6ef5ae376fb7cd36490ba5 09:03:23 Merge succeeded, producing a67534a7810fd718be6ef5ae376fb7cd36490ba5 09:03:23 Checking out Revision a67534a7810fd718be6ef5ae376fb7cd36490ba5 (PR-264) 09:03:23 Removing intermediate container a44d4e6b058b 09:03:23 ---> 3cbf65159e50 09:03:23 Step 6/7 : COPY go.mod . 09:03:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:03:22 > git config --add remote.origin.fetch +refs/pull/264/head:refs/remotes/origin/PR-264 # timeout=10 09:03:22 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:03:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:03:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:03:22 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:03:22 > git config core.sparsecheckout # timeout=10 09:03:22 > git checkout -f a67534a7810fd718be6ef5ae376fb7cd36490ba5 # timeout=10 09:03:23 > git remote # timeout=10 09:03:23 > git config --get remote.origin.url # timeout=10 09:03:23 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:23 > git merge 046332cc0f50c1d5f48651531f0deccce2d40ff3 # timeout=10 09:03:23 > git rev-parse HEAD^{commit} # timeout=10 09:03:23 > git config core.sparsecheckout # timeout=10 09:03:23 > git checkout -f a67534a7810fd718be6ef5ae376fb7cd36490ba5 # timeout=10 09:03:24 ---> 5190380f6074 09:03:24 Step 7/7 : RUN go mod download 09:03:24 ---> Running in 5696f6cc395e 09:03:26 Commit message: "Add validation annotations on the V2 core data DTO" 09:03:26 go: finding github.com/davecgh/go-spew v1.1.0 09:03:26 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:03:26 go: finding github.com/go-kit/kit v0.8.0 09:03:26 go: finding github.com/go-logfmt/logfmt v0.4.0 09:03:26 go: finding github.com/go-playground/assert/v2 v2.0.1 09:03:26 go: finding github.com/go-playground/locales v0.13.0 09:03:26 go: finding github.com/go-playground/universal-translator v0.17.0 09:03:26 go: finding github.com/go-playground/validator/v10 v10.3.0 09:03:26 go: finding github.com/go-stack/stack v1.8.0 09:03:26 go: finding github.com/google/uuid v1.1.0 09:03:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:03:26 go: finding github.com/leodido/go-urn v1.2.0 09:03:26 go: finding github.com/pmezard/go-difflib v1.0.0 09:03:26 go: finding github.com/stretchr/objx v0.1.0 09:03:26 go: finding github.com/stretchr/testify v1.5.1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 09:03:27 go: finding github.com/x448/float16 v0.8.4 09:03:27 go: finding golang.org/x/text v0.3.2 09:03:27 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 09:03:27 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 09:03:27 go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] unstash [Pipeline] echo 09:03:27 ========================================================= 09:03:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 09:03:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:03:28 + 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 . 09:03:29 Sending build context to Docker daemon 2.059MB 09:03:29 Step 1/7 : ARG BASE=golang:1.13-alpine 09:03:29 Step 2/7 : FROM ${BASE} 09:03:29 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 09:03:29 df20fa9351a1: Pulling fs layer 09:03:29 ed8968b2872e: Pulling fs layer 09:03:29 a92cc7c5fd73: Pulling fs layer 09:03:29 2dd03ba5bac4: Pulling fs layer 09:03:29 1e091d79d1de: Pulling fs layer 09:03:29 481702a1767f: Pulling fs layer 09:03:29 f64a6f60c768: Pulling fs layer 09:03:29 e78d2573fc39: Pulling fs layer 09:03:29 e876d2f968b6: Pulling fs layer 09:03:29 ce8a83651883: Pulling fs layer 09:03:29 07967f4d0e4b: Pulling fs layer 09:03:29 2dd03ba5bac4: Waiting 09:03:29 1e091d79d1de: Waiting 09:03:29 e78d2573fc39: Waiting 09:03:29 481702a1767f: Waiting 09:03:29 e876d2f968b6: Waiting 09:03:29 f64a6f60c768: Waiting 09:03:29 07967f4d0e4b: Waiting 09:03:29 ce8a83651883: Waiting 09:03:29 a92cc7c5fd73: Verifying Checksum 09:03:29 a92cc7c5fd73: Download complete 09:03:29 ed8968b2872e: Verifying Checksum 09:03:29 ed8968b2872e: Download complete 09:03:29 1e091d79d1de: Verifying Checksum 09:03:29 1e091d79d1de: Download complete 09:03:29 481702a1767f: Verifying Checksum 09:03:29 481702a1767f: Download complete 09:03:29 df20fa9351a1: Verifying Checksum 09:03:29 df20fa9351a1: Download complete 09:03:30 df20fa9351a1: Pull complete 09:03:30 f64a6f60c768: Verifying Checksum 09:03:30 f64a6f60c768: Download complete 09:03:30 e876d2f968b6: Verifying Checksum 09:03:30 e876d2f968b6: Download complete 09:03:31 ce8a83651883: Verifying Checksum 09:03:31 ce8a83651883: Download complete 09:03:31 e78d2573fc39: Verifying Checksum 09:03:31 e78d2573fc39: Download complete 09:03:31 2dd03ba5bac4: Verifying Checksum 09:03:31 2dd03ba5bac4: Download complete 09:03:31 07967f4d0e4b: Verifying Checksum 09:03:31 07967f4d0e4b: Download complete 09:03:32 ed8968b2872e: Pull complete 09:03:32 a92cc7c5fd73: Pull complete 09:03:39 2dd03ba5bac4: Pull complete 09:03:39 1e091d79d1de: Pull complete 09:03:39 481702a1767f: Pull complete 09:03:39 Removing intermediate container 5696f6cc395e 09:03:39 ---> 5d740645d0ae 09:03:39 Successfully built 5d740645d0ae 09:03:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:03:40 + docker inspect -f . ci-base-image-arm64 09:03:40 . [Pipeline] withDockerContainer 09:03:40 prd-ubuntu18.04-docker-arm64-4c-16g-3245 does not seem to be running inside a container 09:03:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 09:03:42 $ docker top 698f9730ca9d6477563bd8a8f07c71ae4d0f665ac1318c68a740d4071477d900 -eo pid,comm [Pipeline] { [Pipeline] sh 09:03:44 + go version 09:03:44 go version go1.13.13 linux/arm64 [Pipeline] sh 09:03:45 + make test 09:03:45 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:03:46 f64a6f60c768: Pull complete 09:03:49 e78d2573fc39: Pull complete 09:03:49 e876d2f968b6: Pull complete 09:03:51 ce8a83651883: Pull complete 09:03:51 07967f4d0e4b: Pull complete 09:03:51 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 09:03:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 09:03:51 ---> 5d7c900382c6 09:03:51 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:03:52 ---> Running in f48f942a29ff 09:03:52 Removing intermediate container f48f942a29ff 09:03:52 ---> 02a24c98baa4 09:03:52 Step 4/7 : RUN apk add bash 09:03:52 ---> Running in 7cdb80a01519 09:03:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:54 OK: 166 MiB in 39 packages 09:03:55 Removing intermediate container 7cdb80a01519 09:03:55 ---> e8c771bc0b8b 09:03:55 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:03:55 ---> Running in b9bcc3c4ab18 09:03:55 Removing intermediate container b9bcc3c4ab18 09:03:55 ---> 0b932d8e5f42 09:03:55 Step 6/7 : COPY go.mod . 09:03:55 ---> b34db5a3d255 09:03:55 Step 7/7 : RUN go mod download 09:03:55 ---> Running in c6b57017c1da 09:03:57 go: finding github.com/davecgh/go-spew v1.1.0 09:03:57 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:03:57 go: finding github.com/go-kit/kit v0.8.0 09:03:57 go: finding github.com/go-logfmt/logfmt v0.4.0 09:03:57 go: finding github.com/go-playground/assert/v2 v2.0.1 09:03:57 go: finding github.com/go-playground/locales v0.13.0 09:03:57 go: finding github.com/go-playground/universal-translator v0.17.0 09:03:57 go: finding github.com/go-playground/validator/v10 v10.3.0 09:03:57 go: finding github.com/go-stack/stack v1.8.0 09:03:57 go: finding github.com/google/uuid v1.1.0 09:03:57 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:03:57 go: finding github.com/leodido/go-urn v1.2.0 09:03:57 go: finding github.com/pmezard/go-difflib v1.0.0 09:03:57 go: finding github.com/stretchr/objx v0.1.0 09:03:57 go: finding github.com/stretchr/testify v1.5.1 09:03:57 go: finding github.com/x448/float16 v0.8.4 09:03:57 go: finding golang.org/x/text v0.3.2 09:03:57 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 09:03:57 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 09:03:57 go: finding gopkg.in/yaml.v2 v2.2.8 09:04:06 Removing intermediate container c6b57017c1da 09:04:06 ---> cf566f60b84b 09:04:06 Successfully built cf566f60b84b 09:04:06 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 09:04:06 + docker inspect -f . ci-base-image-x86_64 09:04:06 . [Pipeline] withDockerContainer 09:04:07 prd-centos7-docker-4c-2g-3246 does not seem to be running inside a container 09:04:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-x86_64 cat 09:04:07 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 09:04:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.038s coverage: 85.7% of statements 09:04:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.035s coverage: 100.0% of statements 09:04:08 $ docker top d44ea49291893f3f1b6d22711ea038ac0ac741f85db0e7c145c590ec430f6162 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:09 + go version 09:04:09 go version go1.13.13 linux/amd64 [Pipeline] sh 09:04:09 + make test 09:04:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:04:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.038s coverage: 45.4% of statements 09:04:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.062s coverage: 77.8% of statements 09:04:10 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 09:04:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.038s coverage: 6.4% of statements 09:04:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.052s coverage: 14.4% of statements 09:04:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.085s coverage: 100.0% of statements 09:04:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.113s coverage: 91.8% of statements 09:04:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 09:04:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 09:04:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.030s coverage: 100.0% of statements 09:04:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 09:04:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.012s coverage: 85.7% of statements 09:04:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.013s coverage: 100.0% of statements 09:04:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.039s coverage: 45.4% of statements 09:04:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.011s coverage: 77.8% of statements 09:04:18 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 09:04:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.008s coverage: 6.4% of statements 09:04:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.021s coverage: 14.4% of statements 09:04:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.009s coverage: 100.0% of statements 09:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.112s coverage: 62.6% of statements 09:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.055s coverage: 26.3% of statements 09:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.025s coverage: 15.4% of statements 09:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.014s coverage: 15.4% of statements 09:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.033s coverage: 14.3% of statements 09:04:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 09:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.081s coverage: 91.8% of statements 09:04:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 09:04:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 09:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.013s coverage: 100.0% of statements 09:04:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.074s coverage: 23.1% of statements 09:04:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.029s coverage: 100.0% of statements 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.046s coverage: 95.7% of statements 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.030s coverage: 100.0% of statements 09:04:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 62.6% of statements 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.027s coverage: 26.3% of statements 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.028s coverage: 15.4% of statements 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.006s coverage: 15.4% of statements 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.023s coverage: 14.3% of statements 09:04:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.013s coverage: 23.1% of statements 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.018s coverage: 100.0% of statements 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.013s coverage: 95.7% of statements 09:04:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:04:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 09:04:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 09:04:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:04:25 gofmt -l . 09:04:25 [ "`gofmt -l .`" = "" ] [Pipeline] stash 09:04:25 Stashed 1 file(s) [Pipeline] } 09:04:25 $ docker stop --time=1 d44ea49291893f3f1b6d22711ea038ac0ac741f85db0e7c145c590ec430f6162 09:04:27 gofmt -l . 09:04:27 [ "`gofmt -l .`" = "" ] 09:04:27 $ docker rm -f d44ea49291893f3f1b6d22711ea038ac0ac741f85db0e7c145c590ec430f6162 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] stash 09:04:28 Warning: overwriting stash ‘coverage-report’ [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] } 09:04:29 Stashed 1 file(s) [Pipeline] // node [Pipeline] } [Pipeline] } 09:04:29 $ docker stop --time=1 698f9730ca9d6477563bd8a8f07c71ae4d0f665ac1318c68a740d4071477d900 09:04:31 $ docker rm -f 698f9730ca9d6477563bd8a8f07c71ae4d0f665ac1318c68a740d4071477d900 [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 09:04:33 provisioning config files... 09:04:33 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-264@tmp/config3653700174864584427tmp [Pipeline] { [Pipeline] sh 09:04:34 + curl -s https://codecov.io/bash 09:04:34 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-264@tmp/config3653700174864584427tmp [Pipeline] } 09:04:34 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 09:04:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:04:36 ---> package-listing.sh 09:04:36 ++ facter osfamily 09:04:36 ++ tr '[:upper:]' '[:lower:]' 09:04:36 + OS_FAMILY=redhat 09:04:36 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-264 09:04:36 + START_PACKAGES=/tmp/packages_start.txt 09:04:36 + END_PACKAGES=/tmp/packages_end.txt 09:04:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:04:36 + PACKAGES=/tmp/packages_start.txt 09:04:36 + '[' /w/workspace/dry_go-mod-core-contracts_PR-264 ']' 09:04:36 + PACKAGES=/tmp/packages_end.txt 09:04:36 + case "${OS_FAMILY}" in 09:04:36 + rpm -qa 09:04:36 + sort 09:04:40 + '[' -f /tmp/packages_start.txt ']' 09:04:40 + '[' -f /tmp/packages_end.txt ']' 09:04:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:04:40 + '[' /w/workspace/dry_go-mod-core-contracts_PR-264 ']' 09:04:40 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-264/archives/ 09:04:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-264/archives/ [Pipeline] isUnix [Pipeline] sh 09:04:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:04:41 09:04:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:04:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:04:41 alpine: Pulling from edgex-lftools-log-publisher 09:04:41 c9b1b535fdd9: Pulling fs layer 09:04:41 2cc5ad85d9ab: Pulling fs layer 09:04:41 756a868c4378: Pulling fs layer 09:04:41 444b2fc9a129: Pulling fs layer 09:04:41 ea15f1150254: Pulling fs layer 09:04:41 41b27a9f41bf: Pulling fs layer 09:04:41 28c525ee5125: Pulling fs layer 09:04:41 094b1ea09ed8: Pulling fs layer 09:04:41 138eaada9080: Pulling fs layer 09:04:41 0622d0fa9048: Pulling fs layer 09:04:41 41b27a9f41bf: Waiting 09:04:41 28c525ee5125: Waiting 09:04:41 094b1ea09ed8: Waiting 09:04:41 444b2fc9a129: Waiting 09:04:41 ea15f1150254: Waiting 09:04:41 138eaada9080: Waiting 09:04:41 0622d0fa9048: Waiting 09:04:41 2cc5ad85d9ab: Download complete 09:04:41 444b2fc9a129: Download complete 09:04:41 c9b1b535fdd9: Verifying Checksum 09:04:41 c9b1b535fdd9: Download complete 09:04:41 ea15f1150254: Download complete 09:04:42 28c525ee5125: Download complete 09:04:42 c9b1b535fdd9: Pull complete 09:04:42 756a868c4378: Verifying Checksum 09:04:42 756a868c4378: Download complete 09:04:42 2cc5ad85d9ab: Pull complete 09:04:42 138eaada9080: Verifying Checksum 09:04:42 138eaada9080: Download complete 09:04:42 0622d0fa9048: Verifying Checksum 09:04:42 0622d0fa9048: Download complete 09:04:42 094b1ea09ed8: Verifying Checksum 09:04:42 094b1ea09ed8: Download complete 09:04:43 41b27a9f41bf: Verifying Checksum 09:04:43 41b27a9f41bf: Download complete 09:04:44 756a868c4378: Pull complete 09:04:44 444b2fc9a129: Pull complete 09:04:44 ea15f1150254: Pull complete 09:04:48 41b27a9f41bf: Pull complete 09:04:48 28c525ee5125: Pull complete 09:04:51 094b1ea09ed8: Pull complete 09:04:51 138eaada9080: Pull complete 09:04:51 0622d0fa9048: Pull complete 09:04:51 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 09:04:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:04:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:04:51 prd-centos7-docker-4c-2g-3244 does not seem to be running inside a container 09:04:51 $ 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-264 -v /w/workspace/dry_go-mod-core-contracts_PR-264:/w/workspace/dry_go-mod-core-contracts_PR-264:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-264@tmp:/w/workspace/dry_go-mod-core-contracts_PR-264@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:04:55 $ docker top 7292cde323f1bc52d5d2d6b068887de1fab4177b6726640ae644f3e9d746b9f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:04:55 provisioning config files... 09:04:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-264@tmp/config6225187198752980816tmp [Pipeline] { [Pipeline] echo 09:04:55 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:04:56 ---> create-netrc.sh [Pipeline] echo 09:04:56 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:04:56 ---> logs-deploy.sh 09:04:56 + ARCHIVE_ARTIFACTS= 09:04:56 + LOGS_SERVER=https://logs.edgexfoundry.org 09:04:56 + '[' https://logs.edgexfoundry.org == None ']' 09:04:56 + NEXUS_URL=https://nexus.edgexfoundry.org 09:04:56 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-264/4 09:04:56 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-264/4/ 09:04:56 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-264/4 /w/workspace/dry_go-mod-core-contracts_PR-264 09:04:57 Archives upload complete. 09:04:57 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-264/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-264/4/ 09:04:58 ---> uname -a: 09:04:58 Linux 7292cde323f1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 09:04:58 09:04:58 09:04:58 ---> lscpu: 09:04:58 Architecture: x86_64 09:04:58 CPU op-mode(s): 32-bit, 64-bit 09:04:58 Byte Order: Little Endian 09:04:58 Address sizes: 40 bits physical, 48 bits virtual 09:04:58 CPU(s): 4 09:04:58 On-line CPU(s) list: 0-3 09:04:58 Thread(s) per core: 1 09:04:58 Core(s) per socket: 1 09:04:58 Socket(s): 4 09:04:58 NUMA node(s): 1 09:04:58 Vendor ID: GenuineIntel 09:04:58 CPU family: 6 09:04:58 Model: 44 09:04:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:04:58 Stepping: 1 09:04:58 CPU MHz: 2933.436 09:04:58 BogoMIPS: 5866.87 09:04:58 Virtualization: VT-x 09:04:58 Hypervisor vendor: KVM 09:04:58 Virtualization type: full 09:04:58 L1d cache: 128 KiB 09:04:58 L1i cache: 128 KiB 09:04:58 L2 cache: 16 MiB 09:04:58 L3 cache: 64 MiB 09:04:58 NUMA node0 CPU(s): 0-3 09:04:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:04:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:04:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:04:58 Vulnerability Meltdown: Mitigation; PTI 09:04:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:04:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:04:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:04:58 Vulnerability Tsx async abort: Not affected 09:04:58 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 09:04:58 09:04:58 09:04:58 ---> nproc: 09:04:58 4 09:04:58 09:04:58 09:04:58 ---> df -h: 09:04:58 Filesystem Size Used Available Use% Mounted on 09:04:58 overlay 50.0G 7.2G 42.8G 14% / 09:04:58 tmpfs 64.0M 0 64.0M 0% /dev 09:04:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:04:58 shm 64.0M 0 64.0M 0% /dev/shm 09:04:58 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 09:04:58 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 09:04:58 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 09:04:58 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-264 09:04:58 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-264@tmp 09:04:58 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 09:04:58 09:04:58 09:04:58 ---> free -m: 09:04:58 total used free shared buff/cache available 09:04:58 Mem: 1837 680 126 0 1030 1051 09:04:58 Swap: 1023 1 1022 09:04:58 09:04:58 09:04:58 ---> ip addr: 09:04:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:04:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:04:58 inet 127.0.0.1/8 scope host lo 09:04:58 valid_lft forever preferred_lft forever 09:04:58 6: eth0@if7: mtu 1458 qdisc noqueue state UP 09:04:58 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 09:04:58 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 09:04:58 valid_lft forever preferred_lft forever 09:04:58 09:04:58 09:04:58 ---> sar -b -r -n DEV: 09:04:58 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/10/20 _x86_64_ (4 CPU) 09:04:58 09:04:58 08:59:03 LINUX RESTART 09:04:58 09:04:58 09:00:01 tps rtps wtps bread/s bwrtn/s 09:04:58 09:01:01 37.60 11.60 26.01 4487.05 2175.42 09:04:58 09:02:01 1.76 0.07 1.70 1.46 33.41 09:04:58 09:03:01 0.38 0.00 0.38 0.00 5.73 09:04:58 09:04:01 0.30 0.00 0.30 0.00 4.98 09:04:58 Average: 10.02 2.92 7.10 1122.78 555.20 09:04:58 09:04:58 09:00:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:04:58 09:01:01 148380 1733176 92.11 2620 1126296 1145320 39.09 455120 1117100 16 09:04:58 09:02:01 157656 1723900 91.62 2620 1126440 1082756 36.95 450868 1113736 8 09:04:58 09:03:01 156764 1724792 91.67 2620 1126444 1082960 36.96 452084 1113732 8 09:04:58 09:04:01 154552 1727004 91.79 2620 1126444 1083072 36.96 454304 1113132 8 09:04:58 Average: 154338 1727218 91.80 2620 1126406 1098527 37.49 453094 1114425 10 09:04:58 09:04:58 09:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 09:04:58 09:01:01 eth0 99.38 71.01 455.17 51.30 0.00 0.00 0.00 09:04:58 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:04:58 09:01:01 docker0 4.23 3.31 0.84 9.74 0.00 0.00 0.00 09:04:58 09:02:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 09:04:58 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:04:58 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:04:58 09:03:01 eth0 1.90 1.00 3.06 0.24 0.00 0.00 0.00 09:04:58 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:04:58 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:04:58 09:04:01 eth0 0.80 0.40 0.30 0.20 0.00 0.00 0.00 09:04:58 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:04:58 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:04:58 Average: eth0 25.73 18.13 114.71 12.95 0.00 0.00 0.00 09:04:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:04:58 Average: docker0 1.06 0.83 0.21 2.44 0.00 0.00 0.00 09:04:58 09:04:58 09:04:58 ---> sar -P ALL: 09:04:58 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/10/20 _x86_64_ (4 CPU) 09:04:58 09:04:58 08:59:03 LINUX RESTART 09:04:58 09:04:58 09:00:01 CPU %user %nice %system %iowait %steal %idle 09:04:58 09:01:01 all 3.29 0.00 1.77 1.32 0.41 93.20 09:04:58 09:01:01 0 3.70 0.00 1.82 2.61 0.35 91.53 09:04:58 09:01:01 1 2.64 0.00 1.82 0.72 0.42 94.39 09:04:58 09:01:01 2 3.60 0.00 1.98 1.70 0.37 92.36 09:04:58 09:01:01 3 3.25 0.00 1.47 0.27 0.50 94.50 09:04:58 09:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 09:04:58 09:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:04:58 09:02:01 1 0.47 0.00 0.05 0.00 0.00 99.48 09:04:58 09:02:01 2 0.03 0.00 0.07 0.00 0.00 99.90 09:04:58 09:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:04:58 09:03:01 all 0.16 0.00 0.04 0.00 0.07 99.73 09:04:58 09:03:01 0 0.08 0.00 0.03 0.00 0.07 99.82 09:04:58 09:03:01 1 0.43 0.00 0.03 0.00 0.07 99.47 09:04:58 09:03:01 2 0.08 0.00 0.07 0.00 0.15 99.70 09:04:58 09:03:01 3 0.03 0.00 0.02 0.00 0.03 99.92 09:04:58 09:04:01 all 0.13 0.00 0.03 0.00 0.05 99.78 09:04:58 09:04:01 0 0.07 0.00 0.03 0.00 0.03 99.87 09:04:58 09:04:01 1 0.40 0.00 0.02 0.00 0.05 99.53 09:04:58 09:04:01 2 0.07 0.00 0.05 0.00 0.13 99.75 09:04:58 09:04:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:04:58 Average: all 0.93 0.00 0.47 0.33 0.14 98.14 09:04:58 Average: 0 0.96 0.00 0.48 0.65 0.11 97.80 09:04:58 Average: 1 0.98 0.00 0.48 0.18 0.13 98.22 09:04:58 Average: 2 0.94 0.00 0.54 0.42 0.16 97.94 09:04:58 Average: 3 0.83 0.00 0.38 0.07 0.14 98.58 09:04:58 09:04:58 09:04:58