Pull request #253 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 bb23a71e0387f48b774a4c52a4064e316f42887d rather than 3933321ef6dad81ee77cdba8958add544b15c1c3 Obtained Jenkinsfile from bb23a71e0387f48b774a4c52a4064e316f42887d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1676 in /w/workspace/dry_go-mod-core-contracts_PR-253 [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-253 # 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/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 3933321ef6dad81ee77cdba8958add544b15c1c3 Merge succeeded, producing 3933321ef6dad81ee77cdba8958add544b15c1c3 Checking out Revision 3933321ef6dad81ee77cdba8958add544b15c1c3 (PR-253) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # 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/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # 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 bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # timeout=10 Commit message: "feat(metadata): Create metadata DTOs and models for V2 API" First time build. Skipping changelog. > git rev-list --no-walk d0906d4b5c73a4513cb16d0ebaccb410132849b3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:19:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:19:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:19:51 ========================================================= 08:19:51 EdgeX Global Pipelines Version Info 08:19:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:19:53 ------------------- 08:19:53 stable info: 08:19:53 ------------------- 08:19:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:19:53 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 08:19:53 Message: update stable to v1.0.106 08:19:54 ------------------- 08:19:54 experimental info: 08:19:54 ------------------- 08:19:54 Commited By: **** collab-it+edgex@linuxfoundation.org 08:19:54 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 08:19:54 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:19:56 + git log --format=format:%s -1 3933321ef6dad81ee77cdba8958add544b15c1c3 [Pipeline] echo 08:19:56 GIT_COMMIT: 3933321ef6dad81ee77cdba8958add544b15c1c3, Commit Message: feat(metadata): Create metadata DTOs and models for V2 API [Pipeline] echo 08:19:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:19:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:19:57 08:19:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:19:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:19:58 latest: Pulling from edgex-devops/git-semver 08:19:58 31603596830f: Pulling fs layer 08:19:58 2a8b12db71e7: Pulling fs layer 08:19:58 6ca5941a6612: Pulling fs layer 08:19:58 ecc8261a40a4: Pulling fs layer 08:19:58 ecc8261a40a4: Waiting 08:19:58 2a8b12db71e7: Verifying Checksum 08:19:58 2a8b12db71e7: Download complete 08:19:59 ecc8261a40a4: Verifying Checksum 08:19:59 ecc8261a40a4: Download complete 08:19:59 31603596830f: Verifying Checksum 08:19:59 31603596830f: Download complete 08:19:59 6ca5941a6612: Verifying Checksum 08:19:59 6ca5941a6612: Download complete 08:20:01 31603596830f: Pull complete 08:20:01 2a8b12db71e7: Pull complete 08:20:03 6ca5941a6612: Pull complete 08:20:04 ecc8261a40a4: Pull complete 08:20:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:20:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:20:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:20:05 prd-centos7-docker-4c-2g-1676 does not seem to be running inside a container 08:20:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-253 -v /w/workspace/dry_go-mod-core-contracts_PR-253:/w/workspace/dry_go-mod-core-contracts_PR-253:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-253@tmp:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:20:07 $ docker top 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:20:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:20:07 [ssh-agent] Looking for ssh-agent implementation... 08:20:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:20:08 $ docker exec 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 ssh-agent 08:20:08 SSH_AUTH_SOCK=/tmp/ssh-SYRhbNMWLqMf/agent.11 08:20:08 SSH_AGENT_PID=17 08:20:08 Running ssh-add (command line suppressed) 08:20:09 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_4192940269919753150.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_4192940269919753150.key) 08:20:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:20:09 + git describe --exact-match --tags HEAD 08:20:09 fatal: No names found, cannot describe anything. [Pipeline] } 08:20:09 $ docker exec --env ******** --env ******** 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 ssh-agent -k 08:20:10 unset SSH_AUTH_SOCK; 08:20:10 unset SSH_AGENT_PID; 08:20:10 echo Agent pid 17 killed; 08:20:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:20:10 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:20:10 This usually means this commit has not been tagged. [Pipeline] sshagent 08:20:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:20:10 [ssh-agent] Looking for ssh-agent implementation... 08:20:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:20:10 $ docker exec 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 ssh-agent 08:20:11 SSH_AUTH_SOCK=/tmp/ssh-ZFGwm4tyIATq/agent.46 08:20:11 SSH_AGENT_PID=52 08:20:11 Running ssh-add (command line suppressed) 08:20:11 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_6381911759713758625.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_6381911759713758625.key) 08:20:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:20:12 + git semver init 08:20:12 # -> Open(): unable to determine branch for HEAD 08:20:12 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.git 08:20:12 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-253 08:20:12 # $SEMVER_REMOTE_NAME = origin 08:20:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:20:12 # $SEMVER_USER_NAME = edgex-jenkins 08:20:12 # $SEMVER_BRANCH = PR-253 08:20:12 # $SEMVER_TEMP = /tmp/semver-822192393 08:20:12 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:20:14 # '/tmp/semver-822192393' -> '/w/workspace/dry_go-mod-core-contracts_PR-253/.semver' 08:20:14 # -> Force: false 08:20:14 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.semver [Pipeline] } 08:20:14 $ docker exec --env ******** --env ******** 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 ssh-agent -k 08:20:15 unset SSH_AUTH_SOCK; 08:20:15 unset SSH_AGENT_PID; 08:20:15 echo Agent pid 52 killed; 08:20:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:20:16 + git semver [Pipeline] } 08:20:16 $ docker stop --time=1 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 08:20:18 $ docker rm -f 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:20:20 Stashed 81 file(s) [Pipeline] echo 08:20:20 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 08:20:20 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 08:20:35 Still waiting to schedule task 08:20:35 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1676’ 08:20:35 Still waiting to schedule task 08:20:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:22:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1677 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 08:22:25 Running in /w/workspace/go-mod-core-contracts/21 [Pipeline] { [Pipeline] checkout 08:22:30 using credential edgex-jenkins-ssh 08:22:30 Cloning the remote Git repository 08:22:30 Cloning with configured refspecs honoured and without tags 08:22:30 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:22:30 > git init /w/workspace/go-mod-core-contracts/21 # timeout=10 08:22:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:22:30 > git --version # timeout=10 08:22:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:22:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:22:31 Fetching without tags 08:22:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:22:31 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 08:22:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:22:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:22:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:22:31 using GIT_SSH to set credentials SSH Credentials for GitHub 08:22:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:22:32 Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 3933321ef6dad81ee77cdba8958add544b15c1c3 08:22:32 Merge succeeded, producing 3933321ef6dad81ee77cdba8958add544b15c1c3 08:22:32 Checking out Revision 3933321ef6dad81ee77cdba8958add544b15c1c3 (PR-253) 08:22:32 > git config core.sparsecheckout # timeout=10 08:22:32 > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # timeout=10 08:22:32 > git remote # timeout=10 08:22:32 > git config --get remote.origin.url # timeout=10 08:22:32 using GIT_SSH to set credentials SSH Credentials for GitHub 08:22:32 > git merge bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 08:22:32 > git rev-parse HEAD^{commit} # timeout=10 08:22:32 > git config core.sparsecheckout # timeout=10 08:22:32 > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # timeout=10 08:22:36 Commit message: "feat(metadata): Create metadata DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:22:37 ========================================================= 08:22:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 08:22:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:22:38 + 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:22:39 Sending build context to Docker daemon 1.977MB 08:22:39 Step 1/7 : ARG BASE=golang:1.13-alpine 08:22:39 Step 2/7 : FROM ${BASE} 08:22:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:22:40 b538f80385f9: Pulling fs layer 08:22:40 74f711af9a0d: Pulling fs layer 08:22:40 99f96fe45779: Pulling fs layer 08:22:40 fd7a069fd194: Pulling fs layer 08:22:40 66aa3694b03b: Pulling fs layer 08:22:40 170f70906a0f: Pulling fs layer 08:22:40 ad7c5574e4b9: Pulling fs layer 08:22:40 e772456be8f7: Pulling fs layer 08:22:40 c890913d741a: Pulling fs layer 08:22:40 2480fcc9aa5a: Pulling fs layer 08:22:40 09adf4765672: Pulling fs layer 08:22:40 ad7c5574e4b9: Waiting 08:22:40 e772456be8f7: Waiting 08:22:40 c890913d741a: Waiting 08:22:40 2480fcc9aa5a: Waiting 08:22:40 09adf4765672: Waiting 08:22:40 fd7a069fd194: Waiting 08:22:40 66aa3694b03b: Waiting 08:22:40 170f70906a0f: Waiting 08:22:40 99f96fe45779: Verifying Checksum 08:22:40 99f96fe45779: Download complete 08:22:40 74f711af9a0d: Verifying Checksum 08:22:40 74f711af9a0d: Download complete 08:22:40 66aa3694b03b: Verifying Checksum 08:22:40 66aa3694b03b: Download complete 08:22:40 170f70906a0f: Verifying Checksum 08:22:40 170f70906a0f: Download complete 08:22:40 b538f80385f9: Verifying Checksum 08:22:41 b538f80385f9: Pull complete 08:22:41 74f711af9a0d: Pull complete 08:22:42 99f96fe45779: Pull complete 08:22:43 ad7c5574e4b9: Verifying Checksum 08:22:43 ad7c5574e4b9: Download complete 08:22:43 c890913d741a: Download complete 08:22:44 2480fcc9aa5a: Verifying Checksum 08:22:44 2480fcc9aa5a: Download complete 08:22:44 09adf4765672: Verifying Checksum 08:22:44 09adf4765672: Download complete 08:22:45 e772456be8f7: Download complete 08:22:45 fd7a069fd194: Verifying Checksum 08:22:45 fd7a069fd194: Download complete 08:22:58 fd7a069fd194: Pull complete 08:22:58 66aa3694b03b: Pull complete 08:22:58 170f70906a0f: Pull complete 08:23:00 ad7c5574e4b9: Pull complete 08:23:06 e772456be8f7: Pull complete 08:23:06 c890913d741a: Pull complete 08:23:08 2480fcc9aa5a: Pull complete 08:23:08 09adf4765672: Pull complete 08:23:08 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 08:23:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 08:23:08 ---> 2248a725d1cf 08:23:08 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:23:13 ---> Running in 1f7f442e4e1f 08:23:13 Removing intermediate container 1f7f442e4e1f 08:23:13 ---> e0e37e4869b6 08:23:13 Step 4/7 : RUN apk add bash 08:23:13 ---> Running in 662cca6b760a 08:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:23:16 OK: 142 MiB in 39 packages 08:23:17 Removing intermediate container 662cca6b760a 08:23:17 ---> c08c5d9d9bd8 08:23:17 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:23:17 ---> Running in d0d6f79f6c85 08:23:18 Removing intermediate container d0d6f79f6c85 08:23:18 ---> fc28615ae642 08:23:18 Step 6/7 : COPY go.mod . 08:23:19 ---> dad4a059e71f 08:23:19 Step 7/7 : RUN go mod download 08:23:19 ---> Running in 06e0f7fe692e 08:23:21 Running on prd-centos7-docker-4c-2g-1678 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 08:23:21 Running in /w/workspace/go-mod-core-contracts/21 [Pipeline] { [Pipeline] checkout 08:23:22 go: finding github.com/davecgh/go-spew v1.1.0 08:23:22 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:23:22 go: finding github.com/go-kit/kit v0.8.0 08:23:22 go: finding github.com/go-logfmt/logfmt v0.4.0 08:23:22 go: finding github.com/go-playground/assert/v2 v2.0.1 08:23:22 go: finding github.com/go-playground/locales v0.13.0 08:23:22 go: finding github.com/go-playground/universal-translator v0.17.0 08:23:22 go: finding github.com/go-playground/validator/v10 v10.3.0 08:23:22 go: finding github.com/go-stack/stack v1.8.0 08:23:22 go: finding github.com/google/uuid v1.1.0 08:23:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:23:22 go: finding github.com/leodido/go-urn v1.2.0 08:23:22 go: finding github.com/pmezard/go-difflib v1.0.0 08:23:22 go: finding github.com/stretchr/objx v0.1.0 08:23:22 go: finding github.com/stretchr/testify v1.5.1 08:23:22 go: finding github.com/x448/float16 v0.8.4 08:23:22 go: finding golang.org/x/text v0.3.2 08:23:22 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:23:22 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:23:22 go: finding gopkg.in/yaml.v2 v2.2.8 08:23:26 using credential edgex-jenkins-ssh 08:23:26 Cloning the remote Git repository 08:23:26 Cloning with configured refspecs honoured and without tags 08:23:26 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:23:26 > git init /w/workspace/go-mod-core-contracts/21 # timeout=10 08:23:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:23:26 > git --version # timeout=10 08:23:26 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:23:27 Fetching without tags 08:23:27 Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 3933321ef6dad81ee77cdba8958add544b15c1c3 08:23:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:23:27 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 08:23:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:23:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:23:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:23:27 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:23:27 > git config core.sparsecheckout # timeout=10 08:23:27 > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # timeout=10 08:23:27 > git remote # timeout=10 08:23:27 > git config --get remote.origin.url # timeout=10 08:23:27 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:27 > git merge bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 08:23:27 > git rev-parse HEAD^{commit} # timeout=10 08:23:27 Merge succeeded, producing 3933321ef6dad81ee77cdba8958add544b15c1c3 08:23:27 Checking out Revision 3933321ef6dad81ee77cdba8958add544b15c1c3 (PR-253) 08:23:27 > git config core.sparsecheckout # timeout=10 08:23:27 > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # timeout=10 08:23:31 Commit message: "feat(metadata): Create metadata DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:23:32 ========================================================= 08:23:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 08:23:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:23:34 + 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:23:34 Removing intermediate container 06e0f7fe692e 08:23:34 ---> 12da740630d0 08:23:34 Successfully built 12da740630d0 08:23:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 08:23:34 Sending build context to Docker daemon 1.977MB 08:23:34 Step 1/7 : ARG BASE=golang:1.13-alpine 08:23:34 Step 2/7 : FROM ${BASE} 08:23:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 08:23:34 df20fa9351a1: Pulling fs layer 08:23:34 ed8968b2872e: Pulling fs layer 08:23:34 a92cc7c5fd73: Pulling fs layer 08:23:34 2dd03ba5bac4: Pulling fs layer 08:23:34 1e091d79d1de: Pulling fs layer 08:23:34 481702a1767f: Pulling fs layer 08:23:34 f64a6f60c768: Pulling fs layer 08:23:34 e78d2573fc39: Pulling fs layer 08:23:34 e876d2f968b6: Pulling fs layer 08:23:34 ce8a83651883: Pulling fs layer 08:23:34 07967f4d0e4b: Pulling fs layer 08:23:34 2dd03ba5bac4: Waiting 08:23:34 1e091d79d1de: Waiting 08:23:34 481702a1767f: Waiting 08:23:34 f64a6f60c768: Waiting 08:23:34 e78d2573fc39: Waiting 08:23:34 e876d2f968b6: Waiting 08:23:34 ce8a83651883: Waiting 08:23:34 07967f4d0e4b: Waiting 08:23:34 a92cc7c5fd73: Verifying Checksum 08:23:34 a92cc7c5fd73: Download complete [Pipeline] isUnix [Pipeline] sh 08:23:35 + docker inspect -f . ci-base-image-arm64 08:23:35 . [Pipeline] withDockerContainer 08:23:35 ed8968b2872e: Verifying Checksum 08:23:35 ed8968b2872e: Download complete 08:23:35 1e091d79d1de: Verifying Checksum 08:23:35 1e091d79d1de: Download complete 08:23:35 481702a1767f: Verifying Checksum 08:23:35 481702a1767f: Download complete 08:23:35 df20fa9351a1: Verifying Checksum 08:23:35 df20fa9351a1: Download complete 08:23:35 prd-ubuntu18.04-docker-arm64-4c-16g-1677 does not seem to be running inside a container 08:23:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/21 -v /w/workspace/go-mod-core-contracts/21:/w/workspace/go-mod-core-contracts/21:rw,z -v /w/workspace/go-mod-core-contracts/21@tmp:/w/workspace/go-mod-core-contracts/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:23:35 df20fa9351a1: Pull complete 08:23:35 ed8968b2872e: Pull complete 08:23:36 a92cc7c5fd73: Pull complete 08:23:37 $ docker top 99ccb7e568438f3e3d1b2b57f2bb9ef4d84d7dfe6320dc91fb7c7896f7b27ffa -eo pid,comm [Pipeline] { [Pipeline] sh 08:23:38 + go version 08:23:38 go version go1.13.13 linux/arm64 [Pipeline] sh 08:23:39 f64a6f60c768: Verifying Checksum 08:23:39 f64a6f60c768: Download complete 08:23:39 e876d2f968b6: Verifying Checksum 08:23:39 e876d2f968b6: Download complete 08:23:39 + make test 08:23:39 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:23:41 2dd03ba5bac4: Verifying Checksum 08:23:41 2dd03ba5bac4: Download complete 08:23:41 e78d2573fc39: Verifying Checksum 08:23:41 e78d2573fc39: Download complete 08:23:41 07967f4d0e4b: Verifying Checksum 08:23:41 07967f4d0e4b: Download complete 08:23:41 ce8a83651883: Verifying Checksum 08:23:41 ce8a83651883: Download complete 08:23:54 2dd03ba5bac4: Pull complete 08:23:54 1e091d79d1de: Pull complete 08:23:54 481702a1767f: Pull complete 08:24:00 f64a6f60c768: Pull complete 08:24:01 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:24:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.036s coverage: 85.7% of statements 08:24:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.043s coverage: 100.0% of statements 08:24:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.098s coverage: 45.4% of statements 08:24:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.027s coverage: 77.8% of statements 08:24:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:24:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.013s coverage: 6.4% of statements 08:24:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.077s coverage: 14.4% of statements 08:24:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.040s coverage: 100.0% of statements 08:24:06 e78d2573fc39: Pull complete 08:24:06 e876d2f968b6: Pull complete 08:24:08 ce8a83651883: Pull complete 08:24:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.083s coverage: 91.8% of statements 08:24:08 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:24:08 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:24:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.051s coverage: 100.0% of statements 08:24:08 07967f4d0e4b: Pull complete 08:24:08 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 08:24:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 08:24:08 ---> 5d7c900382c6 08:24:08 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:24:10 ---> Running in e0ef37f81809 08:24:10 Removing intermediate container e0ef37f81809 08:24:10 ---> 7633aff3d079 08:24:10 Step 4/7 : RUN apk add bash 08:24:10 ---> Running in fbfdb7667fd7 08:24:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:24:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:24:13 OK: 166 MiB in 39 packages 08:24:14 Removing intermediate container fbfdb7667fd7 08:24:14 ---> 393f7dfe77c5 08:24:14 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:24:14 ---> Running in 04f6c5824d92 08:24:14 Removing intermediate container 04f6c5824d92 08:24:14 ---> 0c820e94a60b 08:24:14 Step 6/7 : COPY go.mod . 08:24:14 ---> f65b4e45c22a 08:24:14 Step 7/7 : RUN go mod download 08:24:14 ---> Running in e6b49877b737 08:24:15 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.138s coverage: 62.6% of statements 08:24:15 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.023s coverage: 26.3% of statements 08:24:15 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.058s coverage: 15.4% of statements 08:24:15 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.047s coverage: 15.4% of statements 08:24:15 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.040s coverage: 14.3% of statements 08:24:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:24:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 30.8% of statements 08:24:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 08:24:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.045s coverage: 94.6% of statements 08:24:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 08:24:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:24:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:24:17 go: finding github.com/davecgh/go-spew v1.1.0 08:24:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:24:17 go: finding github.com/go-kit/kit v0.8.0 08:24:17 go: finding github.com/go-logfmt/logfmt v0.4.0 08:24:17 go: finding github.com/go-playground/assert/v2 v2.0.1 08:24:17 go: finding github.com/go-playground/locales v0.13.0 08:24:17 go: finding github.com/go-playground/universal-translator v0.17.0 08:24:17 go: finding github.com/go-playground/validator/v10 v10.3.0 08:24:17 go: finding github.com/go-stack/stack v1.8.0 08:24:17 go: finding github.com/google/uuid v1.1.0 08:24:17 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:24:17 go: finding github.com/leodido/go-urn v1.2.0 08:24:17 go: finding github.com/pmezard/go-difflib v1.0.0 08:24:17 go: finding github.com/stretchr/objx v0.1.0 08:24:17 go: finding github.com/stretchr/testify v1.5.1 08:24:17 go: finding github.com/x448/float16 v0.8.4 08:24:17 go: finding golang.org/x/text v0.3.2 08:24:17 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:24:17 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:24:17 go: finding gopkg.in/yaml.v2 v2.2.8 08:24:19 gofmt -l . 08:24:19 [ "`gofmt -l .`" = "" ] [Pipeline] stash 08:24:21 Stashed 1 file(s) [Pipeline] } 08:24:21 $ docker stop --time=1 99ccb7e568438f3e3d1b2b57f2bb9ef4d84d7dfe6320dc91fb7c7896f7b27ffa 08:24:23 $ docker rm -f 99ccb7e568438f3e3d1b2b57f2bb9ef4d84d7dfe6320dc91fb7c7896f7b27ffa [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:24:28 Removing intermediate container e6b49877b737 08:24:28 ---> 09df173ddcf6 08:24:28 Successfully built 09df173ddcf6 08:24:28 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:24:28 + docker inspect -f . ci-base-image-x86_64 08:24:28 . [Pipeline] withDockerContainer 08:24:29 prd-centos7-docker-4c-2g-1678 does not seem to be running inside a container 08:24:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/21 -v /w/workspace/go-mod-core-contracts/21:/w/workspace/go-mod-core-contracts/21:rw,z -v /w/workspace/go-mod-core-contracts/21@tmp:/w/workspace/go-mod-core-contracts/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:24:30 $ docker top f1e5bba862c9c839a77af5c7b53357f5e98262d47b23266ae24984917ac5e9d1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:24:30 + go version 08:24:30 go version go1.13.13 linux/amd64 [Pipeline] sh 08:24:31 + make test 08:24:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:24:44 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:24:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.018s coverage: 85.7% of statements 08:24:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.017s coverage: 100.0% of statements 08:24:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.032s coverage: 45.4% of statements 08:24:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.015s coverage: 77.8% of statements 08:24:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:24:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 6.4% of statements 08:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.027s coverage: 14.4% of statements 08:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.019s coverage: 100.0% of statements 08:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.052s coverage: 91.8% of statements 08:24:49 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:24:49 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.037s coverage: 100.0% of statements 08:24:53 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.050s coverage: 62.6% of statements 08:24:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.040s coverage: 26.3% of statements 08:24:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.026s coverage: 15.4% of statements 08:24:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.020s coverage: 15.4% of statements 08:24:53 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.016s coverage: 14.3% of statements 08:24:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:24:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.026s coverage: 30.8% of statements 08:24:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] 08:24:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.019s coverage: 94.6% of statements 08:24:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 08:24:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:24:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:24:57 gofmt -l . 08:24:57 [ "`gofmt -l .`" = "" ] [Pipeline] stash 08:24:58 Warning: overwriting stash ‘coverage-report’ 08:24:58 Stashed 1 file(s) [Pipeline] } 08:24:58 $ docker stop --time=1 f1e5bba862c9c839a77af5c7b53357f5e98262d47b23266ae24984917ac5e9d1 08:25:01 $ docker rm -f f1e5bba862c9c839a77af5c7b53357f5e98262d47b23266ae24984917ac5e9d1 [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:25:03 provisioning config files... 08:25:03 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config2301078050334614772tmp [Pipeline] { [Pipeline] sh 08:25:03 + curl -s https://codecov.io/bash 08:25:03 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config2301078050334614772tmp [Pipeline] } 08:25:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:25:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:25:07 ---> package-listing.sh 08:25:07 ++ tr '[:upper:]' '[:lower:]' 08:25:07 ++ facter osfamily 08:25:07 + OS_FAMILY=redhat 08:25:07 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-253 08:25:07 + START_PACKAGES=/tmp/packages_start.txt 08:25:07 + END_PACKAGES=/tmp/packages_end.txt 08:25:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:25:07 + PACKAGES=/tmp/packages_start.txt 08:25:07 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 08:25:07 + PACKAGES=/tmp/packages_end.txt 08:25:07 + case "${OS_FAMILY}" in 08:25:07 + rpm -qa 08:25:07 + sort 08:25:12 + '[' -f /tmp/packages_start.txt ']' 08:25:12 + '[' -f /tmp/packages_end.txt ']' 08:25:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:25:12 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 08:25:12 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ 08:25:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ [Pipeline] isUnix [Pipeline] sh 08:25:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:25:13 08:25:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:25:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:25:13 alpine: Pulling from edgex-lftools-log-publisher 08:25:13 c9b1b535fdd9: Pulling fs layer 08:25:13 2cc5ad85d9ab: Pulling fs layer 08:25:13 756a868c4378: Pulling fs layer 08:25:13 444b2fc9a129: Pulling fs layer 08:25:13 ea15f1150254: Pulling fs layer 08:25:13 41b27a9f41bf: Pulling fs layer 08:25:13 28c525ee5125: Pulling fs layer 08:25:13 094b1ea09ed8: Pulling fs layer 08:25:13 138eaada9080: Pulling fs layer 08:25:13 0622d0fa9048: Pulling fs layer 08:25:13 444b2fc9a129: Waiting 08:25:13 ea15f1150254: Waiting 08:25:13 41b27a9f41bf: Waiting 08:25:13 094b1ea09ed8: Waiting 08:25:13 28c525ee5125: Waiting 08:25:13 138eaada9080: Waiting 08:25:13 0622d0fa9048: Waiting 08:25:13 2cc5ad85d9ab: Verifying Checksum 08:25:13 2cc5ad85d9ab: Download complete 08:25:14 444b2fc9a129: Verifying Checksum 08:25:14 444b2fc9a129: Download complete 08:25:14 c9b1b535fdd9: Verifying Checksum 08:25:14 ea15f1150254: Verifying Checksum 08:25:14 ea15f1150254: Download complete 08:25:14 28c525ee5125: Download complete 08:25:14 c9b1b535fdd9: Pull complete 08:25:15 2cc5ad85d9ab: Pull complete 08:25:15 756a868c4378: Verifying Checksum 08:25:15 756a868c4378: Download complete 08:25:15 138eaada9080: Verifying Checksum 08:25:15 138eaada9080: Download complete 08:25:15 0622d0fa9048: Verifying Checksum 08:25:15 0622d0fa9048: Download complete 08:25:15 094b1ea09ed8: Verifying Checksum 08:25:15 094b1ea09ed8: Download complete 08:25:16 41b27a9f41bf: Verifying Checksum 08:25:16 41b27a9f41bf: Download complete 08:25:18 756a868c4378: Pull complete 08:25:18 444b2fc9a129: Pull complete 08:25:18 ea15f1150254: Pull complete 08:25:25 41b27a9f41bf: Pull complete 08:25:25 28c525ee5125: Pull complete 08:25:30 094b1ea09ed8: Pull complete 08:25:30 138eaada9080: Pull complete 08:25:30 0622d0fa9048: Pull complete 08:25:30 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 08:25:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:25:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:25:30 prd-centos7-docker-4c-2g-1676 does not seem to be running inside a container 08:25:30 $ 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-253 -v /w/workspace/dry_go-mod-core-contracts_PR-253:/w/workspace/dry_go-mod-core-contracts_PR-253:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-253@tmp:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:25:34 $ docker top f59eae641e2217e61cf656c61c7b35984013557850e6192114849bcd2591e18e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:25:34 provisioning config files... 08:25:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config5461908554844840735tmp [Pipeline] { [Pipeline] echo 08:25:34 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:25:35 ---> create-netrc.sh [Pipeline] echo 08:25:35 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:25:36 ---> logs-deploy.sh 08:25:36 + ARCHIVE_ARTIFACTS= 08:25:36 + LOGS_SERVER=https://logs.edgexfoundry.org 08:25:36 + '[' https://logs.edgexfoundry.org == None ']' 08:25:36 + NEXUS_URL=https://nexus.edgexfoundry.org 08:25:36 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/21 08:25:36 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/21/ 08:25:36 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/21 /w/workspace/dry_go-mod-core-contracts_PR-253 08:25:37 Archives upload complete. 08:25:37 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/21 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/21/ 08:25:38 ---> uname -a: 08:25:38 Linux f59eae641e22 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:25:38 08:25:38 08:25:38 ---> lscpu: 08:25:38 Architecture: x86_64 08:25:38 CPU op-mode(s): 32-bit, 64-bit 08:25:38 Byte Order: Little Endian 08:25:38 Address sizes: 40 bits physical, 48 bits virtual 08:25:38 CPU(s): 4 08:25:38 On-line CPU(s) list: 0-3 08:25:38 Thread(s) per core: 1 08:25:38 Core(s) per socket: 1 08:25:38 Socket(s): 4 08:25:38 NUMA node(s): 1 08:25:38 Vendor ID: GenuineIntel 08:25:38 CPU family: 6 08:25:38 Model: 44 08:25:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:25:38 Stepping: 1 08:25:38 CPU MHz: 2933.438 08:25:38 BogoMIPS: 5866.87 08:25:38 Virtualization: VT-x 08:25:38 Hypervisor vendor: KVM 08:25:38 Virtualization type: full 08:25:38 L1d cache: 128 KiB 08:25:38 L1i cache: 128 KiB 08:25:38 L2 cache: 16 MiB 08:25:38 L3 cache: 64 MiB 08:25:38 NUMA node0 CPU(s): 0-3 08:25:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:25:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:25:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:25:38 Vulnerability Meltdown: Mitigation; PTI 08:25:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:25:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:25:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:25:38 Vulnerability Tsx async abort: Not affected 08:25:38 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:25:38 08:25:38 08:25:38 ---> nproc: 08:25:38 4 08:25:38 08:25:38 08:25:38 ---> df -h: 08:25:38 Filesystem Size Used Available Use% Mounted on 08:25:38 overlay 50.0G 7.2G 42.8G 14% / 08:25:38 tmpfs 64.0M 0 64.0M 0% /dev 08:25:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:25:38 shm 64.0M 0 64.0M 0% /dev/shm 08:25:38 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 08:25:38 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 08:25:38 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 08:25:38 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-253@tmp 08:25:38 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 08:25:38 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-253 08:25:38 08:25:38 08:25:38 ---> free -m: 08:25:38 total used free shared buff/cache available 08:25:38 Mem: 1837 640 117 0 1080 1091 08:25:38 Swap: 1023 1 1022 08:25:38 08:25:38 08:25:38 ---> ip addr: 08:25:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:25:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:25:38 inet 127.0.0.1/8 scope host lo 08:25:38 valid_lft forever preferred_lft forever 08:25:38 6: eth0@if7: mtu 1458 qdisc noqueue state UP 08:25:38 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 08:25:38 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 08:25:38 valid_lft forever preferred_lft forever 08:25:38 08:25:38 08:25:38 ---> sar -b -r -n DEV: 08:25:38 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/31/20 _x86_64_ (4 CPU) 08:25:38 08:25:38 08:18:41 LINUX RESTART 08:25:38 08:25:38 08:19:01 tps rtps wtps bread/s bwrtn/s 08:25:38 08:20:01 182.56 102.98 79.57 11877.17 38284.43 08:25:38 08:21:01 22.20 3.98 18.23 1083.09 2112.97 08:25:38 08:22:01 1.63 0.00 1.63 0.00 28.88 08:25:38 08:23:01 0.22 0.00 0.22 0.00 2.28 08:25:38 08:24:01 0.23 0.00 0.23 0.00 3.48 08:25:38 08:25:02 0.37 0.00 0.37 0.00 4.46 08:25:38 Average: 34.63 17.88 16.75 2166.18 6759.35 08:25:38 08:25:38 08:19:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:25:38 08:20:01 67980 1813576 96.39 2620 1206888 1529896 52.21 462224 1192204 34624 08:25:38 08:21:01 164768 1716788 91.24 2620 1149312 1164748 39.75 428228 1126468 16 08:25:38 08:22:01 180072 1701484 90.43 2620 1149320 1062076 36.25 420692 1121632 8 08:25:38 08:23:01 176772 1704784 90.61 2620 1149320 1062292 36.25 424044 1121148 12 08:25:38 08:24:01 176768 1704788 90.61 2620 1149328 1062340 36.26 429556 1116048 8 08:25:38 08:25:02 178168 1703388 90.53 2620 1149332 1062160 36.25 429540 1114864 8 08:25:38 Average: 157421 1724135 91.63 2620 1158917 1157252 39.49 432381 1132061 5779 08:25:38 08:25:38 08:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 08:25:38 08:20:01 eth0 201.48 153.66 1003.12 57.91 0.00 0.00 0.00 08:25:38 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 08:21:01 eth0 30.86 29.56 36.79 41.51 0.00 0.00 0.00 08:25:38 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 08:21:01 docker0 4.11 3.63 0.81 9.25 0.00 0.00 0.00 08:25:38 08:22:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 08:25:38 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 08:23:01 eth0 1.10 0.35 0.32 0.21 0.00 0.00 0.00 08:25:38 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 08:24:01 eth0 0.37 0.33 0.26 0.20 0.00 0.00 0.00 08:25:38 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 08:25:02 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 08:25:38 08:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 08:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 Average: eth0 39.22 30.77 173.97 16.68 0.00 0.00 0.00 08:25:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:38 Average: docker0 0.68 0.60 0.14 1.54 0.00 0.00 0.00 08:25:38 08:25:38 08:25:38 ---> sar -P ALL: 08:25:38 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/31/20 _x86_64_ (4 CPU) 08:25:38 08:25:38 08:18:41 LINUX RESTART 08:25:38 08:25:38 08:19:01 CPU %user %nice %system %iowait %steal %idle 08:25:38 08:20:01 all 13.52 0.00 8.77 10.28 19.91 47.52 08:25:38 08:20:01 0 10.80 0.00 7.61 11.72 21.73 48.14 08:25:38 08:20:01 1 15.40 0.00 11.82 8.95 18.56 45.28 08:25:38 08:20:01 2 16.95 0.00 8.32 9.72 19.16 45.85 08:25:38 08:20:01 3 11.21 0.00 7.48 10.62 20.09 50.61 08:25:38 08:21:01 all 1.54 0.00 1.33 0.50 9.27 87.35 08:25:38 08:21:01 0 1.80 0.00 1.04 0.27 10.56 86.33 08:25:38 08:21:01 1 1.41 0.00 1.54 0.18 9.42 87.45 08:25:38 08:21:01 2 1.63 0.00 1.41 0.22 8.70 88.03 08:25:38 08:21:01 3 1.31 0.00 1.33 1.31 8.40 87.65 08:25:38 08:22:01 all 0.10 0.00 0.06 0.00 0.37 99.47 08:25:38 08:22:01 0 0.25 0.00 0.08 0.00 0.91 98.76 08:25:38 08:22:01 1 0.05 0.00 0.07 0.00 0.33 99.55 08:25:38 08:22:01 2 0.03 0.00 0.05 0.02 0.08 99.82 08:25:38 08:22:01 3 0.05 0.00 0.05 0.00 0.18 99.72 08:25:38 08:23:01 all 0.12 0.00 0.04 0.00 0.68 99.15 08:25:38 08:23:01 0 0.33 0.00 0.05 0.00 1.36 98.26 08:25:38 08:23:01 1 0.05 0.00 0.05 0.00 0.28 99.62 08:25:38 08:23:01 2 0.05 0.00 0.02 0.00 0.61 99.32 08:25:38 08:23:01 3 0.08 0.00 0.03 0.00 0.45 99.43 08:25:38 08:24:01 all 0.11 0.00 0.04 0.00 0.29 99.56 08:25:38 08:24:01 0 0.37 0.00 0.05 0.00 0.12 99.47 08:25:38 08:24:01 1 0.02 0.00 0.02 0.00 0.13 99.83 08:25:38 08:24:01 2 0.03 0.00 0.08 0.00 0.55 99.34 08:25:38 08:24:01 3 0.03 0.00 0.02 0.00 0.37 99.58 08:25:38 08:25:02 all 0.07 0.00 0.03 0.00 0.53 99.37 08:25:38 08:25:02 0 0.02 0.00 0.02 0.00 0.15 99.82 08:25:38 08:25:02 1 0.20 0.00 0.03 0.00 0.50 99.27 08:25:38 08:25:02 2 0.03 0.00 0.07 0.00 0.65 99.25 08:25:38 08:25:02 3 0.03 0.00 0.03 0.00 0.84 99.09 08:25:38 Average: all 2.60 0.00 1.73 1.81 5.25 88.60 08:25:38 Average: 0 2.32 0.00 1.52 2.06 5.96 88.14 08:25:38 Average: 1 2.84 0.00 2.24 1.51 4.89 88.52 08:25:38 Average: 2 3.09 0.00 1.64 1.64 4.95 88.68 08:25:38 Average: 3 2.18 0.00 1.53 2.04 5.18 89.07 08:25:38 08:25:38 08:25:38