Pull request #588 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 3d731156678fa6d4b6675a115cc87696c9618892 rather than c58f4e65f338c656a3ea87aa10ef368a25cb2d32 Obtained Jenkinsfile from 3d731156678fa6d4b6675a115cc87696c9618892 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 --version # 'git version 2.16.6' > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 > git --version # 'git version 2.16.6' 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:lfit/releng-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, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-809 in /w/workspace/dry_go-mod-core-contracts_PR-588 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-588 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3d731156678fa6d4b6675a115cc87696c9618892 into PR head commit c58f4e65f338c656a3ea87aa10ef368a25cb2d32 Merge succeeded, producing c58f4e65f338c656a3ea87aa10ef368a25cb2d32 Checking out Revision c58f4e65f338c656a3ea87aa10ef368a25cb2d32 (PR-588) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c58f4e65f338c656a3ea87aa10ef368a25cb2d32 # 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 3d731156678fa6d4b6675a115cc87696c9618892 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c58f4e65f338c656a3ea87aa10ef368a25cb2d32 # timeout=10 Commit message: "feat(meta): Add resource map for cache" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:36:24 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 36c42d2849f6231e46a8a46efb803d835920681d # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:36:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:36:24 ========================================================= 15:36:24 EdgeX Global Pipelines Version Info 15:36:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:36:26 ------------------- 15:36:26 stable info: 15:36:26 ------------------- 15:36:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:36:26 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:36:26 Message: update stable to v1.0.186 15:36:27 ------------------- 15:36:27 experimental info: 15:36:27 ------------------- 15:36:27 Commited By: **** collab-it+edgex@linuxfoundation.org 15:36:27 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 15:36:27 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-588 [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-588 [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-588 [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c58f4e65f338c656a3ea87aa10ef368a25cb2d32 [Pipeline] echo 15:36:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c58f4e6 [Pipeline] echo 15:36:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:36:28 + git log --format=format:%s -1 c58f4e65f338c656a3ea87aa10ef368a25cb2d32 [Pipeline] echo 15:36:28 GIT_COMMIT: c58f4e65f338c656a3ea87aa10ef368a25cb2d32, Commit Message: feat(meta): Add resource map for cache [Pipeline] echo 15:36:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:36:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:36:29 15:36:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:36:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:36:29 latest: Pulling from edgex-devops/git-semver 15:36:29 31603596830f: Pulling fs layer 15:36:29 2a8b12db71e7: Pulling fs layer 15:36:29 6ca5941a6612: Pulling fs layer 15:36:29 ecc8261a40a4: Pulling fs layer 15:36:29 ecc8261a40a4: Waiting 15:36:29 2a8b12db71e7: Download complete 15:36:30 31603596830f: Verifying Checksum 15:36:30 31603596830f: Download complete 15:36:30 ecc8261a40a4: Verifying Checksum 15:36:30 ecc8261a40a4: Download complete 15:36:30 6ca5941a6612: Verifying Checksum 15:36:30 6ca5941a6612: Download complete 15:36:30 31603596830f: Pull complete 15:36:30 2a8b12db71e7: Pull complete 15:36:31 6ca5941a6612: Pull complete 15:36:31 ecc8261a40a4: Pull complete 15:36:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:36:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:36:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:36:31 prd-centos7-docker-4c-2g-809 does not seem to be running inside a container 15:36:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-588 -v /w/workspace/dry_go-mod-core-contracts_PR-588:/w/workspace/dry_go-mod-core-contracts_PR-588:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-588@tmp:/w/workspace/dry_go-mod-core-contracts_PR-588@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:36:34 $ docker top c727ac943b7b0fa71e67d2284e05449ee4bc9a7870dde5f8c96bdaca2ca3d192 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:36:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:36:34 [ssh-agent] Looking for ssh-agent implementation... 15:36:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:36:34 $ docker exec c727ac943b7b0fa71e67d2284e05449ee4bc9a7870dde5f8c96bdaca2ca3d192 ssh-agent 15:36:34 SSH_AUTH_SOCK=/tmp/ssh-fmIpMADDEUxv/agent.12 15:36:34 SSH_AGENT_PID=17 15:36:34 Running ssh-add (command line suppressed) 15:36:34 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-588@tmp/private_key_7163942313105512014.key (/w/workspace/dry_go-mod-core-contracts_PR-588@tmp/private_key_7163942313105512014.key) 15:36:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:36:35 + git tag --points-at HEAD [Pipeline] } 15:36:35 $ docker exec --env ******** --env ******** c727ac943b7b0fa71e67d2284e05449ee4bc9a7870dde5f8c96bdaca2ca3d192 ssh-agent -k 15:36:35 unset SSH_AUTH_SOCK; 15:36:35 unset SSH_AGENT_PID; 15:36:35 echo Agent pid 17 killed; 15:36:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:36:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:36:35 [ssh-agent] Looking for ssh-agent implementation... 15:36:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:36:35 $ docker exec c727ac943b7b0fa71e67d2284e05449ee4bc9a7870dde5f8c96bdaca2ca3d192 ssh-agent 15:36:35 SSH_AUTH_SOCK=/tmp/ssh-y82VFG6eWe9j/agent.45 15:36:35 SSH_AGENT_PID=50 15:36:35 Running ssh-add (command line suppressed) 15:36:35 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-588@tmp/private_key_856363291215137790.key (/w/workspace/dry_go-mod-core-contracts_PR-588@tmp/private_key_856363291215137790.key) 15:36:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:36:36 + git semver init 15:36:36 # -> Open(): unable to determine branch for HEAD 15:36:36 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-588/.git 15:36:36 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-588 15:36:36 # $SEMVER_REMOTE_NAME = origin 15:36:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:36:36 # $SEMVER_USER_NAME = edgex-jenkins 15:36:36 # $SEMVER_BRANCH = PR-588 15:36:36 # $SEMVER_TEMP = /tmp/semver-857477311 15:36:36 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:36:37 # '/tmp/semver-857477311' -> '/w/workspace/dry_go-mod-core-contracts_PR-588/.semver' 15:36:37 # -> Force: false 15:36:37 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-588/.semver [Pipeline] } 15:36:37 $ docker exec --env ******** --env ******** c727ac943b7b0fa71e67d2284e05449ee4bc9a7870dde5f8c96bdaca2ca3d192 ssh-agent -k 15:36:37 unset SSH_AUTH_SOCK; 15:36:37 unset SSH_AGENT_PID; 15:36:37 echo Agent pid 50 killed; 15:36:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:36:37 + git semver [Pipeline] } 15:36:37 $ docker stop --time=1 c727ac943b7b0fa71e67d2284e05449ee4bc9a7870dde5f8c96bdaca2ca3d192 15:36:39 $ docker rm -f c727ac943b7b0fa71e67d2284e05449ee4bc9a7870dde5f8c96bdaca2ca3d192 [Pipeline] // withDockerContainer [Pipeline] sh 15:36:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:36:40 Stashed 1 file(s) [Pipeline] echo 15:36:40 [edgeXSemver]: initialized semver on 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 15:36:55 Still waiting to schedule task 15:36:55 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:36:55 Still waiting to schedule task 15:36:55 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-807’ 15:39:49 Running on prd-centos7-docker-4c-2g-810 in /w/workspace/dry_go-mod-core-contracts_PR-588 [Pipeline] { [Pipeline] ws 15:39:49 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 15:40:00 using credential edgex-jenkins-ssh 15:40:00 Cloning the remote Git repository 15:40:00 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:40:01 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 15:40:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:40:01 > git --version # timeout=10 15:40:01 > git --version # 'git version 2.24.3' 15:40:01 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:40:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:40:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:40:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:40:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:40:05 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:07 Merging remotes/origin/master commit 3d731156678fa6d4b6675a115cc87696c9618892 into PR head commit c58f4e65f338c656a3ea87aa10ef368a25cb2d32 15:40:07 Merge succeeded, producing c58f4e65f338c656a3ea87aa10ef368a25cb2d32 15:40:07 Checking out Revision c58f4e65f338c656a3ea87aa10ef368a25cb2d32 (PR-588) 15:40:07 > git config core.sparsecheckout # timeout=10 15:40:07 > git checkout -f c58f4e65f338c656a3ea87aa10ef368a25cb2d32 # timeout=10 15:40:07 > git remote # timeout=10 15:40:07 > git config --get remote.origin.url # timeout=10 15:40:07 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:07 > git merge 3d731156678fa6d4b6675a115cc87696c9618892 # timeout=10 15:40:07 > git rev-parse HEAD^{commit} # timeout=10 15:40:07 > git config core.sparsecheckout # timeout=10 15:40:07 > git checkout -f c58f4e65f338c656a3ea87aa10ef368a25cb2d32 # timeout=10 15:40:11 Commit message: "feat(meta): Add resource map for cache" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:40:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:40:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:40:14 + sudo service docker restart 15:40:14 + true 15:40:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:40:17 ========================================================= 15:40:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:40:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:40:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:40:20 Sending build context to Docker daemon 3.046MB 15:40:20 Step 1/7 : ARG BASE=golang:1.15-alpine 15:40:20 Step 2/7 : FROM ${BASE} 15:40:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:40:20 188c0c94c7c5: Pulling fs layer 15:40:20 0ef7d3d256c8: Pulling fs layer 15:40:20 de9db76c5a1d: Pulling fs layer 15:40:20 bca2f99d35d6: Pulling fs layer 15:40:20 93359f2a8cfa: Pulling fs layer 15:40:20 7c6f9722023f: Pulling fs layer 15:40:20 a35cf1a2eb13: Pulling fs layer 15:40:20 bca2f99d35d6: Waiting 15:40:20 93359f2a8cfa: Waiting 15:40:20 7c6f9722023f: Waiting 15:40:20 a35cf1a2eb13: Waiting 15:40:20 de9db76c5a1d: Verifying Checksum 15:40:20 de9db76c5a1d: Download complete 15:40:20 0ef7d3d256c8: Verifying Checksum 15:40:20 0ef7d3d256c8: Download complete 15:40:20 93359f2a8cfa: Download complete 15:40:20 7c6f9722023f: Verifying Checksum 15:40:20 7c6f9722023f: Download complete 15:40:20 188c0c94c7c5: Verifying Checksum 15:40:20 188c0c94c7c5: Download complete 15:40:22 188c0c94c7c5: Pull complete 15:40:22 0ef7d3d256c8: Pull complete 15:40:22 de9db76c5a1d: Pull complete 15:40:25 a35cf1a2eb13: Verifying Checksum 15:40:25 a35cf1a2eb13: Download complete 15:40:26 bca2f99d35d6: Verifying Checksum 15:40:26 bca2f99d35d6: Download complete 15:40:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-811 in /w/workspace/dry_go-mod-core-contracts_PR-588 [Pipeline] { [Pipeline] ws 15:40:26 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 15:40:33 using credential edgex-jenkins-ssh 15:40:33 Cloning the remote Git repository 15:40:33 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:40:33 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 15:40:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:40:33 > git --version # timeout=10 15:40:33 > git --version # 'git version 2.17.1' 15:40:33 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:40:35 Merging remotes/origin/master commit 3d731156678fa6d4b6675a115cc87696c9618892 into PR head commit c58f4e65f338c656a3ea87aa10ef368a25cb2d32 15:40:35 Merge succeeded, producing c58f4e65f338c656a3ea87aa10ef368a25cb2d32 15:40:35 Checking out Revision c58f4e65f338c656a3ea87aa10ef368a25cb2d32 (PR-588) 15:40:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:40:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:40:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:40:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:40:34 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:35 > git config core.sparsecheckout # timeout=10 15:40:35 > git checkout -f c58f4e65f338c656a3ea87aa10ef368a25cb2d32 # timeout=10 15:40:35 > git remote # timeout=10 15:40:35 > git config --get remote.origin.url # timeout=10 15:40:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:35 > git merge 3d731156678fa6d4b6675a115cc87696c9618892 # timeout=10 15:40:35 > git rev-parse HEAD^{commit} # timeout=10 15:40:35 > git config core.sparsecheckout # timeout=10 15:40:35 > git checkout -f c58f4e65f338c656a3ea87aa10ef368a25cb2d32 # timeout=10 15:40:40 Commit message: "feat(meta): Add resource map for cache" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:40:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:40:41 bca2f99d35d6: Pull complete 15:40:41 93359f2a8cfa: Pull complete 15:40:41 7c6f9722023f: Pull complete 15:40:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:40:42 + sudo service docker restart 15:40:42 + true [Pipeline] unstash [Pipeline] echo 15:40:45 ========================================================= 15:40:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:40:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:40:45 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:40:46 Sending build context to Docker daemon 3.045MB 15:40:46 Step 1/7 : ARG BASE=golang:1.15-alpine 15:40:46 Step 2/7 : FROM ${BASE} 15:40:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:40:47 5f621e34cdf4: Pulling fs layer 15:40:47 a4357932f1b6: Pulling fs layer 15:40:47 18c013af1878: Pulling fs layer 15:40:47 00ac8860ef70: Pulling fs layer 15:40:47 63d7cb157983: Pulling fs layer 15:40:47 b116817d02f9: Pulling fs layer 15:40:47 745a02a5169b: Pulling fs layer 15:40:47 00ac8860ef70: Waiting 15:40:47 63d7cb157983: Waiting 15:40:47 b116817d02f9: Waiting 15:40:47 745a02a5169b: Waiting 15:40:47 18c013af1878: Verifying Checksum 15:40:47 18c013af1878: Download complete 15:40:47 a4357932f1b6: Verifying Checksum 15:40:47 a4357932f1b6: Download complete 15:40:47 63d7cb157983: Verifying Checksum 15:40:47 63d7cb157983: Download complete 15:40:47 b116817d02f9: Download complete 15:40:47 5f621e34cdf4: Verifying Checksum 15:40:47 5f621e34cdf4: Download complete 15:40:48 5f621e34cdf4: Pull complete 15:40:49 a4357932f1b6: Pull complete 15:40:49 18c013af1878: Pull complete 15:40:49 745a02a5169b: Verifying Checksum 15:40:49 745a02a5169b: Download complete 15:40:50 a35cf1a2eb13: Pull complete 15:40:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:40:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:40:50 ---> a62c8e92a672 15:40:50 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:40:50 ---> Running in 2cff9f086fc9 15:40:50 Removing intermediate container 2cff9f086fc9 15:40:50 ---> 7c11b95962c8 15:40:50 Step 4/7 : RUN apk add bash 15:40:50 ---> Running in ac3ef8efcafc 15:40:51 00ac8860ef70: Verifying Checksum 15:40:51 00ac8860ef70: Download complete 15:40:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:40:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:40:53 OK: 166 MiB in 39 packages 15:40:54 Removing intermediate container ac3ef8efcafc 15:40:54 ---> d5864229ee68 15:40:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:40:54 ---> Running in 7696f279316b 15:40:55 Removing intermediate container 7696f279316b 15:40:55 ---> 36d6a04d1866 15:40:55 Step 6/7 : COPY go.mod . 15:40:55 ---> b7b016fadd98 15:40:55 Step 7/7 : RUN go mod download 15:40:55 ---> Running in 22b7051191fd 15:41:01 00ac8860ef70: Pull complete 15:41:01 63d7cb157983: Pull complete 15:41:01 b116817d02f9: Pull complete 15:41:04 745a02a5169b: Pull complete 15:41:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:41:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:41:04 ---> b7e6874047d6 15:41:04 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:41:08 ---> Running in 2d9f1365da49 15:41:08 Removing intermediate container 2d9f1365da49 15:41:08 ---> 69e95eed4cc7 15:41:08 Step 4/7 : RUN apk add bash 15:41:08 ---> Running in 426f9d95388f 15:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:41:12 OK: 142 MiB in 39 packages 15:41:13 Removing intermediate container 426f9d95388f 15:41:13 ---> 303d4461597a 15:41:13 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:41:13 ---> Running in fbd193c1d33d 15:41:14 Removing intermediate container fbd193c1d33d 15:41:14 ---> 36ed58a741fa 15:41:14 Step 6/7 : COPY go.mod . 15:41:15 ---> c380dc49431a 15:41:15 Step 7/7 : RUN go mod download 15:41:15 ---> Running in 2167aa01fb1a 15:41:18 Removing intermediate container 22b7051191fd 15:41:18 ---> c2b9b2d2e6e6 15:41:18 Successfully built c2b9b2d2e6e6 15:41:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:41:18 + docker inspect -f . ci-base-image-x86_64 15:41:19 . [Pipeline] withDockerContainer 15:41:19 prd-centos7-docker-4c-2g-810 does not seem to be running inside a container 15:41:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:41:20 $ docker top 4dd33852e7620defbd6b4a4d9df064d3537f518e166b51fc59b41a18e4b6d874 -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:21 + go version 15:41:21 go version go1.15.5 linux/amd64 [Pipeline] } 15:41:21 $ docker stop --time=1 4dd33852e7620defbd6b4a4d9df064d3537f518e166b51fc59b41a18e4b6d874 15:41:23 $ docker rm -f 4dd33852e7620defbd6b4a4d9df064d3537f518e166b51fc59b41a18e4b6d874 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:41:24 + docker inspect -f . ci-base-image-x86_64 15:41:24 . [Pipeline] withDockerContainer 15:41:24 prd-centos7-docker-4c-2g-810 does not seem to be running inside a container 15:41:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:41:25 $ docker top 4cf70f63e44802c164c86cd48ac0e7361ade69f86817ed092fc2f3df2b687375 -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:26 + make test 15:41:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:41:33 Removing intermediate container 2167aa01fb1a 15:41:33 ---> 3108cf3f89a6 15:41:33 Successfully built 3108cf3f89a6 15:41:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:41:34 + docker inspect -f . ci-base-image-arm64 15:41:34 . [Pipeline] withDockerContainer 15:41:34 prd-ubuntu18.04-docker-arm64-4c-16g-811 does not seem to be running inside a container 15:41:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:41:36 $ docker top 0b878cb3617c3ec9f6a9cc4c96a10667025f2e81867eae509545f2d25135e275 -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:37 + go version 15:41:37 go version go1.15.5 linux/arm64 [Pipeline] } 15:41:37 $ docker stop --time=1 0b878cb3617c3ec9f6a9cc4c96a10667025f2e81867eae509545f2d25135e275 15:41:39 $ docker rm -f 0b878cb3617c3ec9f6a9cc4c96a10667025f2e81867eae509545f2d25135e275 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:41:40 + docker inspect -f . ci-base-image-arm64 15:41:40 . [Pipeline] withDockerContainer 15:41:40 prd-ubuntu18.04-docker-arm64-4c-16g-811 does not seem to be running inside a container 15:41:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:41:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:41:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.033s coverage: 85.7% of statements 15:41:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.064s coverage: 100.0% of statements 15:41:41 $ docker top 1c8e5c6714e7bfe3ec69bd22ba2bad0ce4ec73467935af80cee7af64dc9c4227 -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:42 + make test 15:41:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:41:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.092s coverage: 45.4% of statements 15:41:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.051s coverage: 77.8% of statements 15:41:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:41:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements 15:41:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.048s coverage: 14.7% of statements 15:41:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.020s coverage: 100.0% of statements 15:41:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.043s coverage: 91.8% of statements 15:41:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:41:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:41:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.028s coverage: 100.0% of statements 15:41:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 35.5% of statements 15:41:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.043s coverage: 63.0% of statements 15:41:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.027s coverage: 26.3% of statements 15:41:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.054s coverage: 15.4% of statements 15:41:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.021s coverage: 15.4% of statements 15:41:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.089s coverage: 14.3% of statements 15:41:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:41:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.131s coverage: 83.6% of statements 15:41:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:41:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:41:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:41:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.041s coverage: 45.8% of statements 15:41:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.012s coverage: 94.7% of statements 15:41:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.081s coverage: 87.1% of statements 15:41:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.013s coverage: 100.0% of statements 15:41:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.021s coverage: 69.6% of statements 15:41:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:42:00 gofmt -l . 15:42:01 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:42:01 $ docker stop --time=1 4cf70f63e44802c164c86cd48ac0e7361ade69f86817ed092fc2f3df2b687375 15:42:04 $ docker rm -f 4cf70f63e44802c164c86cd48ac0e7361ade69f86817ed092fc2f3df2b687375 [Pipeline] // withDockerContainer [Pipeline] sh 15:42:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:42:06 Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 15:42:07 ---> job-cost.sh 15:42:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-w3Os 15:42:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:42:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.041s coverage: 85.7% of statements 15:42:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.041s coverage: 100.0% of statements 15:42:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.066s coverage: 45.4% of statements 15:42:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.080s coverage: 77.8% of statements 15:42:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:42:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.016s coverage: 26.3% of statements 15:42:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.062s coverage: 14.7% of statements 15:42:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.042s coverage: 100.0% of statements 15:42:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.114s coverage: 91.8% of statements 15:42:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:42:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:42:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.025s coverage: 100.0% of statements 15:42:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.025s coverage: 35.5% of statements 15:42:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.129s coverage: 63.0% of statements 15:42:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.012s coverage: 26.3% of statements 15:42:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.039s coverage: 15.4% of statements 15:42:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.021s coverage: 15.4% of statements 15:42:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.036s coverage: 14.3% of statements 15:42:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:42:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.332s coverage: 83.6% of statements 15:42:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:42:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:42:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:42:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.075s coverage: 45.8% of statements 15:42:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.080s coverage: 94.7% of statements 15:42:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.201s coverage: 87.1% of statements 15:42:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.045s coverage: 100.0% of statements 15:42:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.028s coverage: 69.6% of statements 15:42:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:42:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:42:40 gofmt -l . 15:42:40 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:42:40 $ docker stop --time=1 1c8e5c6714e7bfe3ec69bd22ba2bad0ce4ec73467935af80cee7af64dc9c4227 15:42:43 $ docker rm -f 1c8e5c6714e7bfe3ec69bd22ba2bad0ce4ec73467935af80cee7af64dc9c4227 [Pipeline] // withDockerContainer [Pipeline] sh 15:42:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:42:43 Warning: overwriting stash ‘coverage-report’ 15:42:45 Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 15:42:45 ---> job-cost.sh 15:42:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-61IB 15:43:21 lf-activate-venv(): INFO: Adding /tmp/venv-w3Os/bin to PATH 15:43:21 INFO: No Stack... 15:43:21 INFO: Retrieving Pricing Info for: v1-standard-2 15:43:21 INFO: Archiving Costs [Pipeline] sh 15:43:22 + cat /w/workspace/go-mod-core-contracts/5/archives/cost.csv 15:43:22 + cut -d, -f6 [Pipeline] lock 15:43:22 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-5-stack-cost] 15:43:22 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-5-stack-cost] did not exist. Created. 15:43:22 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:43:22 + echo total: 0.029999999329447746 [Pipeline] stash 15:43:22 Stashed 1 file(s) [Pipeline] } 15:43:22 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:43:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:45:24 lf-activate-venv(): INFO: Adding /tmp/venv-61IB/bin to PATH 15:45:24 INFO: No Stack... 15:45:24 INFO: Retrieving Pricing Info for: lf-standard-4 15:45:24 INFO: Archiving Costs [Pipeline] sh 15:45:24 + cut -d, -f6 15:45:24 + cat /w/workspace/go-mod-core-contracts/5/archives/cost.csv [Pipeline] lock 15:45:24 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-5-stack-cost] 15:45:24 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-5-stack-cost] did not exist. Created. 15:45:24 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:45:25 /w/workspace/go-mod-core-contracts/5@tmp/durable-83684035/script.sh: 1: /w/workspace/go-mod-core-contracts/5@tmp/durable-83684035/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:45:25 + echo total: 0.20999999344348907 [Pipeline] stash 15:45:25 Warning: overwriting stash ‘stack-cost’ 15:45:25 Stashed 1 file(s) [Pipeline] } 15:45:25 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-588-5-stack-cost] [Pipeline] // lock [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 15:45:26 provisioning config files... 15:45:26 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-588@tmp/config5598755459474040047tmp [Pipeline] { [Pipeline] sh 15:45:26 + set +x 15:45:26 + curl -s https://codecov.io/bash 15:45:26 + bash -s -- 15:45:27 15:45:27 _____ _ 15:45:27 / ____| | | 15:45:27 | | ___ __| | ___ ___ _____ __ 15:45:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:45:27 | |___| (_) | (_| | __/ (_| (_) \ V / 15:45:27 \_____\___/ \__,_|\___|\___\___/ \_/ 15:45:27 Bash-1.0.1 15:45:27 15:45:27 15:45:27 ==> git version 2.24.3 found 15:45:27 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:45:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:45:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:45:27 ==> Jenkins CI detected. 15:45:27 project root: . 15:45:27 --> token set from env 15:45:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:45:27 ==> Running gcov in . (disable via -X gcov) 15:45:27 ==> Python coveragepy not found 15:45:27 ==> Searching for coverage reports in: 15:45:27 + . 15:45:27 -> Found 1 reports 15:45:27 ==> Detecting git/mercurial file structure 15:45:27 ==> Reading reports 15:45:27 + ./coverage.out bytes=171881 15:45:27 ==> Appending adjustments 15:45:27 https://docs.codecov.io/docs/fixing-reports 15:45:28 + Found adjustments 15:45:28 ==> Gzipping contents 15:45:28 28K /tmp/codecov.f4vWAo.gz 15:45:28 ==> Uploading reports 15:45:28 url: https://codecov.io 15:45:28 query: branch=PR-588&commit=c58f4e65f338c656a3ea87aa10ef368a25cb2d32&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-588%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=588&job=&cmd_args= 15:45:28 -> Pinging Codecov 15:45:28 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-588&commit=c58f4e65f338c656a3ea87aa10ef368a25cb2d32&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-588%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=588&job=&cmd_args= 15:45:29 -> Uploading to 15:45:29 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/71470A77251A30514AAF9C0BB2E5B6CE/c58f4e65f338c656a3ea87aa10ef368a25cb2d32/9ac98cdc-a876-4207-9422-5cb099e02f2d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T154529Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3a1795dacc5551395e2d808232418b1e1823a9746803ccfac733dfed74be8ec5 15:45:29 % Total % Received % Xferd Average Speed Time Time Time Current 15:45:29 Dload Upload Total Spent Left Speed 15:45:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25293 0 0 100 25293 0 59709 --:--:-- --:--:-- --:--:-- 59794 15:45:30 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/c58f4e65f338c656a3ea87aa10ef368a25cb2d32 [Pipeline] } 15:45:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" 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 15:45:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:45:31 ---> package-listing.sh 15:45:31 ++ facter osfamily 15:45:31 ++ tr '[:upper:]' '[:lower:]' 15:45:31 + OS_FAMILY=redhat 15:45:31 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-588 15:45:31 + START_PACKAGES=/tmp/packages_start.txt 15:45:31 + END_PACKAGES=/tmp/packages_end.txt 15:45:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:45:31 + PACKAGES=/tmp/packages_start.txt 15:45:31 + '[' /w/workspace/dry_go-mod-core-contracts_PR-588 ']' 15:45:31 + PACKAGES=/tmp/packages_end.txt 15:45:31 + case "${OS_FAMILY}" in 15:45:31 + rpm -qa 15:45:31 + sort 15:45:36 + '[' -f /tmp/packages_start.txt ']' 15:45:36 + '[' -f /tmp/packages_end.txt ']' 15:45:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:45:36 + '[' /w/workspace/dry_go-mod-core-contracts_PR-588 ']' 15:45:36 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-588/archives/ 15:45:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-588/archives/ [Pipeline] echo 15:45:36 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-588/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:45:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:45:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:45:37 15:45:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:45:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:45:37 alpine: Pulling from edgex-lftools-log-publisher 15:45:37 df20fa9351a1: Pulling fs layer 15:45:37 36b3adc4ff6f: Pulling fs layer 15:45:37 8ad3a11d3b57: Pulling fs layer 15:45:37 46f8f816bc3b: Pulling fs layer 15:45:37 93b61091891f: Pulling fs layer 15:45:37 93b9cdb0e59b: Pulling fs layer 15:45:37 5e14af77c1be: Pulling fs layer 15:45:37 01666e4c0597: Pulling fs layer 15:45:37 aa168da1d23b: Pulling fs layer 15:45:37 46f8f816bc3b: Waiting 15:45:37 93b61091891f: Waiting 15:45:37 93b9cdb0e59b: Waiting 15:45:37 5e14af77c1be: Waiting 15:45:37 01666e4c0597: Waiting 15:45:37 aa168da1d23b: Waiting 15:45:37 36b3adc4ff6f: Download complete 15:45:37 46f8f816bc3b: Verifying Checksum 15:45:37 46f8f816bc3b: Download complete 15:45:37 df20fa9351a1: Verifying Checksum 15:45:37 df20fa9351a1: Download complete 15:45:37 93b9cdb0e59b: Verifying Checksum 15:45:37 93b9cdb0e59b: Download complete 15:45:37 93b61091891f: Verifying Checksum 15:45:37 93b61091891f: Download complete 15:45:37 5e14af77c1be: Verifying Checksum 15:45:37 5e14af77c1be: Download complete 15:45:37 01666e4c0597: Verifying Checksum 15:45:37 01666e4c0597: Download complete 15:45:38 8ad3a11d3b57: Verifying Checksum 15:45:38 8ad3a11d3b57: Download complete 15:45:38 df20fa9351a1: Pull complete 15:45:38 36b3adc4ff6f: Pull complete 15:45:39 8ad3a11d3b57: Pull complete 15:45:40 aa168da1d23b: Verifying Checksum 15:45:40 aa168da1d23b: Download complete 15:45:40 46f8f816bc3b: Pull complete 15:45:41 93b61091891f: Pull complete 15:45:41 93b9cdb0e59b: Pull complete 15:45:41 5e14af77c1be: Pull complete 15:45:41 01666e4c0597: Pull complete 15:45:48 aa168da1d23b: Pull complete 15:45:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:45:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:45:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:45:48 prd-centos7-docker-4c-2g-809 does not seem to be running inside a container 15:45:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-588/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-588 -v /w/workspace/dry_go-mod-core-contracts_PR-588:/w/workspace/dry_go-mod-core-contracts_PR-588:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-588@tmp:/w/workspace/dry_go-mod-core-contracts_PR-588@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:45:52 $ docker top 6dbd19e37562da1bc61d6a2f97884357ee2d25e18b90324826fe5aeb78e55c07 -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:52 + touch /tmp/pre-build-complete [Pipeline] sh 15:45:52 + mkdir -p /var/log/sa [Pipeline] sh 15:45:53 + ls /var/log/sa-host 15:45:53 + sadf -c /var/log/sa-host/sa19 15:45:53 file_magic: OK 15:45:53 HZ: Using current value: 100 15:45:53 file_header: OK 15:45:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:45:53 Statistics: 15:45:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:45:53 File successfully converted to sysstat format version 12.2.1 15:45:53 + sadf -c /var/log/sa-host/sa23 15:45:53 file_magic: OK 15:45:53 HZ: Using current value: 100 15:45:53 file_header: OK 15:45:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:45:53 Statistics: 15:45:53 Hnuu...uuuununununu... 15:45:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:45:53 provisioning config files... 15:45:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-588@tmp/config8970985483096363698tmp [Pipeline] { [Pipeline] echo 15:45:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:45:54 ---> create-netrc.sh [Pipeline] } 15:45:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:45:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:45:54 ---> python-tools-install.sh [Pipeline] echo 15:45:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:45:54 ---> sudo-logs.sh 15:45:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:45:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:45:54 ---> job-cost.sh 15:45:54 lf-activate-venv: SKIPPING 15:45:54 DEBUG: total: 0.20999999344348907 15:45:54 INFO: Retrieving Stack Cost... 15:45:56 INFO: Retrieving Pricing Info for: v1-standard-2 15:45:57 INFO: Archiving Costs [Pipeline] echo 15:45:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:45:57 ---> logs-deploy.sh 15:45:57 lf-activate-venv: SKIPPING 15:45:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-588/5 15:45:57 INFO: archiving workspace using pattern(s): 15:45:59 Archives upload complete. 15:45:59 INFO: archiving logs to Nexus 15:46:00 ---> uname -a: 15:46:00 Linux prd-centos7-docker-4c-2g-809.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:46:00 15:46:00 15:46:00 ---> lscpu: 15:46:00 Architecture: x86_64 15:46:00 CPU op-mode(s): 32-bit, 64-bit 15:46:00 Byte Order: Little Endian 15:46:00 Address sizes: 40 bits physical, 48 bits virtual 15:46:00 CPU(s): 4 15:46:00 On-line CPU(s) list: 0-3 15:46:00 Thread(s) per core: 1 15:46:00 Core(s) per socket: 1 15:46:00 Socket(s): 4 15:46:00 NUMA node(s): 1 15:46:00 Vendor ID: GenuineIntel 15:46:00 CPU family: 6 15:46:00 Model: 44 15:46:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:46:00 Stepping: 1 15:46:00 CPU MHz: 2933.438 15:46:00 BogoMIPS: 5866.87 15:46:00 Virtualization: VT-x 15:46:00 Hypervisor vendor: KVM 15:46:00 Virtualization type: full 15:46:00 L1d cache: 128 KiB 15:46:00 L1i cache: 128 KiB 15:46:00 L2 cache: 16 MiB 15:46:00 L3 cache: 64 MiB 15:46:00 NUMA node0 CPU(s): 0-3 15:46:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:46:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:46:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:46:00 Vulnerability Meltdown: Mitigation; PTI 15:46:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:46:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:46:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:46:00 Vulnerability Srbds: Not affected 15:46:00 Vulnerability Tsx async abort: Not affected 15:46:00 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 15:46:00 15:46:00 15:46:00 ---> nproc: 15:46:00 4 15:46:00 15:46:00 15:46:00 ---> df -h: 15:46:00 Filesystem Size Used Available Use% Mounted on 15:46:00 overlay 50.0G 7.3G 42.7G 15% / 15:46:00 tmpfs 64.0M 0 64.0M 0% /dev 15:46:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:46:00 shm 64.0M 0 64.0M 0% /dev/shm 15:46:00 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 15:46:00 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 15:46:00 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 15:46:00 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 15:46:00 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 15:46:00 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 15:46:00 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-588 15:46:00 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-588@tmp 15:46:00 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 15:46:00 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 15:46:00 15:46:00 15:46:00 ---> free -m: 15:46:00 total used free shared buff/cache available 15:46:00 Mem: 1837 725 113 0 998 1007 15:46:00 Swap: 1023 1 1022 15:46:00 15:46:00 15:46:00 ---> ip addr: 15:46:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:46:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:46:00 inet 127.0.0.1/8 scope host lo 15:46:00 valid_lft forever preferred_lft forever 15:46:00 inet6 ::1/128 scope host 15:46:00 valid_lft forever preferred_lft forever 15:46:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:46:00 link/ether fa:16:3e:ae:71:2c brd ff:ff:ff:ff:ff:ff 15:46:00 inet 10.30.122.150/23 brd 10.30.123.255 scope global dynamic eth0 15:46:00 valid_lft 85792sec preferred_lft 85792sec 15:46:00 inet6 fe80::f816:3eff:feae:712c/64 scope link 15:46:00 valid_lft forever preferred_lft forever 15:46:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:46:00 link/ether 02:42:87:92:27:ee brd ff:ff:ff:ff:ff:ff 15:46:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:46:00 valid_lft forever preferred_lft forever 15:46:00 inet6 fe80::42:87ff:fe92:27ee/64 scope link 15:46:00 valid_lft forever preferred_lft forever 15:46:00 15:46:00 15:46:00 ---> sar -b -r -n DEV: 15:46:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 15:46:00 15:46:00 15:35:39 LINUX RESTART (4 CPU) 15:46:00 15:46:00 15:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:46:00 15:37:01 131.42 45.61 85.82 0.00 7901.60 39383.24 0.00 15:46:00 15:38:01 2.13 0.00 2.13 0.00 0.00 50.63 0.00 15:46:00 15:39:01 0.42 0.00 0.42 0.00 0.00 5.91 0.00 15:46:00 15:40:01 0.65 0.00 0.65 0.00 0.00 7.38 0.00 15:46:00 15:41:01 0.57 0.00 0.57 0.00 0.00 6.26 0.00 15:46:00 15:42:01 0.45 0.00 0.45 0.00 0.00 6.69 0.00 15:46:00 15:43:02 0.18 0.00 0.18 0.00 0.00 1.50 0.00 15:46:00 15:44:01 0.25 0.00 0.25 0.00 0.00 3.81 0.00 15:46:00 15:45:01 0.27 0.00 0.27 0.00 0.00 2.71 0.00 15:46:00 Average: 15.18 5.08 10.10 0.00 880.04 4395.74 0.00 15:46:00 15:46:00 15:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:46:00 15:37:01 174772 0 611604 32.51 2620 1092548 1109408 37.86 377584 1127540 132 15:46:00 15:38:01 182092 0 604348 32.12 2620 1092484 1079152 36.83 381456 1118008 8 15:46:00 15:39:01 180956 0 605480 32.18 2620 1092488 1079152 36.83 382064 1119248 16 15:46:00 15:40:01 179644 0 606792 32.25 2620 1092488 1079344 36.84 390004 1112352 8 15:46:00 15:41:01 179652 0 606776 32.25 2620 1092496 1079272 36.83 387688 1114328 8 15:46:00 15:42:01 178436 0 607984 32.31 2620 1092504 1079284 36.83 404308 1099432 8 15:46:00 15:43:02 179476 0 606940 32.26 2620 1092508 1079152 36.83 404172 1098720 8 15:46:00 15:44:01 179188 0 607224 32.27 2620 1092512 1079152 36.83 404176 1098720 12 15:46:00 15:45:01 179080 0 607324 32.28 2620 1092520 1079152 36.83 404184 1098720 8 15:46:00 Average: 179255 0 607164 32.27 2620 1092505 1082563 36.95 392848 1109674 23 15:46:00 15:46:00 15:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:46:00 15:37:01 eth0 596.09 370.59 1127.77 86.46 0.00 0.00 0.00 0.00 15:46:00 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:37:01 docker0 11.37 8.19 2.20 22.97 0.00 0.00 0.00 0.00 15:46:00 15:38:01 eth0 0.08 0.12 0.01 0.03 0.00 0.00 0.00 0.00 15:46:00 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:39:01 eth0 0.90 0.08 0.07 0.01 0.00 0.00 0.00 0.00 15:46:00 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:40:01 eth0 1.10 0.40 0.32 0.21 0.00 0.00 0.00 0.00 15:46:00 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:41:01 eth0 0.48 0.30 0.27 0.20 0.00 0.00 0.00 0.00 15:46:00 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:42:01 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 15:46:00 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:43:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:46:00 15:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:44:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:46:00 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:46:00 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 Average: eth0 66.74 41.43 125.70 9.69 0.00 0.00 0.00 0.00 15:46:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:00 Average: docker0 1.27 0.91 0.24 2.56 0.00 0.00 0.00 0.00 15:46:00 15:46:00 15:46:00 ---> sar -P ALL: 15:46:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 15:46:00 15:46:00 15:35:39 LINUX RESTART (4 CPU) 15:46:00 15:46:00 15:36:01 CPU %user %nice %system %iowait %steal %idle 15:46:00 15:37:01 all 12.83 0.00 6.62 5.95 0.04 74.55 15:46:00 15:37:01 0 13.53 0.00 7.27 6.80 0.03 72.37 15:46:00 15:37:01 1 12.10 0.00 6.89 5.16 0.02 75.83 15:46:00 15:37:01 2 12.96 0.00 6.30 6.73 0.05 73.96 15:46:00 15:37:01 3 12.73 0.00 6.03 5.13 0.07 76.05 15:46:00 15:38:01 all 0.15 0.00 0.04 0.00 0.00 99.81 15:46:00 15:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:46:00 15:38:01 1 0.08 0.00 0.05 0.00 0.00 99.87 15:46:00 15:38:01 2 0.43 0.00 0.03 0.00 0.00 99.53 15:46:00 15:38:01 3 0.05 0.00 0.05 0.00 0.00 99.90 15:46:00 15:39:01 all 0.15 0.00 0.02 0.00 0.00 99.83 15:46:00 15:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:46:00 15:39:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:46:00 15:39:01 2 0.47 0.00 0.02 0.00 0.00 99.52 15:46:00 15:39:01 3 0.05 0.00 0.02 0.00 0.00 99.93 15:46:00 15:40:01 all 0.11 0.00 0.06 0.00 0.00 99.82 15:46:00 15:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:46:00 15:40:01 1 0.05 0.00 0.08 0.00 0.02 99.85 15:46:00 15:40:01 2 0.35 0.00 0.10 0.00 0.00 99.55 15:46:00 15:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:46:00 15:41:01 all 0.13 0.00 0.03 0.00 0.00 99.83 15:46:00 15:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:46:00 15:41:01 1 0.07 0.00 0.03 0.00 0.00 99.90 15:46:00 15:41:01 2 0.40 0.00 0.05 0.00 0.00 99.55 15:46:00 15:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:46:00 15:42:01 all 0.15 0.00 0.05 0.00 0.00 99.80 15:46:00 15:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:46:00 15:42:01 1 0.07 0.00 0.07 0.00 0.00 99.87 15:46:00 15:42:01 2 0.50 0.00 0.10 0.00 0.00 99.40 15:46:00 15:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:46:00 15:43:02 all 0.16 0.00 0.07 0.00 0.00 99.77 15:46:00 15:43:02 0 0.02 0.00 0.02 0.00 0.00 99.97 15:46:00 15:43:02 1 0.43 0.00 0.02 0.00 0.00 99.55 15:46:00 15:43:02 2 0.15 0.00 0.20 0.00 0.00 99.65 15:46:00 15:43:02 3 0.03 0.00 0.05 0.00 0.00 99.92 15:46:00 15:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 15:46:00 15:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:46:00 15:44:01 1 0.54 0.00 0.02 0.00 0.00 99.44 15:46:00 15:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:46:00 15:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:46:00 15:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:46:00 15:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:46:00 15:45:01 1 0.52 0.00 0.02 0.00 0.00 99.47 15:46:00 15:45:01 2 0.02 0.00 0.05 0.00 0.00 99.93 15:46:00 15:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:46:00 Average: all 1.54 0.00 0.76 0.65 0.01 97.04 15:46:00 Average: 0 1.51 0.00 0.82 0.75 0.00 96.92 15:46:00 Average: 1 1.53 0.00 0.79 0.57 0.00 97.11 15:46:00 Average: 2 1.68 0.00 0.75 0.74 0.01 96.82 15:46:00 Average: 3 1.42 0.00 0.69 0.56 0.01 97.32 15:46:00 15:46:00 15:46:00