Pull request #608 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f+2df9cfada3d4ed283aafad06b2eb07b69331e229 (5366426110326ea4204cfd5cef2e1f7da37d26ef) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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-4790 in /w/workspace/dry_go-mod-core-contracts_PR-608 [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-608 # 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 > 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/608/head:refs/remotes/origin/PR-608 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2df9cfada3d4ed283aafad06b2eb07b69331e229 into PR head commit 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f Merge succeeded, producing 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f Checking out Revision 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f (PR-608) > git config core.sparsecheckout # timeout=10 > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # 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 2df9cfada3d4ed283aafad06b2eb07b69331e229 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # timeout=10 Commit message: "build(deps): bump github.com/go-kit/kit from 0.8.0 to 0.9.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:57:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:57:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:57:49 ========================================================= 19:57:49 EdgeX Global Pipelines Version Info 19:57:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:57:51 ------------------- 19:57:51 stable info: 19:57:51 ------------------- 19:57:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:57:51 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 19:57:51 Message: update stable to v1.0.192 19:57:52 ------------------- 19:57:52 experimental info: 19:57:52 ------------------- 19:57:52 Commited By: **** collab-it+edgex@linuxfoundation.org 19:57:52 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 19:57:52 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-608 [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-608 [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-608 [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d54e33 [Pipeline] echo 19:57:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:57:54 + git log --format=format:%s -1 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f [Pipeline] echo 19:57:54 GIT_COMMIT: 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f, Commit Message: build(deps): bump github.com/go-kit/kit from 0.8.0 to 0.9.0 [Pipeline] echo 19:57:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:57:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:57:55 19:57:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:57:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:57:56 latest: Pulling from edgex-devops/git-semver 19:57:56 31603596830f: Pulling fs layer 19:57:56 54011a49482f: Pulling fs layer 19:57:56 a6820b24f6d8: Pulling fs layer 19:57:56 f581987b2513: Pulling fs layer 19:57:56 f581987b2513: Waiting 19:57:56 54011a49482f: Verifying Checksum 19:57:56 54011a49482f: Download complete 19:57:56 31603596830f: Verifying Checksum 19:57:56 31603596830f: Download complete 19:57:56 a6820b24f6d8: Verifying Checksum 19:57:56 a6820b24f6d8: Download complete 19:57:56 f581987b2513: Verifying Checksum 19:57:56 f581987b2513: Download complete 19:57:56 31603596830f: Pull complete 19:57:57 54011a49482f: Pull complete 19:57:58 a6820b24f6d8: Pull complete 19:57:58 f581987b2513: Pull complete 19:57:58 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 19:57:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:57:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:57:58 prd-centos7-docker-4c-2g-4790 does not seem to be running inside a container 19:57:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-608 -v /w/workspace/dry_go-mod-core-contracts_PR-608:/w/workspace/dry_go-mod-core-contracts_PR-608:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-608@tmp:/w/workspace/dry_go-mod-core-contracts_PR-608@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:58:01 $ docker top 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:58:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:01 [ssh-agent] Looking for ssh-agent implementation... 19:58:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:01 $ docker exec 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac ssh-agent 19:58:02 SSH_AUTH_SOCK=/tmp/ssh-VGwlHHu6ByS3/agent.12 19:58:02 SSH_AGENT_PID=17 19:58:02 Running ssh-add (command line suppressed) 19:58:02 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-608@tmp/private_key_1123931916593568148.key (/w/workspace/dry_go-mod-core-contracts_PR-608@tmp/private_key_1123931916593568148.key) 19:58:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:02 + git tag --points-at HEAD [Pipeline] } 19:58:02 $ docker exec --env ******** --env ******** 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac ssh-agent -k 19:58:03 unset SSH_AUTH_SOCK; 19:58:03 unset SSH_AGENT_PID; 19:58:03 echo Agent pid 17 killed; 19:58:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:58:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:03 [ssh-agent] Looking for ssh-agent implementation... 19:58:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:03 $ docker exec 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac ssh-agent 19:58:03 SSH_AUTH_SOCK=/tmp/ssh-w5qPic56ZFWt/agent.46 19:58:03 SSH_AGENT_PID=52 19:58:03 Running ssh-add (command line suppressed) 19:58:04 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-608@tmp/private_key_7623878503150580063.key (/w/workspace/dry_go-mod-core-contracts_PR-608@tmp/private_key_7623878503150580063.key) 19:58:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:04 + git semver init 19:58:04 # -> Open(): unable to determine branch for HEAD 19:58:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-608/.git 19:58:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-608 19:58:04 # $SEMVER_REMOTE_NAME = origin 19:58:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:58:04 # $SEMVER_USER_NAME = edgex-jenkins 19:58:04 # $SEMVER_BRANCH = PR-608 19:58:04 # $SEMVER_TEMP = /tmp/semver-126311855 19:58:04 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 19:58:05 # '/tmp/semver-126311855' -> '/w/workspace/dry_go-mod-core-contracts_PR-608/.semver' 19:58:05 # -> Force: false 19:58:05 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-608/.semver [Pipeline] } 19:58:05 $ docker exec --env ******** --env ******** 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac ssh-agent -k 19:58:05 unset SSH_AUTH_SOCK; 19:58:05 unset SSH_AGENT_PID; 19:58:05 echo Agent pid 52 killed; 19:58:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:06 + git semver [Pipeline] } 19:58:06 $ docker stop --time=1 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac 19:58:08 $ docker rm -f 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac [Pipeline] // withDockerContainer [Pipeline] sh 19:58:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:58:09 Stashed 1 file(s) [Pipeline] echo 19:58:09 [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 19:58:24 Still waiting to schedule task 19:58:24 Still waiting to schedule task 19:58:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:58:24 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4783’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4788’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4794’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4792’ is offline 20:00:25 Running on prd-centos7-docker-4c-2g-4797 in /w/workspace/dry_go-mod-core-contracts_PR-608 [Pipeline] { [Pipeline] ws 20:00:25 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 20:00:27 using credential edgex-jenkins-ssh 20:00:28 Cloning the remote Git repository 20:00:28 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 20:00:28 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 20:00:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:00:28 > git --version # timeout=10 20:00:28 > git --version # 'git version 2.24.3' 20:00:28 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:00:29 Merging remotes/origin/master commit 2df9cfada3d4ed283aafad06b2eb07b69331e229 into PR head commit 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f 20:00:29 Merge succeeded, producing 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f 20:00:29 Checking out Revision 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f (PR-608) 20:00:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:00:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:00:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:00:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:00:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/608/head:refs/remotes/origin/PR-608 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:00:29 > git config core.sparsecheckout # timeout=10 20:00:29 > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # timeout=10 20:00:29 > git remote # timeout=10 20:00:29 > git config --get remote.origin.url # timeout=10 20:00:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:29 > git merge 2df9cfada3d4ed283aafad06b2eb07b69331e229 # timeout=10 20:00:29 > git rev-parse HEAD^{commit} # timeout=10 20:00:29 > git config core.sparsecheckout # timeout=10 20:00:29 > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # timeout=10 20:00:33 Commit message: "build(deps): bump github.com/go-kit/kit from 0.8.0 to 0.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:00:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:00:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:00:35 + sudo service docker restart 20:00:35 + true 20:00:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:00:36 ========================================================= 20:00:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:00:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:00:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 20:00:37 Sending build context to Docker daemon 3.143MB 20:00:37 Step 1/7 : ARG BASE=golang:1.16-alpine 20:00:37 Step 2/7 : FROM ${BASE} 20:00:37 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:00:37 540db60ca938: Pulling fs layer 20:00:37 adcc1eea9eea: Pulling fs layer 20:00:37 4c4ab2625f07: Pulling fs layer 20:00:37 0510c868ecb4: Pulling fs layer 20:00:37 afea3b2eda06: Pulling fs layer 20:00:37 7809a108b3ef: Pulling fs layer 20:00:37 f706445af74f: Pulling fs layer 20:00:37 afea3b2eda06: Waiting 20:00:37 7809a108b3ef: Waiting 20:00:37 0510c868ecb4: Waiting 20:00:37 f706445af74f: Waiting 20:00:37 4c4ab2625f07: Download complete 20:00:37 adcc1eea9eea: Download complete 20:00:37 afea3b2eda06: Verifying Checksum 20:00:37 afea3b2eda06: Download complete 20:00:37 7809a108b3ef: Verifying Checksum 20:00:37 7809a108b3ef: Download complete 20:00:37 540db60ca938: Verifying Checksum 20:00:37 540db60ca938: Download complete 20:00:38 540db60ca938: Pull complete 20:00:38 adcc1eea9eea: Pull complete 20:00:38 4c4ab2625f07: Pull complete 20:00:40 f706445af74f: Verifying Checksum 20:00:40 f706445af74f: Download complete 20:00:41 0510c868ecb4: Download complete 20:00:46 0510c868ecb4: Pull complete 20:00:46 afea3b2eda06: Pull complete 20:00:46 7809a108b3ef: Pull complete 20:00:53 f706445af74f: Pull complete 20:00:53 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:00:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:00:53 ---> b068be0155e3 20:00:53 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:00:53 ---> Running in b6ce2e71c8b1 20:00:53 Removing intermediate container b6ce2e71c8b1 20:00:53 ---> 7346549e49de 20:00:53 Step 4/7 : RUN apk add bash 20:00:53 ---> Running in 49861014532c 20:00:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:00:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:00:56 OK: 149 MiB in 40 packages 20:00:56 Removing intermediate container 49861014532c 20:00:56 ---> e8decc67a451 20:00:56 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:00:56 ---> Running in 43ff58d7f0ee 20:00:57 Removing intermediate container 43ff58d7f0ee 20:00:57 ---> f1427bf78ac2 20:00:57 Step 6/7 : COPY go.mod . 20:00:57 ---> 379c5e92c317 20:00:57 Step 7/7 : RUN go mod download 20:00:57 ---> Running in 642f661f6d46 20:01:12 Removing intermediate container 642f661f6d46 20:01:12 ---> a62b5cc1410f 20:01:12 Successfully built a62b5cc1410f 20:01:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:01:12 + docker inspect -f . ci-base-image-x86_64 20:01:12 . [Pipeline] withDockerContainer 20:01:12 prd-centos7-docker-4c-2g-4797 does not seem to be running inside a container 20:01:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4798 in /w/workspace/dry_go-mod-core-contracts_PR-608 20:01:12 $ 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 ******** ci-base-image-x86_64 cat 20:01:14 $ docker top eafc8d210b9c5c4c454f96affbaabb693f7492ba23bb56108c9aba0809cffd44 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 20:01:14 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 20:01:15 + go version 20:01:15 go version go1.16.3 linux/amd64 [Pipeline] } 20:01:15 $ docker stop --time=1 eafc8d210b9c5c4c454f96affbaabb693f7492ba23bb56108c9aba0809cffd44 20:01:16 $ docker rm -f eafc8d210b9c5c4c454f96affbaabb693f7492ba23bb56108c9aba0809cffd44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:01:17 + docker inspect -f . ci-base-image-x86_64 20:01:17 . [Pipeline] withDockerContainer 20:01:17 prd-centos7-docker-4c-2g-4797 does not seem to be running inside a container 20:01:17 $ 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 ******** ci-base-image-x86_64 cat 20:01:17 $ docker top 335118f892efed2ea892c40c0ad9faca59aab0f7b53ff74eff472d54b94f32b7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:18 + go mod tidy [Pipeline] sh 20:01:18 + make test 20:01:18 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:01:20 using credential edgex-jenkins-ssh 20:01:20 Cloning the remote Git repository 20:01:20 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 20:01:21 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 20:01:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:01:21 > git --version # timeout=10 20:01:21 > git --version # 'git version 2.17.1' 20:01:21 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:01:23 Merging remotes/origin/master commit 2df9cfada3d4ed283aafad06b2eb07b69331e229 into PR head commit 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f 20:01:23 Merge succeeded, producing 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f 20:01:23 Checking out Revision 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f (PR-608) 20:01:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:01:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:01:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:01:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:01:22 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/608/head:refs/remotes/origin/PR-608 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:01:23 > git config core.sparsecheckout # timeout=10 20:01:23 > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # timeout=10 20:01:23 > git remote # timeout=10 20:01:23 > git config --get remote.origin.url # timeout=10 20:01:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:23 > git merge 2df9cfada3d4ed283aafad06b2eb07b69331e229 # timeout=10 20:01:23 > git rev-parse HEAD^{commit} # timeout=10 20:01:23 > git config core.sparsecheckout # timeout=10 20:01:23 > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # timeout=10 20:01:27 Commit message: "build(deps): bump github.com/go-kit/kit from 0.8.0 to 0.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:01:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 20:01:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.011s coverage: 85.7% of statements 20:01:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements 20:01:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.013s coverage: 45.4% of statements 20:01:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.028s coverage: 77.8% of statements 20:01:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 20:01:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 20:01:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.032s coverage: 26.3% of statements 20:01:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.016s coverage: 14.7% of statements 20:01:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements [Pipeline] sh 20:01:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:01:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.027s coverage: 91.8% of statements 20:01:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 20:01:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 20:01:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.004s coverage: 100.0% of statements 20:01:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 35.5% of statements 20:01:30 + + sudotrue service 20:01:30 docker restart 20:01:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.059s coverage: 63.0% of statements 20:01:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements 20:01:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.018s coverage: 15.4% of statements 20:01:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.034s coverage: 15.4% of statements 20:01:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.015s coverage: 14.3% of statements [Pipeline] unstash [Pipeline] echo 20:01:32 ========================================================= 20:01:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:01:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:01:32 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 20:01:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 20:01:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 20:01:33 Sending build context to Docker daemon 3.143MB 20:01:33 Step 1/7 : ARG BASE=golang:1.16-alpine 20:01:33 Step 2/7 : FROM ${BASE} 20:01:34 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:01:34 595b0fe564bb: Pulling fs layer 20:01:34 7186ed65a4f7: Pulling fs layer 20:01:34 316046926c0a: Pulling fs layer 20:01:34 4ebd0625c992: Pulling fs layer 20:01:34 207e8628e3a3: Pulling fs layer 20:01:34 c791037a9be2: Pulling fs layer 20:01:34 ffd874e62e21: Pulling fs layer 20:01:34 4ebd0625c992: Waiting 20:01:34 207e8628e3a3: Waiting 20:01:34 c791037a9be2: Waiting 20:01:34 ffd874e62e21: Waiting 20:01:34 316046926c0a: Verifying Checksum 20:01:34 316046926c0a: Download complete 20:01:34 7186ed65a4f7: Verifying Checksum 20:01:34 7186ed65a4f7: Download complete 20:01:34 207e8628e3a3: Verifying Checksum 20:01:34 207e8628e3a3: Download complete 20:01:34 c791037a9be2: Download complete 20:01:34 595b0fe564bb: Verifying Checksum 20:01:34 595b0fe564bb: Download complete 20:01:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.121s coverage: 82.9% of statements 20:01:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 20:01:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 20:01:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 20:01:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 45.4% of statements 20:01:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.018s coverage: 95.2% of statements 20:01:35 595b0fe564bb: Pull complete 20:01:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.056s coverage: 86.3% of statements 20:01:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 60.5% of statements 20:01:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.010s coverage: 58.2% of statements 20:01:35 7186ed65a4f7: Pull complete 20:01:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:01:35 316046926c0a: Pull complete 20:01:36 ffd874e62e21: Verifying Checksum 20:01:36 ffd874e62e21: Download complete 20:01:38 4ebd0625c992: Verifying Checksum 20:01:38 4ebd0625c992: Download complete 20:01:42 gofmt -l . 20:01:42 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:01:42 $ docker stop --time=1 335118f892efed2ea892c40c0ad9faca59aab0f7b53ff74eff472d54b94f32b7 20:01:45 $ docker rm -f 335118f892efed2ea892c40c0ad9faca59aab0f7b53ff74eff472d54b94f32b7 [Pipeline] // withDockerContainer [Pipeline] sh 20:01:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:01:46 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 20:01:47 ---> job-cost.sh 20:01:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-51yB 20:01:48 4ebd0625c992: Pull complete 20:01:48 207e8628e3a3: Pull complete 20:01:49 c791037a9be2: Pull complete 20:01:52 ffd874e62e21: Pull complete 20:01:52 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:01:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:01:52 ---> cfc18b08335c 20:01:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:01:55 ---> Running in ff819976fd99 20:01:55 Removing intermediate container ff819976fd99 20:01:55 ---> e1b64afa5b1f 20:01:55 Step 4/7 : RUN apk add bash 20:01:55 ---> Running in af6bbeee0682 20:01:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:01:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:01:59 OK: 138 MiB in 40 packages 20:02:01 Removing intermediate container af6bbeee0682 20:02:01 ---> 0ced9b617e4a 20:02:01 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:02:01 ---> Running in e3f6f7adc91f 20:02:01 Removing intermediate container e3f6f7adc91f 20:02:01 ---> cf069a0aaac8 20:02:01 Step 6/7 : COPY go.mod . 20:02:02 ---> 52fb7a8cdb98 20:02:02 Step 7/7 : RUN go mod download 20:02:02 ---> Running in bd204966a9db 20:02:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:02:21 Removing intermediate container bd204966a9db 20:02:21 ---> d84cd888dcb5 20:02:21 Successfully built d84cd888dcb5 20:02:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:02:21 + docker inspect -f . ci-base-image-arm64 20:02:21 . [Pipeline] withDockerContainer 20:02:21 prd-ubuntu18.04-docker-arm64-4c-16g-4798 does not seem to be running inside a container 20:02:21 $ 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 ******** ci-base-image-arm64 cat 20:02:23 $ docker top 15afa630b0f26378f86e3fd98bbe63fd346dd8ad2bc54191b4113d75f45b1a03 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:24 + go version 20:02:24 go version go1.16.3 linux/arm64 [Pipeline] } 20:02:24 $ docker stop --time=1 15afa630b0f26378f86e3fd98bbe63fd346dd8ad2bc54191b4113d75f45b1a03 20:02:26 $ docker rm -f 15afa630b0f26378f86e3fd98bbe63fd346dd8ad2bc54191b4113d75f45b1a03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:02:27 + docker inspect -f . ci-base-image-arm64 20:02:27 . [Pipeline] withDockerContainer 20:02:27 prd-ubuntu18.04-docker-arm64-4c-16g-4798 does not seem to be running inside a container 20:02:27 $ 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 ******** ci-base-image-arm64 cat 20:02:29 $ docker top e9b1c89ff54823cdf4a333e5221f4415dd43362d509216ab259ca87e7ee766b2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:29 lf-activate-venv(): INFO: Adding /tmp/venv-51yB/bin to PATH 20:02:29 INFO: No Stack... 20:02:29 INFO: Retrieving Pricing Info for: v1-standard-2 20:02:29 INFO: Archiving Costs [Pipeline] sh 20:02:30 + cat /w/workspace/go-mod-core-contracts/5/archives/cost.csv 20:02:30 + cut -d, -f6 20:02:30 + go mod tidy [Pipeline] lock 20:02:30 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] 20:02:30 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] did not exist. Created. 20:02:30 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:02:30 + echo total: 0.029999999329447746 [Pipeline] stash 20:02:30 Stashed 1 file(s) [Pipeline] } 20:02:30 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:02:31 + make test 20:02:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:02:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 20:02:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.039s coverage: 85.7% of statements 20:02:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.026s coverage: 100.0% of statements 20:02:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.107s coverage: 45.4% of statements 20:02:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.032s coverage: 77.8% of statements 20:02:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 20:03:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.027s coverage: 26.3% of statements 20:03:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.066s coverage: 14.7% of statements 20:03:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 20:03:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.086s coverage: 91.8% of statements 20:03:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 20:03:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 20:03:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements 20:03:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.023s coverage: 35.5% of statements 20:03:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.178s coverage: 63.0% of statements 20:03:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.020s coverage: 26.3% of statements 20:03:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.034s coverage: 15.4% of statements 20:03:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.013s coverage: 15.4% of statements 20:03:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.026s coverage: 14.3% of statements 20:03:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 20:03:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 20:03:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.295s coverage: 82.9% of statements 20:03:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 20:03:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 20:03:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 20:03:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.095s coverage: 45.4% of statements 20:03:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.078s coverage: 95.2% of statements 20:03:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.271s coverage: 86.3% of statements 20:03:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.043s coverage: 60.5% of statements 20:03:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.029s coverage: 58.2% of statements 20:03:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:03:39 gofmt -l . 20:03:39 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:03:39 $ docker stop --time=1 e9b1c89ff54823cdf4a333e5221f4415dd43362d509216ab259ca87e7ee766b2 20:03:41 $ docker rm -f e9b1c89ff54823cdf4a333e5221f4415dd43362d509216ab259ca87e7ee766b2 [Pipeline] // withDockerContainer [Pipeline] sh 20:03:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:03:42 Warning: overwriting stash ‘coverage-report’ 20:03:43 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 20:03:43 ---> job-cost.sh 20:03:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hzqH 20:04:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:05:44 lf-activate-venv(): INFO: Adding /tmp/venv-hzqH/bin to PATH 20:05:44 INFO: No Stack... 20:05:44 INFO: Retrieving Pricing Info for: lf-standard-4 20:05:44 INFO: Archiving Costs [Pipeline] sh 20:05:45 + cat /w/workspace/go-mod-core-contracts/5/archives/cost.csv 20:05:45 + cut -d, -f6 [Pipeline] lock 20:05:45 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] 20:05:45 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] did not exist. Created. 20:05:45 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:05:45 /w/workspace/go-mod-core-contracts/5@tmp/durable-1ade3f81/script.sh: 1: /w/workspace/go-mod-core-contracts/5@tmp/durable-1ade3f81/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:05:45 + echo total: 0.20999999344348907 [Pipeline] stash 20:05:45 Warning: overwriting stash ‘stack-cost’ 20:05:46 Stashed 1 file(s) [Pipeline] } 20:05:46 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-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 20:05:46 provisioning config files... 20:05:46 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-608@tmp/config6273748279975634897tmp [Pipeline] { [Pipeline] sh 20:05:46 + set +x 20:05:46 + curl -s https://codecov.io/bash 20:05:46 + bash -s -- 20:05:47 20:05:47 _____ _ 20:05:47 / ____| | | 20:05:47 | | ___ __| | ___ ___ _____ __ 20:05:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:05:47 | |___| (_) | (_| | __/ (_| (_) \ V / 20:05:47 \_____\___/ \__,_|\___|\___\___/ \_/ 20:05:47 Bash-1.0.2 20:05:47 20:05:47 20:05:47 ==> git version 2.24.3 found 20:05:47 ==> 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 20:05:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:05:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:05:47 ==> Jenkins CI detected. 20:05:47 project root: . 20:05:47 --> token set from env 20:05:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:05:47 ==> Running gcov in . (disable via -X gcov) 20:05:47 ==> Python coveragepy not found 20:05:47 ==> Searching for coverage reports in: 20:05:47 + . 20:05:47 -> Found 1 reports 20:05:47 ==> Detecting git/mercurial file structure 20:05:47 ==> Reading reports 20:05:47 + ./coverage.out bytes=177064 20:05:47 ==> Appending adjustments 20:05:47 https://docs.codecov.io/docs/fixing-reports 20:05:48 + Found adjustments 20:05:48 ==> Gzipping contents 20:05:48 28K /tmp/codecov.lJM61l.gz 20:05:48 ==> Uploading reports 20:05:48 url: https://codecov.io 20:05:48 query: branch=PR-608&commit=2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-608%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=608&job=&cmd_args= 20:05:48 -> Pinging Codecov 20:05:48 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-608&commit=2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-608%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=608&job=&cmd_args= 20:05:49 -> Uploading to 20:05:49 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/71470A77251A30514AAF9C0BB2E5B6CE/2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f/4da51bcb-a571-4f78-8538-ef9e1648103c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T200548Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e851702df1ed3173ef643bfeba81f7aa8b894b6e20b8a3bd75cf2d70093198d8 20:05:49 % Total % Received % Xferd Average Speed Time Time Time Current 20:05:49 Dload Upload Total Spent Left Speed 20:05:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25976 0 0 100 25976 0 27362 --:--:-- --:--:-- --:--:-- 27343 20:05:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f [Pipeline] } 20:05:49 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 20:05:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:05:51 ---> package-listing.sh 20:05:51 ++ facter osfamily 20:05:51 ++ tr '[:upper:]' '[:lower:]' 20:05:51 + OS_FAMILY=redhat 20:05:51 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-608 20:05:51 + START_PACKAGES=/tmp/packages_start.txt 20:05:51 + END_PACKAGES=/tmp/packages_end.txt 20:05:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:05:51 + PACKAGES=/tmp/packages_start.txt 20:05:51 + '[' /w/workspace/dry_go-mod-core-contracts_PR-608 ']' 20:05:51 + PACKAGES=/tmp/packages_end.txt 20:05:51 + case "${OS_FAMILY}" in 20:05:51 + rpm -qa 20:05:51 + sort 20:05:56 + '[' -f /tmp/packages_start.txt ']' 20:05:56 + '[' -f /tmp/packages_end.txt ']' 20:05:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:05:56 + '[' /w/workspace/dry_go-mod-core-contracts_PR-608 ']' 20:05:56 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-608/archives/ 20:05:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-608/archives/ [Pipeline] echo 20:05:56 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-608/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:05:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:05:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:05:58 20:05:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:05:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:05:58 alpine: Pulling from edgex-lftools-log-publisher 20:05:58 df20fa9351a1: Pulling fs layer 20:05:58 36b3adc4ff6f: Pulling fs layer 20:05:58 8ad3a11d3b57: Pulling fs layer 20:05:58 46f8f816bc3b: Pulling fs layer 20:05:58 93b61091891f: Pulling fs layer 20:05:58 93b9cdb0e59b: Pulling fs layer 20:05:58 5e14af77c1be: Pulling fs layer 20:05:58 01666e4c0597: Pulling fs layer 20:05:58 aa168da1d23b: Pulling fs layer 20:05:58 93b9cdb0e59b: Waiting 20:05:58 5e14af77c1be: Waiting 20:05:58 93b61091891f: Waiting 20:05:58 01666e4c0597: Waiting 20:05:58 46f8f816bc3b: Waiting 20:05:58 36b3adc4ff6f: Verifying Checksum 20:05:58 36b3adc4ff6f: Download complete 20:05:58 46f8f816bc3b: Verifying Checksum 20:05:58 46f8f816bc3b: Download complete 20:05:59 df20fa9351a1: Verifying Checksum 20:05:59 df20fa9351a1: Download complete 20:05:59 93b9cdb0e59b: Verifying Checksum 20:05:59 93b9cdb0e59b: Download complete 20:05:59 5e14af77c1be: Verifying Checksum 20:05:59 5e14af77c1be: Download complete 20:05:59 93b61091891f: Download complete 20:05:59 01666e4c0597: Download complete 20:05:59 df20fa9351a1: Pull complete 20:05:59 36b3adc4ff6f: Pull complete 20:05:59 8ad3a11d3b57: Verifying Checksum 20:05:59 8ad3a11d3b57: Download complete 20:06:00 8ad3a11d3b57: Pull complete 20:06:01 46f8f816bc3b: Pull complete 20:06:01 93b61091891f: Pull complete 20:06:02 93b9cdb0e59b: Pull complete 20:06:02 5e14af77c1be: Pull complete 20:06:02 01666e4c0597: Pull complete 20:06:04 aa168da1d23b: Verifying Checksum 20:06:04 aa168da1d23b: Download complete 20:06:14 aa168da1d23b: Pull complete 20:06:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:06:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:06:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:06:14 prd-centos7-docker-4c-2g-4790 does not seem to be running inside a container 20:06:15 $ 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-608/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-608 -v /w/workspace/dry_go-mod-core-contracts_PR-608:/w/workspace/dry_go-mod-core-contracts_PR-608:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-608@tmp:/w/workspace/dry_go-mod-core-contracts_PR-608@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:06:19 $ docker top c4445fe006dbb1b92bb1e7e8a0ea7e730896b89537d92f318f144a3914a9d5e3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:06:20 + touch /tmp/pre-build-complete [Pipeline] sh 20:06:20 + mkdir -p /var/log/sa [Pipeline] sh 20:06:20 + ls /var/log/sa-host 20:06:20 + sadf -c /var/log/sa-host/sa12 20:06:20 file_magic: OK 20:06:20 HZ: Using current value: 100 20:06:20 file_header: OK 20:06:20 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 20:06:20 Statistics: 20:06:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:06:20 File successfully converted to sysstat format version 12.2.1 20:06:20 + sadf -c /var/log/sa-host/sa23 20:06:20 file_magic: OK 20:06:20 HZ: Using current value: 100 20:06:20 file_header: OK 20:06:20 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 20:06:20 Statistics: 20:06:20 Hnuu...uuuununununu... 20:06:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:06:21 provisioning config files... 20:06:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-608@tmp/config4542358126472762725tmp [Pipeline] { [Pipeline] echo 20:06:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:06:21 ---> create-netrc.sh [Pipeline] } 20:06:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:06:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:06:21 ---> python-tools-install.sh [Pipeline] echo 20:06:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:06:22 ---> sudo-logs.sh 20:06:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:06:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:06:22 ---> job-cost.sh 20:06:22 lf-activate-venv: SKIPPING 20:06:22 DEBUG: total: 0.20999999344348907 20:06:22 INFO: Retrieving Stack Cost... 20:06:23 INFO: Retrieving Pricing Info for: v1-standard-2 20:06:24 INFO: Archiving Costs [Pipeline] echo 20:06:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:06:24 ---> logs-deploy.sh 20:06:24 lf-activate-venv: SKIPPING 20:06:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-608/5 20:06:24 INFO: archiving workspace using pattern(s): 20:06:27 Archives upload complete. 20:06:28 INFO: archiving logs to Nexus 20:06:29 ---> uname -a: 20:06:29 Linux prd-centos7-docker-4c-2g-4790.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:06:29 20:06:29 20:06:29 ---> lscpu: 20:06:29 Architecture: x86_64 20:06:29 CPU op-mode(s): 32-bit, 64-bit 20:06:29 Byte Order: Little Endian 20:06:29 Address sizes: 40 bits physical, 48 bits virtual 20:06:29 CPU(s): 4 20:06:29 On-line CPU(s) list: 0-3 20:06:29 Thread(s) per core: 1 20:06:29 Core(s) per socket: 1 20:06:29 Socket(s): 4 20:06:29 NUMA node(s): 1 20:06:29 Vendor ID: GenuineIntel 20:06:29 CPU family: 6 20:06:29 Model: 44 20:06:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:06:29 Stepping: 1 20:06:29 CPU MHz: 2933.436 20:06:29 BogoMIPS: 5866.87 20:06:29 Virtualization: VT-x 20:06:29 Hypervisor vendor: KVM 20:06:29 Virtualization type: full 20:06:29 L1d cache: 128 KiB 20:06:29 L1i cache: 128 KiB 20:06:29 L2 cache: 16 MiB 20:06:29 L3 cache: 64 MiB 20:06:29 NUMA node0 CPU(s): 0-3 20:06:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:06:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:06:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:06:29 Vulnerability Meltdown: Mitigation; PTI 20:06:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:06:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:06:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:06:29 Vulnerability Srbds: Not affected 20:06:29 Vulnerability Tsx async abort: Not affected 20:06:29 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 20:06:29 20:06:29 20:06:29 ---> nproc: 20:06:29 4 20:06:29 20:06:29 20:06:29 ---> df -h: 20:06:29 Filesystem Size Used Available Use% Mounted on 20:06:29 overlay 50.0G 7.3G 42.7G 15% / 20:06:29 tmpfs 64.0M 0 64.0M 0% /dev 20:06:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:06:29 shm 64.0M 0 64.0M 0% /dev/shm 20:06:29 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 20:06:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 20:06:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 20:06:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 20:06:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 20:06:29 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 20:06:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-608 20:06:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-608@tmp 20:06:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 20:06:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 20:06:29 20:06:29 20:06:29 ---> free -m: 20:06:29 total used free shared buff/cache available 20:06:29 Mem: 1837 748 82 0 1006 985 20:06:29 Swap: 1023 0 1023 20:06:29 20:06:29 20:06:29 ---> ip addr: 20:06:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:06:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:06:29 inet 127.0.0.1/8 scope host lo 20:06:29 valid_lft forever preferred_lft forever 20:06:29 inet6 ::1/128 scope host 20:06:29 valid_lft forever preferred_lft forever 20:06:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:06:29 link/ether fa:16:3e:71:65:14 brd ff:ff:ff:ff:ff:ff 20:06:29 inet 10.30.122.119/23 brd 10.30.123.255 scope global dynamic eth0 20:06:29 valid_lft 85839sec preferred_lft 85839sec 20:06:29 inet6 fe80::f816:3eff:fe71:6514/64 scope link 20:06:29 valid_lft forever preferred_lft forever 20:06:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:06:29 link/ether 02:42:7c:05:f8:63 brd ff:ff:ff:ff:ff:ff 20:06:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:06:29 valid_lft forever preferred_lft forever 20:06:29 inet6 fe80::42:7cff:fe05:f863/64 scope link 20:06:29 valid_lft forever preferred_lft forever 20:06:29 20:06:29 20:06:29 ---> sar -b -r -n DEV: 20:06:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 20:06:29 20:06:29 19:56:56 LINUX RESTART (4 CPU) 20:06:29 20:06:29 19:58:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:06:29 19:59:01 9.67 2.38 7.29 0.00 605.33 261.07 0.00 20:06:29 20:00:01 0.32 0.00 0.32 0.00 0.00 5.26 0.00 20:06:29 20:01:01 0.32 0.02 0.30 0.00 0.13 4.06 0.00 20:06:29 20:02:02 0.42 0.08 0.33 0.00 1.60 5.78 0.00 20:06:29 20:03:01 0.29 0.00 0.29 0.00 0.00 4.05 0.00 20:06:29 20:04:01 0.32 0.00 0.32 0.00 0.00 3.38 0.00 20:06:29 20:05:01 0.27 0.00 0.27 0.00 0.00 3.11 0.00 20:06:29 20:06:01 52.87 48.54 4.34 0.00 4169.36 140.84 0.00 20:06:29 Average: 8.09 6.40 1.68 0.00 599.19 53.58 0.00 20:06:29 20:06:29 19:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:06:29 19:59:01 166772 0 605320 32.17 2620 1106832 1138804 38.87 416004 1097692 20 20:06:29 20:00:01 171528 0 600556 31.92 2620 1106840 1079776 36.85 425112 1084404 16 20:06:29 20:01:01 165940 0 606140 32.22 2620 1106844 1082348 36.94 431260 1083516 16 20:06:29 20:02:02 164912 0 607044 32.26 2620 1106968 1080392 36.87 439312 1077200 8 20:06:29 20:03:01 165880 0 606072 32.21 2620 1106972 1080272 36.87 442580 1073116 8 20:06:29 20:04:01 164376 0 607568 32.29 2620 1106980 1080200 36.87 445352 1071896 12 20:06:29 20:05:01 164032 0 607912 32.31 2620 1106980 1080308 36.87 445688 1071896 8 20:06:29 20:06:01 67008 0 708252 37.64 2620 1103664 1525124 52.05 522816 1084024 77892 20:06:29 Average: 153806 0 618608 32.88 2620 1106510 1143403 39.02 446016 1080468 9748 20:06:29 20:06:29 19:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:06:29 19:59:01 eth0 25.25 22.79 45.85 9.32 0.00 0.00 0.00 0.00 20:06:29 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 19:59:01 docker0 9.60 7.61 2.20 23.99 0.00 0.00 0.00 0.00 20:06:29 20:00:01 eth0 1.93 0.28 0.40 0.02 0.00 0.00 0.00 0.00 20:06:29 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:01:01 eth0 1.98 0.55 0.64 0.37 0.00 0.00 0.00 0.00 20:06:29 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:02:02 eth0 0.57 0.38 0.28 0.24 0.00 0.00 0.00 0.00 20:06:29 20:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:03:01 eth0 0.46 0.29 0.15 0.08 0.00 0.00 0.00 0.00 20:06:29 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:04:01 eth0 0.67 0.05 0.06 0.00 0.00 0.00 0.00 0.00 20:06:29 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:05:01 eth0 1.10 0.30 0.32 0.20 0.00 0.00 0.00 0.00 20:06:29 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:06:01 eth0 92.27 73.11 868.01 46.41 0.00 0.00 0.00 0.00 20:06:29 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 Average: eth0 15.58 12.26 114.89 7.10 0.00 0.00 0.00 0.00 20:06:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:06:29 Average: docker0 1.20 0.95 0.28 3.00 0.00 0.00 0.00 0.00 20:06:29 20:06:29 20:06:29 ---> sar -P ALL: 20:06:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 20:06:29 20:06:29 19:56:56 LINUX RESTART (4 CPU) 20:06:29 20:06:29 19:58:01 CPU %user %nice %system %iowait %steal %idle 20:06:29 19:59:01 all 1.22 0.00 0.96 0.23 0.93 96.66 20:06:29 19:59:01 0 1.08 0.00 1.03 0.10 0.93 96.86 20:06:29 19:59:01 1 1.00 0.00 0.95 0.50 0.90 96.65 20:06:29 19:59:01 2 1.38 0.00 0.80 0.30 0.98 96.54 20:06:29 19:59:01 3 1.41 0.00 1.07 0.02 0.90 96.61 20:06:29 20:00:01 all 0.10 0.00 0.07 0.00 0.08 99.74 20:06:29 20:00:01 0 0.00 0.00 0.03 0.00 0.17 99.80 20:06:29 20:00:01 1 0.07 0.00 0.12 0.00 0.08 99.73 20:06:29 20:00:01 2 0.32 0.00 0.10 0.00 0.02 99.57 20:06:29 20:00:01 3 0.03 0.00 0.05 0.00 0.05 99.87 20:06:29 20:01:01 all 0.18 0.00 0.10 0.00 0.13 99.59 20:06:29 20:01:01 0 0.05 0.00 0.12 0.00 0.12 99.72 20:06:29 20:01:01 1 0.08 0.00 0.10 0.00 0.10 99.72 20:06:29 20:01:01 2 0.53 0.00 0.10 0.00 0.20 99.17 20:06:29 20:01:01 3 0.07 0.00 0.08 0.00 0.10 99.75 20:06:29 20:02:02 all 0.14 0.00 0.05 0.00 0.02 99.79 20:06:29 20:02:02 0 0.02 0.00 0.03 0.00 0.00 99.95 20:06:29 20:02:02 1 0.03 0.00 0.08 0.00 0.02 99.87 20:06:29 20:02:02 2 0.48 0.00 0.07 0.02 0.07 99.37 20:06:29 20:02:02 3 0.02 0.00 0.02 0.00 0.00 99.97 20:06:29 20:03:01 all 0.13 0.00 0.06 0.00 0.01 99.80 20:06:29 20:03:01 0 0.07 0.00 0.03 0.00 0.02 99.88 20:06:29 20:03:01 1 0.02 0.00 0.15 0.00 0.00 99.83 20:06:29 20:03:01 2 0.39 0.00 0.03 0.00 0.03 99.54 20:06:29 20:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:06:29 20:04:01 all 0.06 0.00 0.05 0.00 0.02 99.87 20:06:29 20:04:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:06:29 20:04:01 1 0.18 0.00 0.12 0.00 0.02 99.68 20:06:29 20:04:01 2 0.05 0.00 0.05 0.00 0.03 99.87 20:06:29 20:04:01 3 0.00 0.00 0.03 0.00 0.00 99.97 20:06:29 20:05:01 all 0.17 0.00 0.03 0.00 0.10 99.70 20:06:29 20:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:06:29 20:05:01 1 0.50 0.00 0.03 0.00 0.18 99.28 20:06:29 20:05:01 2 0.08 0.00 0.05 0.00 0.10 99.77 20:06:29 20:05:01 3 0.05 0.00 0.02 0.00 0.12 99.82 20:06:29 20:06:01 all 2.82 0.00 1.70 1.10 0.77 93.60 20:06:29 20:06:01 0 2.94 0.00 1.89 0.45 0.84 93.88 20:06:29 20:06:01 1 2.37 0.00 1.33 0.30 0.95 95.05 20:06:29 20:06:01 2 2.51 0.00 1.72 2.12 0.58 93.07 20:06:29 20:06:01 3 3.48 0.00 1.87 1.52 0.70 92.42 20:06:29 Average: all 0.60 0.00 0.38 0.17 0.26 98.59 20:06:29 Average: 0 0.52 0.00 0.40 0.07 0.26 98.75 20:06:29 Average: 1 0.53 0.00 0.36 0.10 0.28 98.72 20:06:29 Average: 2 0.72 0.00 0.37 0.30 0.25 98.36 20:06:29 Average: 3 0.64 0.00 0.39 0.19 0.23 98.54 20:06:29 20:06:29 20:06:29