Pull request #255 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 0746ea1719ff74015da8ef926f06a40e1e317cc2 rather than 2d40e579b3115a5f716b713187fd98d46d264d84 Obtained Jenkinsfile from 0746ea1719ff74015da8ef926f06a40e1e317cc2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-260’ Running on prd-centos7-docker-4c-2g-262 in /w/workspace/dry_go-mod-core-contracts_PR-255 [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-255 # 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/255/head:refs/remotes/origin/PR-255 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit 2d40e579b3115a5f716b713187fd98d46d264d84 Merge succeeded, producing 2d40e579b3115a5f716b713187fd98d46d264d84 Checking out Revision 2d40e579b3115a5f716b713187fd98d46d264d84 (PR-255) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/255/head:refs/remotes/origin/PR-255 # 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/255/head:refs/remotes/origin/PR-255 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d40e579b3115a5f716b713187fd98d46d264d84 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d40e579b3115a5f716b713187fd98d46d264d84 # timeout=10 Commit message: "feat: Add func to convert event and reading from model to DTO" First time build. Skipping changelog. > git rev-list --no-walk 4966af20d6575e3610721a357a157f4bb1e5536b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:00:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:00:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:00:37 ========================================================= 08:00:37 EdgeX Global Pipelines Version Info 08:00:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:00:38 ------------------- 08:00:38 stable info: 08:00:38 ------------------- 08:00:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:00:38 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 08:00:38 Message: update stable to v1.0.99 08:00:39 ------------------- 08:00:39 experimental info: 08:00:39 ------------------- 08:00:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:00:39 Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 08:00:39 Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:00:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:00:42 08:00:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:00:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:00:43 latest: Pulling from edgex-devops/git-semver 08:00:43 31603596830f: Pulling fs layer 08:00:43 2a8b12db71e7: Pulling fs layer 08:00:43 6ca5941a6612: Pulling fs layer 08:00:43 ecc8261a40a4: Pulling fs layer 08:00:43 ecc8261a40a4: Waiting 08:00:43 2a8b12db71e7: Verifying Checksum 08:00:43 2a8b12db71e7: Download complete 08:00:43 31603596830f: Verifying Checksum 08:00:43 31603596830f: Download complete 08:00:43 ecc8261a40a4: Verifying Checksum 08:00:43 ecc8261a40a4: Download complete 08:00:43 6ca5941a6612: Verifying Checksum 08:00:43 31603596830f: Pull complete 08:00:43 2a8b12db71e7: Pull complete 08:00:44 6ca5941a6612: Pull complete 08:00:44 ecc8261a40a4: Pull complete 08:00:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:00:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:00:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:00:44 prd-centos7-docker-4c-2g-262 does not seem to be running inside a container 08:00:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-255 -v /w/workspace/dry_go-mod-core-contracts_PR-255:/w/workspace/dry_go-mod-core-contracts_PR-255:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-255@tmp:/w/workspace/dry_go-mod-core-contracts_PR-255@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:00:46 $ docker top 3bd1aa7e5e7a6ac58c14236f9cab97e65af2421488b5d0ebdcdfaefe7bbb847a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:00:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:00:47 [ssh-agent] Looking for ssh-agent implementation... 08:00:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:00:47 $ docker exec 3bd1aa7e5e7a6ac58c14236f9cab97e65af2421488b5d0ebdcdfaefe7bbb847a ssh-agent 08:00:47 SSH_AUTH_SOCK=/tmp/ssh-vXCuFD9EVj6s/agent.12 08:00:47 SSH_AGENT_PID=17 08:00:47 Running ssh-add (command line suppressed) 08:00:47 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-255@tmp/private_key_243752940550928070.key (/w/workspace/dry_go-mod-core-contracts_PR-255@tmp/private_key_243752940550928070.key) 08:00:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:00:47 + git describe --exact-match --tags HEAD 08:00:47 fatal: No names found, cannot describe anything. [Pipeline] } 08:00:47 $ docker exec --env ******** --env ******** 3bd1aa7e5e7a6ac58c14236f9cab97e65af2421488b5d0ebdcdfaefe7bbb847a ssh-agent -k 08:00:48 unset SSH_AUTH_SOCK; 08:00:48 unset SSH_AGENT_PID; 08:00:48 echo Agent pid 17 killed; 08:00:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:00:48 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:00:48 This usually means this commit has not been tagged. [Pipeline] sshagent 08:00:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:00:48 [ssh-agent] Looking for ssh-agent implementation... 08:00:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:00:48 $ docker exec 3bd1aa7e5e7a6ac58c14236f9cab97e65af2421488b5d0ebdcdfaefe7bbb847a ssh-agent 08:00:48 SSH_AUTH_SOCK=/tmp/ssh-jgLjRp0rhG7I/agent.47 08:00:48 SSH_AGENT_PID=53 08:00:48 Running ssh-add (command line suppressed) 08:00:48 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-255@tmp/private_key_3800810213990092467.key (/w/workspace/dry_go-mod-core-contracts_PR-255@tmp/private_key_3800810213990092467.key) 08:00:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:00:49 + git semver init 08:00:49 # -> Open(): unable to determine branch for HEAD 08:00:49 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-255/.git 08:00:49 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-255 08:00:49 # $SEMVER_REMOTE_NAME = origin 08:00:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:00:49 # $SEMVER_USER_NAME = edgex-jenkins 08:00:49 # $SEMVER_BRANCH = PR-255 08:00:49 # $SEMVER_TEMP = /tmp/semver-033378992 08:00:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:00:49 # '/tmp/semver-033378992' -> '/w/workspace/dry_go-mod-core-contracts_PR-255/.semver' 08:00:49 # -> Force: false 08:00:49 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-255/.semver [Pipeline] } 08:00:49 $ docker exec --env ******** --env ******** 3bd1aa7e5e7a6ac58c14236f9cab97e65af2421488b5d0ebdcdfaefe7bbb847a ssh-agent -k 08:00:49 unset SSH_AUTH_SOCK; 08:00:49 unset SSH_AGENT_PID; 08:00:49 echo Agent pid 53 killed; 08:00:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:00:50 + git semver [Pipeline] } 08:00:50 $ docker stop --time=1 3bd1aa7e5e7a6ac58c14236f9cab97e65af2421488b5d0ebdcdfaefe7bbb847a 08:00:51 $ docker rm -f 3bd1aa7e5e7a6ac58c14236f9cab97e65af2421488b5d0ebdcdfaefe7bbb847a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:00:52 Stashed 80 file(s) [Pipeline] echo 08:00:52 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 08:01:07 Still waiting to schedule task 08:01:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:01:07 Still waiting to schedule task 08:01:07 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-261’ 08:03:27 Running on prd-centos7-docker-4c-2g-263 in /w/workspace/dry_go-mod-core-contracts_PR-255 [Pipeline] { [Pipeline] ws 08:03:27 Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout 08:03:29 using credential edgex-jenkins-ssh 08:03:30 Cloning the remote Git repository 08:03:30 Cloning with configured refspecs honoured and without tags 08:03:29 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:03:29 > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 08:03:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:03:29 > git --version # timeout=10 08:03:29 using GIT_SSH to set credentials SSH Credentials for GitHub 08:03:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/255/head:refs/remotes/origin/PR-255 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:03:31 Fetching without tags 08:03:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:03:31 > git config --add remote.origin.fetch +refs/pull/255/head:refs/remotes/origin/PR-255 # timeout=10 08:03:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:03:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:03:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:03:31 using GIT_SSH to set credentials SSH Credentials for GitHub 08:03:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/255/head:refs/remotes/origin/PR-255 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:03:32 Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit 2d40e579b3115a5f716b713187fd98d46d264d84 08:03:32 Merge succeeded, producing 2d40e579b3115a5f716b713187fd98d46d264d84 08:03:32 Checking out Revision 2d40e579b3115a5f716b713187fd98d46d264d84 (PR-255) 08:03:31 > git config core.sparsecheckout # timeout=10 08:03:31 > git checkout -f 2d40e579b3115a5f716b713187fd98d46d264d84 # timeout=10 08:03:31 > git remote # timeout=10 08:03:31 > git config --get remote.origin.url # timeout=10 08:03:31 using GIT_SSH to set credentials SSH Credentials for GitHub 08:03:31 > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 08:03:31 > git rev-parse HEAD^{commit} # timeout=10 08:03:31 > git config core.sparsecheckout # timeout=10 08:03:31 > git checkout -f 2d40e579b3115a5f716b713187fd98d46d264d84 # timeout=10 08:03:35 Commit message: "feat: Add func to convert event and reading from model to DTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:03:36 ========================================================= 08:03:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 08:03:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:03:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 08:03:37 Sending build context to Docker daemon 1.867MB 08:03:37 Step 1/7 : ARG BASE=golang:1.13-alpine 08:03:37 Step 2/7 : FROM ${BASE} 08:03:37 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 08:03:37 df20fa9351a1: Pulling fs layer 08:03:37 ed8968b2872e: Pulling fs layer 08:03:37 a92cc7c5fd73: Pulling fs layer 08:03:37 2dd03ba5bac4: Pulling fs layer 08:03:37 1e091d79d1de: Pulling fs layer 08:03:37 481702a1767f: Pulling fs layer 08:03:37 f64a6f60c768: Pulling fs layer 08:03:37 e78d2573fc39: Pulling fs layer 08:03:37 e876d2f968b6: Pulling fs layer 08:03:37 ce8a83651883: Pulling fs layer 08:03:37 07967f4d0e4b: Pulling fs layer 08:03:37 2dd03ba5bac4: Waiting 08:03:37 1e091d79d1de: Waiting 08:03:37 481702a1767f: Waiting 08:03:37 f64a6f60c768: Waiting 08:03:37 e78d2573fc39: Waiting 08:03:37 07967f4d0e4b: Waiting 08:03:37 e876d2f968b6: Waiting 08:03:37 ce8a83651883: Waiting 08:03:37 a92cc7c5fd73: Verifying Checksum 08:03:37 a92cc7c5fd73: Download complete 08:03:37 ed8968b2872e: Verifying Checksum 08:03:37 ed8968b2872e: Download complete 08:03:37 1e091d79d1de: Verifying Checksum 08:03:37 1e091d79d1de: Download complete 08:03:37 481702a1767f: Verifying Checksum 08:03:37 481702a1767f: Download complete 08:03:37 df20fa9351a1: Verifying Checksum 08:03:37 df20fa9351a1: Download complete 08:03:37 df20fa9351a1: Pull complete 08:03:38 f64a6f60c768: Verifying Checksum 08:03:38 f64a6f60c768: Download complete 08:03:38 e876d2f968b6: Verifying Checksum 08:03:38 e876d2f968b6: Download complete 08:03:38 ce8a83651883: Download complete 08:03:38 07967f4d0e4b: Verifying Checksum 08:03:38 07967f4d0e4b: Download complete 08:03:38 2dd03ba5bac4: Verifying Checksum 08:03:38 2dd03ba5bac4: Download complete 08:03:38 e78d2573fc39: Verifying Checksum 08:03:38 e78d2573fc39: Download complete 08:03:40 ed8968b2872e: Pull complete 08:03:40 a92cc7c5fd73: Pull complete 08:03:46 2dd03ba5bac4: Pull complete 08:03:46 1e091d79d1de: Pull complete 08:03:46 481702a1767f: Pull complete 08:03:51 f64a6f60c768: Pull complete 08:03:54 e78d2573fc39: Pull complete 08:03:54 e876d2f968b6: Pull complete 08:03:55 ce8a83651883: Pull complete 08:03:55 07967f4d0e4b: Pull complete 08:03:55 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 08:03:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 08:03:55 ---> 5d7c900382c6 08:03:55 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:03:57 ---> Running in 4eaa2b295dfb 08:03:57 Removing intermediate container 4eaa2b295dfb 08:03:57 ---> ea46eb6da810 08:03:57 Step 4/7 : RUN apk add bash 08:03:57 ---> Running in 5c3823e97d49 08:03:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:03:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:03:59 OK: 166 MiB in 39 packages 08:04:00 Removing intermediate container 5c3823e97d49 08:04:00 ---> 68b451e23a08 08:04:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:04:00 ---> Running in d69eb55a2787 08:04:00 Removing intermediate container d69eb55a2787 08:04:00 ---> 14b90b6474ad 08:04:00 Step 6/7 : COPY go.mod . 08:04:00 ---> 574d6908f909 08:04:00 Step 7/7 : RUN go mod download 08:04:00 ---> Running in 3ed62aac3427 08:04:01 go: finding github.com/davecgh/go-spew v1.1.0 08:04:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:04:02 go: finding github.com/go-kit/kit v0.8.0 08:04:02 go: finding github.com/go-logfmt/logfmt v0.4.0 08:04:02 go: finding github.com/go-playground/assert/v2 v2.0.1 08:04:02 go: finding github.com/go-playground/locales v0.13.0 08:04:02 go: finding github.com/go-playground/universal-translator v0.17.0 08:04:02 go: finding github.com/go-playground/validator/v10 v10.3.0 08:04:02 go: finding github.com/go-stack/stack v1.8.0 08:04:02 go: finding github.com/google/uuid v1.1.0 08:04:02 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:04:02 go: finding github.com/leodido/go-urn v1.2.0 08:04:02 go: finding github.com/pmezard/go-difflib v1.0.0 08:04:02 go: finding github.com/stretchr/objx v0.1.0 08:04:02 go: finding github.com/stretchr/testify v1.5.1 08:04:02 go: finding github.com/x448/float16 v0.8.4 08:04:02 go: finding golang.org/x/text v0.3.2 08:04:02 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:04:02 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:04:02 go: finding gopkg.in/yaml.v2 v2.2.2 08:04:10 Removing intermediate container 3ed62aac3427 08:04:10 ---> 4060844178d2 08:04:10 Successfully built 4060844178d2 08:04:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:04:11 + docker inspect -f . ci-base-image-x86_64 08:04:11 . [Pipeline] withDockerContainer 08:04:11 prd-centos7-docker-4c-2g-263 does not seem to be running inside a container 08:04:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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 ******** ci-base-image-x86_64 cat 08:04:11 $ docker top cc79f27e40c8e6ec1ca1be4d521860b33e9e33fbe63d98c2bf2042fe0aea2033 -eo pid,comm [Pipeline] { [Pipeline] sh 08:04:12 + go version 08:04:12 go version go1.13.13 linux/amd64 [Pipeline] sh 08:04:12 + make test 08:04:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:04:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.014s coverage: 85.7% of statements 08:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.013s coverage: 100.0% of statements 08:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.015s coverage: 45.4% of statements 08:04:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.010s coverage: 77.8% of statements 08:04:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:04:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.4% of statements 08:04:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.016s coverage: 14.4% of statements 08:04:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.028s coverage: 100.0% of statements 08:04:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.027s coverage: 91.8% of statements 08:04:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:04:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:04:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.018s coverage: 100.0% of statements 08:04:25 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 62.6% of statements 08:04:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.005s coverage: 26.3% of statements 08:04:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.005s coverage: 15.4% of statements 08:04:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.011s coverage: 15.4% of statements 08:04:25 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements 08:04:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:04:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.020s coverage: 80.0% of statements 08:04:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 08:04:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.008s coverage: 90.9% of statements 08:04:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 08:04:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:04:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:04:27 gofmt -l . 08:04:27 [ "`gofmt -l .`" = "" ] [Pipeline] stash 08:04:27 Stashed 1 file(s) [Pipeline] } 08:04:27 $ docker stop --time=1 cc79f27e40c8e6ec1ca1be4d521860b33e9e33fbe63d98c2bf2042fe0aea2033 08:04:29 $ docker rm -f cc79f27e40c8e6ec1ca1be4d521860b33e9e33fbe63d98c2bf2042fe0aea2033 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:04:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-264 in /w/workspace/dry_go-mod-core-contracts_PR-255 [Pipeline] { [Pipeline] ws 08:04:37 Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout 08:04:42 using credential edgex-jenkins-ssh 08:04:42 Cloning the remote Git repository 08:04:42 Cloning with configured refspecs honoured and without tags 08:04:43 Fetching without tags 08:04:42 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:04:42 > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 08:04:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:04:42 > git --version # timeout=10 08:04:42 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/255/head:refs/remotes/origin/PR-255 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:04:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:04:43 > git config --add remote.origin.fetch +refs/pull/255/head:refs/remotes/origin/PR-255 # timeout=10 08:04:43 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:04:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:04:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:04:43 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/255/head:refs/remotes/origin/PR-255 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:04:44 Merging remotes/origin/master commit 0746ea1719ff74015da8ef926f06a40e1e317cc2 into PR head commit 2d40e579b3115a5f716b713187fd98d46d264d84 08:04:44 Merge succeeded, producing 2d40e579b3115a5f716b713187fd98d46d264d84 08:04:44 Checking out Revision 2d40e579b3115a5f716b713187fd98d46d264d84 (PR-255) 08:04:44 > git config core.sparsecheckout # timeout=10 08:04:44 > git checkout -f 2d40e579b3115a5f716b713187fd98d46d264d84 # timeout=10 08:04:44 > git remote # timeout=10 08:04:44 > git config --get remote.origin.url # timeout=10 08:04:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:44 > git merge 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 08:04:44 > git rev-parse HEAD^{commit} # timeout=10 08:04:44 > git config core.sparsecheckout # timeout=10 08:04:44 > git checkout -f 2d40e579b3115a5f716b713187fd98d46d264d84 # timeout=10 08:04:48 Commit message: "feat: Add func to convert event and reading from model to DTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:04:50 ========================================================= 08:04:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 08:04:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:04:51 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 08:04:52 Sending build context to Docker daemon 1.867MB 08:04:52 Step 1/7 : ARG BASE=golang:1.13-alpine 08:04:52 Step 2/7 : FROM ${BASE} 08:04:52 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:04:52 b538f80385f9: Pulling fs layer 08:04:52 74f711af9a0d: Pulling fs layer 08:04:52 99f96fe45779: Pulling fs layer 08:04:52 fd7a069fd194: Pulling fs layer 08:04:52 66aa3694b03b: Pulling fs layer 08:04:52 170f70906a0f: Pulling fs layer 08:04:52 ad7c5574e4b9: Pulling fs layer 08:04:52 e772456be8f7: Pulling fs layer 08:04:52 c890913d741a: Pulling fs layer 08:04:52 2480fcc9aa5a: Pulling fs layer 08:04:52 09adf4765672: Pulling fs layer 08:04:52 fd7a069fd194: Waiting 08:04:52 ad7c5574e4b9: Waiting 08:04:52 e772456be8f7: Waiting 08:04:52 66aa3694b03b: Waiting 08:04:52 c890913d741a: Waiting 08:04:52 170f70906a0f: Waiting 08:04:52 2480fcc9aa5a: Waiting 08:04:52 09adf4765672: Waiting 08:04:52 99f96fe45779: Verifying Checksum 08:04:52 99f96fe45779: Download complete 08:04:52 74f711af9a0d: Verifying Checksum 08:04:52 74f711af9a0d: Download complete 08:04:52 66aa3694b03b: Verifying Checksum 08:04:52 66aa3694b03b: Download complete 08:04:52 170f70906a0f: Download complete 08:04:52 b538f80385f9: Verifying Checksum 08:04:52 b538f80385f9: Download complete 08:04:53 b538f80385f9: Pull complete 08:04:54 74f711af9a0d: Pull complete 08:04:54 99f96fe45779: Pull complete 08:04:55 ad7c5574e4b9: Verifying Checksum 08:04:55 ad7c5574e4b9: Download complete 08:04:55 c890913d741a: Verifying Checksum 08:04:55 c890913d741a: Download complete 08:04:56 2480fcc9aa5a: Verifying Checksum 08:04:56 2480fcc9aa5a: Download complete 08:04:56 09adf4765672: Verifying Checksum 08:04:56 09adf4765672: Download complete 08:04:57 e772456be8f7: Verifying Checksum 08:04:57 e772456be8f7: Download complete 08:04:57 fd7a069fd194: Verifying Checksum 08:04:57 fd7a069fd194: Download complete 08:05:10 fd7a069fd194: Pull complete 08:05:10 66aa3694b03b: Pull complete 08:05:10 170f70906a0f: Pull complete 08:05:12 ad7c5574e4b9: Pull complete 08:05:18 e772456be8f7: Pull complete 08:05:18 c890913d741a: Pull complete 08:05:20 2480fcc9aa5a: Pull complete 08:05:20 09adf4765672: Pull complete 08:05:20 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 08:05:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 08:05:20 ---> 2248a725d1cf 08:05:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:05:25 ---> Running in 289fbfbaed81 08:05:26 Removing intermediate container 289fbfbaed81 08:05:26 ---> a5623204f1fe 08:05:26 Step 4/7 : RUN apk add bash 08:05:26 ---> Running in cf9fea90a6ce 08:05:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:05:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:05:29 OK: 142 MiB in 39 packages 08:05:30 Removing intermediate container cf9fea90a6ce 08:05:30 ---> d91ebdcd0578 08:05:30 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:05:30 ---> Running in 38423ad57009 08:05:31 Removing intermediate container 38423ad57009 08:05:31 ---> 9e3f9fed0219 08:05:31 Step 6/7 : COPY go.mod . 08:05:32 ---> 30ac1d4171dd 08:05:32 Step 7/7 : RUN go mod download 08:05:32 ---> Running in 816c1f19fa1e 08:05:34 go: finding github.com/davecgh/go-spew v1.1.0 08:05:34 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:05:34 go: finding github.com/go-kit/kit v0.8.0 08:05:34 go: finding github.com/go-logfmt/logfmt v0.4.0 08:05:34 go: finding github.com/go-playground/assert/v2 v2.0.1 08:05:34 go: finding github.com/go-playground/locales v0.13.0 08:05:34 go: finding github.com/go-playground/universal-translator v0.17.0 08:05:34 go: finding github.com/go-playground/validator/v10 v10.3.0 08:05:34 go: finding github.com/go-stack/stack v1.8.0 08:05:34 go: finding github.com/google/uuid v1.1.0 08:05:34 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:05:34 go: finding github.com/leodido/go-urn v1.2.0 08:05:34 go: finding github.com/pmezard/go-difflib v1.0.0 08:05:34 go: finding github.com/stretchr/objx v0.1.0 08:05:34 go: finding github.com/stretchr/testify v1.5.1 08:05:34 go: finding github.com/x448/float16 v0.8.4 08:05:34 go: finding golang.org/x/text v0.3.2 08:05:34 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:05:34 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:05:34 go: finding gopkg.in/yaml.v2 v2.2.2 08:05:47 Removing intermediate container 816c1f19fa1e 08:05:47 ---> 32213d10c964 08:05:47 Successfully built 32213d10c964 08:05:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:47 + docker inspect -f . ci-base-image-arm64 08:05:47 . [Pipeline] withDockerContainer 08:05:48 prd-ubuntu18.04-docker-arm64-4c-16g-264 does not seem to be running inside a container 08:05:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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 ******** ci-base-image-arm64 cat 08:05:50 $ docker top 6c333a51a0a2253854fb4354f4e2c9be04dcf8c92e35123036f8b65e3a30bcdc -eo pid,comm [Pipeline] { [Pipeline] sh 08:05:51 + go version 08:05:51 go version go1.13.13 linux/arm64 [Pipeline] sh 08:05:52 + make test 08:05:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:06:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:06:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.052s coverage: 85.7% of statements 08:06:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.048s coverage: 100.0% of statements 08:06:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.068s coverage: 45.4% of statements 08:06:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.019s coverage: 77.8% of statements 08:06:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:06:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.044s coverage: 6.4% of statements 08:06:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.056s coverage: 14.4% of statements 08:06:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.029s coverage: 100.0% of statements 08:06:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.082s coverage: 91.8% of statements 08:06:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:06:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:06:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements 08:06:27 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.092s coverage: 62.6% of statements 08:06:27 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.051s coverage: 26.3% of statements 08:06:27 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.025s coverage: 15.4% of statements 08:06:27 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.027s coverage: 15.4% of statements 08:06:27 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements 08:06:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:06:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 80.0% of statements 08:06:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 08:06:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.028s coverage: 90.9% of statements 08:06:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 08:06:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:06:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:06:33 gofmt -l . 08:06:33 [ "`gofmt -l .`" = "" ] [Pipeline] stash 08:06:33 Warning: overwriting stash ‘coverage-report’ 08:06:33 Stashed 1 file(s) [Pipeline] } 08:06:33 $ docker stop --time=1 6c333a51a0a2253854fb4354f4e2c9be04dcf8c92e35123036f8b65e3a30bcdc 08:06:36 $ docker rm -f 6c333a51a0a2253854fb4354f4e2c9be04dcf8c92e35123036f8b65e3a30bcdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:06:38 provisioning config files... 08:06:38 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-255@tmp/config1531990387641529652tmp [Pipeline] { [Pipeline] sh 08:06:38 + curl -s https://codecov.io/bash 08:06:38 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-255@tmp/config1531990387641529652tmp [Pipeline] } 08:06:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:06:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:06:40 ---> package-listing.sh 08:06:40 ++ facter osfamily 08:06:40 ++ tr '[:upper:]' '[:lower:]' 08:06:40 + OS_FAMILY=redhat 08:06:40 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-255 08:06:40 + START_PACKAGES=/tmp/packages_start.txt 08:06:40 + END_PACKAGES=/tmp/packages_end.txt 08:06:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:06:40 + PACKAGES=/tmp/packages_start.txt 08:06:40 + '[' /w/workspace/dry_go-mod-core-contracts_PR-255 ']' 08:06:40 + PACKAGES=/tmp/packages_end.txt 08:06:40 + case "${OS_FAMILY}" in 08:06:40 + rpm -qa 08:06:40 + sort 08:06:44 + '[' -f /tmp/packages_start.txt ']' 08:06:44 + '[' -f /tmp/packages_end.txt ']' 08:06:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:06:44 + '[' /w/workspace/dry_go-mod-core-contracts_PR-255 ']' 08:06:44 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-255/archives/ 08:06:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-255/archives/ [Pipeline] isUnix [Pipeline] sh 08:06:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:06:44 08:06:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:06:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:06:45 alpine: Pulling from edgex-lftools-log-publisher 08:06:45 c9b1b535fdd9: Pulling fs layer 08:06:45 2cc5ad85d9ab: Pulling fs layer 08:06:45 756a868c4378: Pulling fs layer 08:06:45 444b2fc9a129: Pulling fs layer 08:06:45 ea15f1150254: Pulling fs layer 08:06:45 41b27a9f41bf: Pulling fs layer 08:06:45 28c525ee5125: Pulling fs layer 08:06:45 094b1ea09ed8: Pulling fs layer 08:06:45 138eaada9080: Pulling fs layer 08:06:45 0622d0fa9048: Pulling fs layer 08:06:45 41b27a9f41bf: Waiting 08:06:45 28c525ee5125: Waiting 08:06:45 0622d0fa9048: Waiting 08:06:45 094b1ea09ed8: Waiting 08:06:45 138eaada9080: Waiting 08:06:45 444b2fc9a129: Waiting 08:06:45 ea15f1150254: Waiting 08:06:45 2cc5ad85d9ab: Verifying Checksum 08:06:45 2cc5ad85d9ab: Download complete 08:06:45 444b2fc9a129: Verifying Checksum 08:06:45 444b2fc9a129: Download complete 08:06:45 c9b1b535fdd9: Verifying Checksum 08:06:45 ea15f1150254: Verifying Checksum 08:06:45 ea15f1150254: Download complete 08:06:45 28c525ee5125: Verifying Checksum 08:06:45 28c525ee5125: Download complete 08:06:45 756a868c4378: Verifying Checksum 08:06:45 756a868c4378: Download complete 08:06:45 c9b1b535fdd9: Pull complete 08:06:45 138eaada9080: Verifying Checksum 08:06:45 138eaada9080: Download complete 08:06:45 094b1ea09ed8: Verifying Checksum 08:06:45 094b1ea09ed8: Download complete 08:06:45 0622d0fa9048: Verifying Checksum 08:06:45 0622d0fa9048: Download complete 08:06:45 2cc5ad85d9ab: Pull complete 08:06:46 41b27a9f41bf: Verifying Checksum 08:06:46 41b27a9f41bf: Download complete 08:06:47 756a868c4378: Pull complete 08:06:47 444b2fc9a129: Pull complete 08:06:47 ea15f1150254: Pull complete 08:06:51 41b27a9f41bf: Pull complete 08:06:51 28c525ee5125: Pull complete 08:06:54 094b1ea09ed8: Pull complete 08:06:54 138eaada9080: Pull complete 08:06:54 0622d0fa9048: Pull complete 08:06:54 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 08:06:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:06:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:06:55 prd-centos7-docker-4c-2g-262 does not seem to be running inside a container 08:06:55 $ 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-255 -v /w/workspace/dry_go-mod-core-contracts_PR-255:/w/workspace/dry_go-mod-core-contracts_PR-255:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-255@tmp:/w/workspace/dry_go-mod-core-contracts_PR-255@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:06:58 $ docker top b8adbd4856533fb6c138c410cbf3af4d8e48cebaac6fd334cf48da1c8891bf58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:06:58 provisioning config files... 08:06:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-255@tmp/config6094489640155890168tmp [Pipeline] { [Pipeline] echo 08:06:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:06:59 ---> create-netrc.sh [Pipeline] echo 08:06:59 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:06:59 ---> logs-deploy.sh 08:06:59 + ARCHIVE_ARTIFACTS= 08:06:59 + LOGS_SERVER=https://logs.edgexfoundry.org 08:06:59 + '[' https://logs.edgexfoundry.org == None ']' 08:06:59 + NEXUS_URL=https://nexus.edgexfoundry.org 08:06:59 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-255/6 08:06:59 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-255/6/ 08:06:59 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-255/6 /w/workspace/dry_go-mod-core-contracts_PR-255 08:07:01 Archives upload complete. 08:07:01 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-255/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-255/6/ 08:07:01 ---> uname -a: 08:07:01 Linux b8adbd485653 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:07:01 08:07:01 08:07:01 ---> lscpu: 08:07:01 Architecture: x86_64 08:07:01 CPU op-mode(s): 32-bit, 64-bit 08:07:01 Byte Order: Little Endian 08:07:01 Address sizes: 40 bits physical, 48 bits virtual 08:07:01 CPU(s): 4 08:07:01 On-line CPU(s) list: 0-3 08:07:01 Thread(s) per core: 1 08:07:01 Core(s) per socket: 1 08:07:01 Socket(s): 4 08:07:01 NUMA node(s): 1 08:07:01 Vendor ID: GenuineIntel 08:07:01 CPU family: 6 08:07:01 Model: 44 08:07:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:07:01 Stepping: 1 08:07:01 CPU MHz: 2933.396 08:07:01 BogoMIPS: 5866.79 08:07:01 Virtualization: VT-x 08:07:01 Hypervisor vendor: KVM 08:07:01 Virtualization type: full 08:07:01 L1d cache: 128 KiB 08:07:01 L1i cache: 128 KiB 08:07:01 L2 cache: 16 MiB 08:07:01 L3 cache: 64 MiB 08:07:01 NUMA node0 CPU(s): 0-3 08:07:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:07:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:07:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:07:01 Vulnerability Meltdown: Mitigation; PTI 08:07:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:07:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:07:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:07:01 Vulnerability Tsx async abort: Not affected 08:07:01 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:07:01 08:07:01 08:07:01 ---> nproc: 08:07:01 4 08:07:01 08:07:01 08:07:01 ---> df -h: 08:07:01 Filesystem Size Used Available Use% Mounted on 08:07:01 overlay 50.0G 7.2G 42.8G 14% / 08:07:01 tmpfs 64.0M 0 64.0M 0% /dev 08:07:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:07:01 shm 64.0M 0 64.0M 0% /dev/shm 08:07:01 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 08:07:01 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 08:07:01 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 08:07:01 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 08:07:01 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-255 08:07:01 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-255@tmp 08:07:01 08:07:01 08:07:01 ---> free -m: 08:07:01 total used free shared buff/cache available 08:07:01 Mem: 1837 650 119 0 1066 1081 08:07:01 Swap: 1023 0 1023 08:07:01 08:07:01 08:07:01 ---> ip addr: 08:07:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:07:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:07:01 inet 127.0.0.1/8 scope host lo 08:07:01 valid_lft forever preferred_lft forever 08:07:01 6: eth0@if7: mtu 1458 qdisc noqueue state UP 08:07:01 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 08:07:01 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 08:07:01 valid_lft forever preferred_lft forever 08:07:01 08:07:01 08:07:01 ---> sar -b -r -n DEV: 08:07:01 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/20/20 _x86_64_ (4 CPU) 08:07:01 08:07:01 07:59:48 LINUX RESTART 08:07:01 08:07:01 08:01:01 tps rtps wtps bread/s bwrtn/s 08:07:01 08:02:01 2.40 0.05 2.35 1.33 56.61 08:07:01 08:03:01 0.35 0.00 0.35 0.00 4.95 08:07:01 08:04:01 0.20 0.00 0.20 0.00 2.56 08:07:01 08:05:01 0.25 0.00 0.25 0.00 4.38 08:07:01 08:06:01 0.27 0.00 0.27 0.00 3.36 08:07:01 Average: 0.69 0.01 0.68 0.27 14.37 08:07:01 08:07:01 08:01:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:07:01 08:02:01 182652 1698904 90.29 2620 1137316 1080984 36.89 384400 1155120 28 08:07:01 08:03:01 180816 1700740 90.39 2620 1137324 1080984 36.89 386440 1154844 8 08:07:01 08:04:01 180212 1701344 90.42 2620 1137328 1081244 36.90 387676 1154840 8 08:07:01 08:05:01 178028 1703528 90.54 2620 1137332 1081316 36.90 392280 1152344 12 08:07:01 08:06:01 176260 1705296 90.63 2620 1137336 1081124 36.90 400096 1146180 8 08:07:01 Average: 179594 1701962 90.46 2620 1137327 1081130 36.90 390178 1152666 13 08:07:01 08:07:01 08:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 08:07:01 08:02:01 eth0 0.08 0.08 0.01 0.02 0.00 0.00 0.00 08:07:01 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 08:03:01 eth0 0.45 0.08 0.05 0.01 0.00 0.00 0.00 08:07:01 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 08:04:01 eth0 1.72 0.48 0.38 0.21 0.00 0.00 0.00 08:07:01 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 08:05:01 eth0 0.95 0.58 0.53 0.40 0.00 0.00 0.00 08:07:01 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 08:06:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 08:07:01 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 Average: eth0 0.68 0.28 0.21 0.14 0.00 0.00 0.00 08:07:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:01 08:07:01 08:07:01 ---> sar -P ALL: 08:07:01 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/20/20 _x86_64_ (4 CPU) 08:07:01 08:07:01 07:59:48 LINUX RESTART 08:07:01 08:07:01 08:01:01 CPU %user %nice %system %iowait %steal %idle 08:07:01 08:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 08:07:01 08:02:01 0 0.02 0.00 0.05 0.00 0.00 99.93 08:07:01 08:02:01 1 0.08 0.00 0.05 0.00 0.00 99.87 08:07:01 08:02:01 2 0.07 0.00 0.03 0.00 0.00 99.90 08:07:01 08:02:01 3 0.45 0.00 0.05 0.00 0.00 99.50 08:07:01 08:03:01 all 0.14 0.00 0.03 0.00 0.00 99.83 08:07:01 08:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:07:01 08:03:01 1 0.47 0.00 0.03 0.00 0.00 99.50 08:07:01 08:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:07:01 08:03:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:07:01 08:04:01 all 0.13 0.00 0.03 0.00 0.00 99.85 08:07:01 08:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:07:01 08:04:01 1 0.40 0.00 0.05 0.00 0.00 99.55 08:07:01 08:04:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:07:01 08:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:07:01 08:05:01 all 0.06 0.00 0.03 0.00 0.00 99.91 08:07:01 08:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:07:01 08:05:01 1 0.15 0.00 0.03 0.00 0.02 99.80 08:07:01 08:05:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:07:01 08:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:07:01 08:06:01 all 0.16 0.00 0.05 0.00 0.00 99.79 08:07:01 08:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:07:01 08:06:01 1 0.02 0.00 0.13 0.00 0.00 99.85 08:07:01 08:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:07:01 08:06:01 3 0.57 0.00 0.03 0.00 0.00 99.40 08:07:01 Average: all 0.13 0.00 0.04 0.00 0.00 99.84 08:07:01 Average: 0 0.02 0.00 0.02 0.00 0.00 99.96 08:07:01 Average: 1 0.22 0.00 0.06 0.00 0.00 99.71 08:07:01 Average: 2 0.04 0.00 0.04 0.00 0.00 99.92 08:07:01 Average: 3 0.22 0.00 0.02 0.00 0.00 99.75 08:07:01 08:07:01 08:07:01