Branch indexing 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 860d36c2443f02c26a212025b04a55afad978312 rather than 827fd734d16e4a7ea80647e1e224667c70abf8c8 Obtained Jenkinsfile from 860d36c2443f02c26a212025b04a55afad978312 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Running on prd-centos7-docker-4c-2g-28304 in /w/workspace/dry_go-mod-core-contracts_PR-525 [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-525 # 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/525/head:refs/remotes/origin/PR-525 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 860d36c2443f02c26a212025b04a55afad978312 into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 Merge succeeded, producing 4c008f3e8c551faef280b6540413d8bc35282402 Checking out Revision 4c008f3e8c551faef280b6540413d8bc35282402 (PR-525) > git config core.sparsecheckout # timeout=10 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # 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 860d36c2443f02c26a212025b04a55afad978312 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c008f3e8c551faef280b6540413d8bc35282402 # timeout=10 Commit message: "Merge commit '860d36c2443f02c26a212025b04a55afad978312' into HEAD" > git rev-list --no-walk 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:38:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:38:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:38:21 ========================================================= 00:38:21 EdgeX Global Pipelines Version Info 00:38:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:38:23 ------------------- 00:38:23 stable info: 00:38:23 ------------------- 00:38:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:38:23 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:38:23 Message: update stable to v1.0.184 00:38:24 ------------------- 00:38:24 experimental info: 00:38:24 ------------------- 00:38:24 Commited By: **** collab-it+edgex@linuxfoundation.org 00:38:24 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:38:24 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:38:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 00:38:24 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 00:38:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:38:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:38:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:38:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:38:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:38:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:38:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:38:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:38:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:38:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:38:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:38:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:38:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:38:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:38:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-525 [Pipeline] echo 00:38:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-525 [Pipeline] echo 00:38:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-525 [Pipeline] echo 00:38:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c008f3e8c551faef280b6540413d8bc35282402 [Pipeline] echo 00:38:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c008f3 [Pipeline] echo 00:38:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:38:27 + git log --format=format:%s -1 4c008f3e8c551faef280b6540413d8bc35282402 [Pipeline] echo 00:38:27 GIT_COMMIT: 4c008f3e8c551faef280b6540413d8bc35282402, Commit Message: Merge commit '860d36c2443f02c26a212025b04a55afad978312' into HEAD [Pipeline] echo 00:38:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:38:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:28 00:38:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:38:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:29 latest: Pulling from edgex-devops/git-semver 00:38:29 31603596830f: Pulling fs layer 00:38:29 2a8b12db71e7: Pulling fs layer 00:38:29 6ca5941a6612: Pulling fs layer 00:38:29 ecc8261a40a4: Pulling fs layer 00:38:29 ecc8261a40a4: Waiting 00:38:29 2a8b12db71e7: Verifying Checksum 00:38:29 2a8b12db71e7: Download complete 00:38:29 31603596830f: Verifying Checksum 00:38:29 31603596830f: Download complete 00:38:29 ecc8261a40a4: Verifying Checksum 00:38:29 ecc8261a40a4: Download complete 00:38:29 6ca5941a6612: Verifying Checksum 00:38:29 6ca5941a6612: Download complete 00:38:29 31603596830f: Pull complete 00:38:30 2a8b12db71e7: Pull complete 00:38:31 6ca5941a6612: Pull complete 00:38:31 ecc8261a40a4: Pull complete 00:38:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:38:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:38:31 prd-centos7-docker-4c-2g-28304 does not seem to be running inside a container 00:38:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-525 -v /w/workspace/dry_go-mod-core-contracts_PR-525:/w/workspace/dry_go-mod-core-contracts_PR-525:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-525@tmp:/w/workspace/dry_go-mod-core-contracts_PR-525@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 00:38:34 $ docker top 5f45c39b34d4785db7b661a968b73724a168ebceaa9033a9f2803cbdb20bb85e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:38:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:38:34 [ssh-agent] Looking for ssh-agent implementation... 00:38:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:38:35 $ docker exec 5f45c39b34d4785db7b661a968b73724a168ebceaa9033a9f2803cbdb20bb85e ssh-agent 00:38:35 SSH_AUTH_SOCK=/tmp/ssh-KyZyZaJiZV07/agent.11 00:38:35 SSH_AGENT_PID=16 00:38:35 Running ssh-add (command line suppressed) 00:38:35 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_5484233198439369035.key (/w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_5484233198439369035.key) 00:38:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:38:35 + git tag --points-at HEAD [Pipeline] } 00:38:35 $ docker exec --env ******** --env ******** 5f45c39b34d4785db7b661a968b73724a168ebceaa9033a9f2803cbdb20bb85e ssh-agent -k 00:38:36 unset SSH_AUTH_SOCK; 00:38:36 unset SSH_AGENT_PID; 00:38:36 echo Agent pid 16 killed; 00:38:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:38:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:38:36 [ssh-agent] Looking for ssh-agent implementation... 00:38:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:38:36 $ docker exec 5f45c39b34d4785db7b661a968b73724a168ebceaa9033a9f2803cbdb20bb85e ssh-agent 00:38:36 SSH_AUTH_SOCK=/tmp/ssh-8lxR62Xvaytn/agent.45 00:38:36 SSH_AGENT_PID=50 00:38:36 Running ssh-add (command line suppressed) 00:38:36 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_8037450202186843561.key (/w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_8037450202186843561.key) 00:38:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:38:37 + git semver init 00:38:37 # -> Open(): unable to determine branch for HEAD 00:38:37 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-525/.git 00:38:37 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-525 00:38:37 # $SEMVER_REMOTE_NAME = origin 00:38:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:38:37 # $SEMVER_USER_NAME = edgex-jenkins 00:38:37 # $SEMVER_BRANCH = PR-525 00:38:37 # $SEMVER_TEMP = /tmp/semver-002991758 00:38:37 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 00:38:38 # '/tmp/semver-002991758' -> '/w/workspace/dry_go-mod-core-contracts_PR-525/.semver' 00:38:38 # -> Force: false 00:38:38 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-525/.semver [Pipeline] } 00:38:38 $ docker exec --env ******** --env ******** 5f45c39b34d4785db7b661a968b73724a168ebceaa9033a9f2803cbdb20bb85e ssh-agent -k 00:38:38 unset SSH_AUTH_SOCK; 00:38:38 unset SSH_AGENT_PID; 00:38:38 echo Agent pid 50 killed; 00:38:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:38:38 + git semver [Pipeline] } 00:38:38 $ docker stop --time=1 5f45c39b34d4785db7b661a968b73724a168ebceaa9033a9f2803cbdb20bb85e 00:38:40 $ docker rm -f 5f45c39b34d4785db7b661a968b73724a168ebceaa9033a9f2803cbdb20bb85e [Pipeline] // withDockerContainer [Pipeline] sh 00:38:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:38:41 Stashed 1 file(s) [Pipeline] echo 00:38:41 [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 00:38:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28311 in /w/workspace/dry_go-mod-core-contracts_PR-525 [Pipeline] { [Pipeline] ws 00:38:42 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 00:38:48 using credential edgex-jenkins-ssh 00:38:48 Cloning the remote Git repository 00:38:48 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:38:49 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 00:38:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:38:49 > git --version # timeout=10 00:38:49 > git --version # 'git version 2.17.1' 00:38:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:38:51 Merging remotes/origin/master commit 860d36c2443f02c26a212025b04a55afad978312 into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 00:38:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:38:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:38:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:38:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:38:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:38:51 > git config core.sparsecheckout # timeout=10 00:38:51 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 00:38:51 > git remote # timeout=10 00:38:51 > git config --get remote.origin.url # timeout=10 00:38:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:51 > git merge 860d36c2443f02c26a212025b04a55afad978312 # timeout=10 00:38:51 Merge succeeded, producing ad4cf0c9fb9ecc0392fa4abc83b05b3d34e90201 00:38:51 Checking out Revision ad4cf0c9fb9ecc0392fa4abc83b05b3d34e90201 (PR-525) 00:38:51 > git rev-parse HEAD^{commit} # timeout=10 00:38:51 > git config core.sparsecheckout # timeout=10 00:38:51 > git checkout -f ad4cf0c9fb9ecc0392fa4abc83b05b3d34e90201 # timeout=10 00:38:56 Commit message: "Merge commit '860d36c2443f02c26a212025b04a55afad978312' into HEAD" 00:38:56 > git rev-list --no-walk 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:38:57 Still waiting to schedule task 00:38:57 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:38:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:38:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:38:58 + sudo service docker restart 00:38:58 + true [Pipeline] unstash [Pipeline] echo 00:39:01 ========================================================= 00:39:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:39:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:39:01 + 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 . 00:39:02 Sending build context to Docker daemon 2.786MB 00:39:02 Step 1/7 : ARG BASE=golang:1.15-alpine 00:39:02 Step 2/7 : FROM ${BASE} 00:39:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:39:03 5f621e34cdf4: Pulling fs layer 00:39:03 a4357932f1b6: Pulling fs layer 00:39:03 18c013af1878: Pulling fs layer 00:39:03 00ac8860ef70: Pulling fs layer 00:39:03 63d7cb157983: Pulling fs layer 00:39:03 b116817d02f9: Pulling fs layer 00:39:03 745a02a5169b: Pulling fs layer 00:39:03 00ac8860ef70: Waiting 00:39:03 63d7cb157983: Waiting 00:39:03 b116817d02f9: Waiting 00:39:03 745a02a5169b: Waiting 00:39:03 18c013af1878: Verifying Checksum 00:39:03 18c013af1878: Download complete 00:39:03 a4357932f1b6: Verifying Checksum 00:39:03 a4357932f1b6: Download complete 00:39:03 63d7cb157983: Download complete 00:39:03 b116817d02f9: Verifying Checksum 00:39:03 b116817d02f9: Download complete 00:39:03 5f621e34cdf4: Verifying Checksum 00:39:03 5f621e34cdf4: Download complete 00:39:04 5f621e34cdf4: Pull complete 00:39:05 a4357932f1b6: Pull complete 00:39:05 18c013af1878: Pull complete 00:39:06 745a02a5169b: Verifying Checksum 00:39:06 745a02a5169b: Download complete 00:39:07 00ac8860ef70: Verifying Checksum 00:39:07 00ac8860ef70: Download complete 00:39:17 00ac8860ef70: Pull complete 00:39:17 63d7cb157983: Pull complete 00:39:17 b116817d02f9: Pull complete 00:39:21 745a02a5169b: Pull complete 00:39:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:39:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:39:21 ---> b7e6874047d6 00:39:21 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:39:24 ---> Running in 5b1c14656142 00:39:24 Removing intermediate container 5b1c14656142 00:39:24 ---> 7e045217fe76 00:39:24 Step 4/7 : RUN apk add bash 00:39:24 ---> Running in e3a5cf1afe22 00:39:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:28 OK: 142 MiB in 39 packages 00:39:29 Removing intermediate container e3a5cf1afe22 00:39:29 ---> 756690045dcd 00:39:29 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:39:29 ---> Running in 4570658bab9d 00:39:30 Removing intermediate container 4570658bab9d 00:39:30 ---> d25f6389629c 00:39:30 Step 6/7 : COPY go.mod . 00:39:31 ---> 97444eecca04 00:39:31 Step 7/7 : RUN go mod download 00:39:31 ---> Running in 4816a3c138c8 00:39:46 Removing intermediate container 4816a3c138c8 00:39:46 ---> 1fae6b75f02f 00:39:46 Successfully built 1fae6b75f02f 00:39:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:39:46 + docker inspect -f . ci-base-image-arm64 00:39:46 . [Pipeline] withDockerContainer 00:39:46 prd-ubuntu18.04-docker-arm64-4c-16g-28311 does not seem to be running inside a container 00:39:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:48 $ docker top a2522f636a0dbfe926898c966348195b6a644547327ca05ec8b78ddff883ad68 -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:50 + go version 00:39:50 go version go1.15.5 linux/arm64 [Pipeline] } 00:39:50 $ docker stop --time=1 a2522f636a0dbfe926898c966348195b6a644547327ca05ec8b78ddff883ad68 00:39:52 $ docker rm -f a2522f636a0dbfe926898c966348195b6a644547327ca05ec8b78ddff883ad68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:53 + docker inspect -f . ci-base-image-arm64 00:39:53 . [Pipeline] withDockerContainer 00:39:53 prd-ubuntu18.04-docker-arm64-4c-16g-28311 does not seem to be running inside a container 00:39:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:55 $ docker top 60d58c48c55ea12f40fae52c2d41cabe83534ee13a09a75d40cb9e5c39c86d36 -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:56 + make test 00:39:56 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:40:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 00:40:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.048s coverage: 85.7% of statements 00:40:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.032s coverage: 100.0% of statements 00:40:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.079s coverage: 45.4% of statements 00:40:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.073s coverage: 77.8% of statements 00:40:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 00:40:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements 00:40:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.042s coverage: 14.7% of statements 00:40:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.017s coverage: 100.0% of statements 00:40:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.091s coverage: 91.8% of statements 00:40:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 00:40:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 00:40:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.046s coverage: 100.0% of statements 00:40:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.022s coverage: 36.7% of statements 00:40:30 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 00:40:30 v2/dtos/addressable.go:44:10: ambiguous selector a.Type 00:40:32 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos.test] 00:40:32 v2/dtos/addressable.go:44: ambiguous selector a.Type 00:40:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.074s coverage: 63.0% of statements 00:40:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.048s coverage: 26.3% of statements 00:40:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.051s coverage: 15.4% of statements 00:40:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.036s coverage: 15.4% of statements 00:40:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.020s coverage: 14.3% of statements 00:40:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 00:40:32 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http [build failed] 00:40:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 00:40:32 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [build failed] 00:40:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.026s coverage: 94.7% of statements 00:40:34 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [build failed] 00:40:34 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses [build failed] 00:40:34 make: *** [Makefile:6: test] Error 2 [Pipeline] } 00:40:34 $ docker stop --time=1 60d58c48c55ea12f40fae52c2d41cabe83534ee13a09a75d40cb9e5c39c86d36 00:40:36 $ docker rm -f 60d58c48c55ea12f40fae52c2d41cabe83534ee13a09a75d40cb9e5c39c86d36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:40:38 ---> job-cost.sh 00:40:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XtJR 00:41:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:44:02 lf-activate-venv(): INFO: Adding /tmp/venv-XtJR/bin to PATH 00:44:02 INFO: No Stack... 00:44:02 INFO: Retrieving Pricing Info for: lf-standard-4 00:44:02 INFO: Archiving Costs [Pipeline] sh 00:44:02 + cut -d, -f6 00:44:02 + cat /w/workspace/go-mod-core-contracts/5/archives/cost.csv [Pipeline] lock 00:44:02 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-5-stack-cost] 00:44:02 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-5-stack-cost] did not exist. Created. 00:44:02 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:44:02 + echo total: 0.20999999344348907 [Pipeline] stash 00:44:03 Stashed 1 file(s) [Pipeline] } 00:44:03 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:04 Failed in branch arm64 00:45:28 Running on prd-centos7-docker-4c-2g-28316 in /w/workspace/dry_go-mod-core-contracts_PR-525 [Pipeline] { [Pipeline] ws 00:45:28 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 00:45:36 using credential edgex-jenkins-ssh 00:45:36 Cloning the remote Git repository 00:45:36 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:45:36 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 00:45:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:45:37 > git --version # timeout=10 00:45:37 > git --version # 'git version 2.24.3' 00:45:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:45:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:45:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:45:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:45:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:45:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:45:38 Merging remotes/origin/master commit 860d36c2443f02c26a212025b04a55afad978312 into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 00:45:39 Merge succeeded, producing 7d126dcdc6796900e4829dccb40cb0c931bbbafc 00:45:39 Checking out Revision 7d126dcdc6796900e4829dccb40cb0c931bbbafc (PR-525) 00:45:38 > git config core.sparsecheckout # timeout=10 00:45:38 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 00:45:39 > git remote # timeout=10 00:45:39 > git config --get remote.origin.url # timeout=10 00:45:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:39 > git merge 860d36c2443f02c26a212025b04a55afad978312 # timeout=10 00:45:39 > git rev-parse HEAD^{commit} # timeout=10 00:45:39 > git config core.sparsecheckout # timeout=10 00:45:39 > git checkout -f 7d126dcdc6796900e4829dccb40cb0c931bbbafc # timeout=10 00:45:43 Commit message: "Merge commit '860d36c2443f02c26a212025b04a55afad978312' into HEAD" 00:45:43 > git rev-list --no-walk 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:45:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:45:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:45:47 + true 00:45:47 + sudo service docker restart 00:45:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 00:45:51 ========================================================= 00:45:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:45:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:45:51 + 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 . 00:45:56 Sending build context to Docker daemon 2.787MB 00:45:56 Step 1/7 : ARG BASE=golang:1.15-alpine 00:45:56 Step 2/7 : FROM ${BASE} 00:45:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:45:56 188c0c94c7c5: Pulling fs layer 00:45:56 0ef7d3d256c8: Pulling fs layer 00:45:56 de9db76c5a1d: Pulling fs layer 00:45:56 bca2f99d35d6: Pulling fs layer 00:45:56 93359f2a8cfa: Pulling fs layer 00:45:56 7c6f9722023f: Pulling fs layer 00:45:56 a35cf1a2eb13: Pulling fs layer 00:45:56 bca2f99d35d6: Waiting 00:45:56 93359f2a8cfa: Waiting 00:45:56 7c6f9722023f: Waiting 00:45:56 a35cf1a2eb13: Waiting 00:45:56 de9db76c5a1d: Verifying Checksum 00:45:56 de9db76c5a1d: Download complete 00:45:56 0ef7d3d256c8: Verifying Checksum 00:45:56 0ef7d3d256c8: Download complete 00:45:56 93359f2a8cfa: Verifying Checksum 00:45:56 93359f2a8cfa: Download complete 00:45:56 7c6f9722023f: Verifying Checksum 00:45:56 7c6f9722023f: Download complete 00:45:56 188c0c94c7c5: Verifying Checksum 00:45:56 188c0c94c7c5: Download complete 00:45:57 188c0c94c7c5: Pull complete 00:45:58 0ef7d3d256c8: Pull complete 00:45:59 de9db76c5a1d: Pull complete 00:46:06 a35cf1a2eb13: Verifying Checksum 00:46:06 a35cf1a2eb13: Download complete 00:46:08 bca2f99d35d6: Verifying Checksum 00:46:08 bca2f99d35d6: Download complete 00:46:31 bca2f99d35d6: Pull complete 00:46:31 93359f2a8cfa: Pull complete 00:46:31 7c6f9722023f: Pull complete 00:46:43 a35cf1a2eb13: Pull complete 00:46:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:46:43 ---> a62c8e92a672 00:46:43 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:46:43 ---> Running in b4ed71c18cba 00:46:44 Removing intermediate container b4ed71c18cba 00:46:44 ---> 8b951de114f1 00:46:44 Step 4/7 : RUN apk add bash 00:46:44 ---> Running in 5b5f7c630c9b 00:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:49 OK: 166 MiB in 39 packages 00:46:51 Removing intermediate container 5b5f7c630c9b 00:46:51 ---> f4927b716461 00:46:51 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:46:51 ---> Running in d6a4be537f14 00:46:52 Removing intermediate container d6a4be537f14 00:46:52 ---> f8927bfb08a1 00:46:52 Step 6/7 : COPY go.mod . 00:46:52 ---> 5a8fd4b8eed0 00:46:52 Step 7/7 : RUN go mod download 00:46:52 ---> Running in b0ccd0ef3ec8 00:47:25 Removing intermediate container b0ccd0ef3ec8 00:47:25 ---> 8b0469ba4e0d 00:47:25 Successfully built 8b0469ba4e0d 00:47:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:47:26 + docker inspect -f . ci-base-image-x86_64 00:47:26 . [Pipeline] withDockerContainer 00:47:27 prd-centos7-docker-4c-2g-28316 does not seem to be running inside a container 00:47:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:47:30 $ docker top bd85dbe1dc34fefc0d0f168bf1fddcedbdc43a0c6ad68a53cfe176bc51ee691c -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:32 + go version 00:47:32 go version go1.15.5 linux/amd64 [Pipeline] } 00:47:32 $ docker stop --time=1 bd85dbe1dc34fefc0d0f168bf1fddcedbdc43a0c6ad68a53cfe176bc51ee691c 00:47:34 $ docker rm -f bd85dbe1dc34fefc0d0f168bf1fddcedbdc43a0c6ad68a53cfe176bc51ee691c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:47:35 + docker inspect -f . ci-base-image-x86_64 00:47:35 . [Pipeline] withDockerContainer 00:47:36 prd-centos7-docker-4c-2g-28316 does not seem to be running inside a container 00:47:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:47:38 $ docker top 7818f3ab192acd70d0083af4daa6319a09c5daa7f5a070ee0adf506a09a90b7d -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:40 + make test 00:47:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:47:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 00:47:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.038s coverage: 85.7% of statements 00:47:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.100s coverage: 100.0% of statements 00:47:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.214s coverage: 45.4% of statements 00:48:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.054s coverage: 77.8% of statements 00:48:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 00:48:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.126s coverage: 26.3% of statements 00:48:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.024s coverage: 14.7% of statements 00:48:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.089s coverage: 100.0% of statements 00:48:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.062s coverage: 91.8% of statements 00:48:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 00:48:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 00:48:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.036s coverage: 100.0% of statements 00:48:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.030s coverage: 36.7% of statements 00:48:11 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 00:48:11 v2/dtos/addressable.go:44:10: ambiguous selector a.Type 00:48:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.035s coverage: 63.0% of statements 00:48:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.027s coverage: 26.3% of statements 00:48:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements 00:48:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.039s coverage: 15.4% of statements 00:48:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.010s coverage: 14.3% of statements 00:48:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 00:48:12 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http [build failed] 00:48:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 00:48:12 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos.test] 00:48:12 v2/dtos/addressable.go:44: ambiguous selector a.Type 00:48:12 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [build failed] 00:48:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.020s coverage: 94.7% of statements 00:48:12 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [build failed] 00:48:12 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses [build failed] 00:48:12 make: *** [Makefile:6: test] Error 2 [Pipeline] } 00:48:12 $ docker stop --time=1 7818f3ab192acd70d0083af4daa6319a09c5daa7f5a070ee0adf506a09a90b7d 00:48:15 $ docker rm -f 7818f3ab192acd70d0083af4daa6319a09c5daa7f5a070ee0adf506a09a90b7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:48:17 ---> job-cost.sh 00:48:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Rb7Z 00:48:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:49:41 lf-activate-venv(): INFO: Adding /tmp/venv-Rb7Z/bin to PATH 00:49:41 INFO: No Stack... 00:49:41 INFO: Retrieving Pricing Info for: v1-standard-2 00:49:41 INFO: Archiving Costs [Pipeline] sh 00:49:41 + cat /w/workspace/go-mod-core-contracts/5/archives/cost.csv 00:49:41 + cut -d, -f6 [Pipeline] lock 00:49:41 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-5-stack-cost] 00:49:42 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-5-stack-cost] did not exist. Created. 00:49:42 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:49:42 /w/workspace/go-mod-core-contracts/5@tmp/durable-4c07c141/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 00:49:42 + echo total: 0.029999999329447746 [Pipeline] stash 00:49:42 Warning: overwriting stash ‘stack-cost’ 00:49:44 Stashed 1 file(s) [Pipeline] } 00:49:44 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:49:44 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:49:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:49:47 ---> package-listing.sh 00:49:47 ++ tr '[:upper:]' '[:lower:]' 00:49:47 ++ facter osfamily 00:49:47 + OS_FAMILY=redhat 00:49:47 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-525 00:49:47 + START_PACKAGES=/tmp/packages_start.txt 00:49:47 + END_PACKAGES=/tmp/packages_end.txt 00:49:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:49:47 + PACKAGES=/tmp/packages_start.txt 00:49:47 + '[' /w/workspace/dry_go-mod-core-contracts_PR-525 ']' 00:49:47 + PACKAGES=/tmp/packages_end.txt 00:49:47 + case "${OS_FAMILY}" in 00:49:47 + rpm -qa 00:49:47 + sort 00:49:53 + '[' -f /tmp/packages_start.txt ']' 00:49:53 + '[' -f /tmp/packages_end.txt ']' 00:49:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:49:53 + '[' /w/workspace/dry_go-mod-core-contracts_PR-525 ']' 00:49:53 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-525/archives/ 00:49:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-525/archives/ [Pipeline] echo 00:49:53 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-525/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:49:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:49:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:49:53 00:49:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:49:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:49:54 alpine: Pulling from edgex-lftools-log-publisher 00:49:54 df20fa9351a1: Pulling fs layer 00:49:54 36b3adc4ff6f: Pulling fs layer 00:49:54 8ad3a11d3b57: Pulling fs layer 00:49:54 46f8f816bc3b: Pulling fs layer 00:49:54 93b61091891f: Pulling fs layer 00:49:54 93b9cdb0e59b: Pulling fs layer 00:49:54 5e14af77c1be: Pulling fs layer 00:49:54 01666e4c0597: Pulling fs layer 00:49:54 aa168da1d23b: Pulling fs layer 00:49:54 46f8f816bc3b: Waiting 00:49:54 93b61091891f: Waiting 00:49:54 93b9cdb0e59b: Waiting 00:49:54 5e14af77c1be: Waiting 00:49:54 aa168da1d23b: Waiting 00:49:54 01666e4c0597: Waiting 00:49:54 36b3adc4ff6f: Verifying Checksum 00:49:54 36b3adc4ff6f: Download complete 00:49:54 46f8f816bc3b: Verifying Checksum 00:49:54 46f8f816bc3b: Download complete 00:49:54 df20fa9351a1: Download complete 00:49:54 93b9cdb0e59b: Verifying Checksum 00:49:54 93b9cdb0e59b: Download complete 00:49:54 5e14af77c1be: Verifying Checksum 00:49:54 5e14af77c1be: Download complete 00:49:54 93b61091891f: Download complete 00:49:54 01666e4c0597: Verifying Checksum 00:49:54 01666e4c0597: Download complete 00:49:54 8ad3a11d3b57: Verifying Checksum 00:49:54 8ad3a11d3b57: Download complete 00:49:54 df20fa9351a1: Pull complete 00:49:54 36b3adc4ff6f: Pull complete 00:49:55 8ad3a11d3b57: Pull complete 00:49:56 aa168da1d23b: Verifying Checksum 00:49:56 aa168da1d23b: Download complete 00:49:57 46f8f816bc3b: Pull complete 00:49:57 93b61091891f: Pull complete 00:49:57 93b9cdb0e59b: Pull complete 00:49:58 5e14af77c1be: Pull complete 00:49:58 01666e4c0597: Pull complete 00:50:06 aa168da1d23b: Pull complete 00:50:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:06 prd-centos7-docker-4c-2g-28304 does not seem to be running inside a container 00:50:06 $ 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-525/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-525 -v /w/workspace/dry_go-mod-core-contracts_PR-525:/w/workspace/dry_go-mod-core-contracts_PR-525:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-525@tmp:/w/workspace/dry_go-mod-core-contracts_PR-525@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 00:50:08 $ docker top aca723412077a37f1b9a19c1ec0706a697a8a8ada79514150e3f853d1eb4a90e -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:09 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:09 + mkdir -p /var/log/sa [Pipeline] sh 00:50:10 + ls /var/log/sa-host 00:50:10 + sadf -c /var/log/sa-host/sa03 00:50:10 file_magic: OK 00:50:10 HZ: Using current value: 100 00:50:10 file_header: OK 00:50:10 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 00:50:10 Statistics: 00:50:10 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:50:10 File successfully converted to sysstat format version 12.2.1 00:50:10 + sadf -c /var/log/sa-host/sa23 00:50:10 file_magic: OK 00:50:10 HZ: Using current value: 100 00:50:10 file_header: OK 00:50:10 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 00:50:10 Statistics: 00:50:10 Hnuu...uuuununununu... 00:50:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:10 provisioning config files... 00:50:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-525@tmp/config2366862243189079353tmp [Pipeline] { [Pipeline] echo 00:50:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:10 ---> create-netrc.sh [Pipeline] } 00:50:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:50:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:11 ---> python-tools-install.sh [Pipeline] echo 00:50:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:11 ---> sudo-logs.sh 00:50:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:50:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:11 ---> job-cost.sh 00:50:11 lf-activate-venv: SKIPPING 00:50:11 DEBUG: total: 0.029999999329447746 00:50:11 INFO: Retrieving Stack Cost... 00:50:12 INFO: Retrieving Pricing Info for: v1-standard-2 00:50:13 INFO: Archiving Costs [Pipeline] echo 00:50:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:13 ---> logs-deploy.sh 00:50:13 lf-activate-venv: SKIPPING 00:50:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-525/5 00:50:13 INFO: archiving workspace using pattern(s): 00:50:15 Archives upload complete. 00:50:15 INFO: archiving logs to Nexus 00:50:16 ---> uname -a: 00:50:16 Linux prd-centos7-docker-4c-2g-28304.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:50:16 00:50:16 00:50:16 ---> lscpu: 00:50:16 Architecture: x86_64 00:50:16 CPU op-mode(s): 32-bit, 64-bit 00:50:16 Byte Order: Little Endian 00:50:16 Address sizes: 40 bits physical, 48 bits virtual 00:50:16 CPU(s): 4 00:50:16 On-line CPU(s) list: 0-3 00:50:16 Thread(s) per core: 1 00:50:16 Core(s) per socket: 1 00:50:16 Socket(s): 4 00:50:16 NUMA node(s): 1 00:50:16 Vendor ID: GenuineIntel 00:50:16 CPU family: 6 00:50:16 Model: 44 00:50:16 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:50:16 Stepping: 1 00:50:16 CPU MHz: 2933.442 00:50:16 BogoMIPS: 5866.88 00:50:16 Virtualization: VT-x 00:50:16 Hypervisor vendor: KVM 00:50:16 Virtualization type: full 00:50:16 L1d cache: 128 KiB 00:50:16 L1i cache: 128 KiB 00:50:16 L2 cache: 16 MiB 00:50:16 L3 cache: 64 MiB 00:50:16 NUMA node0 CPU(s): 0-3 00:50:16 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:50:16 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:50:16 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:50:16 Vulnerability Meltdown: Mitigation; PTI 00:50:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:50:16 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:50:16 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:50:16 Vulnerability Srbds: Not affected 00:50:16 Vulnerability Tsx async abort: Not affected 00:50:16 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 00:50:16 00:50:16 00:50:16 ---> nproc: 00:50:16 4 00:50:16 00:50:16 00:50:16 ---> df -h: 00:50:16 Filesystem Size Used Available Use% Mounted on 00:50:16 overlay 50.0G 6.9G 43.1G 14% / 00:50:16 tmpfs 64.0M 0 64.0M 0% /dev 00:50:16 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:50:16 shm 64.0M 0 64.0M 0% /dev/shm 00:50:16 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 00:50:16 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 00:50:16 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 00:50:16 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 00:50:16 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dry_go-mod-core-contracts_PR-525@tmp 00:50:16 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 00:50:16 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 00:50:16 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 00:50:16 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 00:50:16 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dry_go-mod-core-contracts_PR-525 00:50:16 00:50:16 00:50:16 ---> free -m: 00:50:16 total used free shared buff/cache available 00:50:16 Mem: 1837 718 109 0 1008 1014 00:50:16 Swap: 1023 1 1022 00:50:16 00:50:16 00:50:16 ---> ip addr: 00:50:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:50:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:50:16 inet 127.0.0.1/8 scope host lo 00:50:16 valid_lft forever preferred_lft forever 00:50:16 inet6 ::1/128 scope host 00:50:16 valid_lft forever preferred_lft forever 00:50:16 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:50:16 link/ether fa:16:3e:a8:e3:97 brd ff:ff:ff:ff:ff:ff 00:50:16 inet 10.30.122.228/23 brd 10.30.123.255 scope global dynamic eth0 00:50:16 valid_lft 85259sec preferred_lft 85259sec 00:50:16 inet6 fe80::f816:3eff:fea8:e397/64 scope link 00:50:16 valid_lft forever preferred_lft forever 00:50:16 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:50:16 link/ether 02:42:d0:25:82:e4 brd ff:ff:ff:ff:ff:ff 00:50:16 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:50:16 valid_lft forever preferred_lft forever 00:50:16 inet6 fe80::42:d0ff:fe25:82e4/64 scope link 00:50:16 valid_lft forever preferred_lft forever 00:50:16 00:50:16 00:50:16 ---> sar -b -r -n DEV: 00:50:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) 00:50:16 00:50:16 00:31:03 LINUX RESTART (4 CPU) 00:50:16 00:50:16 00:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:50:16 00:33:01 2.31 0.00 2.31 0.00 0.00 419.38 0.00 00:50:16 00:34:01 1.15 0.00 1.15 0.00 0.00 19.23 0.00 00:50:16 00:35:01 0.35 0.00 0.35 0.00 0.00 6.03 0.00 00:50:16 00:36:01 0.27 0.00 0.27 0.00 0.00 4.60 0.00 00:50:16 00:37:01 0.18 0.00 0.18 0.00 0.00 3.90 0.00 00:50:16 00:38:01 0.45 0.00 0.45 0.00 0.00 6.96 0.00 00:50:16 00:39:01 52.34 14.73 37.61 0.00 4614.62 2707.13 0.00 00:50:16 00:40:02 3.08 0.02 3.06 0.00 0.53 114.28 0.00 00:50:16 00:41:01 0.49 0.00 0.49 0.00 0.00 7.98 0.00 00:50:16 00:42:01 0.60 0.00 0.60 0.00 0.00 6.19 0.00 00:50:16 00:43:01 0.70 0.00 0.70 0.00 0.00 7.94 0.00 00:50:16 00:44:01 0.47 0.00 0.47 0.00 0.00 4.18 0.00 00:50:16 00:45:01 0.50 0.00 0.50 0.00 0.00 6.78 0.00 00:50:16 00:46:01 0.17 0.02 0.15 0.00 0.53 2.03 0.00 00:50:16 00:47:01 0.93 0.15 0.78 0.00 4.80 15.67 0.00 00:50:16 00:48:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 00:50:16 00:49:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 00:50:16 00:50:01 79.35 52.88 26.47 0.00 4186.44 10919.76 0.00 00:50:16 Average: 8.02 3.78 4.24 0.00 490.75 795.48 0.00 00:50:16 00:50:16 00:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:50:16 00:33:01 75752 0 486168 25.84 2620 1317004 986460 33.67 300988 1308732 24 00:50:16 00:34:01 75484 0 486428 25.85 2620 1317012 986608 33.67 299756 1310852 20 00:50:16 00:35:01 75048 0 486860 25.88 2620 1317016 986632 33.67 300052 1310852 16 00:50:16 00:36:01 75080 0 486828 25.87 2620 1317016 994852 33.95 300016 1310980 20 00:50:16 00:37:01 75092 0 486808 25.87 2620 1317024 994816 33.95 299836 1310980 8 00:50:16 00:38:01 75816 0 486080 25.83 2620 1317028 994708 33.95 299200 1311008 8 00:50:16 00:39:01 136472 0 622736 33.10 2620 1119716 1108444 37.83 443784 1100340 132 00:50:16 00:40:02 143844 0 615360 32.71 2620 1119720 1078988 36.82 439492 1099096 16 00:50:16 00:41:01 142428 0 616772 32.78 2620 1119724 1078988 36.82 442616 1097116 8 00:50:16 00:42:01 141752 0 617440 32.82 2620 1119732 1079120 36.83 450096 1090284 8 00:50:16 00:43:01 141884 0 617308 32.81 2620 1119732 1079220 36.83 447320 1093524 8 00:50:16 00:44:01 141472 0 617656 32.83 2620 1119796 1079232 36.83 447300 1093592 24 00:50:16 00:45:01 141908 0 617272 32.81 2620 1119744 1079160 36.83 446824 1093572 8 00:50:16 00:46:01 139652 0 619520 32.93 2620 1119752 1080912 36.89 448280 1093572 8 00:50:16 00:47:01 141700 0 617468 32.82 2620 1119756 1079124 36.83 447016 1093072 8 00:50:16 00:48:01 142356 0 616804 32.78 2620 1119764 1079052 36.83 446764 1093072 12 00:50:16 00:49:01 141676 0 617484 32.82 2620 1119764 1079184 36.83 447384 1093072 8 00:50:16 00:50:01 73592 0 719144 38.22 2620 1086188 1514792 51.70 592716 986540 39848 00:50:16 Average: 115612 0 579674 30.81 2620 1183638 1075572 36.71 405524 1160570 2232 00:50:16 00:50:16 00:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:50:16 00:33:01 eth0 0.78 0.10 0.07 0.01 0.00 0.00 0.00 0.00 00:50:16 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:34:01 eth0 2.08 0.27 0.39 0.19 0.00 0.00 0.00 0.00 00:50:16 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:35:01 eth0 3.51 0.55 0.75 0.39 0.00 0.00 0.00 0.00 00:50:16 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:36:01 eth0 1.72 0.78 0.86 0.59 0.00 0.00 0.00 0.00 00:50:16 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:37:01 eth0 0.62 0.30 0.34 0.26 0.00 0.00 0.00 0.00 00:50:16 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:38:01 eth0 0.25 0.15 0.07 0.01 0.00 0.00 0.00 0.00 00:50:16 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:39:01 eth0 286.90 190.98 717.54 69.71 0.00 0.00 0.00 0.00 00:50:16 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:39:01 docker0 12.20 9.42 2.08 20.34 0.00 0.00 0.00 0.00 00:50:16 00:40:02 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:50:16 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:41:01 eth0 0.59 0.08 0.06 0.01 0.00 0.00 0.00 0.00 00:50:16 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:42:01 eth0 0.87 0.48 0.41 0.27 0.00 0.00 0.00 0.00 00:50:16 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:43:01 eth0 2.85 0.73 0.95 0.55 0.00 0.00 0.00 0.00 00:50:16 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:44:01 eth0 2.27 0.33 0.41 0.23 0.00 0.00 0.00 0.00 00:50:16 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:45:01 eth0 1.10 0.30 0.33 0.20 0.00 0.00 0.00 0.00 00:50:16 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:46:01 eth0 0.62 0.28 0.28 0.20 0.00 0.00 0.00 0.00 00:50:16 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:47:01 eth0 0.63 0.22 0.16 0.07 0.00 0.00 0.00 0.00 00:50:16 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:48:01 eth0 0.57 0.12 0.06 0.01 0.00 0.00 0.00 0.00 00:50:16 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:49:01 eth0 0.52 0.28 0.27 0.20 0.00 0.00 0.00 0.00 00:50:16 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:50:01 eth0 193.77 167.03 2156.41 16.33 0.00 0.00 0.00 0.00 00:50:16 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 Average: eth0 27.84 20.23 160.64 4.97 0.00 0.00 0.00 0.00 00:50:16 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:16 Average: docker0 0.68 0.52 0.12 1.13 0.00 0.00 0.00 0.00 00:50:16 00:50:16 00:50:16 ---> sar -P ALL: 00:50:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) 00:50:16 00:50:16 00:31:03 LINUX RESTART (4 CPU) 00:50:16 00:50:16 00:32:01 CPU %user %nice %system %iowait %steal %idle 00:50:16 00:33:01 all 0.13 0.00 0.04 0.00 0.00 99.83 00:50:16 00:33:01 0 0.07 0.00 0.05 0.00 0.00 99.88 00:50:16 00:33:01 1 0.42 0.00 0.07 0.00 0.00 99.52 00:50:16 00:33:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:50:16 00:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:50:16 00:34:01 all 0.19 0.00 0.06 0.00 0.00 99.75 00:50:16 00:34:01 0 0.42 0.00 0.03 0.00 0.00 99.55 00:50:16 00:34:01 1 0.18 0.00 0.07 0.00 0.00 99.75 00:50:16 00:34:01 2 0.08 0.00 0.07 0.00 0.00 99.85 00:50:16 00:34:01 3 0.07 0.00 0.07 0.00 0.02 99.85 00:50:16 00:35:01 all 0.19 0.00 0.03 0.00 0.00 99.77 00:50:16 00:35:01 0 0.40 0.00 0.03 0.00 0.02 99.55 00:50:16 00:35:01 1 0.08 0.00 0.02 0.00 0.00 99.90 00:50:16 00:35:01 2 0.08 0.00 0.07 0.00 0.00 99.85 00:50:16 00:35:01 3 0.20 0.00 0.02 0.00 0.00 99.78 00:50:16 00:36:01 all 0.21 0.00 0.05 0.00 0.00 99.75 00:50:16 00:36:01 0 0.07 0.00 0.02 0.00 0.00 99.92 00:50:16 00:36:01 1 0.08 0.00 0.08 0.00 0.00 99.83 00:50:16 00:36:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:50:16 00:36:01 3 0.15 0.00 0.05 0.00 0.00 99.80 00:50:16 00:37:01 all 0.11 0.00 0.05 0.00 0.00 99.84 00:50:16 00:37:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:50:16 00:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:50:16 00:37:01 2 0.32 0.00 0.07 0.00 0.02 99.60 00:50:16 00:37:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:50:16 00:38:01 all 0.11 0.00 0.05 0.00 0.00 99.84 00:50:16 00:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:50:16 00:38:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:50:16 00:38:01 2 0.30 0.00 0.05 0.00 0.00 99.65 00:50:16 00:38:01 3 0.07 0.00 0.07 0.00 0.02 99.85 00:50:16 00:39:01 all 6.83 0.00 3.03 1.64 0.11 88.39 00:50:16 00:39:01 0 7.99 0.00 2.51 2.61 0.05 86.83 00:50:16 00:39:01 1 7.33 0.00 2.91 1.80 0.13 87.83 00:50:16 00:39:01 2 6.05 0.00 3.11 0.67 0.10 90.07 00:50:16 00:39:01 3 5.94 0.00 3.60 1.50 0.13 88.82 00:50:16 00:40:02 all 0.14 0.00 0.08 0.00 0.00 99.77 00:50:16 00:40:02 0 0.08 0.00 0.08 0.00 0.02 99.82 00:50:16 00:40:02 1 0.18 0.00 0.13 0.00 0.00 99.68 00:50:16 00:40:02 2 0.20 0.00 0.05 0.00 0.00 99.75 00:50:16 00:40:02 3 0.10 0.00 0.05 0.00 0.00 99.85 00:50:16 00:41:01 all 0.06 0.00 0.05 0.00 0.00 99.89 00:50:16 00:41:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:50:16 00:41:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:50:16 00:41:01 2 0.05 0.00 0.08 0.00 0.00 99.86 00:50:16 00:41:01 3 0.10 0.00 0.03 0.00 0.00 99.86 00:50:16 00:42:01 all 0.17 0.00 0.07 0.00 0.00 99.76 00:50:16 00:42:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:50:16 00:42:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:50:16 00:42:01 2 0.05 0.00 0.15 0.00 0.00 99.80 00:50:16 00:42:01 3 0.52 0.00 0.05 0.00 0.00 99.43 00:50:16 00:43:01 all 0.17 0.00 0.03 0.00 0.00 99.80 00:50:16 00:43:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:50:16 00:43:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:50:16 00:43:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:50:16 00:43:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:50:16 00:50:16 00:43:01 CPU %user %nice %system %iowait %steal %idle 00:50:16 00:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:50:16 00:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:50:16 00:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:50:16 00:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:50:16 00:44:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:50:16 00:45:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:50:16 00:45:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:50:16 00:45:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:50:16 00:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:50:16 00:45:01 3 0.55 0.00 0.03 0.00 0.00 99.42 00:50:16 00:46:01 all 0.16 0.00 0.04 0.00 0.00 99.79 00:50:16 00:46:01 0 0.05 0.00 0.07 0.00 0.00 99.88 00:50:16 00:46:01 1 0.07 0.00 0.07 0.00 0.02 99.85 00:50:16 00:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:50:16 00:46:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:50:16 00:47:01 all 0.16 0.00 0.05 0.00 0.00 99.79 00:50:16 00:47:01 0 0.05 0.00 0.07 0.00 0.00 99.88 00:50:16 00:47:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:50:16 00:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:50:16 00:47:01 3 0.52 0.00 0.05 0.00 0.00 99.43 00:50:16 00:48:01 all 0.17 0.00 0.02 0.00 0.00 99.80 00:50:16 00:48:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:50:16 00:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:50:16 00:48:01 2 0.07 0.00 0.03 0.00 0.00 99.90 00:50:16 00:48:01 3 0.53 0.00 0.00 0.00 0.02 99.45 00:50:16 00:49:01 all 0.17 0.00 0.04 0.00 0.00 99.80 00:50:16 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:50:16 00:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:50:16 00:49:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:50:16 00:49:01 3 0.57 0.00 0.03 0.00 0.00 99.40 00:50:16 00:50:01 all 4.01 0.00 2.70 1.61 0.01 91.68 00:50:16 00:50:01 0 3.18 0.00 2.81 0.50 0.02 93.49 00:50:16 00:50:01 1 3.36 0.00 2.54 1.86 0.00 92.24 00:50:16 00:50:01 2 4.81 0.00 2.86 2.72 0.02 89.59 00:50:16 00:50:01 3 4.67 0.00 2.58 1.36 0.02 91.38 00:50:16 Average: all 0.73 0.00 0.36 0.18 0.01 98.72 00:50:16 Average: 0 0.70 0.00 0.33 0.17 0.01 98.80 00:50:16 Average: 1 0.67 0.00 0.35 0.20 0.01 98.77 00:50:16 Average: 2 0.71 0.00 0.38 0.19 0.01 98.72 00:50:16 Average: 3 0.86 0.00 0.37 0.16 0.01 98.59 00:50:16 00:50:16 00:50:16