Pull request #580 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 5e57747caa5f199a1759cb4e8490db6eac6544c3 rather than 7967573648d2cc6f61c5def0504d86e6af818f05 Obtained Jenkinsfile from 5e57747caa5f199a1759cb4e8490db6eac6544c3 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-253 in /w/workspace/dry_go-mod-core-contracts_PR-580 [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-580 # 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 5e57747caa5f199a1759cb4e8490db6eac6544c3 into PR head commit 7967573648d2cc6f61c5def0504d86e6af818f05 Merge succeeded, producing 7967573648d2cc6f61c5def0504d86e6af818f05 Checking out Revision 7967573648d2cc6f61c5def0504d86e6af818f05 (PR-580) > 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/580/head:refs/remotes/origin/PR-580 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # 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 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # timeout=10 Commit message: "feat(v2): Put together the constants of the models package" > git rev-list --no-walk eab045b47bd1768485f9aadff8ba0f7869bbaf35 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:11:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:11:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:11:55 ========================================================= 10:11:55 EdgeX Global Pipelines Version Info 10:11:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:11:56 ------------------- 10:11:56 stable info: 10:11:56 ------------------- 10:11:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:11:56 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 10:11:56 Message: update stable to v1.0.186 10:11:57 ------------------- 10:11:57 experimental info: 10:11:57 ------------------- 10:11:57 Commited By: **** collab-it+edgex@linuxfoundation.org 10:11:57 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 10:11:57 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 10:11:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-580 [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-580 [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-580 [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7967573648d2cc6f61c5def0504d86e6af818f05 [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7967573 [Pipeline] echo 10:11:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:11:58 + git log --format=format:%s -1 7967573648d2cc6f61c5def0504d86e6af818f05 [Pipeline] echo 10:11:59 GIT_COMMIT: 7967573648d2cc6f61c5def0504d86e6af818f05, Commit Message: feat(v2): Put together the constants of the models package [Pipeline] echo 10:11:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:11:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:11:59 10:11:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:12:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:12:00 latest: Pulling from edgex-devops/git-semver 10:12:00 31603596830f: Pulling fs layer 10:12:00 2a8b12db71e7: Pulling fs layer 10:12:00 6ca5941a6612: Pulling fs layer 10:12:00 ecc8261a40a4: Pulling fs layer 10:12:00 ecc8261a40a4: Waiting 10:12:00 2a8b12db71e7: Verifying Checksum 10:12:00 2a8b12db71e7: Download complete 10:12:00 31603596830f: Verifying Checksum 10:12:00 31603596830f: Download complete 10:12:00 ecc8261a40a4: Verifying Checksum 10:12:00 ecc8261a40a4: Download complete 10:12:00 6ca5941a6612: Verifying Checksum 10:12:00 6ca5941a6612: Download complete 10:12:00 31603596830f: Pull complete 10:12:00 2a8b12db71e7: Pull complete 10:12:01 6ca5941a6612: Pull complete 10:12:01 ecc8261a40a4: Pull complete 10:12:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:12:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:12:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:12:02 prd-centos7-docker-4c-2g-253 does not seem to be running inside a container 10:12:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-580 -v /w/workspace/dry_go-mod-core-contracts_PR-580:/w/workspace/dry_go-mod-core-contracts_PR-580:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-580@tmp:/w/workspace/dry_go-mod-core-contracts_PR-580@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:10004/edgex-devops/git-semver:latest cat 10:12:04 $ docker top 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:12:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:12:04 [ssh-agent] Looking for ssh-agent implementation... 10:12:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:12:04 $ docker exec 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 ssh-agent 10:12:04 SSH_AUTH_SOCK=/tmp/ssh-9qAUrD2AslFL/agent.12 10:12:04 SSH_AGENT_PID=17 10:12:04 Running ssh-add (command line suppressed) 10:12:04 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-580@tmp/private_key_7117756617361033311.key (/w/workspace/dry_go-mod-core-contracts_PR-580@tmp/private_key_7117756617361033311.key) 10:12:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:12:05 + git tag --points-at HEAD [Pipeline] } 10:12:05 $ docker exec --env ******** --env ******** 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 ssh-agent -k 10:12:05 unset SSH_AUTH_SOCK; 10:12:05 unset SSH_AGENT_PID; 10:12:05 echo Agent pid 17 killed; 10:12:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:12:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:12:05 [ssh-agent] Looking for ssh-agent implementation... 10:12:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:12:05 $ docker exec 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 ssh-agent 10:12:05 SSH_AUTH_SOCK=/tmp/ssh-PEZhnMd5KN5s/agent.46 10:12:05 SSH_AGENT_PID=51 10:12:05 Running ssh-add (command line suppressed) 10:12:05 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-580@tmp/private_key_3554650335260517956.key (/w/workspace/dry_go-mod-core-contracts_PR-580@tmp/private_key_3554650335260517956.key) 10:12:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:12:06 + git semver init 10:12:06 # -> Open(): unable to determine branch for HEAD 10:12:06 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-580/.git 10:12:06 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-580 10:12:06 # $SEMVER_REMOTE_NAME = origin 10:12:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:12:06 # $SEMVER_USER_NAME = edgex-jenkins 10:12:06 # $SEMVER_BRANCH = PR-580 10:12:06 # $SEMVER_TEMP = /tmp/semver-122485658 10:12:06 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 10:12:07 # '/tmp/semver-122485658' -> '/w/workspace/dry_go-mod-core-contracts_PR-580/.semver' 10:12:07 # -> Force: false 10:12:07 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-580/.semver [Pipeline] } 10:12:07 $ docker exec --env ******** --env ******** 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 ssh-agent -k 10:12:07 unset SSH_AUTH_SOCK; 10:12:07 unset SSH_AGENT_PID; 10:12:07 echo Agent pid 51 killed; 10:12:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:12:07 + git semver [Pipeline] } 10:12:07 $ docker stop --time=1 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 10:12:09 $ docker rm -f 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 [Pipeline] // withDockerContainer [Pipeline] sh 10:12:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:12:10 Stashed 1 file(s) [Pipeline] echo 10:12:10 [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 10:12:25 Still waiting to schedule task 10:12:25 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:12:25 Still waiting to schedule task 10:12:25 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:14:51 Running on prd-centos7-docker-4c-2g-254 in /w/workspace/dry_go-mod-core-contracts_PR-580 [Pipeline] { [Pipeline] ws 10:14:51 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 10:14:54 using credential edgex-jenkins-ssh 10:14:54 Cloning the remote Git repository 10:14:54 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:14:54 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 10:14:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:14:54 > git --version # timeout=10 10:14:54 > git --version # 'git version 2.24.3' 10:14:54 using GIT_SSH to set credentials SSH Credentials for GitHub 10:14:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:14:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:14:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:14:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:14:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:14:55 using GIT_SSH to set credentials SSH Credentials for GitHub 10:14:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/580/head:refs/remotes/origin/PR-580 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:14:55 Merging remotes/origin/master commit 5e57747caa5f199a1759cb4e8490db6eac6544c3 into PR head commit 7967573648d2cc6f61c5def0504d86e6af818f05 10:14:55 Merge succeeded, producing 7967573648d2cc6f61c5def0504d86e6af818f05 10:14:55 Checking out Revision 7967573648d2cc6f61c5def0504d86e6af818f05 (PR-580) 10:14:55 > git config core.sparsecheckout # timeout=10 10:14:55 > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # timeout=10 10:14:55 > git remote # timeout=10 10:14:55 > git config --get remote.origin.url # timeout=10 10:14:55 using GIT_SSH to set credentials SSH Credentials for GitHub 10:14:55 > git merge 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 10:14:55 > git rev-parse HEAD^{commit} # timeout=10 10:14:55 > git config core.sparsecheckout # timeout=10 10:14:55 > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # timeout=10 10:14:59 Commit message: "feat(v2): Put together the constants of the models package" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:15:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:15:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:15:01 + sudo service docker restart 10:15:01 + true 10:15:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 10:15:02 ========================================================= 10:15:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:15:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:15:02 + 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 . 10:15:03 Sending build context to Docker daemon 2.996MB 10:15:03 Step 1/7 : ARG BASE=golang:1.15-alpine 10:15:03 Step 2/7 : FROM ${BASE} 10:15:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:15:03 188c0c94c7c5: Pulling fs layer 10:15:03 0ef7d3d256c8: Pulling fs layer 10:15:03 de9db76c5a1d: Pulling fs layer 10:15:03 bca2f99d35d6: Pulling fs layer 10:15:03 93359f2a8cfa: Pulling fs layer 10:15:03 7c6f9722023f: Pulling fs layer 10:15:03 a35cf1a2eb13: Pulling fs layer 10:15:03 93359f2a8cfa: Waiting 10:15:03 7c6f9722023f: Waiting 10:15:03 a35cf1a2eb13: Waiting 10:15:03 bca2f99d35d6: Waiting 10:15:03 de9db76c5a1d: Verifying Checksum 10:15:03 de9db76c5a1d: Download complete 10:15:03 0ef7d3d256c8: Verifying Checksum 10:15:03 0ef7d3d256c8: Download complete 10:15:03 93359f2a8cfa: Verifying Checksum 10:15:03 93359f2a8cfa: Download complete 10:15:03 7c6f9722023f: Verifying Checksum 10:15:03 7c6f9722023f: Download complete 10:15:03 188c0c94c7c5: Verifying Checksum 10:15:03 188c0c94c7c5: Download complete 10:15:03 188c0c94c7c5: Pull complete 10:15:04 0ef7d3d256c8: Pull complete 10:15:04 de9db76c5a1d: Pull complete 10:15:05 a35cf1a2eb13: Verifying Checksum 10:15:05 a35cf1a2eb13: Download complete 10:15:06 bca2f99d35d6: Download complete 10:15:11 bca2f99d35d6: Pull complete 10:15:11 93359f2a8cfa: Pull complete 10:15:11 7c6f9722023f: Pull complete 10:15:20 a35cf1a2eb13: Pull complete 10:15:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:15:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:15:20 ---> a62c8e92a672 10:15:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:15:20 ---> Running in df672636958c 10:15:20 Removing intermediate container df672636958c 10:15:20 ---> b2cc0c2df4b8 10:15:20 Step 4/7 : RUN apk add bash 10:15:20 ---> Running in d90a2874036a 10:15:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:15:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:15:21 OK: 166 MiB in 39 packages 10:15:22 Removing intermediate container d90a2874036a 10:15:22 ---> f7e15a687762 10:15:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:15:22 ---> Running in 332240251a6c 10:15:22 Removing intermediate container 332240251a6c 10:15:22 ---> 030cb131a506 10:15:22 Step 6/7 : COPY go.mod . 10:15:22 ---> 5fac4c221999 10:15:22 Step 7/7 : RUN go mod download 10:15:22 ---> Running in ba9a80c0091b 10:15:37 Removing intermediate container ba9a80c0091b 10:15:37 ---> 7eec6655be36 10:15:37 Successfully built 7eec6655be36 10:15:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:15:38 + docker inspect -f . ci-base-image-x86_64 10:15:38 . [Pipeline] withDockerContainer 10:15:38 prd-centos7-docker-4c-2g-254 does not seem to be running inside a container 10:15:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-x86_64 cat 10:15:39 $ docker top 228f404cd044b1a2eef7f7283384fd8d13489493ff78717ca3475b0e06a45b14 -eo pid,comm [Pipeline] { [Pipeline] sh 10:15:39 + go version 10:15:39 go version go1.15.5 linux/amd64 [Pipeline] } 10:15:39 $ docker stop --time=1 228f404cd044b1a2eef7f7283384fd8d13489493ff78717ca3475b0e06a45b14 10:15:41 $ docker rm -f 228f404cd044b1a2eef7f7283384fd8d13489493ff78717ca3475b0e06a45b14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:15:41 + docker inspect -f . ci-base-image-x86_64 10:15:41 . [Pipeline] withDockerContainer 10:15:41 prd-centos7-docker-4c-2g-254 does not seem to be running inside a container 10:15:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-x86_64 cat 10:15:42 $ docker top b27b362767afe54a5b872191d1cf404674a8b55a76f0bc5d0db757177beb7f25 -eo pid,comm [Pipeline] { [Pipeline] sh 10:15:42 + make test 10:15:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:15:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:15:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.038s coverage: 85.7% of statements 10:15:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.014s coverage: 100.0% of statements 10:15:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.012s coverage: 45.4% of statements 10:15:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.019s coverage: 77.8% of statements 10:15:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:15:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.061s coverage: 26.3% of statements 10:15:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.027s coverage: 14.7% of statements 10:15:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.006s coverage: 100.0% of statements 10:15:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.035s coverage: 91.8% of statements 10:15:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:15:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:15:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.018s coverage: 100.0% of statements 10:15:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 35.5% of statements 10:15:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-255 in /w/workspace/dry_go-mod-core-contracts_PR-580 [Pipeline] { [Pipeline] ws 10:15:53 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 10:15:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.041s coverage: 63.0% of statements 10:15:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements 10:15:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.022s coverage: 15.4% of statements 10:15:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.009s coverage: 15.4% of statements 10:15:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.049s coverage: 14.3% of statements 10:15:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:15:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.107s coverage: 84.4% of statements 10:15:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:15:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:15:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:15:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.028s coverage: 46.0% of statements 10:15:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.011s coverage: 94.7% of statements 10:15:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.059s coverage: 87.1% of statements 10:15:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.010s coverage: 100.0% of statements 10:15:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.010s coverage: 69.6% of statements 10:15:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:15:58 using credential edgex-jenkins-ssh 10:15:58 Cloning the remote Git repository 10:15:58 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:15:58 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 10:15:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:15:58 > git --version # timeout=10 10:15:58 > git --version # 'git version 2.17.1' 10:15:58 using GIT_SSH to set credentials SSH Credentials for GitHub 10:15:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:15:59 gofmt -l . 10:15:59 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:16:00 $ docker stop --time=1 b27b362767afe54a5b872191d1cf404674a8b55a76f0bc5d0db757177beb7f25 10:16:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:16:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:16:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:16:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:16:00 using GIT_SSH to set credentials SSH Credentials for GitHub 10:16:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/580/head:refs/remotes/origin/PR-580 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:16:00 Merging remotes/origin/master commit 5e57747caa5f199a1759cb4e8490db6eac6544c3 into PR head commit 7967573648d2cc6f61c5def0504d86e6af818f05 10:16:01 Merge succeeded, producing 7967573648d2cc6f61c5def0504d86e6af818f05 10:16:01 Checking out Revision 7967573648d2cc6f61c5def0504d86e6af818f05 (PR-580) 10:16:00 > git config core.sparsecheckout # timeout=10 10:16:00 > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # timeout=10 10:16:00 > git remote # timeout=10 10:16:01 > git config --get remote.origin.url # timeout=10 10:16:01 using GIT_SSH to set credentials SSH Credentials for GitHub 10:16:01 > git merge 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 10:16:01 > git rev-parse HEAD^{commit} # timeout=10 10:16:01 > git config core.sparsecheckout # timeout=10 10:16:01 > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # timeout=10 10:16:02 $ docker rm -f b27b362767afe54a5b872191d1cf404674a8b55a76f0bc5d0db757177beb7f25 [Pipeline] // withDockerContainer [Pipeline] sh 10:16:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:16:03 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 10:16:03 ---> job-cost.sh 10:16:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PuuK 10:16:05 Commit message: "feat(v2): Put together the constants of the models package" 10:16:05 10:16:05 GitHub has been notified of this commit’s build result 10:16:05 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:16:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:16:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:16:07 + sudo service docker restart 10:16:07 + true [Pipeline] unstash [Pipeline] echo 10:16:10 ========================================================= 10:16:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:16:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:16:10 + 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 . 10:16:11 Sending build context to Docker daemon 2.995MB 10:16:11 Step 1/7 : ARG BASE=golang:1.15-alpine 10:16:11 Step 2/7 : FROM ${BASE} 10:16:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:16:12 5f621e34cdf4: Pulling fs layer 10:16:12 a4357932f1b6: Pulling fs layer 10:16:12 18c013af1878: Pulling fs layer 10:16:12 00ac8860ef70: Pulling fs layer 10:16:12 63d7cb157983: Pulling fs layer 10:16:12 b116817d02f9: Pulling fs layer 10:16:12 745a02a5169b: Pulling fs layer 10:16:12 00ac8860ef70: Waiting 10:16:12 63d7cb157983: Waiting 10:16:12 b116817d02f9: Waiting 10:16:12 745a02a5169b: Waiting 10:16:12 18c013af1878: Verifying Checksum 10:16:12 18c013af1878: Download complete 10:16:12 a4357932f1b6: Verifying Checksum 10:16:12 a4357932f1b6: Download complete 10:16:12 63d7cb157983: Verifying Checksum 10:16:12 63d7cb157983: Download complete 10:16:12 b116817d02f9: Verifying Checksum 10:16:12 b116817d02f9: Download complete 10:16:12 5f621e34cdf4: Verifying Checksum 10:16:12 5f621e34cdf4: Download complete 10:16:13 5f621e34cdf4: Pull complete 10:16:14 a4357932f1b6: Pull complete 10:16:14 18c013af1878: Pull complete 10:16:15 745a02a5169b: Verifying Checksum 10:16:15 745a02a5169b: Download complete 10:16:17 00ac8860ef70: Verifying Checksum 10:16:17 00ac8860ef70: Download complete 10:16:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:16:27 00ac8860ef70: Pull complete 10:16:27 63d7cb157983: Pull complete 10:16:27 b116817d02f9: Pull complete 10:16:32 745a02a5169b: Pull complete 10:16:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:16:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:16:32 ---> b7e6874047d6 10:16:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:16:34 ---> Running in 2767b0f41b28 10:16:34 Removing intermediate container 2767b0f41b28 10:16:34 ---> e3d33171170f 10:16:34 Step 4/7 : RUN apk add bash 10:16:34 ---> Running in 458939a4c831 10:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:16:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:16:37 OK: 142 MiB in 39 packages 10:16:39 Removing intermediate container 458939a4c831 10:16:39 ---> ead91b2b2384 10:16:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:16:39 ---> Running in 5f31c4c0edff 10:16:39 Removing intermediate container 5f31c4c0edff 10:16:39 ---> 4de3e8b8d913 10:16:39 Step 6/7 : COPY go.mod . 10:16:40 ---> bc1251d26870 10:16:40 Step 7/7 : RUN go mod download 10:16:40 ---> Running in 663e13e38a3e 10:16:45 lf-activate-venv(): INFO: Adding /tmp/venv-PuuK/bin to PATH 10:16:45 INFO: No Stack... 10:16:45 INFO: Retrieving Pricing Info for: v1-standard-2 10:16:46 INFO: Archiving Costs [Pipeline] sh 10:16:46 + cut -d, -f6 10:16:46 + cat /w/workspace/go-mod-core-contracts/4/archives/cost.csv [Pipeline] lock 10:16:47 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] 10:16:47 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] did not exist. Created. 10:16:47 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:16:47 + echo total: 0.029999999329447746 [Pipeline] stash 10:16:47 Stashed 1 file(s) [Pipeline] } 10:16:47 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:16:58 Removing intermediate container 663e13e38a3e 10:16:58 ---> 7635f12895da 10:16:58 Successfully built 7635f12895da 10:16:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:16:59 + docker inspect -f . ci-base-image-arm64 10:16:59 . [Pipeline] withDockerContainer 10:16:59 prd-ubuntu18.04-docker-arm64-4c-16g-255 does not seem to be running inside a container 10:16:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-arm64 cat 10:17:01 $ docker top 91cdb56531626c6c0db8e0e54b36816d2ba2f74eeaf2eceea32c0c9c02b3fb35 -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:02 + go version 10:17:02 go version go1.15.5 linux/arm64 [Pipeline] } 10:17:02 $ docker stop --time=1 91cdb56531626c6c0db8e0e54b36816d2ba2f74eeaf2eceea32c0c9c02b3fb35 10:17:03 $ docker rm -f 91cdb56531626c6c0db8e0e54b36816d2ba2f74eeaf2eceea32c0c9c02b3fb35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:04 + docker inspect -f . ci-base-image-arm64 10:17:04 . [Pipeline] withDockerContainer 10:17:04 prd-ubuntu18.04-docker-arm64-4c-16g-255 does not seem to be running inside a container 10:17:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-arm64 cat 10:17:06 $ docker top bf7c15e6080b43922c2207b15ffac984bf1f261077b2d81f7f6cb3f50021b85f -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:07 + make test 10:17:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:17:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:17:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.053s coverage: 85.7% of statements 10:17:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.048s coverage: 100.0% of statements 10:17:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.063s coverage: 45.4% of statements 10:17:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.038s coverage: 77.8% of statements 10:17:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:17:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements 10:17:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.060s coverage: 14.7% of statements 10:17:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 10:17:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.076s coverage: 91.8% of statements 10:17:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:17:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:17:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.020s coverage: 100.0% of statements 10:17:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.027s coverage: 35.5% of statements 10:17:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.120s coverage: 63.0% of statements 10:17:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.014s coverage: 26.3% of statements 10:17:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.039s coverage: 15.4% of statements 10:17:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements 10:17:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.019s coverage: 14.3% of statements 10:17:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:17:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.207s coverage: 84.4% of statements 10:17:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:17:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:17:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:17:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.066s coverage: 46.0% of statements 10:17:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.033s coverage: 94.7% of statements 10:17:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.198s coverage: 87.1% of statements 10:17:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements 10:17:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.024s coverage: 69.6% of statements 10:17:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:17:56 gofmt -l . 10:17:56 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:17:57 $ docker stop --time=1 bf7c15e6080b43922c2207b15ffac984bf1f261077b2d81f7f6cb3f50021b85f 10:17:59 $ docker rm -f bf7c15e6080b43922c2207b15ffac984bf1f261077b2d81f7f6cb3f50021b85f [Pipeline] // withDockerContainer [Pipeline] sh 10:18:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:18:00 Warning: overwriting stash ‘coverage-report’ 10:18:01 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 10:18:02 ---> job-cost.sh 10:18:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zV5E 10:18:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:20:02 lf-activate-venv(): INFO: Adding /tmp/venv-zV5E/bin to PATH 10:20:02 INFO: No Stack... 10:20:03 INFO: Retrieving Pricing Info for: lf-standard-4 10:20:03 INFO: Archiving Costs [Pipeline] sh 10:20:03 + cat /w/workspace/go-mod-core-contracts/4/archives/cost.csv 10:20:03 + cut -d, -f6 [Pipeline] lock 10:20:03 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] 10:20:03 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] did not exist. Created. 10:20:03 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:20:04 /w/workspace/go-mod-core-contracts/4@tmp/durable-780b26c2/script.sh: 1: /w/workspace/go-mod-core-contracts/4@tmp/durable-780b26c2/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:20:04 + echo total: 0.20999999344348907 [Pipeline] stash 10:20:04 Warning: overwriting stash ‘stack-cost’ 10:20:04 Stashed 1 file(s) [Pipeline] } 10:20:04 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-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 10:20:05 provisioning config files... 10:20:05 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-580@tmp/config4890928446962685549tmp [Pipeline] { [Pipeline] sh 10:20:05 + set +x 10:20:05 + bash -s -- 10:20:05 + curl -s https://codecov.io/bash 10:20:05 10:20:05 _____ _ 10:20:05 / ____| | | 10:20:05 | | ___ __| | ___ ___ _____ __ 10:20:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:20:05 | |___| (_) | (_| | __/ (_| (_) \ V / 10:20:05 \_____\___/ \__,_|\___|\___\___/ \_/ 10:20:05 Bash-1.0.1 10:20:05 10:20:05 10:20:05 ==> git version 2.24.3 found 10:20:05 ==> 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 10:20:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:20:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:20:05 ==> Jenkins CI detected. 10:20:05 project root: . 10:20:05 --> token set from env 10:20:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:20:05 ==> Running gcov in . (disable via -X gcov) 10:20:05 ==> Python coveragepy not found 10:20:05 ==> Searching for coverage reports in: 10:20:05 + . 10:20:05 -> Found 1 reports 10:20:05 ==> Detecting git/mercurial file structure 10:20:05 ==> Reading reports 10:20:05 + ./coverage.out bytes=167669 10:20:05 ==> Appending adjustments 10:20:05 https://docs.codecov.io/docs/fixing-reports 10:20:06 + Found adjustments 10:20:06 ==> Gzipping contents 10:20:06 28K /tmp/codecov.tjWVdY.gz 10:20:06 ==> Uploading reports 10:20:06 url: https://codecov.io 10:20:06 query: branch=PR-580&commit=7967573648d2cc6f61c5def0504d86e6af818f05&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-580%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=580&job=&cmd_args= 10:20:06 -> Pinging Codecov 10:20:06 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-580&commit=7967573648d2cc6f61c5def0504d86e6af818f05&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-580%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=580&job=&cmd_args= 10:20:07 -> Uploading to 10:20:07 https://storage.googleapis.com/codecov/v4/raw/2021-04-15/71470A77251A30514AAF9C0BB2E5B6CE/7967573648d2cc6f61c5def0504d86e6af818f05/97a1d13d-762b-43b9-bac1-3308e1817634.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T102007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9e34369b58e150c98b277f5cc5a5335023d2cf6cafb4fc148b378aa051071484 10:20:07 % Total % Received % Xferd Average Speed Time Time Time Current 10:20:07 Dload Upload Total Spent Left Speed 10:20:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24848 0 0 100 24848 0 62537 --:--:-- --:--:-- --:--:-- 62432 10:20:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/7967573648d2cc6f61c5def0504d86e6af818f05 [Pipeline] } 10:20:07 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 10:20:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:20:09 ---> package-listing.sh 10:20:09 ++ facter osfamily 10:20:09 ++ tr '[:upper:]' '[:lower:]' 10:20:09 + OS_FAMILY=redhat 10:20:09 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-580 10:20:09 + START_PACKAGES=/tmp/packages_start.txt 10:20:09 + END_PACKAGES=/tmp/packages_end.txt 10:20:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:20:09 + PACKAGES=/tmp/packages_start.txt 10:20:09 + '[' /w/workspace/dry_go-mod-core-contracts_PR-580 ']' 10:20:09 + PACKAGES=/tmp/packages_end.txt 10:20:09 + case "${OS_FAMILY}" in 10:20:09 + rpm -qa 10:20:09 + sort 10:20:14 + '[' -f /tmp/packages_start.txt ']' 10:20:14 + '[' -f /tmp/packages_end.txt ']' 10:20:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:20:14 + '[' /w/workspace/dry_go-mod-core-contracts_PR-580 ']' 10:20:14 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-580/archives/ 10:20:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-580/archives/ [Pipeline] echo 10:20:14 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-580/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:20:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:20:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:20:15 10:20:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:20:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:20:15 alpine: Pulling from edgex-lftools-log-publisher 10:20:15 df20fa9351a1: Pulling fs layer 10:20:15 36b3adc4ff6f: Pulling fs layer 10:20:15 8ad3a11d3b57: Pulling fs layer 10:20:15 46f8f816bc3b: Pulling fs layer 10:20:15 93b61091891f: Pulling fs layer 10:20:15 93b9cdb0e59b: Pulling fs layer 10:20:15 5e14af77c1be: Pulling fs layer 10:20:15 01666e4c0597: Pulling fs layer 10:20:15 aa168da1d23b: Pulling fs layer 10:20:15 46f8f816bc3b: Waiting 10:20:15 93b9cdb0e59b: Waiting 10:20:15 5e14af77c1be: Waiting 10:20:15 93b61091891f: Waiting 10:20:15 01666e4c0597: Waiting 10:20:15 aa168da1d23b: Waiting 10:20:15 36b3adc4ff6f: Verifying Checksum 10:20:15 36b3adc4ff6f: Download complete 10:20:15 46f8f816bc3b: Verifying Checksum 10:20:15 46f8f816bc3b: Download complete 10:20:15 df20fa9351a1: Verifying Checksum 10:20:15 df20fa9351a1: Download complete 10:20:15 93b9cdb0e59b: Verifying Checksum 10:20:15 93b9cdb0e59b: Download complete 10:20:15 93b61091891f: Verifying Checksum 10:20:15 93b61091891f: Download complete 10:20:15 5e14af77c1be: Verifying Checksum 10:20:15 5e14af77c1be: Download complete 10:20:15 01666e4c0597: Verifying Checksum 10:20:15 01666e4c0597: Download complete 10:20:16 8ad3a11d3b57: Verifying Checksum 10:20:16 8ad3a11d3b57: Download complete 10:20:16 df20fa9351a1: Pull complete 10:20:16 36b3adc4ff6f: Pull complete 10:20:16 8ad3a11d3b57: Pull complete 10:20:17 46f8f816bc3b: Pull complete 10:20:17 93b61091891f: Pull complete 10:20:17 93b9cdb0e59b: Pull complete 10:20:17 5e14af77c1be: Pull complete 10:20:18 01666e4c0597: Pull complete 10:20:18 aa168da1d23b: Verifying Checksum 10:20:18 aa168da1d23b: Download complete 10:20:26 aa168da1d23b: Pull complete 10:20:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:20:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:20:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:20:26 prd-centos7-docker-4c-2g-253 does not seem to be running inside a container 10:20:26 $ 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-580/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-580 -v /w/workspace/dry_go-mod-core-contracts_PR-580:/w/workspace/dry_go-mod-core-contracts_PR-580:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-580@tmp:/w/workspace/dry_go-mod-core-contracts_PR-580@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:20:29 $ docker top a991bcb3ce5040594b4c4652c50b8705e0a9c27f129f3ff5260d18791c1d7f42 -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:30 + touch /tmp/pre-build-complete [Pipeline] sh 10:20:30 + mkdir -p /var/log/sa [Pipeline] sh 10:20:30 + ls /var/log/sa-host 10:20:30 + sadf -c /var/log/sa-host/sa15 10:20:30 file_magic: OK 10:20:30 HZ: Using current value: 100 10:20:30 file_header: OK 10:20:30 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 10:20:30 Statistics: 10:20:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:20:30 File successfully converted to sysstat format version 12.2.1 10:20:30 + sadf -c /var/log/sa-host/sa23 10:20:30 file_magic: OK 10:20:30 HZ: Using current value: 100 10:20:30 file_header: OK 10:20:30 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 10:20:30 Statistics: 10:20:30 Hnuu...uuuununununu... 10:20:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:20:30 provisioning config files... 10:20:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-580@tmp/config8464649081634734247tmp [Pipeline] { [Pipeline] echo 10:20:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:20:31 ---> create-netrc.sh [Pipeline] } 10:20:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:20:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:20:31 ---> python-tools-install.sh [Pipeline] echo 10:20:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:20:31 ---> sudo-logs.sh 10:20:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:20:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:20:32 ---> job-cost.sh 10:20:32 lf-activate-venv: SKIPPING 10:20:32 DEBUG: total: 0.20999999344348907 10:20:32 INFO: Retrieving Stack Cost... 10:20:33 INFO: Retrieving Pricing Info for: v1-standard-2 10:20:33 INFO: Archiving Costs [Pipeline] echo 10:20:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:20:34 ---> logs-deploy.sh 10:20:34 lf-activate-venv: SKIPPING 10:20:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-580/4 10:20:34 INFO: archiving workspace using pattern(s): 10:20:36 Archives upload complete. 10:20:36 INFO: archiving logs to Nexus 10:20:36 ---> uname -a: 10:20:36 Linux prd-centos7-docker-4c-2g-253.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:20:36 10:20:36 10:20:36 ---> lscpu: 10:20:36 Architecture: x86_64 10:20:36 CPU op-mode(s): 32-bit, 64-bit 10:20:36 Byte Order: Little Endian 10:20:36 Address sizes: 40 bits physical, 48 bits virtual 10:20:36 CPU(s): 4 10:20:36 On-line CPU(s) list: 0-3 10:20:36 Thread(s) per core: 1 10:20:36 Core(s) per socket: 1 10:20:36 Socket(s): 4 10:20:36 NUMA node(s): 1 10:20:36 Vendor ID: GenuineIntel 10:20:36 CPU family: 6 10:20:36 Model: 44 10:20:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:20:36 Stepping: 1 10:20:36 CPU MHz: 2933.438 10:20:36 BogoMIPS: 5866.87 10:20:36 Virtualization: VT-x 10:20:36 Hypervisor vendor: KVM 10:20:36 Virtualization type: full 10:20:36 L1d cache: 128 KiB 10:20:36 L1i cache: 128 KiB 10:20:36 L2 cache: 16 MiB 10:20:36 L3 cache: 64 MiB 10:20:36 NUMA node0 CPU(s): 0-3 10:20:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:20:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:20:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:20:36 Vulnerability Meltdown: Mitigation; PTI 10:20:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:20:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:20:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:20:36 Vulnerability Srbds: Not affected 10:20:36 Vulnerability Tsx async abort: Not affected 10:20:36 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 10:20:36 10:20:36 10:20:36 ---> nproc: 10:20:36 4 10:20:36 10:20:36 10:20:36 ---> df -h: 10:20:36 Filesystem Size Used Available Use% Mounted on 10:20:36 overlay 50.0G 7.3G 42.7G 15% / 10:20:36 tmpfs 64.0M 0 64.0M 0% /dev 10:20:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:20:36 shm 64.0M 0 64.0M 0% /dev/shm 10:20:36 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 10:20:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 10:20:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 10:20:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 10:20:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 10:20:36 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 10:20:36 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-580 10:20:36 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-580@tmp 10:20:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 10:20:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 10:20:36 10:20:36 10:20:36 ---> free -m: 10:20:36 total used free shared buff/cache available 10:20:36 Mem: 1837 722 100 0 1014 1010 10:20:36 Swap: 1023 1 1022 10:20:36 10:20:36 10:20:36 ---> ip addr: 10:20:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:20:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:20:36 inet 127.0.0.1/8 scope host lo 10:20:36 valid_lft forever preferred_lft forever 10:20:36 inet6 ::1/128 scope host 10:20:36 valid_lft forever preferred_lft forever 10:20:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:20:36 link/ether fa:16:3e:81:52:b3 brd ff:ff:ff:ff:ff:ff 10:20:36 inet 10.30.123.23/23 brd 10.30.123.255 scope global dynamic eth0 10:20:36 valid_lft 85846sec preferred_lft 85846sec 10:20:36 inet6 fe80::f816:3eff:fe81:52b3/64 scope link 10:20:36 valid_lft forever preferred_lft forever 10:20:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:20:36 link/ether 02:42:dc:aa:6f:83 brd ff:ff:ff:ff:ff:ff 10:20:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:20:36 valid_lft forever preferred_lft forever 10:20:36 inet6 fe80::42:dcff:feaa:6f83/64 scope link 10:20:36 valid_lft forever preferred_lft forever 10:20:36 10:20:36 10:20:36 ---> sar -b -r -n DEV: 10:20:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) 10:20:36 10:20:36 10:11:11 LINUX RESTART (4 CPU) 10:20:36 10:20:36 10:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:20:36 10:13:01 26.00 4.61 21.39 0.00 1067.29 3171.88 0.00 10:20:36 10:14:01 0.40 0.00 0.40 0.00 0.00 6.21 0.00 10:20:36 10:15:01 0.22 0.00 0.22 0.00 0.00 1.77 0.00 10:20:36 10:16:01 0.28 0.00 0.28 0.00 0.00 3.78 0.00 10:20:36 10:17:01 0.23 0.00 0.23 0.00 0.00 3.41 0.00 10:20:36 10:18:01 0.35 0.00 0.35 0.00 0.00 4.96 0.00 10:20:36 10:19:01 0.28 0.00 0.28 0.00 0.00 4.53 0.00 10:20:36 10:20:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 10:20:36 Average: 3.49 0.58 2.91 0.00 133.46 399.92 0.00 10:20:36 10:20:36 10:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:20:36 10:13:01 169048 0 592740 31.50 2620 1117136 1096616 37.43 420892 1091868 20 10:20:36 10:14:01 172488 0 589296 31.32 2620 1117140 1070856 36.55 420156 1089608 8 10:20:36 10:15:01 169448 0 592328 31.48 2620 1117148 1071256 36.56 423108 1089040 20 10:20:36 10:16:01 167504 0 594272 31.58 2620 1117148 1071268 36.56 433388 1080940 20 10:20:36 10:17:01 166760 0 595008 31.62 2620 1117156 1071208 36.56 430776 1084336 12 10:20:36 10:18:01 166824 0 594936 31.62 2620 1117164 1071208 36.56 439780 1075476 12 10:20:36 10:19:01 167572 0 594184 31.58 2620 1117168 1071112 36.56 439284 1075520 12 10:20:36 10:20:01 167596 0 594156 31.58 2620 1117172 1071112 36.56 439292 1075520 16 10:20:36 Average: 168405 0 593365 31.54 2620 1117154 1074330 36.67 430834 1082788 15 10:20:36 10:20:36 10:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:20:36 10:13:01 eth0 37.41 32.15 49.85 10.81 0.00 0.00 0.00 0.00 10:20:36 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:13:01 docker0 14.68 10.29 2.40 22.56 0.00 0.00 0.00 0.00 10:20:36 10:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:20:36 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:15:01 eth0 1.58 0.43 0.37 0.21 0.00 0.00 0.00 0.00 10:20:36 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:16:01 eth0 0.57 0.22 0.27 0.19 0.00 0.00 0.00 0.00 10:20:36 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:17:01 eth0 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 10:20:36 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:18:01 eth0 0.62 0.43 0.33 0.21 0.00 0.00 0.00 0.00 10:20:36 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:20:36 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:20:36 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 Average: eth0 5.10 4.21 6.37 1.44 0.00 0.00 0.00 0.00 10:20:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:36 Average: docker0 1.84 1.29 0.30 2.82 0.00 0.00 0.00 0.00 10:20:36 10:20:36 10:20:36 ---> sar -P ALL: 10:20:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) 10:20:36 10:20:36 10:11:11 LINUX RESTART (4 CPU) 10:20:36 10:20:36 10:12:01 CPU %user %nice %system %iowait %steal %idle 10:20:36 10:13:01 all 1.37 0.00 1.15 0.72 0.03 96.73 10:20:36 10:13:01 0 1.29 0.00 1.19 1.84 0.00 95.69 10:20:36 10:13:01 1 1.64 0.00 1.24 0.42 0.02 96.69 10:20:36 10:13:01 2 1.37 0.00 1.07 0.23 0.05 97.28 10:20:36 10:13:01 3 1.20 0.00 1.10 0.38 0.03 97.27 10:20:36 10:14:01 all 0.15 0.00 0.04 0.00 0.00 99.81 10:20:36 10:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:20:36 10:14:01 1 0.37 0.00 0.05 0.00 0.00 99.58 10:20:36 10:14:01 2 0.07 0.00 0.05 0.00 0.00 99.88 10:20:36 10:14:01 3 0.13 0.00 0.03 0.00 0.00 99.83 10:20:36 10:15:01 all 0.15 0.00 0.04 0.00 0.00 99.80 10:20:36 10:15:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:20:36 10:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 10:20:36 10:15:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:20:36 10:15:01 3 0.47 0.00 0.03 0.00 0.00 99.50 10:20:36 10:16:01 all 0.15 0.00 0.05 0.00 0.00 99.81 10:20:36 10:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:36 10:16:01 1 0.45 0.00 0.02 0.00 0.00 99.53 10:20:36 10:16:01 2 0.07 0.00 0.07 0.00 0.00 99.87 10:20:36 10:16:01 3 0.05 0.00 0.08 0.00 0.00 99.87 10:20:36 10:17:01 all 0.16 0.00 0.05 0.00 0.01 99.78 10:20:36 10:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:36 10:17:01 1 0.52 0.00 0.05 0.00 0.00 99.43 10:20:36 10:17:01 2 0.07 0.00 0.08 0.00 0.03 99.82 10:20:36 10:17:01 3 0.03 0.00 0.05 0.00 0.02 99.90 10:20:36 10:18:01 all 0.16 0.00 0.07 0.00 0.00 99.77 10:20:36 10:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:36 10:18:01 1 0.53 0.00 0.07 0.00 0.02 99.38 10:20:36 10:18:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:20:36 10:18:01 3 0.03 0.00 0.15 0.00 0.00 99.82 10:20:36 10:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:20:36 10:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:36 10:19:01 1 0.50 0.00 0.03 0.00 0.00 99.47 10:20:36 10:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 10:20:36 10:19:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:20:36 10:20:01 all 0.15 0.00 0.02 0.00 0.01 99.82 10:20:36 10:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:36 10:20:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:20:36 10:20:01 2 0.05 0.00 0.03 0.00 0.02 99.90 10:20:36 10:20:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:20:36 Average: all 0.30 0.00 0.18 0.09 0.01 99.42 10:20:36 Average: 0 0.18 0.00 0.17 0.23 0.00 99.43 10:20:36 Average: 1 0.57 0.00 0.19 0.05 0.00 99.19 10:20:36 Average: 2 0.22 0.00 0.18 0.03 0.01 99.56 10:20:36 Average: 3 0.25 0.00 0.19 0.05 0.01 99.50 10:20:36 10:20:36 10:20:36