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 2dd270bfd7e239cec127caf44aaabdcab0778688 Obtained Jenkinsfile from ecf948a463e8583f0496661ae04077e126abfeb1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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-1697 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 > 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 Fetching without tags Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 2dd270bfd7e239cec127caf44aaabdcab0778688 Merge succeeded, producing 2dd270bfd7e239cec127caf44aaabdcab0778688 Checking out Revision 2dd270bfd7e239cec127caf44aaabdcab0778688 (PR-236) > 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 2dd270bfd7e239cec127caf44aaabdcab0778688 # 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 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 Commit message: "Create core data DTOs and models for V2 API" First time build. Skipping changelog. > git rev-list --no-walk 15205919ef7124e6aa1f605a1b5cf32138fc9f44 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:43:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:43:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:43:18 ========================================================= 11:43:18 EdgeX Global Pipelines Version Info 11:43:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:43:20 ------------------- 11:43:20 stable info: 11:43:20 ------------------- 11:43:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:43:20 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 11:43:20 Message: update stable to v1.0.89 11:43:20 ------------------- 11:43:20 experimental info: 11:43:20 ------------------- 11:43:20 Commited By: **** collab-it+edgex@linuxfoundation.org 11:43:20 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 11:43:20 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 11:43:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:43:22 11:43:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:43:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:43:22 latest: Pulling from edgex-devops/git-semver 11:43:22 9123ac7c32f7: Pulling fs layer 11:43:22 b8cc5d1170e3: Pulling fs layer 11:43:22 2924cbbf6a41: Pulling fs layer 11:43:22 93b08a4f1073: Pulling fs layer 11:43:22 93b08a4f1073: Waiting 11:43:22 b8cc5d1170e3: Verifying Checksum 11:43:22 b8cc5d1170e3: Download complete 11:43:23 9123ac7c32f7: Verifying Checksum 11:43:23 9123ac7c32f7: Download complete 11:43:23 93b08a4f1073: Verifying Checksum 11:43:23 93b08a4f1073: Download complete 11:43:23 2924cbbf6a41: Verifying Checksum 11:43:23 2924cbbf6a41: Download complete 11:43:23 9123ac7c32f7: Pull complete 11:43:23 b8cc5d1170e3: Pull complete 11:43:24 2924cbbf6a41: Pull complete 11:43:24 93b08a4f1073: Pull complete 11:43:24 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 11:43:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:43:24 prd-centos7-docker-4c-2g-1697 does not seem to be running inside a container 11:43:24 $ 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 11:43:25 $ docker top be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:43:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:43:26 [ssh-agent] Looking for ssh-agent implementation... 11:43:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:43:26 $ docker exec be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 ssh-agent 11:43:26 SSH_AUTH_SOCK=/tmp/ssh-H8cDMPBf2l9u/agent.15 11:43:26 SSH_AGENT_PID=21 11:43:26 Running ssh-add (command line suppressed) 11:43:26 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_2331563109774124260.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_2331563109774124260.key) 11:43:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:43:27 + git describe --exact-match --tags HEAD 11:43:27 fatal: No names found, cannot describe anything. [Pipeline] } 11:43:27 $ docker exec --env ******** --env ******** be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 ssh-agent -k 11:43:27 unset SSH_AUTH_SOCK; 11:43:27 unset SSH_AGENT_PID; 11:43:27 echo Agent pid 21 killed; 11:43:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:43:27 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:43:27 This usually means this commit has not been tagged. [Pipeline] sshagent 11:43:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:43:27 [ssh-agent] Looking for ssh-agent implementation... 11:43:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:43:27 $ docker exec be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 ssh-agent 11:43:28 SSH_AUTH_SOCK=/tmp/ssh-72LeTtBeP5d4/agent.55 11:43:28 SSH_AGENT_PID=62 11:43:28 Running ssh-add (command line suppressed) 11:43:28 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_5134385029417750549.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_5134385029417750549.key) 11:43:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:43:28 + git semver init 11:43:28 # -> Open(): unable to determine branch for HEAD 11:43:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git 11:43:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 11:43:28 # $SEMVER_REMOTE_NAME = origin 11:43:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:43:28 # $SEMVER_USER_NAME = edgex-jenkins 11:43:28 # $SEMVER_BRANCH = PR-236 11:43:28 # $SEMVER_TEMP = /tmp/semver-001378117 11:43:28 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 11:43:29 # '/tmp/semver-001378117' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' 11:43:29 # -> Force: false 11:43:29 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } 11:43:29 $ docker exec --env ******** --env ******** be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 ssh-agent -k 11:43:29 unset SSH_AUTH_SOCK; 11:43:29 unset SSH_AGENT_PID; 11:43:29 echo Agent pid 62 killed; 11:43:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:43:29 + git semver [Pipeline] } 11:43:29 $ docker stop --time=1 be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 11:43:31 $ docker rm -f be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:43:32 Stashed 74 file(s) [Pipeline] echo 11:43:32 [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 11:43:47 Still waiting to schedule task 11:43:47 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:43:47 Still waiting to schedule task 11:43:47 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1696’ is offline 11:45:28 Running on prd-centos7-docker-4c-2g-1699 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 11:45:28 Running in /w/workspace/go-mod-core-contracts/16 [Pipeline] { [Pipeline] checkout 11:45:31 using credential edgex-jenkins-ssh 11:45:32 Cloning the remote Git repository 11:45:32 Cloning with configured refspecs honoured and without tags 11:45:31 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 11:45:31 > git init /w/workspace/go-mod-core-contracts/16 # timeout=10 11:45:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:45:31 > git --version # timeout=10 11:45:31 using GIT_SSH to set credentials SSH Credentials for GitHub 11:45:31 > 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 11:45:32 Fetching without tags 11:45:33 Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 2dd270bfd7e239cec127caf44aaabdcab0778688 11:45:33 Merge succeeded, producing 2dd270bfd7e239cec127caf44aaabdcab0778688 11:45:33 Checking out Revision 2dd270bfd7e239cec127caf44aaabdcab0778688 (PR-236) 11:45:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:45:32 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 11:45:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:45:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:45:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:45:32 using GIT_SSH to set credentials SSH Credentials for GitHub 11:45:32 > 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 11:45:32 > git config core.sparsecheckout # timeout=10 11:45:32 > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 11:45:32 > git remote # timeout=10 11:45:32 > git config --get remote.origin.url # timeout=10 11:45:32 using GIT_SSH to set credentials SSH Credentials for GitHub 11:45:32 > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 11:45:32 > git rev-parse HEAD^{commit} # timeout=10 11:45:32 > git config core.sparsecheckout # timeout=10 11:45:32 > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 11:45:36 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 11:45:37 ========================================================= 11:45:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 11:45:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:45:38 + 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 . 11:45:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1698 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 11:45:38 Running in /w/workspace/go-mod-core-contracts/16 [Pipeline] { [Pipeline] checkout 11:45:39 Sending build context to Docker daemon 1.8MB 11:45:39 Step 1/7 : ARG BASE=golang:1.13-alpine 11:45:39 Step 2/7 : FROM ${BASE} 11:45:39 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 11:45:39 e6b0cf9c0882: Pulling fs layer 11:45:39 2848faf0eed1: Pulling fs layer 11:45:39 0f37312ad70f: Pulling fs layer 11:45:39 5788d62ee057: Pulling fs layer 11:45:39 0e6b1d234666: Pulling fs layer 11:45:39 bf5d7aec512f: Pulling fs layer 11:45:39 34c802a77dc8: Pulling fs layer 11:45:39 9eb99e56ec68: Pulling fs layer 11:45:39 27c7a5d97fbd: Pulling fs layer 11:45:39 5c102a31e300: Pulling fs layer 11:45:39 dcfb455df0a1: Pulling fs layer 11:45:39 5788d62ee057: Waiting 11:45:39 0e6b1d234666: Waiting 11:45:39 bf5d7aec512f: Waiting 11:45:39 34c802a77dc8: Waiting 11:45:39 5c102a31e300: Waiting 11:45:39 9eb99e56ec68: Waiting 11:45:39 27c7a5d97fbd: Waiting 11:45:39 dcfb455df0a1: Waiting 11:45:39 0f37312ad70f: Verifying Checksum 11:45:39 0f37312ad70f: Download complete 11:45:39 2848faf0eed1: Download complete 11:45:39 0e6b1d234666: Verifying Checksum 11:45:39 0e6b1d234666: Download complete 11:45:39 bf5d7aec512f: Verifying Checksum 11:45:39 bf5d7aec512f: Download complete 11:45:39 e6b0cf9c0882: Download complete 11:45:39 e6b0cf9c0882: Pull complete 11:45:39 2848faf0eed1: Pull complete 11:45:40 34c802a77dc8: Verifying Checksum 11:45:40 34c802a77dc8: Download complete 11:45:40 27c7a5d97fbd: Verifying Checksum 11:45:40 27c7a5d97fbd: Download complete 11:45:40 5c102a31e300: Verifying Checksum 11:45:40 5c102a31e300: Download complete 11:45:40 9eb99e56ec68: Verifying Checksum 11:45:40 9eb99e56ec68: Download complete 11:45:40 dcfb455df0a1: Verifying Checksum 11:45:40 dcfb455df0a1: Download complete 11:45:40 5788d62ee057: Verifying Checksum 11:45:40 5788d62ee057: Download complete 11:45:41 0f37312ad70f: Pull complete 11:45:44 using credential edgex-jenkins-ssh 11:45:44 Cloning the remote Git repository 11:45:44 Cloning with configured refspecs honoured and without tags 11:45:44 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 11:45:44 > git init /w/workspace/go-mod-core-contracts/16 # timeout=10 11:45:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:45:45 > git --version # timeout=10 11:45:45 using GIT_SSH to set credentials SSH Credentials for GitHub 11:45:45 > 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 11:45:46 Fetching without tags 11:45:46 Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 2dd270bfd7e239cec127caf44aaabdcab0778688 11:45:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:45:45 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 11:45:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:45:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:45:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:45:46 using GIT_SSH to set credentials SSH Credentials for GitHub 11:45:46 > 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 11:45:46 > git config core.sparsecheckout # timeout=10 11:45:46 > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 11:45:46 Merge succeeded, producing 2dd270bfd7e239cec127caf44aaabdcab0778688 11:45:46 Checking out Revision 2dd270bfd7e239cec127caf44aaabdcab0778688 (PR-236) 11:45:46 > git remote # timeout=10 11:45:46 > git config --get remote.origin.url # timeout=10 11:45:46 using GIT_SSH to set credentials SSH Credentials for GitHub 11:45:46 > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 11:45:46 > git rev-parse HEAD^{commit} # timeout=10 11:45:46 > git config core.sparsecheckout # timeout=10 11:45:46 > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 11:45:48 5788d62ee057: Pull complete 11:45:48 0e6b1d234666: Pull complete 11:45:48 bf5d7aec512f: Pull complete 11:45:51 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 11:45:51 ========================================================= 11:45:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 11:45:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:45:52 34c802a77dc8: Pull complete 11:45:52 + 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 . 11:45:53 Sending build context to Docker daemon 1.8MB 11:45:53 Step 1/7 : ARG BASE=golang:1.13-alpine 11:45:53 Step 2/7 : FROM ${BASE} 11:45:54 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:45:54 cde5963f3b93: Pulling fs layer 11:45:54 2a23fa8c16f7: Pulling fs layer 11:45:54 777b28850792: Pulling fs layer 11:45:54 8a11ddd9e578: Pulling fs layer 11:45:54 4cf88f913ddb: Pulling fs layer 11:45:54 1df406cf5192: Pulling fs layer 11:45:54 cd6300453558: Pulling fs layer 11:45:54 b9c365052c96: Pulling fs layer 11:45:54 a2d8cc88f415: Pulling fs layer 11:45:54 ea1d1ca13537: Pulling fs layer 11:45:54 3750a50a1c5e: Pulling fs layer 11:45:54 cd6300453558: Waiting 11:45:54 b9c365052c96: Waiting 11:45:54 a2d8cc88f415: Waiting 11:45:54 8a11ddd9e578: Waiting 11:45:54 3750a50a1c5e: Waiting 11:45:54 4cf88f913ddb: Waiting 11:45:54 1df406cf5192: Waiting 11:45:54 ea1d1ca13537: Waiting 11:45:54 777b28850792: Verifying Checksum 11:45:54 777b28850792: Download complete 11:45:54 2a23fa8c16f7: Verifying Checksum 11:45:54 2a23fa8c16f7: Download complete 11:45:54 4cf88f913ddb: Verifying Checksum 11:45:54 4cf88f913ddb: Download complete 11:45:54 1df406cf5192: Download complete 11:45:54 cde5963f3b93: Verifying Checksum 11:45:54 cde5963f3b93: Download complete 11:45:55 cde5963f3b93: Pull complete 11:45:55 9eb99e56ec68: Pull complete 11:45:56 2a23fa8c16f7: Pull complete 11:45:56 27c7a5d97fbd: Pull complete 11:45:56 777b28850792: Pull complete 11:45:57 5c102a31e300: Pull complete 11:45:57 dcfb455df0a1: Pull complete 11:45:57 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 11:45:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 11:45:57 ---> 7c70fe431013 11:45:57 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:45:57 ---> Running in c290b2b89ab3 11:45:57 Removing intermediate container c290b2b89ab3 11:45:57 ---> 5efc02318ae0 11:45:57 Step 4/7 : RUN apk add bash 11:45:57 ---> Running in e5a3a17f71ae 11:45:57 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 11:45:58 cd6300453558: Verifying Checksum 11:45:58 cd6300453558: Download complete 11:45:58 a2d8cc88f415: Download complete 11:45:58 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 11:45:59 OK: 143 MiB in 39 packages 11:46:00 Removing intermediate container e5a3a17f71ae 11:46:00 ---> be5d1ac0721c 11:46:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 11:46:00 ---> Running in 169087eca1a0 11:46:00 Removing intermediate container 169087eca1a0 11:46:00 ---> 792de47e5c73 11:46:00 Step 6/7 : COPY go.mod . 11:46:00 ---> f302a2f5bb38 11:46:00 Step 7/7 : RUN go mod download 11:46:00 ---> Running in c77f6f7dd47e 11:46:01 ea1d1ca13537: Verifying Checksum 11:46:01 ea1d1ca13537: Download complete 11:46:01 3750a50a1c5e: Verifying Checksum 11:46:01 3750a50a1c5e: Download complete 11:46:01 go: finding github.com/davecgh/go-spew v1.1.0 11:46:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:46:01 go: finding github.com/go-kit/kit v0.8.0 11:46:01 go: finding github.com/go-logfmt/logfmt v0.4.0 11:46:01 go: finding github.com/go-playground/assert/v2 v2.0.1 11:46:01 go: finding github.com/go-playground/locales v0.13.0 11:46:01 go: finding github.com/go-playground/universal-translator v0.17.0 11:46:01 go: finding github.com/go-playground/validator/v10 v10.3.0 11:46:01 go: finding github.com/go-stack/stack v1.8.0 11:46:01 go: finding github.com/google/uuid v1.1.0 11:46:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:46:01 go: finding github.com/leodido/go-urn v1.2.0 11:46:01 go: finding github.com/pmezard/go-difflib v1.0.0 11:46:01 go: finding github.com/stretchr/objx v0.1.0 11:46:01 go: finding github.com/stretchr/testify v1.4.0 11:46:01 go: finding github.com/x448/float16 v0.8.4 11:46:01 go: finding golang.org/x/text v0.3.2 11:46:01 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 11:46:01 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:46:01 go: finding gopkg.in/yaml.v2 v2.2.2 11:46:03 b9c365052c96: Verifying Checksum 11:46:03 b9c365052c96: Download complete 11:46:05 8a11ddd9e578: Download complete 11:46:08 Removing intermediate container c77f6f7dd47e 11:46:08 ---> c46f0109dff1 11:46:08 Successfully built c46f0109dff1 11:46:08 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 11:46:09 + docker inspect -f . ci-base-image-x86_64 11:46:09 . [Pipeline] withDockerContainer 11:46:09 prd-centos7-docker-4c-2g-1699 does not seem to be running inside a container 11:46:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/16 -v /w/workspace/go-mod-core-contracts/16:/w/workspace/go-mod-core-contracts/16:rw,z -v /w/workspace/go-mod-core-contracts/16@tmp:/w/workspace/go-mod-core-contracts/16@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 11:46:09 $ docker top c8e47327021d72466713d78d24e1669d03bb281cf0412f00ccb8f8b9603a76bb -eo pid,comm [Pipeline] { [Pipeline] sh 11:46:10 + go version 11:46:10 go version go1.13.5 linux/amd64 [Pipeline] sh 11:46:10 + make test 11:46:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:46:18 8a11ddd9e578: Pull complete 11:46:18 4cf88f913ddb: Pull complete 11:46:18 1df406cf5192: Pull complete 11:46:18 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 11:46:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.013s coverage: 85.7% of statements 11:46:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements 11:46:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.024s coverage: 45.4% of statements 11:46:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.010s coverage: 77.8% of statements 11:46:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 11:46:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.006s coverage: 6.4% of statements 11:46:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.024s coverage: 14.4% of statements 11:46:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.018s coverage: 100.0% of statements 11:46:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.032s coverage: 100.0% of statements 11:46:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 11:46:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 11:46:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements 11:46:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.548s coverage: 100.0% of statements 11:46:22 cd6300453558: Pull complete 11:46:25 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.019s coverage: 62.5% of statements 11:46:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements 11:46:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.021s coverage: 15.4% of statements 11:46:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements 11:46:25 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.057s coverage: 14.3% of statements 11:46:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 11:46:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.005s coverage: 83.3% of statements 11:46:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] 11:46:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.008s coverage: 91.3% of statements 11:46:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 11:46:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 11:46:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 11:46:27 gofmt -l . 11:46:27 [ "`gofmt -l .`" = "" ] [Pipeline] stash 11:46:27 b9c365052c96: Pull complete 11:46:27 a2d8cc88f415: Pull complete 11:46:28 Stashed 1 file(s) [Pipeline] } 11:46:28 $ docker stop --time=1 c8e47327021d72466713d78d24e1669d03bb281cf0412f00ccb8f8b9603a76bb 11:46:29 $ docker rm -f c8e47327021d72466713d78d24e1669d03bb281cf0412f00ccb8f8b9603a76bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 11:46:29 ea1d1ca13537: Pull complete [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 11:46:30 3750a50a1c5e: Pull complete 11:46:30 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 11:46:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 11:46:30 ---> 78745c68409d 11:46:30 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:46:34 ---> Running in 5eed206134f5 11:46:35 Removing intermediate container 5eed206134f5 11:46:35 ---> 78d620dc6994 11:46:35 Step 4/7 : RUN apk add bash 11:46:35 ---> Running in 17002559045e 11:46:36 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 11:46:37 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 11:46:38 OK: 125 MiB in 39 packages 11:46:39 Removing intermediate container 17002559045e 11:46:39 ---> 175336914966 11:46:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 11:46:39 ---> Running in 4eda4c93840d 11:46:39 Removing intermediate container 4eda4c93840d 11:46:39 ---> 8a6d71610099 11:46:39 Step 6/7 : COPY go.mod . 11:46:40 ---> 31c5994e10b3 11:46:40 Step 7/7 : RUN go mod download 11:46:40 ---> Running in d369e30f93f1 11:46:42 go: finding github.com/davecgh/go-spew v1.1.0 11:46:42 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:46:42 go: finding github.com/go-kit/kit v0.8.0 11:46:42 go: finding github.com/go-logfmt/logfmt v0.4.0 11:46:42 go: finding github.com/go-playground/assert/v2 v2.0.1 11:46:42 go: finding github.com/go-playground/locales v0.13.0 11:46:42 go: finding github.com/go-playground/universal-translator v0.17.0 11:46:42 go: finding github.com/go-playground/validator/v10 v10.3.0 11:46:42 go: finding github.com/go-stack/stack v1.8.0 11:46:42 go: finding github.com/google/uuid v1.1.0 11:46:42 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:46:42 go: finding github.com/leodido/go-urn v1.2.0 11:46:42 go: finding github.com/pmezard/go-difflib v1.0.0 11:46:42 go: finding github.com/stretchr/objx v0.1.0 11:46:42 go: finding github.com/stretchr/testify v1.4.0 11:46:42 go: finding github.com/x448/float16 v0.8.4 11:46:42 go: finding golang.org/x/text v0.3.2 11:46:42 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 11:46:42 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:46:42 go: finding gopkg.in/yaml.v2 v2.2.2 11:46:54 Removing intermediate container d369e30f93f1 11:46:54 ---> 87d44198db57 11:46:54 Successfully built 87d44198db57 11:46:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:46:55 + docker inspect -f . ci-base-image-arm64 11:46:55 . [Pipeline] withDockerContainer 11:46:55 prd-ubuntu18.04-docker-arm64-4c-16g-1698 does not seem to be running inside a container 11:46:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/16 -v /w/workspace/go-mod-core-contracts/16:/w/workspace/go-mod-core-contracts/16:rw,z -v /w/workspace/go-mod-core-contracts/16@tmp:/w/workspace/go-mod-core-contracts/16@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 11:46:57 $ docker top 8aaa78d111abecf7ff49bddb8813f926e1f381721ab67e328d206b657a99ed0b -eo pid,comm [Pipeline] { [Pipeline] sh 11:46:58 + go version 11:46:58 go version go1.13.5 linux/arm64 [Pipeline] sh 11:46:59 + make test 11:46:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:47:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 11:47:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.047s coverage: 85.7% of statements 11:47:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.068s coverage: 100.0% of statements 11:47:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.061s coverage: 45.4% of statements 11:47:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.048s coverage: 77.8% of statements 11:47:25 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 11:47:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 6.4% of statements 11:47:27 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.074s coverage: 14.4% of statements 11:47:27 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.025s coverage: 100.0% of statements 11:47:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.068s coverage: 100.0% of statements 11:47:28 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 11:47:28 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 11:47:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.036s coverage: 100.0% of statements 11:47:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.038s coverage: 100.0% of statements 11:47:29 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.178s coverage: 62.5% of statements 11:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.027s coverage: 26.3% of statements 11:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements 11:47:32 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.028s coverage: 15.4% of statements 11:47:32 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.066s coverage: 14.3% of statements 11:47:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 11:47:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.023s coverage: 83.3% of statements 11:47:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] 11:47:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.028s coverage: 91.3% of statements 11:47:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 11:47:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 11:47:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 11:47:39 gofmt -l . 11:47:39 [ "`gofmt -l .`" = "" ] [Pipeline] stash 11:47:40 Warning: overwriting stash ‘coverage-report’ 11:47:40 Stashed 1 file(s) [Pipeline] } 11:47:40 $ docker stop --time=1 8aaa78d111abecf7ff49bddb8813f926e1f381721ab67e328d206b657a99ed0b 11:47:42 $ docker rm -f 8aaa78d111abecf7ff49bddb8813f926e1f381721ab67e328d206b657a99ed0b [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 11:47:44 provisioning config files... 11:47:44 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config8422234401353482421tmp [Pipeline] { [Pipeline] sh 11:47:44 + curl -s https://codecov.io/bash 11:47:44 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config8422234401353482421tmp 11:47:44 11:47:44 _____ _ 11:47:44 / ____| | | 11:47:44 | | ___ __| | ___ ___ _____ __ 11:47:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:47:44 | |___| (_) | (_| | __/ (_| (_) \ V / 11:47:44 \_____\___/ \__,_|\___|\___\___/ \_/ 11:47:44 Bash-20200602-f809a24 11:47:44 11:47:44 11:47:44 ==> Jenkins CI detected. 11:47:44 project root: . 11:47:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:47:44 ==> Running gcov in . (disable via -X gcov) 11:47:44 ==> Python coveragepy not found 11:47:44 ==> Searching for coverage reports in: 11:47:44 + . 11:47:44 -> Found 1 reports 11:47:44 ==> Detecting git/mercurial file structure 11:47:44 ==> Reading reports 11:47:44 + ./coverage.out bytes=83735 11:47:44 ==> Appending adjustments 11:47:44 https://docs.codecov.io/docs/fixing-reports 11:47:45 + Found adjustments 11:47:45 ==> Gzipping contents 11:47:45 ==> Uploading reports 11:47:45 url: https://codecov.io 11:47:45 query: branch=PR-236&commit=2dd270bfd7e239cec127caf44aaabdcab0778688&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= 11:47:45 -> Pinging Codecov 11:47:45 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-236&commit=2dd270bfd7e239cec127caf44aaabdcab0778688&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= 11:47:46 -> Uploading 11:47:46 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2dd270bfd7e239cec127caf44aaabdcab0778688 [Pipeline] } 11:47:46 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 11:47:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:47:47 ---> package-listing.sh 11:47:47 ++ facter osfamily 11:47:47 ++ tr '[:upper:]' '[:lower:]' 11:47:47 + OS_FAMILY=redhat 11:47:47 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 11:47:47 + START_PACKAGES=/tmp/packages_start.txt 11:47:47 + END_PACKAGES=/tmp/packages_end.txt 11:47:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:47:47 + PACKAGES=/tmp/packages_start.txt 11:47:47 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 11:47:47 + PACKAGES=/tmp/packages_end.txt 11:47:47 + case "${OS_FAMILY}" in 11:47:47 + rpm -qa 11:47:47 + sort 11:47:52 + '[' -f /tmp/packages_start.txt ']' 11:47:52 + '[' -f /tmp/packages_end.txt ']' 11:47:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:47:52 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 11:47:52 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ 11:47:52 + 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 11:47:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:47:52 11:47:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:47:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:47:52 alpine: Pulling from edgex-lftools-log-publisher 11:47:52 c9b1b535fdd9: Pulling fs layer 11:47:52 2cc5ad85d9ab: Pulling fs layer 11:47:52 756a868c4378: Pulling fs layer 11:47:52 444b2fc9a129: Pulling fs layer 11:47:52 ea15f1150254: Pulling fs layer 11:47:52 41b27a9f41bf: Pulling fs layer 11:47:52 28c525ee5125: Pulling fs layer 11:47:52 094b1ea09ed8: Pulling fs layer 11:47:52 138eaada9080: Pulling fs layer 11:47:52 0622d0fa9048: Pulling fs layer 11:47:52 41b27a9f41bf: Waiting 11:47:52 138eaada9080: Waiting 11:47:52 0622d0fa9048: Waiting 11:47:52 28c525ee5125: Waiting 11:47:52 094b1ea09ed8: Waiting 11:47:52 ea15f1150254: Waiting 11:47:52 444b2fc9a129: Waiting 11:47:52 2cc5ad85d9ab: Verifying Checksum 11:47:52 2cc5ad85d9ab: Download complete 11:47:52 444b2fc9a129: Verifying Checksum 11:47:52 444b2fc9a129: Download complete 11:47:52 c9b1b535fdd9: Verifying Checksum 11:47:52 c9b1b535fdd9: Download complete 11:47:53 ea15f1150254: Verifying Checksum 11:47:53 ea15f1150254: Download complete 11:47:53 28c525ee5125: Verifying Checksum 11:47:53 28c525ee5125: Download complete 11:47:53 c9b1b535fdd9: Pull complete 11:47:53 756a868c4378: Verifying Checksum 11:47:53 756a868c4378: Download complete 11:47:53 138eaada9080: Verifying Checksum 11:47:53 138eaada9080: Download complete 11:47:54 2cc5ad85d9ab: Pull complete 11:47:54 0622d0fa9048: Verifying Checksum 11:47:54 0622d0fa9048: Download complete 11:47:54 094b1ea09ed8: Verifying Checksum 11:47:54 094b1ea09ed8: Download complete 11:47:54 41b27a9f41bf: Verifying Checksum 11:47:54 41b27a9f41bf: Download complete 11:47:56 756a868c4378: Pull complete 11:47:56 444b2fc9a129: Pull complete 11:47:56 ea15f1150254: Pull complete 11:48:00 41b27a9f41bf: Pull complete 11:48:00 28c525ee5125: Pull complete 11:48:03 094b1ea09ed8: Pull complete 11:48:03 138eaada9080: Pull complete 11:48:03 0622d0fa9048: Pull complete 11:48:03 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 11:48:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:48:04 prd-centos7-docker-4c-2g-1697 does not seem to be running inside a container 11:48:04 $ 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 11:48:04 $ docker top 16ac09a4141643a8c27d961376a8449c3dba66cb6996c9fcd785aa27fecf7413 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:48:05 provisioning config files... 11:48:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config5210936206163593422tmp [Pipeline] { [Pipeline] echo 11:48:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:48:05 ---> create-netrc.sh [Pipeline] echo 11:48:05 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:48:05 ---> logs-deploy.sh 11:48:05 + ARCHIVE_ARTIFACTS= 11:48:05 + LOGS_SERVER=https://logs.edgexfoundry.org 11:48:05 + '[' https://logs.edgexfoundry.org == None ']' 11:48:05 + NEXUS_URL=https://nexus.edgexfoundry.org 11:48:05 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/16 11:48:05 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/16/ 11:48:05 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/16 /w/workspace/dry_go-mod-core-contracts_PR-236 11:48:07 Archives upload complete. 11:48:07 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/16/ 11:48:08 ---> uname -a: 11:48:08 Linux 16ac09a41416 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 11:48:08 11:48:08 11:48:08 ---> lscpu: 11:48:08 Architecture: x86_64 11:48:08 CPU op-mode(s): 32-bit, 64-bit 11:48:08 Byte Order: Little Endian 11:48:08 Address sizes: 40 bits physical, 48 bits virtual 11:48:08 CPU(s): 4 11:48:08 On-line CPU(s) list: 0-3 11:48:08 Thread(s) per core: 1 11:48:08 Core(s) per socket: 1 11:48:08 Socket(s): 4 11:48:08 NUMA node(s): 1 11:48:08 Vendor ID: GenuineIntel 11:48:08 CPU family: 6 11:48:08 Model: 44 11:48:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:48:08 Stepping: 1 11:48:08 CPU MHz: 2933.436 11:48:08 BogoMIPS: 5866.87 11:48:08 Virtualization: VT-x 11:48:08 Hypervisor vendor: KVM 11:48:08 Virtualization type: full 11:48:08 L1d cache: 128 KiB 11:48:08 L1i cache: 128 KiB 11:48:08 L2 cache: 16 MiB 11:48:08 L3 cache: 64 MiB 11:48:08 NUMA node0 CPU(s): 0-3 11:48:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 11:48:08 Vulnerability Meltdown: Mitigation; PTI 11:48:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:48:08 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 11:48:08 Vulnerability Spectre v2: Mitigation; Full retpoline 11:48:08 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 11:48:08 11:48:08 11:48:08 ---> nproc: 11:48:08 4 11:48:08 11:48:08 11:48:08 ---> df -h: 11:48:08 Filesystem Size Used Available Use% Mounted on 11:48:08 overlay 50.0G 6.4G 43.6G 13% / 11:48:08 tmpfs 64.0M 0 64.0M 0% /dev 11:48:08 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 11:48:08 shm 64.0M 0 64.0M 0% /dev/shm 11:48:08 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf 11:48:08 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname 11:48:08 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts 11:48:08 /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dry_go-mod-core-contracts_PR-236 11:48:08 /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dry_go-mod-core-contracts_PR-236@tmp 11:48:08 /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa 11:48:08 11:48:08 11:48:08 ---> free -m: 11:48:08 total used free shared buff/cache available 11:48:08 Mem: 1838 620 74 0 1142 1113 11:48:08 Swap: 1023 0 1023 11:48:08 11:48:08 11:48:08 ---> ip addr: 11:48:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:48:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:48:08 inet 127.0.0.1/8 scope host lo 11:48:08 valid_lft forever preferred_lft forever 11:48:08 6: eth0@if7: mtu 1458 qdisc noqueue state UP 11:48:08 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 11:48:08 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 11:48:08 valid_lft forever preferred_lft forever 11:48:08 11:48:08 11:48:08 ---> sar -b -r -n DEV: 11:48:08 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 06/03/20 _x86_64_ (4 CPU) 11:48:08 11:48:08 11:42:33 LINUX RESTART 11:48:08 11:48:08 11:43:01 tps rtps wtps bread/s bwrtn/s 11:48:08 11:44:01 60.57 19.19 41.38 3405.99 3750.27 11:48:08 11:45:01 3.70 0.00 3.70 0.00 137.56 11:48:08 11:46:01 1.00 0.00 1.00 0.00 14.65 11:48:08 11:47:01 0.62 0.00 0.62 0.00 6.16 11:48:08 11:48:01 104.08 67.25 36.82 3929.42 16252.52 11:48:08 Average: 34.00 17.29 16.71 1467.49 4033.15 11:48:08 11:48:08 11:43:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:48:08 11:44:01 111672 1770632 94.07 2620 1206060 962132 32.83 437336 1167436 928 11:48:08 11:45:01 122464 1759840 93.49 2620 1206092 907980 30.98 432532 1164672 8 11:48:08 11:46:01 121504 1760800 93.54 2620 1206104 908184 30.99 433576 1164660 8 11:48:08 11:47:01 122856 1759448 93.47 2620 1206104 907980 30.98 434300 1162812 8 11:48:08 11:48:01 79588 1802716 95.77 2620 1187752 1118816 38.17 471104 1145848 69700 11:48:08 Average: 111617 1770687 94.07 2620 1202422 961018 32.79 441770 1161086 14130 11:48:08 11:48:08 11:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 11:48:08 11:44:01 eth0 343.56 213.58 1017.35 95.22 0.00 0.00 0.00 11:48:08 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:08 11:44:01 docker0 3.43 2.80 0.72 8.59 0.00 0.00 0.00 11:48:08 11:45:01 eth0 1.13 0.12 0.09 0.02 0.00 0.00 0.00 11:48:08 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:08 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:08 11:46:01 eth0 1.02 0.72 0.69 0.37 0.00 0.00 0.00 11:48:08 11:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:08 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:08 11:47:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 11:48:08 11:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:08 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:08 11:48:01 eth0 99.92 74.30 2331.95 11.70 0.00 0.00 0.00 11:48:08 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:08 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:08 Average: eth0 89.17 57.78 670.19 21.48 0.00 0.00 0.00 11:48:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:08 Average: docker0 0.69 0.56 0.14 1.72 0.00 0.00 0.00 11:48:08 11:48:08 11:48:08 ---> sar -P ALL: 11:48:08 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 06/03/20 _x86_64_ (4 CPU) 11:48:08 11:48:08 11:42:33 LINUX RESTART 11:48:08 11:48:08 11:43:01 CPU %user %nice %system %iowait %steal %idle 11:48:08 11:44:01 all 13.87 0.00 4.68 1.96 1.64 77.85 11:48:08 11:44:01 0 12.24 0.00 5.51 0.32 1.70 80.23 11:48:08 11:44:01 1 13.43 0.00 4.46 2.67 1.70 77.74 11:48:08 11:44:01 2 15.15 0.00 4.40 4.06 1.70 74.69 11:48:08 11:44:01 3 14.68 0.00 4.32 0.79 1.49 78.72 11:48:08 11:45:01 all 0.14 0.00 0.05 0.00 0.05 99.77 11:48:08 11:45:01 0 0.05 0.00 0.03 0.00 0.03 99.88 11:48:08 11:45:01 1 0.37 0.00 0.07 0.00 0.08 99.48 11:48:08 11:45:01 2 0.08 0.00 0.07 0.00 0.03 99.82 11:48:08 11:45:01 3 0.05 0.00 0.05 0.00 0.02 99.88 11:48:08 11:46:01 all 0.15 0.00 0.05 0.00 0.03 99.77 11:48:08 11:46:01 0 0.07 0.00 0.03 0.00 0.03 99.87 11:48:08 11:46:01 1 0.40 0.00 0.05 0.00 0.02 99.53 11:48:08 11:46:01 2 0.08 0.00 0.05 0.00 0.03 99.83 11:48:08 11:46:01 3 0.07 0.00 0.05 0.00 0.05 99.83 11:48:08 11:47:01 all 0.11 0.00 0.07 0.00 0.05 99.77 11:48:08 11:47:01 0 0.03 0.00 0.05 0.00 0.05 99.87 11:48:08 11:47:01 1 0.32 0.00 0.05 0.00 0.03 99.60 11:48:08 11:47:01 2 0.07 0.00 0.13 0.00 0.03 99.77 11:48:08 11:47:01 3 0.03 0.00 0.03 0.00 0.05 99.88 11:48:08 11:48:01 all 4.69 0.00 2.85 1.17 1.68 89.60 11:48:08 11:48:01 0 4.80 0.00 2.99 0.97 1.63 89.61 11:48:08 11:48:01 1 5.23 0.00 3.30 2.65 1.63 87.19 11:48:08 11:48:01 2 4.72 0.00 2.46 0.72 1.79 90.31 11:48:08 11:48:01 3 4.01 0.00 2.67 0.34 1.68 91.31 11:48:08 Average: all 3.77 0.00 1.53 0.62 0.69 93.39 11:48:08 Average: 0 3.42 0.00 1.71 0.26 0.69 93.93 11:48:08 Average: 1 3.93 0.00 1.58 1.06 0.69 92.74 11:48:08 Average: 2 4.00 0.00 1.41 0.95 0.72 92.92 11:48:08 Average: 3 3.74 0.00 1.42 0.22 0.65 93.97 11:48:08 11:48:08 11:48:08