Pull request #427 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 rather than 9c3d792a760a5f8f8a2951586bd7176570bc600f Obtained Jenkinsfile from 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-20132 in /w/workspace/dry_go-mod-core-contracts_PR-427 [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-427 # 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/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 9c3d792a760a5f8f8a2951586bd7176570bc600f Merge succeeded, producing 2e695777c65914e54c335415d3cdc3dbb5742943 Checking out Revision 2e695777c65914e54c335415d3cdc3dbb5742943 (PR-427) > git config core.sparsecheckout # timeout=10 > git checkout -f 9c3d792a760a5f8f8a2951586bd7176570bc600f # 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 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e695777c65914e54c335415d3cdc3dbb5742943 # timeout=10 Commit message: "Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 3e687d4a10b40cb4606b185deff16b20a08b29c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:58:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:58:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:58:26 ========================================================= 01:58:26 EdgeX Global Pipelines Version Info 01:58:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:58:28 ------------------- 01:58:28 stable info: 01:58:28 ------------------- 01:58:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:58:28 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 01:58:28 Message: update stable to v1.0.177 01:58:29 ------------------- 01:58:29 experimental info: 01:58:29 ------------------- 01:58:29 Commited By: **** collab-it+edgex@linuxfoundation.org 01:58:29 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 01:58:29 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:58:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 01:58:30 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 01:58:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:58:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:58:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:58:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:58:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:58:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:58:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:58:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:58:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:58:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 01:58:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:58:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:58:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 01:58:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:58:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:58:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:58:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 01:58:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:58:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:58:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:58:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:58:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:58:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 01:58:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:58:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:58:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-427 [Pipeline] echo 01:58:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-427 [Pipeline] echo 01:58:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-427 [Pipeline] echo 01:58:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e695777c65914e54c335415d3cdc3dbb5742943 [Pipeline] echo 01:58:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e69577 [Pipeline] echo 01:58:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:58:34 + git log --format=format:%s -1 2e695777c65914e54c335415d3cdc3dbb5742943 [Pipeline] echo 01:58:34 GIT_COMMIT: 2e695777c65914e54c335415d3cdc3dbb5742943, Commit Message: Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD [Pipeline] echo 01:58:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:58:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:58:35 01:58:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:58:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:58:36 latest: Pulling from edgex-devops/git-semver 01:58:36 31603596830f: Pulling fs layer 01:58:36 2a8b12db71e7: Pulling fs layer 01:58:36 6ca5941a6612: Pulling fs layer 01:58:36 ecc8261a40a4: Pulling fs layer 01:58:36 ecc8261a40a4: Waiting 01:58:36 2a8b12db71e7: Verifying Checksum 01:58:36 2a8b12db71e7: Download complete 01:58:36 31603596830f: Verifying Checksum 01:58:36 31603596830f: Download complete 01:58:36 ecc8261a40a4: Verifying Checksum 01:58:36 ecc8261a40a4: Download complete 01:58:36 6ca5941a6612: Verifying Checksum 01:58:36 6ca5941a6612: Download complete 01:58:37 31603596830f: Pull complete 01:58:37 2a8b12db71e7: Pull complete 01:58:39 6ca5941a6612: Pull complete 01:58:39 ecc8261a40a4: Pull complete 01:58:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:58:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:58:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:58:39 prd-centos7-docker-4c-2g-20132 does not seem to be running inside a container 01:58:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-427 -v /w/workspace/dry_go-mod-core-contracts_PR-427:/w/workspace/dry_go-mod-core-contracts_PR-427:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-427@tmp:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:58:43 $ docker top 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:58:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:58:43 [ssh-agent] Looking for ssh-agent implementation... 01:58:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:58:44 $ docker exec 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 ssh-agent 01:58:44 SSH_AUTH_SOCK=/tmp/ssh-AQa0lfVN4bHK/agent.11 01:58:44 SSH_AGENT_PID=16 01:58:44 Running ssh-add (command line suppressed) 01:58:44 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_3001249937830553167.key (/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_3001249937830553167.key) 01:58:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:58:45 + git tag --points-at HEAD [Pipeline] } 01:58:45 $ docker exec --env ******** --env ******** 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 ssh-agent -k 01:58:45 unset SSH_AUTH_SOCK; 01:58:45 unset SSH_AGENT_PID; 01:58:45 echo Agent pid 16 killed; 01:58:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:58:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:58:45 [ssh-agent] Looking for ssh-agent implementation... 01:58:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:58:46 $ docker exec 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 ssh-agent 01:58:46 SSH_AUTH_SOCK=/tmp/ssh-634J6c3tCxg7/agent.44 01:58:46 SSH_AGENT_PID=49 01:58:46 Running ssh-add (command line suppressed) 01:58:46 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_4537757539610293522.key (/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_4537757539610293522.key) 01:58:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:58:46 + git semver init 01:58:46 # -> Open(): unable to determine branch for HEAD 01:58:46 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-427/.git 01:58:46 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-427 01:58:46 # $SEMVER_REMOTE_NAME = origin 01:58:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:58:46 # $SEMVER_USER_NAME = edgex-jenkins 01:58:46 # $SEMVER_BRANCH = PR-427 01:58:46 # $SEMVER_TEMP = /tmp/semver-242488759 01:58:46 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 01:58:47 # '/tmp/semver-242488759' -> '/w/workspace/dry_go-mod-core-contracts_PR-427/.semver' 01:58:47 # -> Force: false 01:58:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-427/.semver [Pipeline] } 01:58:47 $ docker exec --env ******** --env ******** 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 ssh-agent -k 01:58:48 unset SSH_AUTH_SOCK; 01:58:48 unset SSH_AGENT_PID; 01:58:48 echo Agent pid 49 killed; 01:58:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:58:48 + git semver [Pipeline] } 01:58:48 $ docker stop --time=1 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 01:58:50 $ docker rm -f 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 [Pipeline] // withDockerContainer [Pipeline] sh 01:58:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:58:51 Stashed 1 file(s) [Pipeline] echo 01:58:51 [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 01:58:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20122 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] ws 01:58:52 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 01:58:57 using credential edgex-jenkins-ssh 01:58:57 Cloning the remote Git repository 01:58:57 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:58:57 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 01:58:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:58:57 > git --version # timeout=10 01:58:57 > git --version # 'git version 2.17.1' 01:58:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:58:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:58:59 Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 9c3d792a760a5f8f8a2951586bd7176570bc600f 01:58:59 Merge succeeded, producing ca1195b0a40fa2602e2f82344079e7620b2c5a12 01:58:59 Checking out Revision ca1195b0a40fa2602e2f82344079e7620b2c5a12 (PR-427) 01:58:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:58:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:58:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:58:58 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:58:59 > git config core.sparsecheckout # timeout=10 01:58:59 > git checkout -f 9c3d792a760a5f8f8a2951586bd7176570bc600f # timeout=10 01:58:59 > git remote # timeout=10 01:58:59 > git config --get remote.origin.url # timeout=10 01:58:59 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:59 > git merge 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 01:58:59 > git rev-parse HEAD^{commit} # timeout=10 01:58:59 > git config core.sparsecheckout # timeout=10 01:58:59 > git checkout -f ca1195b0a40fa2602e2f82344079e7620b2c5a12 # timeout=10 01:59:04 Commit message: "Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD" 01:59:04 First time build. Skipping changelog. 01:59:04 > git rev-list --no-walk 3e687d4a10b40cb4606b185deff16b20a08b29c6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:59:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:59:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:59:06 + true 01:59:06 + sudo service docker restart 01:59:07 Still waiting to schedule task 01:59:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] unstash [Pipeline] echo 01:59:08 ========================================================= 01:59:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:59:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:59:09 + 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 . 01:59:10 Sending build context to Docker daemon 2.238MB 01:59:10 Step 1/7 : ARG BASE=golang:1.15-alpine 01:59:10 Step 2/7 : FROM ${BASE} 01:59:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:59:10 5f621e34cdf4: Pulling fs layer 01:59:10 a4357932f1b6: Pulling fs layer 01:59:10 18c013af1878: Pulling fs layer 01:59:10 00ac8860ef70: Pulling fs layer 01:59:10 63d7cb157983: Pulling fs layer 01:59:10 b116817d02f9: Pulling fs layer 01:59:10 745a02a5169b: Pulling fs layer 01:59:10 00ac8860ef70: Waiting 01:59:10 63d7cb157983: Waiting 01:59:10 b116817d02f9: Waiting 01:59:10 745a02a5169b: Waiting 01:59:10 18c013af1878: Download complete 01:59:10 a4357932f1b6: Verifying Checksum 01:59:10 a4357932f1b6: Download complete 01:59:10 63d7cb157983: Download complete 01:59:10 b116817d02f9: Verifying Checksum 01:59:10 b116817d02f9: Download complete 01:59:10 5f621e34cdf4: Verifying Checksum 01:59:10 5f621e34cdf4: Download complete 01:59:11 5f621e34cdf4: Pull complete 01:59:11 a4357932f1b6: Pull complete 01:59:12 18c013af1878: Pull complete 01:59:12 745a02a5169b: Verifying Checksum 01:59:12 745a02a5169b: Download complete 01:59:13 00ac8860ef70: Verifying Checksum 01:59:13 00ac8860ef70: Download complete 01:59:24 00ac8860ef70: Pull complete 01:59:24 63d7cb157983: Pull complete 01:59:24 b116817d02f9: Pull complete 01:59:29 745a02a5169b: Pull complete 01:59:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:59:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:59:29 ---> b7e6874047d6 01:59:29 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:59:31 ---> Running in 2c5344360d47 01:59:31 Removing intermediate container 2c5344360d47 01:59:31 ---> cd0afb0cfd5e 01:59:31 Step 4/7 : RUN apk add bash 01:59:31 ---> Running in 6080a46f32e3 01:59:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:59:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:59:34 OK: 142 MiB in 39 packages 01:59:36 Removing intermediate container 6080a46f32e3 01:59:36 ---> ff881dbf4416 01:59:36 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:59:36 ---> Running in 81e110105d83 01:59:36 Removing intermediate container 81e110105d83 01:59:36 ---> 130f96a7f715 01:59:36 Step 6/7 : COPY go.mod . 01:59:37 ---> 235835ef4816 01:59:37 Step 7/7 : RUN go mod download 01:59:37 ---> Running in 3bb3e25dde62 01:59:53 Removing intermediate container 3bb3e25dde62 01:59:53 ---> ffb211c3068b 01:59:53 Successfully built ffb211c3068b 01:59:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:59:53 + docker inspect -f . ci-base-image-arm64 01:59:53 . [Pipeline] withDockerContainer 01:59:53 prd-ubuntu18.04-docker-arm64-4c-16g-20122 does not seem to be running inside a container 01:59:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:59:55 $ docker top fc90ad456efa256fbd21123ac3691e34fe4fbcb0c417cfdfa785a5f933ffc8ed -eo pid,comm [Pipeline] { [Pipeline] sh 01:59:56 + go version 01:59:56 go version go1.15.5 linux/arm64 [Pipeline] } 01:59:56 $ docker stop --time=1 fc90ad456efa256fbd21123ac3691e34fe4fbcb0c417cfdfa785a5f933ffc8ed 01:59:58 $ docker rm -f fc90ad456efa256fbd21123ac3691e34fe4fbcb0c417cfdfa785a5f933ffc8ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:59:59 + docker inspect -f . ci-base-image-arm64 01:59:59 . [Pipeline] withDockerContainer 01:59:59 prd-ubuntu18.04-docker-arm64-4c-16g-20122 does not seem to be running inside a container 01:59:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:00:01 $ docker top 61d77a2786a9c9f63ffb805089e801d887fcba8c1ef11f91e2a23af64934d29d -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:02 + make test 02:00:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:00:24 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 02:00:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.050s coverage: 85.7% of statements 02:00:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.048s coverage: 100.0% of statements 02:00:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.046s coverage: 45.4% of statements 02:00:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements 02:00:26 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 02:00:27 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.034s coverage: 26.3% of statements 02:00:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.058s coverage: 14.7% of statements 02:00:28 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.017s coverage: 100.0% of statements 02:00:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.108s coverage: 91.8% of statements 02:00:29 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 02:00:29 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 02:00:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.027s coverage: 100.0% of statements 02:00:29 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.047s coverage: 47.8% of statements 02:00:35 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.085s coverage: 63.0% of statements 02:00:35 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.035s coverage: 26.3% of statements 02:00:35 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.010s coverage: 15.4% of statements 02:00:35 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.052s coverage: 15.4% of statements 02:00:35 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.045s coverage: 14.3% of statements 02:00:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 02:00:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.211s coverage: 85.0% of statements 02:00:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 02:00:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 02:00:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.039s coverage: 40.9% of statements 02:00:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.025s coverage: 94.4% of statements 02:00:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.152s coverage: 92.9% of statements 02:00:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 02:00:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 02:00:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:00:44 gofmt -l . 02:00:44 [ "`gofmt -l .`" = "" ] [Pipeline] } 02:00:44 $ docker stop --time=1 61d77a2786a9c9f63ffb805089e801d887fcba8c1ef11f91e2a23af64934d29d 02:00:47 $ docker rm -f 61d77a2786a9c9f63ffb805089e801d887fcba8c1ef11f91e2a23af64934d29d [Pipeline] // withDockerContainer [Pipeline] sh 02:00:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:00:49 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:02:55 Running on prd-centos7-docker-4c-2g-20134 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] ws 02:02:55 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 02:02:58 using credential edgex-jenkins-ssh 02:02:58 Cloning the remote Git repository 02:02:58 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:02:58 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 02:02:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:02:58 > git --version # timeout=10 02:02:58 > git --version # 'git version 2.24.3' 02:02:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:02:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:03:00 Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 9c3d792a760a5f8f8a2951586bd7176570bc600f 02:03:00 Merge succeeded, producing fd5aabdb40ccbeaf023faa050a7649596da3c94f 02:03:00 Checking out Revision fd5aabdb40ccbeaf023faa050a7649596da3c94f (PR-427) 02:02:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:02:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:02:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:02:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:02:59 using GIT_SSH to set credentials SSH Credentials for GitHub 02:02:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:03:00 > git config core.sparsecheckout # timeout=10 02:03:00 > git checkout -f 9c3d792a760a5f8f8a2951586bd7176570bc600f # timeout=10 02:03:00 > git remote # timeout=10 02:03:00 > git config --get remote.origin.url # timeout=10 02:03:00 using GIT_SSH to set credentials SSH Credentials for GitHub 02:03:00 > git merge 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 02:03:00 > git rev-parse HEAD^{commit} # timeout=10 02:03:00 > git config core.sparsecheckout # timeout=10 02:03:00 > git checkout -f fd5aabdb40ccbeaf023faa050a7649596da3c94f # timeout=10 02:03:03 Commit message: "Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD" 02:03:03 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { 02:03:03 > git rev-list --no-walk 3e687d4a10b40cb4606b185deff16b20a08b29c6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:03:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:03:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:03:06 + sudo service docker restart 02:03:06 + true 02:03:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 02:03:07 ========================================================= 02:03:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:03:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:03:07 + 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 . 02:03:08 Sending build context to Docker daemon 2.239MB 02:03:08 Step 1/7 : ARG BASE=golang:1.15-alpine 02:03:08 Step 2/7 : FROM ${BASE} 02:03:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:03:08 188c0c94c7c5: Pulling fs layer 02:03:08 0ef7d3d256c8: Pulling fs layer 02:03:08 de9db76c5a1d: Pulling fs layer 02:03:08 bca2f99d35d6: Pulling fs layer 02:03:08 93359f2a8cfa: Pulling fs layer 02:03:08 7c6f9722023f: Pulling fs layer 02:03:08 a35cf1a2eb13: Pulling fs layer 02:03:08 93359f2a8cfa: Waiting 02:03:08 7c6f9722023f: Waiting 02:03:08 a35cf1a2eb13: Waiting 02:03:08 bca2f99d35d6: Waiting 02:03:08 de9db76c5a1d: Verifying Checksum 02:03:08 de9db76c5a1d: Download complete 02:03:08 0ef7d3d256c8: Verifying Checksum 02:03:08 0ef7d3d256c8: Download complete 02:03:08 93359f2a8cfa: Verifying Checksum 02:03:08 93359f2a8cfa: Download complete 02:03:08 7c6f9722023f: Verifying Checksum 02:03:08 7c6f9722023f: Download complete 02:03:08 188c0c94c7c5: Verifying Checksum 02:03:08 188c0c94c7c5: Download complete 02:03:09 188c0c94c7c5: Pull complete 02:03:09 0ef7d3d256c8: Pull complete 02:03:09 de9db76c5a1d: Pull complete 02:03:10 a35cf1a2eb13: Verifying Checksum 02:03:10 a35cf1a2eb13: Download complete 02:03:11 bca2f99d35d6: Verifying Checksum 02:03:11 bca2f99d35d6: Download complete 02:03:16 bca2f99d35d6: Pull complete 02:03:16 93359f2a8cfa: Pull complete 02:03:16 7c6f9722023f: Pull complete 02:03:23 a35cf1a2eb13: Pull complete 02:03:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:03:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:03:23 ---> a62c8e92a672 02:03:23 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:03:23 ---> Running in 5e27aaf4f99c 02:03:23 Removing intermediate container 5e27aaf4f99c 02:03:23 ---> e5315919f2dc 02:03:23 Step 4/7 : RUN apk add bash 02:03:23 ---> Running in cb16948c666f 02:03:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:03:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:03:25 OK: 166 MiB in 39 packages 02:03:26 Removing intermediate container cb16948c666f 02:03:26 ---> d179fd6f39c0 02:03:26 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:03:26 ---> Running in 78ff5203734d 02:03:26 Removing intermediate container 78ff5203734d 02:03:26 ---> 30bdf0164030 02:03:26 Step 6/7 : COPY go.mod . 02:03:26 ---> 6d2a5576c753 02:03:26 Step 7/7 : RUN go mod download 02:03:26 ---> Running in 541855251bfb 02:03:38 Removing intermediate container 541855251bfb 02:03:38 ---> e0500339099d 02:03:38 Successfully built e0500339099d 02:03:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:03:39 + docker inspect -f . ci-base-image-x86_64 02:03:39 . [Pipeline] withDockerContainer 02:03:39 prd-centos7-docker-4c-2g-20134 does not seem to be running inside a container 02:03:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:03:40 $ docker top c0460ad19947f0e167cf80a08348404e583ec09b350285bee4dd424fb0bbc147 -eo pid,comm [Pipeline] { [Pipeline] sh 02:03:40 + go version 02:03:40 go version go1.15.5 linux/amd64 [Pipeline] } 02:03:40 $ docker stop --time=1 c0460ad19947f0e167cf80a08348404e583ec09b350285bee4dd424fb0bbc147 02:03:42 $ docker rm -f c0460ad19947f0e167cf80a08348404e583ec09b350285bee4dd424fb0bbc147 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:03:42 + docker inspect -f . ci-base-image-x86_64 02:03:42 . [Pipeline] withDockerContainer 02:03:43 prd-centos7-docker-4c-2g-20134 does not seem to be running inside a container 02:03:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:03:43 $ docker top 1d99d4b851c2ad0fc713ce6718d58054d0e936b2d059b814d647b0da462c3f19 -eo pid,comm [Pipeline] { [Pipeline] sh 02:03:44 + make test 02:03:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:03:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 02:03:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.028s coverage: 85.7% of statements 02:03:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.013s coverage: 100.0% of statements 02:03:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.080s coverage: 45.4% of statements 02:03:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.011s coverage: 77.8% of statements 02:03:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 02:03:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.011s coverage: 26.3% of statements 02:03:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.028s coverage: 14.7% of statements 02:03:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.011s coverage: 100.0% of statements 02:03:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.022s coverage: 91.8% of statements 02:03:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 02:03:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 02:03:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.012s coverage: 100.0% of statements 02:03:53 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 47.8% of statements 02:03:55 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.020s coverage: 63.0% of statements 02:03:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.005s coverage: 26.3% of statements 02:03:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.006s coverage: 15.4% of statements 02:03:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.049s coverage: 15.4% of statements 02:03:55 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.018s coverage: 14.3% of statements 02:03:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 02:03:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.057s coverage: 85.0% of statements 02:03:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 02:03:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 02:03:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.021s coverage: 40.9% of statements 02:03:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 94.4% of statements 02:03:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.036s coverage: 92.9% of statements 02:03:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 02:03:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 02:03:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:03:58 gofmt -l . 02:03:58 [ "`gofmt -l .`" = "" ] [Pipeline] } 02:03:58 $ docker stop --time=1 1d99d4b851c2ad0fc713ce6718d58054d0e936b2d059b814d647b0da462c3f19 02:04:00 $ docker rm -f 1d99d4b851c2ad0fc713ce6718d58054d0e936b2d059b814d647b0da462c3f19 [Pipeline] // withDockerContainer [Pipeline] sh 02:04:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:04:01 Warning: overwriting stash ‘coverage-report’ 02:04: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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:04:04 provisioning config files... 02:04:04 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/config4367362565992345404tmp [Pipeline] { [Pipeline] sh 02:04:04 + set +x 02:04:04 + curl -s https://codecov.io/bash 02:04:04 + bash -s -- 02:04:04 02:04:04 _____ _ 02:04:04 / ____| | | 02:04:04 | | ___ __| | ___ ___ _____ __ 02:04:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:04:04 | |___| (_) | (_| | __/ (_| (_) \ V / 02:04:04 \_____\___/ \__,_|\___|\___\___/ \_/ 02:04:04 Bash-20201231-23d4836 02:04:04 02:04:04 02:04:04 ==> git version 2.24.3 found 02:04:04 ==> 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 02:04:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:04:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:04:04 ==> Jenkins CI detected. 02:04:04 project root: . 02:04:04 --> token set from env 02:04:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:04:05 ==> Running gcov in . (disable via -X gcov) 02:04:05 ==> Python coveragepy not found 02:04:05 ==> Searching for coverage reports in: 02:04:05 + . 02:04:05 -> Found 1 reports 02:04:05 ==> Detecting git/mercurial file structure 02:04:05 ==> Reading reports 02:04:05 + ./coverage.out bytes=123801 02:04:05 ==> Appending adjustments 02:04:05 https://docs.codecov.io/docs/fixing-reports 02:04:06 + Found adjustments 02:04:06 ==> Gzipping contents 02:04:06 20K /tmp/codecov.mnuUpN.gz 02:04:06 ==> Uploading reports 02:04:06 url: https://codecov.io 02:04:06 query: branch=PR-427&commit=2e695777c65914e54c335415d3cdc3dbb5742943&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-427%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=427&job=&cmd_args= 02:04:06 -> Pinging Codecov 02:04:06 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-427&commit=2e695777c65914e54c335415d3cdc3dbb5742943&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-427%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=427&job=&cmd_args= 02:04:07 -> Uploading to 02:04:07 https://storage.googleapis.com/codecov/v4/raw/2021-01-14/71470A77251A30514AAF9C0BB2E5B6CE/2e695777c65914e54c335415d3cdc3dbb5742943/572f62e1-696f-4927-b575-eed2ed9235e8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T020407Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7683e190632af7deceaf1a55d0c7322270ac9bb5c6103d218b849812f7501d58 02:04:07 % Total % Received % Xferd Average Speed Time Time Time Current 02:04:07 Dload Upload Total Spent Left Speed 02:04:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19635 0 0 100 19635 0 37041 --:--:-- --:--:-- --:--:-- 37117 02:04:07 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2e695777c65914e54c335415d3cdc3dbb5742943 [Pipeline] } 02:04: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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 02:04:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:04:11 ---> package-listing.sh 02:04:11 ++ facter osfamily 02:04:11 ++ tr '[:upper:]' '[:lower:]' 02:04:11 + OS_FAMILY=redhat 02:04:11 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-427 02:04:11 + START_PACKAGES=/tmp/packages_start.txt 02:04:11 + END_PACKAGES=/tmp/packages_end.txt 02:04:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:04:11 + PACKAGES=/tmp/packages_start.txt 02:04:11 + '[' /w/workspace/dry_go-mod-core-contracts_PR-427 ']' 02:04:11 + PACKAGES=/tmp/packages_end.txt 02:04:11 + case "${OS_FAMILY}" in 02:04:11 + rpm -qa 02:04:11 + sort 02:04:16 + '[' -f /tmp/packages_start.txt ']' 02:04:16 + '[' -f /tmp/packages_end.txt ']' 02:04:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:04:16 + '[' /w/workspace/dry_go-mod-core-contracts_PR-427 ']' 02:04:16 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-427/archives/ 02:04:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-427/archives/ [Pipeline] echo 02:04:16 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-427/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:04:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:04:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:04:18 02:04:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:04:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:04:18 alpine: Pulling from edgex-lftools-log-publisher 02:04:18 df20fa9351a1: Pulling fs layer 02:04:18 36b3adc4ff6f: Pulling fs layer 02:04:18 8ad3a11d3b57: Pulling fs layer 02:04:18 46f8f816bc3b: Pulling fs layer 02:04:18 93b61091891f: Pulling fs layer 02:04:18 93b9cdb0e59b: Pulling fs layer 02:04:18 5e14af77c1be: Pulling fs layer 02:04:18 01666e4c0597: Pulling fs layer 02:04:18 aa168da1d23b: Pulling fs layer 02:04:18 46f8f816bc3b: Waiting 02:04:18 93b61091891f: Waiting 02:04:18 93b9cdb0e59b: Waiting 02:04:18 5e14af77c1be: Waiting 02:04:18 01666e4c0597: Waiting 02:04:18 aa168da1d23b: Waiting 02:04:18 36b3adc4ff6f: Download complete 02:04:18 46f8f816bc3b: Download complete 02:04:19 df20fa9351a1: Verifying Checksum 02:04:19 df20fa9351a1: Download complete 02:04:19 93b9cdb0e59b: Verifying Checksum 02:04:19 93b9cdb0e59b: Download complete 02:04:19 5e14af77c1be: Verifying Checksum 02:04:19 5e14af77c1be: Download complete 02:04:19 01666e4c0597: Download complete 02:04:19 93b61091891f: Verifying Checksum 02:04:19 93b61091891f: Download complete 02:04:19 df20fa9351a1: Pull complete 02:04:20 8ad3a11d3b57: Verifying Checksum 02:04:20 8ad3a11d3b57: Download complete 02:04:20 36b3adc4ff6f: Pull complete 02:04:21 8ad3a11d3b57: Pull complete 02:04:22 46f8f816bc3b: Pull complete 02:04:23 93b61091891f: Pull complete 02:04:23 93b9cdb0e59b: Pull complete 02:04:23 5e14af77c1be: Pull complete 02:04:24 01666e4c0597: Pull complete 02:04:24 aa168da1d23b: Verifying Checksum 02:04:24 aa168da1d23b: Download complete 02:04:39 aa168da1d23b: Pull complete 02:04:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:04:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:04:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:04:40 prd-centos7-docker-4c-2g-20132 does not seem to be running inside a container 02:04:40 $ 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-427/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-427 -v /w/workspace/dry_go-mod-core-contracts_PR-427:/w/workspace/dry_go-mod-core-contracts_PR-427:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-427@tmp:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:04:44 $ docker top 0ec849d444eda6ef9f63f657ce3107102da4312d4e363ba0ab519536c185f460 -eo pid,comm [Pipeline] { [Pipeline] sh 02:04:45 + touch /tmp/pre-build-complete [Pipeline] sh 02:04:45 + mkdir -p /var/log/sa [Pipeline] sh 02:04:45 + ls /var/log/sa-host 02:04:45 + sadf -c /var/log/sa-host/sa14 02:04:45 file_magic: OK 02:04:45 HZ: Using current value: 100 02:04:45 file_header: OK 02:04:45 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 02:04:45 Statistics: 02:04:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:04:45 File successfully converted to sysstat format version 12.2.1 02:04:45 + sadf -c /var/log/sa-host/sa23 02:04:45 file_magic: OK 02:04:45 HZ: Using current value: 100 02:04:45 file_header: OK 02:04:45 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 02:04:45 Statistics: 02:04:45 Hnuu...uuuununununu... 02:04:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:04:46 provisioning config files... 02:04:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/config5235605698207024372tmp [Pipeline] { [Pipeline] echo 02:04:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:04:46 ---> create-netrc.sh [Pipeline] } 02:04:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:04:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:04:47 ---> python-tools-install.sh [Pipeline] echo 02:04:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:04:48 ---> sudo-logs.sh 02:04:48 Archiving 'sudo' log.. [Pipeline] echo 02:04:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:04:48 ---> job-cost.sh 02:04:48 lf-activate-venv: SKIPPING 02:04:48 INFO: No Stack... 02:04:49 INFO: Retrieving Pricing Info for: v1-standard-2 02:04:50 INFO: Archiving Costs [Pipeline] echo 02:04:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:04:50 ---> logs-deploy.sh 02:04:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-427/3 02:04:50 INFO: archiving workspace using pattern(s): 02:04:53 Archives upload complete. 02:04:53 INFO: archiving logs to Nexus 02:04:55 ---> uname -a: 02:04:55 Linux prd-centos7-docker-4c-2g-20132.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:04:55 02:04:55 02:04:55 ---> lscpu: 02:04:55 Architecture: x86_64 02:04:55 CPU op-mode(s): 32-bit, 64-bit 02:04:55 Byte Order: Little Endian 02:04:55 Address sizes: 40 bits physical, 48 bits virtual 02:04:55 CPU(s): 4 02:04:55 On-line CPU(s) list: 0-3 02:04:55 Thread(s) per core: 1 02:04:55 Core(s) per socket: 1 02:04:55 Socket(s): 4 02:04:55 NUMA node(s): 1 02:04:55 Vendor ID: GenuineIntel 02:04:55 CPU family: 6 02:04:55 Model: 44 02:04:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:04:55 Stepping: 1 02:04:55 CPU MHz: 2933.438 02:04:55 BogoMIPS: 5866.87 02:04:55 Virtualization: VT-x 02:04:55 Hypervisor vendor: KVM 02:04:55 Virtualization type: full 02:04:55 L1d cache: 128 KiB 02:04:55 L1i cache: 128 KiB 02:04:55 L2 cache: 16 MiB 02:04:55 L3 cache: 64 MiB 02:04:55 NUMA node0 CPU(s): 0-3 02:04:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:04:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:04:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:04:55 Vulnerability Meltdown: Mitigation; PTI 02:04:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:04:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:04:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:04:55 Vulnerability Srbds: Not affected 02:04:55 Vulnerability Tsx async abort: Not affected 02:04:55 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 02:04:55 02:04:55 02:04:55 ---> nproc: 02:04:55 4 02:04:55 02:04:55 02:04:55 ---> df -h: 02:04:55 Filesystem Size Used Available Use% Mounted on 02:04:55 overlay 50.0G 7.3G 42.7G 15% / 02:04:55 tmpfs 64.0M 0 64.0M 0% /dev 02:04:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:04:55 shm 64.0M 0 64.0M 0% /dev/shm 02:04:55 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:04:55 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:04:55 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:04:55 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:04:55 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:04:55 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:04:55 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-427 02:04:55 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-427@tmp 02:04:55 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:04:55 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:04:55 02:04:55 02:04:55 ---> free -m: 02:04:55 total used free shared buff/cache available 02:04:55 Mem: 1837 692 93 0 1051 1040 02:04:55 Swap: 1023 1 1022 02:04:55 02:04:55 02:04:55 ---> ip addr: 02:04:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:04:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:04:55 inet 127.0.0.1/8 scope host lo 02:04:55 valid_lft forever preferred_lft forever 02:04:55 inet6 ::1/128 scope host 02:04:55 valid_lft forever preferred_lft forever 02:04:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:04:55 link/ether fa:16:3e:c6:72:8e brd ff:ff:ff:ff:ff:ff 02:04:55 inet 10.30.122.122/23 brd 10.30.123.255 scope global dynamic eth0 02:04:55 valid_lft 85560sec preferred_lft 85560sec 02:04:55 inet6 fe80::f816:3eff:fec6:728e/64 scope link 02:04:55 valid_lft forever preferred_lft forever 02:04:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:04:55 link/ether 02:42:82:17:c1:4c brd ff:ff:ff:ff:ff:ff 02:04:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:04:55 valid_lft forever preferred_lft forever 02:04:55 inet6 fe80::42:82ff:fe17:c14c/64 scope link 02:04:55 valid_lft forever preferred_lft forever 02:04:55 02:04:55 02:04:55 ---> sar -b -r -n DEV: 02:04:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 02:04:55 02:04:55 01:50:42 LINUX RESTART (4 CPU) 02:04:55 02:04:55 01:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:04:55 01:52:01 162.75 106.72 56.03 0.00 8370.60 36769.35 0.00 02:04:55 01:53:01 0.77 0.00 0.77 0.00 0.00 13.21 0.00 02:04:55 01:54:02 0.27 0.00 0.27 0.00 0.00 2.93 0.00 02:04:55 01:55:01 0.25 0.00 0.25 0.00 0.00 2.39 0.00 02:04:55 01:56:01 0.23 0.00 0.23 0.00 0.00 3.06 0.00 02:04:55 01:57:01 0.27 0.00 0.27 0.00 0.00 4.16 0.00 02:04:55 01:58:01 0.55 0.00 0.55 0.00 0.00 5.73 0.00 02:04:55 01:59:01 52.64 14.06 38.59 0.00 4567.00 2642.83 0.00 02:04:55 02:00:01 3.49 0.02 3.48 0.00 0.53 123.84 0.00 02:04:55 02:01:01 0.47 0.02 0.45 0.00 0.13 6.67 0.00 02:04:55 02:02:01 0.43 0.08 0.35 0.00 1.60 5.21 0.00 02:04:55 02:03:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 02:04:55 02:04:02 0.22 0.00 0.22 0.00 0.00 2.16 0.00 02:04:55 Average: 17.15 9.32 7.84 0.00 997.04 3050.16 0.00 02:04:55 02:04:55 01:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:04:55 01:52:01 111800 0 479680 25.49 2620 1287444 1004228 34.27 301484 1271516 56 02:04:55 01:53:01 116868 0 474604 25.22 2620 1287452 971664 33.16 297880 1271332 8 02:04:55 01:54:02 117308 0 474160 25.20 2620 1287456 967552 33.02 297584 1271320 8 02:04:55 01:55:01 116060 0 475404 25.27 2620 1287460 967552 33.02 299204 1271300 8 02:04:55 01:56:01 116024 0 475436 25.27 2620 1287464 967552 33.02 299156 1271300 8 02:04:55 01:57:01 115492 0 475960 25.30 2620 1287472 967624 33.02 299680 1271304 8 02:04:55 01:58:01 114924 0 476528 25.33 2620 1287472 967648 33.02 299940 1271300 8 02:04:55 01:59:01 164180 0 591080 31.41 2620 1123664 1111704 37.94 397692 1118564 128 02:04:55 02:00:01 164592 0 590604 31.39 2620 1123728 1111680 37.94 397728 1118576 32 02:04:55 02:01:01 172140 0 583108 30.99 2620 1123676 1068772 36.48 391596 1118416 16 02:04:55 02:02:01 172412 0 582712 30.97 2620 1123800 1066164 36.39 391472 1118476 8 02:04:55 02:03:01 172200 0 582920 30.98 2620 1123804 1066236 36.39 391984 1118476 16 02:04:55 02:04:02 172572 0 582540 30.96 2620 1123812 1066128 36.39 391336 1118476 12 02:04:55 Average: 140506 0 526518 27.98 2620 1211900 1023423 34.93 342826 1200797 24 02:04:55 02:04:55 01:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:04:55 01:52:01 eth0 101.56 59.72 397.25 20.56 0.00 0.00 0.00 0.00 02:04:55 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:53:01 eth0 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 02:04:55 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:54:02 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:04:55 01:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:04:55 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:04:55 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:57:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 02:04:55 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:58:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 02:04:55 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:59:01 eth0 158.43 128.48 695.84 70.44 0.00 0.00 0.00 0.00 02:04:55 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 01:59:01 docker0 6.49 5.09 1.45 15.66 0.00 0.00 0.00 0.00 02:04:55 02:00:01 eth0 1.01 0.70 2.84 0.07 0.00 0.00 0.00 0.00 02:04:55 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 02:01:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:04:55 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 02:02:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 02:04:55 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 02:03:01 eth0 0.97 0.37 0.32 0.17 0.00 0.00 0.00 0.00 02:04:55 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 02:04:02 eth0 0.65 0.12 0.11 0.04 0.00 0.00 0.00 0.00 02:04:55 02:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 02:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 Average: eth0 20.32 14.66 84.50 7.05 0.00 0.00 0.00 0.00 02:04:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:04:55 Average: docker0 0.50 0.39 0.11 1.21 0.00 0.00 0.00 0.00 02:04:55 02:04:55 02:04:55 ---> sar -P ALL: 02:04:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 02:04:55 02:04:55 01:50:42 LINUX RESTART (4 CPU) 02:04:55 02:04:55 01:51:01 CPU %user %nice %system %iowait %steal %idle 02:04:55 01:52:01 all 11.13 0.00 7.62 6.61 13.24 61.40 02:04:55 01:52:01 0 11.91 0.00 6.58 5.90 13.55 62.06 02:04:55 01:52:01 1 11.39 0.00 7.52 9.40 12.99 58.70 02:04:55 01:52:01 2 10.60 0.00 10.69 4.70 12.94 61.07 02:04:55 01:52:01 3 10.61 0.00 5.70 6.42 13.47 63.79 02:04:55 01:53:01 all 0.10 0.00 0.05 0.00 0.37 99.48 02:04:55 01:53:01 0 0.00 0.00 0.03 0.00 0.18 99.78 02:04:55 01:53:01 1 0.03 0.00 0.03 0.00 0.47 99.47 02:04:55 01:53:01 2 0.03 0.00 0.07 0.00 0.51 99.39 02:04:55 01:53:01 3 0.32 0.00 0.05 0.00 0.33 99.30 02:04:55 01:54:02 all 0.10 0.00 0.12 0.00 0.66 99.12 02:04:55 01:54:02 0 0.02 0.00 0.10 0.00 0.41 99.47 02:04:55 01:54:02 1 0.00 0.00 0.13 0.00 0.70 99.17 02:04:55 01:54:02 2 0.30 0.00 0.07 0.00 1.01 98.63 02:04:55 01:54:02 3 0.08 0.00 0.20 0.00 0.50 99.22 02:04:55 01:55:01 all 0.09 0.00 0.03 0.00 0.26 99.61 02:04:55 01:55:01 0 0.00 0.00 0.02 0.00 0.08 99.90 02:04:55 01:55:01 1 0.02 0.00 0.02 0.00 0.42 99.54 02:04:55 01:55:01 2 0.29 0.00 0.03 0.02 0.19 99.48 02:04:55 01:55:01 3 0.07 0.00 0.05 0.00 0.36 99.53 02:04:55 01:56:01 all 0.07 0.00 0.03 0.00 0.30 99.59 02:04:55 01:56:01 0 0.00 0.00 0.00 0.00 0.13 99.87 02:04:55 01:56:01 1 0.05 0.00 0.02 0.00 0.43 99.50 02:04:55 01:56:01 2 0.22 0.00 0.07 0.00 0.42 99.30 02:04:55 01:56:01 3 0.03 0.00 0.05 0.00 0.22 99.70 02:04:55 01:57:01 all 0.10 0.00 0.02 0.00 0.35 99.53 02:04:55 01:57:01 0 0.02 0.00 0.02 0.00 0.50 99.47 02:04:55 01:57:01 1 0.28 0.00 0.02 0.00 0.33 99.37 02:04:55 01:57:01 2 0.03 0.00 0.02 0.00 0.37 99.58 02:04:55 01:57:01 3 0.05 0.00 0.02 0.00 0.22 99.72 02:04:55 01:58:01 all 0.10 0.00 0.02 0.00 0.32 99.56 02:04:55 01:58:01 0 0.02 0.00 0.03 0.00 0.51 99.44 02:04:55 01:58:01 1 0.27 0.00 0.03 0.00 0.15 99.55 02:04:55 01:58:01 2 0.03 0.00 0.02 0.00 0.35 99.60 02:04:55 01:58:01 3 0.07 0.00 0.02 0.00 0.25 99.67 02:04:55 01:59:01 all 5.82 0.00 2.83 1.35 7.01 83.00 02:04:55 01:59:01 0 6.75 0.00 3.04 0.29 6.74 83.19 02:04:55 01:59:01 1 4.54 0.00 2.97 0.40 7.63 84.46 02:04:55 01:59:01 2 5.23 0.00 2.55 3.88 7.35 81.00 02:04:55 01:59:01 3 6.78 0.00 2.77 0.79 6.31 83.35 02:04:55 02:00:01 all 0.13 0.00 0.07 0.00 0.39 99.40 02:04:55 02:00:01 0 0.03 0.00 0.03 0.00 0.22 99.72 02:04:55 02:00:01 1 0.13 0.00 0.13 0.00 0.30 99.43 02:04:55 02:00:01 2 0.17 0.00 0.08 0.00 0.65 99.10 02:04:55 02:00:01 3 0.20 0.00 0.05 0.00 0.41 99.34 02:04:55 02:01:01 all 0.07 0.00 0.17 0.00 1.10 98.66 02:04:55 02:01:01 0 0.05 0.00 0.07 0.00 0.84 99.04 02:04:55 02:01:01 1 0.15 0.00 0.18 0.00 0.99 98.67 02:04:55 02:01:01 2 0.05 0.00 0.17 0.00 1.12 98.66 02:04:55 02:01:01 3 0.03 0.00 0.25 0.00 1.44 98.28 02:04:55 02:02:01 all 0.06 0.00 0.02 0.00 0.41 99.51 02:04:55 02:02:01 0 0.00 0.00 0.03 0.00 0.22 99.75 02:04:55 02:02:01 1 0.02 0.00 0.00 0.00 0.38 99.60 02:04:55 02:02:01 2 0.22 0.00 0.03 0.00 0.45 99.30 02:04:55 02:02:01 3 0.00 0.00 0.02 0.02 0.60 99.37 02:04:55 02:04:55 02:02:01 CPU %user %nice %system %iowait %steal %idle 02:04:55 02:03:01 all 0.09 0.00 0.02 0.00 0.31 99.58 02:04:55 02:03:01 0 0.05 0.00 0.02 0.00 0.20 99.73 02:04:55 02:03:01 1 0.05 0.00 0.03 0.00 0.47 99.45 02:04:55 02:03:01 2 0.07 0.00 0.02 0.00 0.28 99.63 02:04:55 02:03:01 3 0.20 0.00 0.03 0.00 0.28 99.48 02:04:55 02:04:02 all 0.07 0.00 0.04 0.00 0.52 99.37 02:04:55 02:04:02 0 0.02 0.00 0.03 0.00 0.32 99.63 02:04:55 02:04:02 1 0.23 0.00 0.05 0.00 0.71 99.01 02:04:55 02:04:02 2 0.02 0.00 0.02 0.00 0.43 99.54 02:04:55 02:04:02 3 0.02 0.00 0.05 0.00 0.61 99.32 02:04:55 Average: all 1.37 0.00 0.84 0.61 1.93 95.26 02:04:55 Average: 0 1.43 0.00 0.76 0.47 1.82 95.52 02:04:55 Average: 1 1.31 0.00 0.85 0.75 1.98 95.11 02:04:55 Average: 2 1.32 0.00 1.06 0.66 2.00 94.97 02:04:55 Average: 3 1.41 0.00 0.70 0.55 1.91 95.43 02:04:55 02:04:55 02:04:55