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 4e6ff58d27906173a736d96ac443bf6c8f017e15 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 Running on prd-centos7-docker-4c-2g-1683 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-236 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 4e6ff58d27906173a736d96ac443bf6c8f017e15 Merge succeeded, producing 4e6ff58d27906173a736d96ac443bf6c8f017e15 Checking out Revision 4e6ff58d27906173a736d96ac443bf6c8f017e15 (PR-236) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # 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 4e6ff58d27906173a736d96ac443bf6c8f017e15 # timeout=10 Commit message: "Create core data DTOs and models for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:46:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:46:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:46:47 ========================================================= 09:46:47 EdgeX Global Pipelines Version Info 09:46:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 09:46:49 ------------------- 09:46:49 stable info: 09:46:49 ------------------- 09:46:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:46:49 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 09:46:49 Message: update stable to v1.0.89 09:46:49 ------------------- 09:46:49 experimental info: 09:46:49 ------------------- 09:46:49 Commited By: **** collab-it+edgex@linuxfoundation.org 09:46:49 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 09:46:49 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 09:46:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:46:51 09:46:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:46:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:46:51 latest: Pulling from edgex-devops/git-semver 09:46:51 9123ac7c32f7: Pulling fs layer 09:46:51 b8cc5d1170e3: Pulling fs layer 09:46:51 2924cbbf6a41: Pulling fs layer 09:46:51 93b08a4f1073: Pulling fs layer 09:46:51 93b08a4f1073: Waiting 09:46:51 b8cc5d1170e3: Verifying Checksum 09:46:51 b8cc5d1170e3: Download complete 09:46:52 9123ac7c32f7: Download complete 09:46:52 93b08a4f1073: Verifying Checksum 09:46:52 93b08a4f1073: Download complete 09:46:52 2924cbbf6a41: Verifying Checksum 09:46:52 2924cbbf6a41: Download complete 09:46:52 9123ac7c32f7: Pull complete 09:46:52 b8cc5d1170e3: Pull complete 09:46:53 2924cbbf6a41: Pull complete 09:46:53 93b08a4f1073: Pull complete 09:46:53 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 09:46:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:46:53 prd-centos7-docker-4c-2g-1683 does not seem to be running inside a container 09:46:53 $ 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 09:46:54 $ docker top fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:46:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:46:54 [ssh-agent] Looking for ssh-agent implementation... 09:46:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:46:54 $ docker exec fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 ssh-agent 09:46:55 SSH_AUTH_SOCK=/tmp/ssh-hVJlm5h3xGyV/agent.15 09:46:55 SSH_AGENT_PID=22 09:46:55 Running ssh-add (command line suppressed) 09:46:55 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_1014855416715546652.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_1014855416715546652.key) 09:46:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:46:55 + git describe --exact-match --tags HEAD 09:46:55 fatal: No names found, cannot describe anything. [Pipeline] } 09:46:55 $ docker exec --env ******** --env ******** fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 ssh-agent -k 09:46:55 unset SSH_AUTH_SOCK; 09:46:55 unset SSH_AGENT_PID; 09:46:55 echo Agent pid 22 killed; 09:46:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:46:56 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:46:56 This usually means this commit has not been tagged. [Pipeline] sshagent 09:46:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:46:56 [ssh-agent] Looking for ssh-agent implementation... 09:46:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:46:56 $ docker exec fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 ssh-agent 09:46:56 SSH_AUTH_SOCK=/tmp/ssh-vzA44vL61Qt6/agent.58 09:46:56 SSH_AGENT_PID=64 09:46:56 Running ssh-add (command line suppressed) 09:46:56 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3589632367998761728.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3589632367998761728.key) 09:46:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:46:57 + git semver init 09:46:57 # -> Open(): unable to determine branch for HEAD 09:46:57 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git 09:46:57 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 09:46:57 # $SEMVER_REMOTE_NAME = origin 09:46:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:46:57 # $SEMVER_USER_NAME = edgex-jenkins 09:46:57 # $SEMVER_BRANCH = PR-236 09:46:57 # $SEMVER_TEMP = /tmp/semver-110722635 09:46:57 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:46:57 # '/tmp/semver-110722635' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' 09:46:57 # -> Force: false 09:46:57 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } 09:46:57 $ docker exec --env ******** --env ******** fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 ssh-agent -k 09:46:57 unset SSH_AUTH_SOCK; 09:46:57 unset SSH_AGENT_PID; 09:46:57 echo Agent pid 64 killed; 09:46:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:46:58 + git semver [Pipeline] } 09:46:58 $ docker stop --time=1 fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 09:46:59 $ docker rm -f fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:47:00 Stashed 74 file(s) [Pipeline] echo 09:47:00 [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 09:47:15 Still waiting to schedule task 09:47:15 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1683’ 09:47:15 Still waiting to schedule task 09:47:15 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:49:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1684 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 09:49:03 Running in /w/workspace/go-mod-core-contracts/14 [Pipeline] { [Pipeline] checkout 09:49:09 using credential edgex-jenkins-ssh 09:49:09 Cloning the remote Git repository 09:49:09 Cloning with configured refspecs honoured and without tags 09:49:09 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:49:09 > git init /w/workspace/go-mod-core-contracts/14 # timeout=10 09:49:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:49:09 > git --version # timeout=10 09:49:09 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:09 > 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 09:49:10 Fetching without tags 09:49:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:49:10 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 09:49:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:49:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:49:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:49:10 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:10 > 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 09:49:11 Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 4e6ff58d27906173a736d96ac443bf6c8f017e15 09:49:11 Merge succeeded, producing 4e6ff58d27906173a736d96ac443bf6c8f017e15 09:49:11 Checking out Revision 4e6ff58d27906173a736d96ac443bf6c8f017e15 (PR-236) 09:49:11 > git config core.sparsecheckout # timeout=10 09:49:11 > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # timeout=10 09:49:11 > git remote # timeout=10 09:49:11 > git config --get remote.origin.url # timeout=10 09:49:11 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:11 > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 09:49:11 > git rev-parse HEAD^{commit} # timeout=10 09:49:11 > git config core.sparsecheckout # timeout=10 09:49:11 > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # timeout=10 09:49:16 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 09:49:17 ========================================================= 09:49:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 09:49:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:49:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 09:49:19 Sending build context to Docker daemon 1.801MB 09:49:19 Step 1/7 : ARG BASE=golang:1.13-alpine 09:49:19 Step 2/7 : FROM ${BASE} 09:49:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:49:19 cde5963f3b93: Pulling fs layer 09:49:19 2a23fa8c16f7: Pulling fs layer 09:49:19 777b28850792: Pulling fs layer 09:49:19 8a11ddd9e578: Pulling fs layer 09:49:19 4cf88f913ddb: Pulling fs layer 09:49:19 1df406cf5192: Pulling fs layer 09:49:19 cd6300453558: Pulling fs layer 09:49:19 b9c365052c96: Pulling fs layer 09:49:19 a2d8cc88f415: Pulling fs layer 09:49:19 ea1d1ca13537: Pulling fs layer 09:49:19 3750a50a1c5e: Pulling fs layer 09:49:19 cd6300453558: Waiting 09:49:19 b9c365052c96: Waiting 09:49:19 a2d8cc88f415: Waiting 09:49:19 ea1d1ca13537: Waiting 09:49:19 4cf88f913ddb: Waiting 09:49:19 8a11ddd9e578: Waiting 09:49:19 1df406cf5192: Waiting 09:49:19 3750a50a1c5e: Waiting 09:49:19 777b28850792: Download complete 09:49:19 2a23fa8c16f7: Verifying Checksum 09:49:19 2a23fa8c16f7: Download complete 09:49:19 4cf88f913ddb: Verifying Checksum 09:49:19 4cf88f913ddb: Download complete 09:49:19 1df406cf5192: Verifying Checksum 09:49:19 1df406cf5192: Download complete 09:49:19 cde5963f3b93: Verifying Checksum 09:49:19 cde5963f3b93: Download complete 09:49:20 cde5963f3b93: Pull complete 09:49:21 2a23fa8c16f7: Pull complete 09:49:21 777b28850792: Pull complete 09:49:23 cd6300453558: Verifying Checksum 09:49:23 cd6300453558: Download complete 09:49:23 a2d8cc88f415: Verifying Checksum 09:49:23 a2d8cc88f415: Download complete 09:49:26 ea1d1ca13537: Verifying Checksum 09:49:26 ea1d1ca13537: Download complete 09:49:26 3750a50a1c5e: Verifying Checksum 09:49:26 3750a50a1c5e: Download complete 09:49:29 b9c365052c96: Verifying Checksum 09:49:29 b9c365052c96: Download complete 09:49:31 8a11ddd9e578: Download complete 09:49:32 Running on prd-centos7-docker-4c-2g-1685 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 09:49:32 Running in /w/workspace/go-mod-core-contracts/14 [Pipeline] { [Pipeline] checkout 09:49:34 using credential edgex-jenkins-ssh 09:49:34 Cloning the remote Git repository 09:49:34 Cloning with configured refspecs honoured and without tags 09:49:35 Fetching without tags 09:49:34 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:49:34 > git init /w/workspace/go-mod-core-contracts/14 # timeout=10 09:49:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:49:34 > git --version # timeout=10 09:49:34 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:34 > 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 09:49:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:49:35 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 09:49:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:49:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:49:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:49:35 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:35 > 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 09:49:36 Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 4e6ff58d27906173a736d96ac443bf6c8f017e15 09:49:36 Merge succeeded, producing 4e6ff58d27906173a736d96ac443bf6c8f017e15 09:49:36 Checking out Revision 4e6ff58d27906173a736d96ac443bf6c8f017e15 (PR-236) 09:49:35 > git config core.sparsecheckout # timeout=10 09:49:35 > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # timeout=10 09:49:35 > git remote # timeout=10 09:49:35 > git config --get remote.origin.url # timeout=10 09:49:35 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:35 > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 09:49:35 > git rev-parse HEAD^{commit} # timeout=10 09:49:35 > git config core.sparsecheckout # timeout=10 09:49:35 > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # timeout=10 09:49:40 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 09:49:40 ========================================================= 09:49:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 09:49:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:49:41 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 09:49:41 Sending build context to Docker daemon 1.801MB 09:49:41 Step 1/7 : ARG BASE=golang:1.13-alpine 09:49:41 Step 2/7 : FROM ${BASE} 09:49:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 09:49:41 e6b0cf9c0882: Pulling fs layer 09:49:41 2848faf0eed1: Pulling fs layer 09:49:41 0f37312ad70f: Pulling fs layer 09:49:41 5788d62ee057: Pulling fs layer 09:49:41 0e6b1d234666: Pulling fs layer 09:49:41 bf5d7aec512f: Pulling fs layer 09:49:41 34c802a77dc8: Pulling fs layer 09:49:41 9eb99e56ec68: Pulling fs layer 09:49:41 27c7a5d97fbd: Pulling fs layer 09:49:41 5c102a31e300: Pulling fs layer 09:49:41 dcfb455df0a1: Pulling fs layer 09:49:41 5788d62ee057: Waiting 09:49:41 0e6b1d234666: Waiting 09:49:41 bf5d7aec512f: Waiting 09:49:41 34c802a77dc8: Waiting 09:49:41 9eb99e56ec68: Waiting 09:49:41 27c7a5d97fbd: Waiting 09:49:41 5c102a31e300: Waiting 09:49:41 dcfb455df0a1: Waiting 09:49:41 0f37312ad70f: Verifying Checksum 09:49:41 0f37312ad70f: Download complete 09:49:42 2848faf0eed1: Verifying Checksum 09:49:42 2848faf0eed1: Download complete 09:49:42 0e6b1d234666: Verifying Checksum 09:49:42 0e6b1d234666: Download complete 09:49:42 bf5d7aec512f: Download complete 09:49:42 e6b0cf9c0882: Verifying Checksum 09:49:42 e6b0cf9c0882: Download complete 09:49:42 e6b0cf9c0882: Pull complete 09:49:42 2848faf0eed1: Pull complete 09:49:42 0f37312ad70f: Pull complete 09:49:43 34c802a77dc8: Verifying Checksum 09:49:43 34c802a77dc8: Download complete 09:49:43 27c7a5d97fbd: Verifying Checksum 09:49:43 27c7a5d97fbd: Download complete 09:49:43 8a11ddd9e578: Pull complete 09:49:43 4cf88f913ddb: Pull complete 09:49:43 1df406cf5192: Pull complete 09:49:43 5c102a31e300: Verifying Checksum 09:49:43 5c102a31e300: Download complete 09:49:43 dcfb455df0a1: Verifying Checksum 09:49:43 dcfb455df0a1: Download complete 09:49:43 9eb99e56ec68: Verifying Checksum 09:49:43 9eb99e56ec68: Download complete 09:49:44 5788d62ee057: Verifying Checksum 09:49:44 5788d62ee057: Download complete 09:49:47 cd6300453558: Pull complete 09:49:49 5788d62ee057: Pull complete 09:49:49 0e6b1d234666: Pull complete 09:49:49 bf5d7aec512f: Pull complete 09:49:52 b9c365052c96: Pull complete 09:49:52 a2d8cc88f415: Pull complete 09:49:53 34c802a77dc8: Pull complete 09:49:54 ea1d1ca13537: Pull complete 09:49:55 3750a50a1c5e: Pull complete 09:49:55 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 09:49:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 09:49:55 ---> 78745c68409d 09:49:55 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:49:57 9eb99e56ec68: Pull complete 09:49:57 27c7a5d97fbd: Pull complete 09:49:58 5c102a31e300: Pull complete 09:49:58 dcfb455df0a1: Pull complete 09:49:58 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 09:49:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 09:49:58 ---> 7c70fe431013 09:49:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:49:58 ---> Running in aa14bd266668 09:49:58 Removing intermediate container aa14bd266668 09:49:58 ---> 3b4345cbc400 09:49:58 Step 4/7 : RUN apk add bash 09:49:58 ---> Running in 2f7be423c3b2 09:49:59 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 09:49:59 ---> Running in 133280a73b60 09:50:00 Removing intermediate container 133280a73b60 09:50:00 ---> 2cc8323115b5 09:50:00 Step 4/7 : RUN apk add bash 09:50:00 ---> Running in 5f6389aa91d6 09:50:01 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 09:50:02 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 09:50:02 OK: 125 MiB in 39 packages 09:50:03 Removing intermediate container 5f6389aa91d6 09:50:04 ---> d3fd87d2c707 09:50:04 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:50:04 ---> Running in f4ee4c45782d 09:50:04 Removing intermediate container f4ee4c45782d 09:50:04 ---> 625f12fe73c5 09:50:04 Step 6/7 : COPY go.mod . 09:50:04 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 09:50:04 ERROR: http://nl.alpinelinux.org/alpine/v3.11/main: temporary error (try again later) 09:50:04 WARNING: Ignoring APKINDEX.49105a41.tar.gz: No such file or directory 09:50:04 ---> 6cde6a758e58 09:50:04 Step 7/7 : RUN go mod download 09:50:05 ---> Running in 932ae5adfca8 09:50:07 go: finding github.com/davecgh/go-spew v1.1.0 09:50:07 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:50:07 go: finding github.com/go-kit/kit v0.8.0 09:50:07 go: finding github.com/go-logfmt/logfmt v0.4.0 09:50:07 go: finding github.com/go-playground/assert/v2 v2.0.1 09:50:07 go: finding github.com/go-playground/locales v0.13.0 09:50:07 go: finding github.com/go-playground/universal-translator v0.17.0 09:50:08 go: finding github.com/go-playground/validator/v10 v10.3.0 09:50:08 go: finding github.com/go-stack/stack v1.8.0 09:50:08 go: finding github.com/google/uuid v1.1.0 09:50:08 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:50:08 go: finding github.com/leodido/go-urn v1.2.0 09:50:08 go: finding github.com/pmezard/go-difflib v1.0.0 09:50:08 go: finding github.com/stretchr/objx v0.1.0 09:50:08 go: finding github.com/stretchr/testify v1.4.0 09:50:08 go: finding github.com/x448/float16 v0.8.4 09:50:08 go: finding golang.org/x/text v0.3.2 09:50:08 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 09:50:08 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 09:50:09 go: finding gopkg.in/yaml.v2 v2.2.2 09:50:10 ERROR: http://nl.alpinelinux.org/alpine/v3.11/community: temporary error (try again later) 09:50:10 WARNING: Ignoring APKINDEX.7d196218.tar.gz: No such file or directory 09:50:10 OK: 143 MiB in 39 packages 09:50:10 Removing intermediate container 2f7be423c3b2 09:50:10 ---> 0c26f65999cb 09:50:10 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:50:10 ---> Running in 9e7a2445f916 09:50:10 Removing intermediate container 9e7a2445f916 09:50:10 ---> 5795b389cb09 09:50:10 Step 6/7 : COPY go.mod . 09:50:10 ---> e840da9625d8 09:50:10 Step 7/7 : RUN go mod download 09:50:10 ---> Running in 1c55d648db6f 09:50:12 go: finding github.com/davecgh/go-spew v1.1.0 09:50:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:50:12 go: finding github.com/go-kit/kit v0.8.0 09:50:12 go: finding github.com/go-logfmt/logfmt v0.4.0 09:50:12 go: finding github.com/go-playground/assert/v2 v2.0.1 09:50:12 go: finding github.com/go-playground/locales v0.13.0 09:50:12 go: finding github.com/go-playground/universal-translator v0.17.0 09:50:12 go: finding github.com/go-playground/validator/v10 v10.3.0 09:50:12 go: finding github.com/go-stack/stack v1.8.0 09:50:12 go: finding github.com/google/uuid v1.1.0 09:50:12 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:50:13 go: finding github.com/leodido/go-urn v1.2.0 09:50:13 go: finding github.com/pmezard/go-difflib v1.0.0 09:50:13 go: finding github.com/stretchr/objx v0.1.0 09:50:13 go: finding github.com/stretchr/testify v1.4.0 09:50:13 go: finding github.com/x448/float16 v0.8.4 09:50:13 go: finding golang.org/x/text v0.3.2 09:50:13 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 09:50:13 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 09:50:13 go: finding gopkg.in/yaml.v2 v2.2.2 09:50:18 Removing intermediate container 1c55d648db6f 09:50:18 ---> 7d6ec78dc3e5 09:50:18 Successfully built 7d6ec78dc3e5 09:50:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:50:19 + docker inspect -f . ci-base-image-x86_64 09:50:19 . [Pipeline] withDockerContainer 09:50:19 prd-centos7-docker-4c-2g-1685 does not seem to be running inside a container 09:50:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/14 -v /w/workspace/go-mod-core-contracts/14:/w/workspace/go-mod-core-contracts/14:rw,z -v /w/workspace/go-mod-core-contracts/14@tmp:/w/workspace/go-mod-core-contracts/14@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 ******** ci-base-image-x86_64 cat 09:50:20 $ docker top d8401b4d0f692179b6fc98d0e5448aaebae4bda5d57d8fc4041096037fb40740 -eo pid,comm [Pipeline] { [Pipeline] sh 09:50:20 + go version 09:50:20 go version go1.13.5 linux/amd64 [Pipeline] sh 09:50:21 + make test 09:50:21 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:50:21 Removing intermediate container 932ae5adfca8 09:50:21 ---> 7376a74c66c2 09:50:21 Successfully built 7376a74c66c2 09:50:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:50:22 + docker inspect -f . ci-base-image-arm64 09:50:22 . [Pipeline] withDockerContainer 09:50:22 prd-ubuntu18.04-docker-arm64-4c-16g-1684 does not seem to be running inside a container 09:50:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/14 -v /w/workspace/go-mod-core-contracts/14:/w/workspace/go-mod-core-contracts/14:rw,z -v /w/workspace/go-mod-core-contracts/14@tmp:/w/workspace/go-mod-core-contracts/14@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 09:50:24 $ docker top 2fc8019f1f5203392817aded9c7bd86b21a11aa1e1a93e78214cd5e873e023b9 -eo pid,comm [Pipeline] { [Pipeline] sh 09:50:25 + go version 09:50:25 go version go1.13.5 linux/arm64 [Pipeline] sh 09:50:26 + make test 09:50:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:50:29 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 09:50:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.025s coverage: 85.7% of statements 09:50:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.015s coverage: 100.0% of statements 09:50:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.025s coverage: 45.4% of statements 09:50:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.017s coverage: 77.8% of statements 09:50:29 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 09:50:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.019s coverage: 6.4% of statements 09:50:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.014s coverage: 14.4% of statements 09:50:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.007s coverage: 100.0% of statements 09:50:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.027s coverage: 100.0% of statements 09:50:31 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 09:50:31 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 09:50:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.022s coverage: 100.0% of statements 09:50:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.004s coverage: 100.0% of statements 09:50:33 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.036s coverage: 62.5% of statements 09:50:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements 09:50:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.003s coverage: 15.4% of statements 09:50:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.024s coverage: 15.4% of statements 09:50:33 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.054s coverage: 14.3% of statements 09:50:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 09:50:35 # github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests [github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests.test] 09:50:35 v2/dtos/requests/event.go:52: a.CorrelationID undefined (type *AddEventRequest has no field or method CorrelationID) 09:50:35 v2/dtos/requests/event.go:52: addEvent.CorrelationID undefined (type struct { base.BaseRequest; Device string; Origin int64; Readings []common.BaseReading } has no field or method CorrelationID) 09:50:35 v2/dtos/requests/event_test.go:22:3: unknown field 'CorrelationID' in struct literal of type base.BaseRequest 09:50:35 v2/dtos/requests/event_test.go:33:8: noCoID.CorrelationID undefined (type AddEventRequest has no field or method CorrelationID) 09:50:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.004s coverage: 83.3% of statements 09:50:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] 09:50:35 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests [build failed] 09:50:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 09:50:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 09:50:35 FAIL 09:50:35 make: *** [Makefile:6: test] Error 2 [Pipeline] } 09:50:35 $ docker stop --time=1 d8401b4d0f692179b6fc98d0e5448aaebae4bda5d57d8fc4041096037fb40740 09:50:37 $ docker rm -f d8401b4d0f692179b6fc98d0e5448aaebae4bda5d57d8fc4041096037fb40740 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:50:37 Failed in branch amd64 09:50:48 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 09:50:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.066s coverage: 85.7% of statements 09:50:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.063s coverage: 100.0% of statements 09:50:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.036s coverage: 45.4% of statements 09:50:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.072s coverage: 77.8% of statements 09:50:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 09:50:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.017s coverage: 6.4% of statements 09:50:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.061s coverage: 14.4% of statements 09:50:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.033s coverage: 100.0% of statements 09:50:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.125s coverage: 100.0% of statements 09:50:55 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 09:50:55 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 09:50:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.043s coverage: 100.0% of statements 09:50:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.549s coverage: 100.0% of statements 09:50:58 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.128s coverage: 62.5% of statements 09:50:58 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements 09:50:58 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.023s coverage: 15.4% of statements 09:50:58 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.016s coverage: 15.4% of statements 09:50:59 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements 09:50:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 09:50:59 # github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests [github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests.test] 09:50:59 v2/dtos/requests/event.go:52: a.CorrelationID undefined (type *AddEventRequest has no field or method CorrelationID) 09:50:59 v2/dtos/requests/event.go:52: addEvent.CorrelationID undefined (type struct { base.BaseRequest; Device string; Origin int64; Readings []common.BaseReading } has no field or method CorrelationID) 09:50:59 v2/dtos/requests/event_test.go:22:3: unknown field 'CorrelationID' in struct literal of type base.BaseRequest 09:50:59 v2/dtos/requests/event_test.go:33:8: noCoID.CorrelationID undefined (type AddEventRequest has no field or method CorrelationID) 09:51:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.015s coverage: 83.3% of statements 09:51:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] 09:51:00 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests [build failed] 09:51:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 09:51:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 09:51:00 FAIL 09:51:01 make: *** [Makefile:6: test] Error 2 [Pipeline] } 09:51:01 $ docker stop --time=1 2fc8019f1f5203392817aded9c7bd86b21a11aa1e1a93e78214cd5e873e023b9 09:51:03 $ docker rm -f 2fc8019f1f5203392817aded9c7bd86b21a11aa1e1a93e78214cd5e873e023b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:51:04 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:51:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:51:06 ---> package-listing.sh 09:51:06 ++ facter osfamily 09:51:06 ++ tr '[:upper:]' '[:lower:]' 09:51:06 + OS_FAMILY=redhat 09:51:06 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 09:51:06 + START_PACKAGES=/tmp/packages_start.txt 09:51:06 + END_PACKAGES=/tmp/packages_end.txt 09:51:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:51:06 + PACKAGES=/tmp/packages_start.txt 09:51:06 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 09:51:06 + PACKAGES=/tmp/packages_end.txt 09:51:06 + case "${OS_FAMILY}" in 09:51:06 + rpm -qa 09:51:06 + sort 09:51:10 + '[' -f /tmp/packages_start.txt ']' 09:51:10 + '[' -f /tmp/packages_end.txt ']' 09:51:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:51:10 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 09:51:10 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ 09:51:10 + 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 09:51:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:51:10 09:51:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:51:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:51:11 alpine: Pulling from edgex-lftools-log-publisher 09:51:11 c9b1b535fdd9: Pulling fs layer 09:51:11 2cc5ad85d9ab: Pulling fs layer 09:51:11 756a868c4378: Pulling fs layer 09:51:11 444b2fc9a129: Pulling fs layer 09:51:11 ea15f1150254: Pulling fs layer 09:51:11 41b27a9f41bf: Pulling fs layer 09:51:11 28c525ee5125: Pulling fs layer 09:51:11 094b1ea09ed8: Pulling fs layer 09:51:11 138eaada9080: Pulling fs layer 09:51:11 0622d0fa9048: Pulling fs layer 09:51:11 444b2fc9a129: Waiting 09:51:11 ea15f1150254: Waiting 09:51:11 41b27a9f41bf: Waiting 09:51:11 138eaada9080: Waiting 09:51:11 28c525ee5125: Waiting 09:51:11 094b1ea09ed8: Waiting 09:51:11 0622d0fa9048: Waiting 09:51:11 2cc5ad85d9ab: Download complete 09:51:11 444b2fc9a129: Verifying Checksum 09:51:11 444b2fc9a129: Download complete 09:51:11 c9b1b535fdd9: Verifying Checksum 09:51:11 c9b1b535fdd9: Download complete 09:51:11 ea15f1150254: Download complete 09:51:11 28c525ee5125: Verifying Checksum 09:51:11 28c525ee5125: Download complete 09:51:11 c9b1b535fdd9: Pull complete 09:51:11 756a868c4378: Verifying Checksum 09:51:11 756a868c4378: Download complete 09:51:12 2cc5ad85d9ab: Pull complete 09:51:12 138eaada9080: Verifying Checksum 09:51:12 138eaada9080: Download complete 09:51:12 0622d0fa9048: Verifying Checksum 09:51:12 0622d0fa9048: Download complete 09:51:12 094b1ea09ed8: Verifying Checksum 09:51:12 094b1ea09ed8: Download complete 09:51:12 41b27a9f41bf: Verifying Checksum 09:51:12 41b27a9f41bf: Download complete 09:51:14 756a868c4378: Pull complete 09:51:14 444b2fc9a129: Pull complete 09:51:14 ea15f1150254: Pull complete 09:51:18 41b27a9f41bf: Pull complete 09:51:18 28c525ee5125: Pull complete 09:51:20 094b1ea09ed8: Pull complete 09:51:21 138eaada9080: Pull complete 09:51:21 0622d0fa9048: Pull complete 09:51:21 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 09:51:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:51:22 prd-centos7-docker-4c-2g-1683 does not seem to be running inside a container 09:51:22 $ 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 09:51:23 $ docker top de16d4e87b31ead7cd2f677d9fb7acdcd00b5cf7321841fbfec72992942c7f86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:51:23 provisioning config files... 09:51:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config7968052633747274857tmp [Pipeline] { [Pipeline] echo 09:51:23 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:51:23 ---> create-netrc.sh [Pipeline] echo 09:51:23 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:51:24 ---> logs-deploy.sh 09:51:24 + ARCHIVE_ARTIFACTS= 09:51:24 + LOGS_SERVER=https://logs.edgexfoundry.org 09:51:24 + '[' https://logs.edgexfoundry.org == None ']' 09:51:24 + NEXUS_URL=https://nexus.edgexfoundry.org 09:51:24 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/14 09:51:24 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/14/ 09:51:24 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/14 /w/workspace/dry_go-mod-core-contracts_PR-236 09:51:25 Archives upload complete. 09:51:25 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/14 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/14/ 09:51:26 ---> uname -a: 09:51:26 Linux de16d4e87b31 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 09:51:26 09:51:26 09:51:26 ---> lscpu: 09:51:26 Architecture: x86_64 09:51:26 CPU op-mode(s): 32-bit, 64-bit 09:51:26 Byte Order: Little Endian 09:51:26 Address sizes: 40 bits physical, 48 bits virtual 09:51:26 CPU(s): 4 09:51:26 On-line CPU(s) list: 0-3 09:51:26 Thread(s) per core: 1 09:51:26 Core(s) per socket: 1 09:51:26 Socket(s): 4 09:51:26 NUMA node(s): 1 09:51:26 Vendor ID: GenuineIntel 09:51:26 CPU family: 6 09:51:26 Model: 44 09:51:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:51:26 Stepping: 1 09:51:26 CPU MHz: 2933.436 09:51:26 BogoMIPS: 5866.87 09:51:26 Virtualization: VT-x 09:51:26 Hypervisor vendor: KVM 09:51:26 Virtualization type: full 09:51:26 L1d cache: 128 KiB 09:51:26 L1i cache: 128 KiB 09:51:26 L2 cache: 16 MiB 09:51:26 L3 cache: 64 MiB 09:51:26 NUMA node0 CPU(s): 0-3 09:51:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 09:51:26 Vulnerability Meltdown: Mitigation; PTI 09:51:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:51:26 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 09:51:26 Vulnerability Spectre v2: Mitigation; Full retpoline 09:51:26 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 09:51:26 09:51:26 09:51:26 ---> nproc: 09:51:26 4 09:51:26 09:51:26 09:51:26 ---> df -h: 09:51:26 Filesystem Size Used Available Use% Mounted on 09:51:26 overlay 50.0G 6.3G 43.7G 13% / 09:51:26 tmpfs 64.0M 0 64.0M 0% /dev 09:51:26 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 09:51:26 shm 64.0M 0 64.0M 0% /dev/shm 09:51:26 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf 09:51:26 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname 09:51:26 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts 09:51:26 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dry_go-mod-core-contracts_PR-236 09:51:26 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dry_go-mod-core-contracts_PR-236@tmp 09:51:26 /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa 09:51:26 09:51:26 09:51:26 ---> free -m: 09:51:26 total used free shared buff/cache available 09:51:26 Mem: 1838 647 64 0 1126 1085 09:51:26 Swap: 1023 1 1022 09:51:26 09:51:26 09:51:26 ---> ip addr: 09:51:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:51:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:51:26 inet 127.0.0.1/8 scope host lo 09:51:26 valid_lft forever preferred_lft forever 09:51:26 6: eth0@if7: mtu 1458 qdisc noqueue state UP 09:51:26 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 09:51:26 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 09:51:26 valid_lft forever preferred_lft forever 09:51:26 09:51:26 09:51:26 ---> sar -b -r -n DEV: 09:51:26 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) 09:51:26 09:51:26 09:46:05 LINUX RESTART 09:51:26 09:51:26 09:47:02 tps rtps wtps bread/s bwrtn/s 09:51:26 09:48:01 11.36 0.07 11.30 2.17 1890.35 09:51:26 09:49:01 2.88 0.00 2.88 0.00 95.89 09:51:26 09:50:01 0.23 0.00 0.23 0.00 3.73 09:51:26 09:51:01 0.25 0.00 0.25 0.00 2.56 09:51:26 Average: 3.65 0.02 3.63 0.54 492.25 09:51:26 09:51:26 09:47:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:51:26 09:48:01 109728 1772576 94.17 2620 1197892 892188 30.44 458640 1151556 20 09:51:26 09:49:01 109808 1772496 94.17 2620 1197896 890312 30.38 459412 1151192 12 09:51:26 09:50:01 108256 1774048 94.25 2620 1197908 890504 30.38 460484 1151192 8 09:51:26 09:51:01 110052 1772252 94.15 2620 1197908 890264 30.38 459184 1151192 20 09:51:26 Average: 109461 1772843 94.18 2620 1197901 890817 30.39 459430 1151283 15 09:51:26 09:51:26 09:47:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 09:51:26 09:48:01 eth0 0.54 0.10 0.03 0.01 0.00 0.00 0.00 09:51:26 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:26 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:26 09:49:01 eth0 1.58 0.58 0.98 0.04 0.00 0.00 0.00 09:51:26 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:26 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:26 09:50:01 eth0 1.00 0.78 0.54 0.41 0.00 0.00 0.00 09:51:26 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:26 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:26 09:51:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 09:51:26 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:26 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:26 Average: eth0 0.80 0.38 0.39 0.12 0.00 0.00 0.00 09:51:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:26 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:26 09:51:26 09:51:26 ---> sar -P ALL: 09:51:26 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) 09:51:26 09:51:26 09:46:05 LINUX RESTART 09:51:26 09:51:26 09:47:02 CPU %user %nice %system %iowait %steal %idle 09:51:26 09:48:01 all 0.18 0.00 0.09 0.03 0.02 99.68 09:51:26 09:48:01 0 0.51 0.00 0.05 0.00 0.03 99.41 09:51:26 09:48:01 1 0.10 0.00 0.10 0.00 0.02 99.78 09:51:26 09:48:01 2 0.07 0.00 0.14 0.14 0.03 99.63 09:51:26 09:48:01 3 0.05 0.00 0.08 0.00 0.03 99.83 09:51:26 09:49:01 all 0.16 0.00 0.05 0.00 0.02 99.77 09:51:26 09:49:01 0 0.47 0.00 0.07 0.00 0.02 99.45 09:51:26 09:49:01 1 0.07 0.00 0.05 0.00 0.02 99.87 09:51:26 09:49:01 2 0.07 0.00 0.07 0.00 0.00 99.87 09:51:26 09:49:01 3 0.03 0.00 0.03 0.00 0.02 99.92 09:51:26 09:50:01 all 0.15 0.00 0.05 0.00 0.04 99.75 09:51:26 09:50:01 0 0.13 0.00 0.05 0.00 0.05 99.77 09:51:26 09:50:01 1 0.07 0.00 0.03 0.00 0.02 99.88 09:51:26 09:50:01 2 0.35 0.00 0.08 0.00 0.05 99.52 09:51:26 09:50:01 3 0.05 0.00 0.03 0.00 0.03 99.88 09:51:26 09:51:01 all 0.16 0.00 0.04 0.00 0.16 99.64 09:51:26 09:51:01 0 0.03 0.00 0.05 0.00 0.13 99.78 09:51:26 09:51:01 1 0.07 0.00 0.05 0.00 0.07 99.82 09:51:26 09:51:01 2 0.43 0.00 0.05 0.00 0.15 99.37 09:51:26 09:51:01 3 0.10 0.00 0.05 0.00 0.28 99.57 09:51:26 Average: all 0.16 0.00 0.06 0.01 0.06 99.71 09:51:26 Average: 0 0.28 0.00 0.05 0.00 0.06 99.60 09:51:26 Average: 1 0.08 0.00 0.06 0.00 0.03 99.84 09:51:26 Average: 2 0.23 0.00 0.08 0.03 0.06 99.59 09:51:26 Average: 3 0.06 0.00 0.05 0.00 0.09 99.80 09:51:26 09:51:26 09:51:26