Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8bb330ce6d692bf7a15b42a58065c12266a2727a 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14270’ Running on prd-centos7-docker-4c-2g-14273 in /w/workspace/dry_go-mod-core-contracts_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8bb330ce6d692bf7a15b42a58065c12266a2727a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8bb330ce6d692bf7a15b42a58065c12266a2727a # timeout=10 Commit message: "Merge pull request #380 from judehung/issue-373" > git rev-list --no-walk 2304b5016aad81391b43716f3f84c6095029c758 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:04:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:04:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:04:48 ========================================================= 06:04:48 EdgeX Global Pipelines Version Info 06:04:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:04:50 ------------------- 06:04:50 stable info: 06:04:50 ------------------- 06:04:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:04:50 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 06:04:50 Message: update stable to v1.0.169 06:04:50 ------------------- 06:04:50 experimental info: 06:04:50 ------------------- 06:04:50 Commited By: **** collab-it+edgex@linuxfoundation.org 06:04:50 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 06:04:50 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:04:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:04:51 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:04:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:04:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:04:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:04:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:04:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:04:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:04:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:04:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:04:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:04:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:04:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:04:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:04:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:04:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:04:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:04:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:04:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:04:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:04:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:04:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:04:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:04:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:04:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:04:54 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:04:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:04:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:04:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:04:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8bb330ce6d692bf7a15b42a58065c12266a2727a [Pipeline] echo 06:04:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8bb330c [Pipeline] echo 06:04:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:04:55 + git log --format=format:%s -1 8bb330ce6d692bf7a15b42a58065c12266a2727a [Pipeline] echo 06:04:55 GIT_COMMIT: 8bb330ce6d692bf7a15b42a58065c12266a2727a, Commit Message: Merge pull request #380 from judehung/issue-373 [Pipeline] echo 06:04:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:04:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:04:56 06:04:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:04:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:04:56 latest: Pulling from edgex-devops/git-semver 06:04:56 31603596830f: Pulling fs layer 06:04:56 2a8b12db71e7: Pulling fs layer 06:04:56 6ca5941a6612: Pulling fs layer 06:04:56 ecc8261a40a4: Pulling fs layer 06:04:56 ecc8261a40a4: Waiting 06:04:56 2a8b12db71e7: Verifying Checksum 06:04:56 2a8b12db71e7: Download complete 06:04:57 31603596830f: Verifying Checksum 06:04:57 31603596830f: Download complete 06:04:57 ecc8261a40a4: Verifying Checksum 06:04:57 ecc8261a40a4: Download complete 06:04:57 6ca5941a6612: Verifying Checksum 06:04:57 6ca5941a6612: Download complete 06:04:57 31603596830f: Pull complete 06:04:57 2a8b12db71e7: Pull complete 06:04:58 6ca5941a6612: Pull complete 06:04:58 ecc8261a40a4: Pull complete 06:04:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:04:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:04:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:04:58 prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container 06:04:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:05:00 $ docker top 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:05:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:05:01 [ssh-agent] Looking for ssh-agent implementation... 06:05:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:05:01 $ docker exec 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 ssh-agent 06:05:01 SSH_AUTH_SOCK=/tmp/ssh-n8MeWudJyOXw/agent.12 06:05:01 SSH_AGENT_PID=18 06:05:01 Running ssh-add (command line suppressed) 06:05:01 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4378204329404220522.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4378204329404220522.key) 06:05:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:05:02 + git tag --points-at HEAD [Pipeline] } 06:05:02 $ docker exec --env ******** --env ******** 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 ssh-agent -k 06:05:02 unset SSH_AUTH_SOCK; 06:05:02 unset SSH_AGENT_PID; 06:05:02 echo Agent pid 18 killed; 06:05:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:05:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:05:02 [ssh-agent] Looking for ssh-agent implementation... 06:05:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:05:02 $ docker exec 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 ssh-agent 06:05:02 SSH_AUTH_SOCK=/tmp/ssh-rdKeCDyn846U/agent.48 06:05:02 SSH_AGENT_PID=53 06:05:02 Running ssh-add (command line suppressed) 06:05:03 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4180131110847730092.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4180131110847730092.key) 06:05:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:05:03 + git semver init 06:05:03 # -> Open(): unable to determine branch for HEAD 06:05:03 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:05:03 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:05:03 # $SEMVER_REMOTE_NAME = origin 06:05:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:05:03 # $SEMVER_USER_NAME = edgex-jenkins 06:05:03 # $SEMVER_BRANCH = master 06:05:03 # $SEMVER_TEMP = /tmp/semver-545972825 06:05:03 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:05:04 # '/tmp/semver-545972825' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 06:05:04 # -> Force: false 06:05:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 06:05:04 $ docker exec --env ******** --env ******** 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 ssh-agent -k 06:05:04 unset SSH_AUTH_SOCK; 06:05:04 unset SSH_AGENT_PID; 06:05:04 echo Agent pid 53 killed; 06:05:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:05:05 + git semver [Pipeline] } 06:05:05 $ docker stop --time=1 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 06:05:06 $ docker rm -f 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 [Pipeline] // withDockerContainer [Pipeline] sh 06:05:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:05:07 Stashed 1 file(s) [Pipeline] echo 06:05:07 [edgeXSemver]: initialized semver on version 0.1.120 [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 06:05:23 Still waiting to schedule task 06:05:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:05:23 Still waiting to schedule task 06:05:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:09:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14277 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 06:09:40 Running in /w/workspace/go-mod-core-contracts/86 [Pipeline] { [Pipeline] checkout 06:09:46 using credential edgex-jenkins-ssh 06:09:46 Cloning the remote Git repository 06:09:46 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:09:46 > git init /w/workspace/go-mod-core-contracts/86 # timeout=10 06:09:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:09:46 > git --version # timeout=10 06:09:46 > git --version # 'git version 2.17.1' 06:09:46 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:48 Checking out Revision 8bb330ce6d692bf7a15b42a58065c12266a2727a (master) 06:09:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:09:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:09:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:09:47 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:09:48 > git config core.sparsecheckout # timeout=10 06:09:48 > git checkout -f 8bb330ce6d692bf7a15b42a58065c12266a2727a # timeout=10 06:09:52 Commit message: "Merge pull request #380 from judehung/issue-373" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:09:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:09:55 + sudo service docker restart 06:09:55 + true [Pipeline] unstash [Pipeline] echo 06:09:58 ========================================================= 06:09:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:09:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:09:58 + 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 . 06:09:59 Sending build context to Docker daemon 1.871MB 06:09:59 Step 1/7 : ARG BASE=golang:1.15-alpine 06:09:59 Step 2/7 : FROM ${BASE} 06:10:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:10:00 5f621e34cdf4: Pulling fs layer 06:10:00 a4357932f1b6: Pulling fs layer 06:10:00 18c013af1878: Pulling fs layer 06:10:00 00ac8860ef70: Pulling fs layer 06:10:00 63d7cb157983: Pulling fs layer 06:10:00 b116817d02f9: Pulling fs layer 06:10:00 745a02a5169b: Pulling fs layer 06:10:00 63d7cb157983: Waiting 06:10:00 b116817d02f9: Waiting 06:10:00 745a02a5169b: Waiting 06:10:00 00ac8860ef70: Waiting 06:10:00 18c013af1878: Download complete 06:10:00 a4357932f1b6: Verifying Checksum 06:10:00 a4357932f1b6: Download complete 06:10:00 63d7cb157983: Verifying Checksum 06:10:00 63d7cb157983: Download complete 06:10:00 b116817d02f9: Verifying Checksum 06:10:00 b116817d02f9: Download complete 06:10:00 5f621e34cdf4: Verifying Checksum 06:10:00 5f621e34cdf4: Download complete 06:10:01 5f621e34cdf4: Pull complete 06:10:01 a4357932f1b6: Pull complete 06:10:01 18c013af1878: Pull complete 06:10:03 745a02a5169b: Verifying Checksum 06:10:03 745a02a5169b: Download complete 06:10:03 00ac8860ef70: Verifying Checksum 06:10:03 00ac8860ef70: Download complete 06:10:14 00ac8860ef70: Pull complete 06:10:14 63d7cb157983: Pull complete 06:10:14 b116817d02f9: Pull complete 06:10:17 745a02a5169b: Pull complete 06:10:17 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:10:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:10:17 ---> b7e6874047d6 06:10:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:10:21 ---> Running in e4c14dfd9113 06:10:21 Removing intermediate container e4c14dfd9113 06:10:21 ---> 4eb88db14170 06:10:21 Step 4/7 : RUN apk add bash 06:10:21 ---> Running in c11d6fd0852e 06:10:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:10:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:10:24 OK: 142 MiB in 39 packages 06:10:25 Removing intermediate container c11d6fd0852e 06:10:25 ---> ddad6aeb2e0e 06:10:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:10:25 ---> Running in fe9742ef4b3c 06:10:26 Removing intermediate container fe9742ef4b3c 06:10:26 ---> d4f275e758f9 06:10:26 Step 6/7 : COPY go.mod . 06:10:27 ---> 0e019734db57 06:10:27 Step 7/7 : RUN go mod download 06:10:27 ---> Running in 9297050cbbae 06:10:42 Removing intermediate container 9297050cbbae 06:10:42 ---> 802d5c103779 06:10:42 Successfully built 802d5c103779 06:10:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:10:42 + docker inspect -f . ci-base-image-arm64 06:10:42 . [Pipeline] withDockerContainer 06:10:43 prd-ubuntu18.04-docker-arm64-4c-16g-14277 does not seem to be running inside a container 06:10:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/86 -v /w/workspace/go-mod-core-contracts/86:/w/workspace/go-mod-core-contracts/86:rw,z -v /w/workspace/go-mod-core-contracts/86@tmp:/w/workspace/go-mod-core-contracts/86@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 ******** ci-base-image-arm64 cat 06:10:44 $ docker top a9c091372aa39aea35df340e0683cd4f9f7898ae72d0f4e14b3cf1fe28861733 -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:45 + go version 06:10:45 go version go1.15.5 linux/arm64 [Pipeline] } 06:10:45 $ docker stop --time=1 a9c091372aa39aea35df340e0683cd4f9f7898ae72d0f4e14b3cf1fe28861733 06:10:47 $ docker rm -f a9c091372aa39aea35df340e0683cd4f9f7898ae72d0f4e14b3cf1fe28861733 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:10:48 + docker inspect -f . ci-base-image-arm64 06:10:48 . [Pipeline] withDockerContainer 06:10:48 prd-ubuntu18.04-docker-arm64-4c-16g-14277 does not seem to be running inside a container 06:10:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/86 -v /w/workspace/go-mod-core-contracts/86:/w/workspace/go-mod-core-contracts/86:rw,z -v /w/workspace/go-mod-core-contracts/86@tmp:/w/workspace/go-mod-core-contracts/86@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 ******** ci-base-image-arm64 cat 06:10:50 $ docker top a39a6e076a815c9a8908a850d52d9734991f7787544659ecffd8ac3d2a1de1ef -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:51 + make test 06:10:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:11:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:11:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.034s coverage: 85.7% of statements 06:11:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.030s coverage: 100.0% of statements 06:11:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.043s coverage: 45.4% of statements 06:11:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.032s coverage: 77.8% of statements 06:11:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:11:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.027s coverage: 6.6% of statements 06:11:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.087s coverage: 14.7% of statements 06:11:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.043s coverage: 100.0% of statements 06:11:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.080s coverage: 91.8% of statements 06:11:18 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:11:18 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:11:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.023s coverage: 100.0% of statements 06:11:19 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.031s coverage: 47.8% of statements 06:11:24 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.129s coverage: 63.0% of statements 06:11:24 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.034s coverage: 26.3% of statements 06:11:24 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.033s coverage: 15.4% of statements 06:11:24 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.032s coverage: 15.4% of statements 06:11:24 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.031s coverage: 14.3% of statements 06:11:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:11:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.046s coverage: 81.5% of statements 06:11:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 06:11:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:11:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 29.6% of statements 06:11:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.036s coverage: 100.0% of statements 06:11:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.056s coverage: 94.4% of statements 06:11:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 06:11:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:11:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:11:32 gofmt -l . 06:11:32 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:11:33 $ docker stop --time=1 a39a6e076a815c9a8908a850d52d9734991f7787544659ecffd8ac3d2a1de1ef 06:11:35 $ docker rm -f a39a6e076a815c9a8908a850d52d9734991f7787544659ecffd8ac3d2a1de1ef [Pipeline] // withDockerContainer [Pipeline] sh 06:11:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:11:37 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] } 06:15:58 Running on prd-centos7-docker-4c-2g-14279 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 06:15:58 Running in /w/workspace/go-mod-core-contracts/86 [Pipeline] { [Pipeline] checkout 06:16:01 using credential edgex-jenkins-ssh 06:16:01 Cloning the remote Git repository 06:16:01 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:16:01 > git init /w/workspace/go-mod-core-contracts/86 # timeout=10 06:16:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:16:01 > git --version # timeout=10 06:16:01 > git --version # 'git version 2.24.3' 06:16:01 using GIT_SSH to set credentials SSH Credentials for GitHub 06:16:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:16:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:16:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:16:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:16:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:16:02 using GIT_SSH to set credentials SSH Credentials for GitHub 06:16:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:16:02 Checking out Revision 8bb330ce6d692bf7a15b42a58065c12266a2727a (master) 06:16:02 > git config core.sparsecheckout # timeout=10 06:16:02 > git checkout -f 8bb330ce6d692bf7a15b42a58065c12266a2727a # timeout=10 06:16:06 Commit message: "Merge pull request #380 from judehung/issue-373" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:16:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:16:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:16:08 + sudo service docker restart 06:16:08 + true 06:16:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 06:16:09 ========================================================= 06:16:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:16:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:16:10 + 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 . 06:16:10 Sending build context to Docker daemon 1.872MB 06:16:10 Step 1/7 : ARG BASE=golang:1.15-alpine 06:16:10 Step 2/7 : FROM ${BASE} 06:16:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:16:10 188c0c94c7c5: Pulling fs layer 06:16:10 0ef7d3d256c8: Pulling fs layer 06:16:10 de9db76c5a1d: Pulling fs layer 06:16:10 bca2f99d35d6: Pulling fs layer 06:16:10 93359f2a8cfa: Pulling fs layer 06:16:10 7c6f9722023f: Pulling fs layer 06:16:10 a35cf1a2eb13: Pulling fs layer 06:16:10 93359f2a8cfa: Waiting 06:16:10 7c6f9722023f: Waiting 06:16:10 a35cf1a2eb13: Waiting 06:16:10 bca2f99d35d6: Waiting 06:16:10 de9db76c5a1d: Verifying Checksum 06:16:10 de9db76c5a1d: Download complete 06:16:10 0ef7d3d256c8: Verifying Checksum 06:16:10 0ef7d3d256c8: Download complete 06:16:10 93359f2a8cfa: Verifying Checksum 06:16:10 93359f2a8cfa: Download complete 06:16:10 7c6f9722023f: Download complete 06:16:10 188c0c94c7c5: Verifying Checksum 06:16:10 188c0c94c7c5: Download complete 06:16:11 188c0c94c7c5: Pull complete 06:16:11 0ef7d3d256c8: Pull complete 06:16:11 de9db76c5a1d: Pull complete 06:16:13 a35cf1a2eb13: Verifying Checksum 06:16:13 a35cf1a2eb13: Download complete 06:16:13 bca2f99d35d6: Verifying Checksum 06:16:13 bca2f99d35d6: Download complete 06:16:18 bca2f99d35d6: Pull complete 06:16:18 93359f2a8cfa: Pull complete 06:16:18 7c6f9722023f: Pull complete 06:16:24 a35cf1a2eb13: Pull complete 06:16:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:16:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:16:24 ---> a62c8e92a672 06:16:24 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:16:24 ---> Running in 56c8e2a7158d 06:16:24 Removing intermediate container 56c8e2a7158d 06:16:24 ---> 92521fba5e70 06:16:24 Step 4/7 : RUN apk add bash 06:16:24 ---> Running in 2783493091f5 06:16:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:26 OK: 166 MiB in 39 packages 06:16:26 Removing intermediate container 2783493091f5 06:16:26 ---> 723da65124f8 06:16:26 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:16:26 ---> Running in 452cf93d2377 06:16:26 Removing intermediate container 452cf93d2377 06:16:26 ---> a93ff443082b 06:16:26 Step 6/7 : COPY go.mod . 06:16:26 ---> 90658d9615e7 06:16:26 Step 7/7 : RUN go mod download 06:16:26 ---> Running in 4196baae8b9f 06:16:39 Removing intermediate container 4196baae8b9f 06:16:39 ---> cc5ad61952ef 06:16:39 Successfully built cc5ad61952ef 06:16:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:16:39 + docker inspect -f . ci-base-image-x86_64 06:16:39 . [Pipeline] withDockerContainer 06:16:39 prd-centos7-docker-4c-2g-14279 does not seem to be running inside a container 06:16:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/86 -v /w/workspace/go-mod-core-contracts/86:/w/workspace/go-mod-core-contracts/86:rw,z -v /w/workspace/go-mod-core-contracts/86@tmp:/w/workspace/go-mod-core-contracts/86@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 ******** ci-base-image-x86_64 cat 06:16:40 $ docker top b14fc8f1f8354d21c8815fba7f93f2e2be1182c095e125e0fdf579dc28b57c9a -eo pid,comm [Pipeline] { [Pipeline] sh 06:16:40 + go version 06:16:40 go version go1.15.5 linux/amd64 [Pipeline] } 06:16:40 $ docker stop --time=1 b14fc8f1f8354d21c8815fba7f93f2e2be1182c095e125e0fdf579dc28b57c9a 06:16:42 $ docker rm -f b14fc8f1f8354d21c8815fba7f93f2e2be1182c095e125e0fdf579dc28b57c9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:16:42 + docker inspect -f . ci-base-image-x86_64 06:16:42 . [Pipeline] withDockerContainer 06:16:43 prd-centos7-docker-4c-2g-14279 does not seem to be running inside a container 06:16:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/86 -v /w/workspace/go-mod-core-contracts/86:/w/workspace/go-mod-core-contracts/86:rw,z -v /w/workspace/go-mod-core-contracts/86@tmp:/w/workspace/go-mod-core-contracts/86@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 ******** ci-base-image-x86_64 cat 06:16:43 $ docker top 088dd2f1c828862b981351a793f43d68eee7539cc548dcdf2f1af2eb5033a4ea -eo pid,comm [Pipeline] { [Pipeline] sh 06:16:44 + make test 06:16:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:16:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:16:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.011s coverage: 85.7% of statements 06:16:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.038s coverage: 100.0% of statements 06:16:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.033s coverage: 45.4% of statements 06:16:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements 06:16:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:16:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.010s coverage: 6.6% of statements 06:16:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.020s coverage: 14.7% of statements 06:16:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.012s coverage: 100.0% of statements 06:16:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.038s coverage: 91.8% of statements 06:16:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:16:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:16:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.029s coverage: 100.0% of statements 06:16:54 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.029s coverage: 47.8% of statements 06:16:56 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.020s coverage: 63.0% of statements 06:16:56 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.021s coverage: 26.3% of statements 06:16:56 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements 06:16:56 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.020s coverage: 15.4% of statements 06:16:56 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.054s coverage: 14.3% of statements 06:16:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:16:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.055s coverage: 81.5% of statements 06:16:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 06:16:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:16:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.032s coverage: 29.6% of statements 06:16:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.019s coverage: 100.0% of statements 06:16:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements 06:16:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 06:16:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:16:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:16:57 gofmt -l . 06:16:57 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:16:57 $ docker stop --time=1 088dd2f1c828862b981351a793f43d68eee7539cc548dcdf2f1af2eb5033a4ea 06:17:00 $ docker rm -f 088dd2f1c828862b981351a793f43d68eee7539cc548dcdf2f1af2eb5033a4ea [Pipeline] // withDockerContainer [Pipeline] sh 06:17:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:17:00 Warning: overwriting stash ‘coverage-report’ 06:17: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 06:17:03 provisioning config files... 06:17:03 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2026266361472153671tmp [Pipeline] { [Pipeline] sh 06:17:03 + set +x 06:17:03 + curl -s https://codecov.io/bash 06:17:03 + bash -s -- 06:17:04 06:17:04 _____ _ 06:17:04 / ____| | | 06:17:04 | | ___ __| | ___ ___ _____ __ 06:17:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:17:04 | |___| (_) | (_| | __/ (_| (_) \ V / 06:17:04 \_____\___/ \__,_|\___|\___\___/ \_/ 06:17:04 Bash-20201130-cc6d3fe 06:17:04 06:17:04 06:17:04 ==> Jenkins CI detected. 06:17:04 project root: . 06:17:04 --> token set from env 06:17:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:17:04 ==> Running gcov in . (disable via -X gcov) 06:17:04 ==> Python coveragepy not found 06:17:04 ==> Searching for coverage reports in: 06:17:04 + . 06:17:04 -> Found 1 reports 06:17:04 ==> Detecting git/mercurial file structure 06:17:04 ==> Reading reports 06:17:04 + ./coverage.out bytes=106873 06:17:04 ==> Appending adjustments 06:17:04 https://docs.codecov.io/docs/fixing-reports 06:17:04 + Found adjustments 06:17:04 ==> Gzipping contents 06:17:04 20K /tmp/codecov.Iewi2O.gz 06:17:04 ==> Uploading reports 06:17:04 url: https://codecov.io 06:17:04 query: branch=master&commit=8bb330ce6d692bf7a15b42a58065c12266a2727a&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F86%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 06:17:04 -> Pinging Codecov 06:17:04 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=8bb330ce6d692bf7a15b42a58065c12266a2727a&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F86%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 06:17:05 -> Uploading to 06:17:05 https://storage.googleapis.com/codecov/v4/raw/2020-12-03/71470A77251A30514AAF9C0BB2E5B6CE/8bb330ce6d692bf7a15b42a58065c12266a2727a/ba4d2a14-35dc-4ae2-a918-1318f15f7006.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201203T061705Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5ce26701e6859571615225ae03f561e5550f7959772149d5da6a8e149db94469 06:17:05 % Total % Received % Xferd Average Speed Time Time Time Current 06:17:05 Dload Upload Total Spent Left Speed 06:17:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17351 0 0 100 17351 0 37673 --:--:-- --:--:-- --:--:-- 37637 100 17351 0 0 100 17351 0 37659 --:--:-- --:--:-- --:--:-- 37637 06:17:05 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8bb330ce6d692bf7a15b42a58065c12266a2727a [Pipeline] } 06:17:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:17:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:17:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:17:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:17:07 06:17:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:17:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:17:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:17:07 188c0c94c7c5: Pulling fs layer 06:17:07 0ef7d3d256c8: Pulling fs layer 06:17:07 de9db76c5a1d: Pulling fs layer 06:17:07 0eba1c9be4d2: Pulling fs layer 06:17:07 0d57e429df01: Pulling fs layer 06:17:07 4e4be7b47b0d: Pulling fs layer 06:17:07 e1f770b5df2f: Pulling fs layer 06:17:07 85a0685a4137: Pulling fs layer 06:17:07 0d57e429df01: Waiting 06:17:07 4e4be7b47b0d: Waiting 06:17:07 e1f770b5df2f: Waiting 06:17:07 85a0685a4137: Waiting 06:17:07 0eba1c9be4d2: Waiting 06:17:07 de9db76c5a1d: Verifying Checksum 06:17:07 de9db76c5a1d: Download complete 06:17:07 0ef7d3d256c8: Download complete 06:17:07 0d57e429df01: Verifying Checksum 06:17:07 0d57e429df01: Download complete 06:17:07 4e4be7b47b0d: Verifying Checksum 06:17:07 4e4be7b47b0d: Download complete 06:17:07 188c0c94c7c5: Verifying Checksum 06:17:07 188c0c94c7c5: Download complete 06:17:08 188c0c94c7c5: Pull complete 06:17:08 0ef7d3d256c8: Pull complete 06:17:08 de9db76c5a1d: Pull complete 06:17:09 e1f770b5df2f: Verifying Checksum 06:17:09 e1f770b5df2f: Download complete 06:17:11 0eba1c9be4d2: Verifying Checksum 06:17:11 0eba1c9be4d2: Download complete 06:17:12 85a0685a4137: Verifying Checksum 06:17:12 85a0685a4137: Download complete 06:17:17 0eba1c9be4d2: Pull complete 06:17:17 0d57e429df01: Pull complete 06:17:17 4e4be7b47b0d: Pull complete 06:17:22 e1f770b5df2f: Pull complete 06:17:29 85a0685a4137: Pull complete 06:17:29 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:17:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:17:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:17:29 prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container 06:17:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:17:30 $ docker top 807d7b0a86bc844cbc3ff3f164e86b96a13d76d981060c58fc8c161bb2aea006 -eo pid,comm [Pipeline] { [Pipeline] echo 06:17:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:17:31 + set -o pipefail 06:17:31 + snyk monitor '--org=edgex-jenkins' 06:17:36 06:17:36 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 06:17:36 06:17:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/9eb5c177-e0de-40c2-bcf1-925a4f849a18 06:17:36 06:17:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:17:36 06:17:36 [Pipeline] } 06:17:36 $ docker stop --time=1 807d7b0a86bc844cbc3ff3f164e86b96a13d76d981060c58fc8c161bb2aea006 06:17:38 $ docker rm -f 807d7b0a86bc844cbc3ff3f164e86b96a13d76d981060c58fc8c161bb2aea006 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:17:40 + git log --format=format:%s -1 8bb330ce6d692bf7a15b42a58065c12266a2727a [Pipeline] isUnix [Pipeline] sh 06:17:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:41 . [Pipeline] withDockerContainer 06:17:41 prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container 06:17:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:17:42 $ docker top 46f43d7f2a3111e153fc2d14745738182e61f1491599fd11b0b54498bb51932f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:17:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:42 [ssh-agent] Looking for ssh-agent implementation... 06:17:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:42 $ docker exec 46f43d7f2a3111e153fc2d14745738182e61f1491599fd11b0b54498bb51932f ssh-agent 06:17:42 SSH_AUTH_SOCK=/tmp/ssh-EckEMYgscJbo/agent.13 06:17:42 SSH_AGENT_PID=18 06:17:43 Running ssh-add (command line suppressed) 06:17:43 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3078683702510793021.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3078683702510793021.key) 06:17:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:43 + git semver tag 06:17:43 # -> Open(): unable to determine branch for HEAD 06:17:43 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:17:43 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:17:43 # $SEMVER_REMOTE_NAME = origin 06:17:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:17:43 # $SEMVER_USER_NAME = edgex-jenkins 06:17:43 # $SEMVER_BRANCH = master 06:17:43 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 06:17:43 # 8bb330ce6d692bf7a15b42a58065c12266a2727a HEAD 06:17:43 # -> Force: false 06:17:43 # d24321d85b16d005d176168ed5e229202dd243b3 refs/tags/v0.1.120 [Pipeline] } 06:17:43 $ docker exec --env ******** --env ******** 46f43d7f2a3111e153fc2d14745738182e61f1491599fd11b0b54498bb51932f ssh-agent -k 06:17:43 unset SSH_AUTH_SOCK; 06:17:43 unset SSH_AGENT_PID; 06:17:43 echo Agent pid 18 killed; 06:17:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:17:44 + git semver [Pipeline] } 06:17:44 $ docker stop --time=1 46f43d7f2a3111e153fc2d14745738182e61f1491599fd11b0b54498bb51932f 06:17:45 $ docker rm -f 46f43d7f2a3111e153fc2d14745738182e61f1491599fd11b0b54498bb51932f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:17:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:17:46 06:17:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:17:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:17:46 0.23.1-centos7: Pulling from edgex-lftools 06:17:46 ab5ef0e58194: Pulling fs layer 06:17:46 9712f1f96733: Pulling fs layer 06:17:46 63f879dbbcfc: Pulling fs layer 06:17:46 0d9ebad4ef96: Pulling fs layer 06:17:46 e9a5061849ea: Pulling fs layer 06:17:46 d747dcd14b5f: Pulling fs layer 06:17:46 2de7ff778b66: Pulling fs layer 06:17:46 e9a5061849ea: Waiting 06:17:46 2de7ff778b66: Waiting 06:17:46 d747dcd14b5f: Waiting 06:17:46 0d9ebad4ef96: Waiting 06:17:46 9712f1f96733: Verifying Checksum 06:17:46 9712f1f96733: Download complete 06:17:48 63f879dbbcfc: Verifying Checksum 06:17:48 63f879dbbcfc: Download complete 06:17:48 e9a5061849ea: Verifying Checksum 06:17:48 e9a5061849ea: Download complete 06:17:48 d747dcd14b5f: Download complete 06:17:48 0d9ebad4ef96: Verifying Checksum 06:17:48 0d9ebad4ef96: Download complete 06:17:48 2de7ff778b66: Verifying Checksum 06:17:48 2de7ff778b66: Download complete 06:17:49 ab5ef0e58194: Verifying Checksum 06:17:49 ab5ef0e58194: Download complete 06:17:54 ab5ef0e58194: Pull complete 06:17:54 9712f1f96733: Pull complete 06:17:56 63f879dbbcfc: Pull complete 06:18:02 0d9ebad4ef96: Pull complete 06:18:04 e9a5061849ea: Pull complete 06:18:04 d747dcd14b5f: Pull complete 06:18:06 2de7ff778b66: Pull complete 06:18:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:18:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:18:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:18:07 prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container 06:18:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:18:11 $ docker top da64e3b5b7dce66fc143040ba4607fb3f348150317836b072dd4e869709177d8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:18:11 provisioning config files... 06:18:11 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config396406965136186454tmp 06:18:11 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7119135850644667515tmp 06:18:11 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1505008942011128174tmp [Pipeline] { [Pipeline] echo 06:18:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:18:11 ---> sigul-configuration.sh 06:18:11 gpg: directory `/root/.gnupg' created 06:18:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:18:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:18:11 gpg: keyring `/root/.gnupg/secring.gpg' created 06:18:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:18:11 gpg: CAST5 encrypted data 06:18:12 gpg: encrypted with 1 passphrase 06:18:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:18:12 + mkdir /home/jenkins 06:18:12 + mkdir /home/jenkins/sigul [Pipeline] sh 06:18:12 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 06:18:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:18:13 ---> sigul-install.sh 06:18:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:18:20 + git tag --list 06:18:20 v0.0.0 06:18:20 v0.0.1 06:18:20 v0.1.0 06:18:20 v0.1.1 06:18:20 v0.1.10 06:18:20 v0.1.100 06:18:20 v0.1.101 06:18:20 v0.1.102 06:18:20 v0.1.103 06:18:20 v0.1.104 06:18:20 v0.1.105 06:18:20 v0.1.106 06:18:20 v0.1.107 06:18:20 v0.1.108 06:18:20 v0.1.109 06:18:20 v0.1.11 06:18:20 v0.1.110 06:18:20 v0.1.111 06:18:20 v0.1.112 06:18:20 v0.1.113 06:18:20 v0.1.114 06:18:20 v0.1.115 06:18:20 v0.1.116 06:18:20 v0.1.117 06:18:20 v0.1.118 06:18:20 v0.1.119 06:18:20 v0.1.12 06:18:20 v0.1.120 06:18:20 v0.1.13 06:18:20 v0.1.14 06:18:20 v0.1.15 06:18:20 v0.1.16 06:18:20 v0.1.17 06:18:20 v0.1.18 06:18:20 v0.1.19 06:18:20 v0.1.2 06:18:20 v0.1.20 06:18:20 v0.1.21 06:18:20 v0.1.22 06:18:20 v0.1.23 06:18:20 v0.1.24 06:18:20 v0.1.25 06:18:20 v0.1.26 06:18:20 v0.1.27 06:18:20 v0.1.28 06:18:20 v0.1.29 06:18:20 v0.1.3 06:18:20 v0.1.30 06:18:20 v0.1.31 06:18:20 v0.1.32 06:18:20 v0.1.33 06:18:20 v0.1.34 06:18:20 v0.1.35 06:18:20 v0.1.36 06:18:20 v0.1.37 06:18:20 v0.1.38 06:18:20 v0.1.39 06:18:20 v0.1.4 06:18:20 v0.1.40 06:18:20 v0.1.41 06:18:20 v0.1.42 06:18:20 v0.1.43 06:18:20 v0.1.44 06:18:20 v0.1.45 06:18:20 v0.1.46 06:18:20 v0.1.47 06:18:20 v0.1.48 06:18:20 v0.1.49 06:18:20 v0.1.5 06:18:20 v0.1.50 06:18:20 v0.1.51 06:18:20 v0.1.52 06:18:20 v0.1.53 06:18:20 v0.1.54 06:18:20 v0.1.55 06:18:20 v0.1.56 06:18:20 v0.1.57 06:18:20 v0.1.58 06:18:20 v0.1.59 06:18:20 v0.1.6 06:18:20 v0.1.60 06:18:20 v0.1.61 06:18:20 v0.1.62 06:18:20 v0.1.63 06:18:20 v0.1.64 06:18:20 v0.1.65 06:18:20 v0.1.66 06:18:20 v0.1.67 06:18:20 v0.1.68 06:18:20 v0.1.69 06:18:20 v0.1.7 06:18:20 v0.1.70 06:18:20 v0.1.71 06:18:20 v0.1.72 06:18:20 v0.1.73 06:18:20 v0.1.74 06:18:20 v0.1.75 06:18:20 v0.1.76 06:18:20 v0.1.77 06:18:20 v0.1.78 06:18:20 v0.1.79 06:18:20 v0.1.8 06:18:20 v0.1.80 06:18:20 v0.1.81 06:18:20 v0.1.82 06:18:20 v0.1.83 06:18:20 v0.1.84 06:18:20 v0.1.85 06:18:20 v0.1.86 06:18:20 v0.1.87 06:18:20 v0.1.88 06:18:20 v0.1.89 06:18:20 v0.1.9 06:18:20 v0.1.90 06:18:20 v0.1.91 06:18:20 v0.1.92 06:18:20 v0.1.93 06:18:20 v0.1.94 06:18:20 v0.1.95 06:18:20 v0.1.96 06:18:20 v0.1.97 06:18:20 v0.1.98 06:18:20 v0.1.99 [Pipeline] sh 06:18:20 + lftools sign git-tag v0.1.120 06:18:21 Signing Git tag with Sigul... 06:18:21 Signing v0.1.120 [Pipeline] echo 06:18:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:18:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:18:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:18:23 $ docker stop --time=1 da64e3b5b7dce66fc143040ba4607fb3f348150317836b072dd4e869709177d8 06:18:25 $ docker rm -f da64e3b5b7dce66fc143040ba4607fb3f348150317836b072dd4e869709177d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:18:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:18:27 . [Pipeline] withDockerContainer 06:18:27 prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container 06:18:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:18:27 $ docker top 9f8bb127871a58e25f5a9b8ed9612a17c05d9ef44523b1c35eece3b3eea0955d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:18:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:18:28 [ssh-agent] Looking for ssh-agent implementation... 06:18:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:18:28 $ docker exec 9f8bb127871a58e25f5a9b8ed9612a17c05d9ef44523b1c35eece3b3eea0955d ssh-agent 06:18:28 SSH_AUTH_SOCK=/tmp/ssh-ADNrA154p9ys/agent.12 06:18:28 SSH_AGENT_PID=18 06:18:28 Running ssh-add (command line suppressed) 06:18:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1549735513558723835.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1549735513558723835.key) 06:18:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:18:29 + git semver bump patch 06:18:29 # -> Open(): unable to determine branch for HEAD 06:18:29 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:18:29 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:18:29 # $SEMVER_REMOTE_NAME = origin 06:18:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:18:29 # $SEMVER_USER_NAME = edgex-jenkins 06:18:29 # $SEMVER_BRANCH = master 06:18:29 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 06:18:29 0.1.121 [Pipeline] } 06:18:29 $ docker exec --env ******** --env ******** 9f8bb127871a58e25f5a9b8ed9612a17c05d9ef44523b1c35eece3b3eea0955d ssh-agent -k 06:18:29 unset SSH_AUTH_SOCK; 06:18:29 unset SSH_AGENT_PID; 06:18:29 echo Agent pid 18 killed; 06:18:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:18:29 + git semver [Pipeline] } 06:18:29 $ docker stop --time=1 9f8bb127871a58e25f5a9b8ed9612a17c05d9ef44523b1c35eece3b3eea0955d 06:18:31 $ docker rm -f 9f8bb127871a58e25f5a9b8ed9612a17c05d9ef44523b1c35eece3b3eea0955d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:18:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:18:31 . [Pipeline] withDockerContainer 06:18:32 prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container 06:18:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:18:32 $ docker top 8c0d0e3bc191f32f2779d7af7b97d7509e5410da2bff218137adbcff2e12034c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:18:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:18:33 [ssh-agent] Looking for ssh-agent implementation... 06:18:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:18:33 $ docker exec 8c0d0e3bc191f32f2779d7af7b97d7509e5410da2bff218137adbcff2e12034c ssh-agent 06:18:33 SSH_AUTH_SOCK=/tmp/ssh-83w1qufCyzhW/agent.12 06:18:33 SSH_AGENT_PID=18 06:18:33 Running ssh-add (command line suppressed) 06:18:33 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9006319742564340085.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9006319742564340085.key) 06:18:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:18:34 + git semver push 06:18:34 # -> Open(): unable to determine branch for HEAD 06:18:34 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:18:34 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:18:34 # $SEMVER_REMOTE_NAME = origin 06:18:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:18:34 # $SEMVER_USER_NAME = edgex-jenkins 06:18:34 # $SEMVER_BRANCH = master 06:18:34 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 06:18:40 $ docker exec --env ******** --env ******** 8c0d0e3bc191f32f2779d7af7b97d7509e5410da2bff218137adbcff2e12034c ssh-agent -k 06:18:40 unset SSH_AUTH_SOCK; 06:18:40 unset SSH_AGENT_PID; 06:18:40 echo Agent pid 18 killed; 06:18:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:18:41 + git semver [Pipeline] } 06:18:41 $ docker stop --time=1 8c0d0e3bc191f32f2779d7af7b97d7509e5410da2bff218137adbcff2e12034c 06:18:42 $ docker rm -f 8c0d0e3bc191f32f2779d7af7b97d7509e5410da2bff218137adbcff2e12034c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 06:18:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:18:44 ---> package-listing.sh 06:18:44 ++ facter osfamily 06:18:44 ++ tr '[:upper:]' '[:lower:]' 06:18:44 + OS_FAMILY=redhat 06:18:44 + workspace=/w/workspace/dry_go-mod-core-contracts_master 06:18:44 + START_PACKAGES=/tmp/packages_start.txt 06:18:44 + END_PACKAGES=/tmp/packages_end.txt 06:18:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:18:44 + PACKAGES=/tmp/packages_start.txt 06:18:44 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 06:18:44 + PACKAGES=/tmp/packages_end.txt 06:18:44 + case "${OS_FAMILY}" in 06:18:44 + rpm -qa 06:18:44 + sort 06:18:50 + '[' -f /tmp/packages_start.txt ']' 06:18:50 + '[' -f /tmp/packages_end.txt ']' 06:18:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:18:50 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 06:18:50 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 06:18:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 06:18:50 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:18:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:18:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:18:50 06:18:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:18:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:18:51 alpine: Pulling from edgex-lftools-log-publisher 06:18:51 df20fa9351a1: Pulling fs layer 06:18:51 36b3adc4ff6f: Pulling fs layer 06:18:51 8ad3a11d3b57: Pulling fs layer 06:18:51 46f8f816bc3b: Pulling fs layer 06:18:51 93b61091891f: Pulling fs layer 06:18:51 93b9cdb0e59b: Pulling fs layer 06:18:51 5e14af77c1be: Pulling fs layer 06:18:51 01666e4c0597: Pulling fs layer 06:18:51 aa168da1d23b: Pulling fs layer 06:18:51 46f8f816bc3b: Waiting 06:18:51 5e14af77c1be: Waiting 06:18:51 93b61091891f: Waiting 06:18:51 01666e4c0597: Waiting 06:18:51 93b9cdb0e59b: Waiting 06:18:51 aa168da1d23b: Waiting 06:18:51 36b3adc4ff6f: Verifying Checksum 06:18:51 36b3adc4ff6f: Download complete 06:18:51 46f8f816bc3b: Download complete 06:18:51 df20fa9351a1: Verifying Checksum 06:18:51 df20fa9351a1: Download complete 06:18:51 93b9cdb0e59b: Verifying Checksum 06:18:51 93b9cdb0e59b: Download complete 06:18:51 93b61091891f: Verifying Checksum 06:18:51 93b61091891f: Download complete 06:18:51 5e14af77c1be: Verifying Checksum 06:18:51 5e14af77c1be: Download complete 06:18:51 01666e4c0597: Verifying Checksum 06:18:51 01666e4c0597: Download complete 06:18:51 df20fa9351a1: Pull complete 06:18:52 36b3adc4ff6f: Pull complete 06:18:52 8ad3a11d3b57: Verifying Checksum 06:18:52 8ad3a11d3b57: Download complete 06:18:53 8ad3a11d3b57: Pull complete 06:18:53 aa168da1d23b: Verifying Checksum 06:18:53 aa168da1d23b: Download complete 06:18:54 46f8f816bc3b: Pull complete 06:18:54 93b61091891f: Pull complete 06:18:54 93b9cdb0e59b: Pull complete 06:18:54 5e14af77c1be: Pull complete 06:18:54 01666e4c0597: Pull complete 06:19:03 aa168da1d23b: Pull complete 06:19:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:19:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:19:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:19:03 prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container 06:19:03 $ 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_master/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_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:19:06 $ docker top aff871f987a5a2e1c2b61a3aff0fa5337fe9ff6006ba93c97c294f90d7cedb20 -eo pid,comm [Pipeline] { [Pipeline] sh 06:19:06 + touch /tmp/pre-build-complete [Pipeline] sh 06:19:07 + mkdir -p /var/log/sa [Pipeline] sh 06:19:07 + ls /var/log/sa-host 06:19:07 + sadf -c /var/log/sa-host/sa03 06:19:07 file_magic: OK 06:19:07 HZ: Using current value: 100 06:19:07 file_header: OK 06:19:07 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 06:19:07 Statistics: 06:19:07 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... 06:19:07 File successfully converted to sysstat format version 12.2.1 06:19:07 + sadf -c /var/log/sa-host/sa23 06:19:07 file_magic: OK 06:19:07 HZ: Using current value: 100 06:19:07 file_header: OK 06:19:07 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 06:19:07 Statistics: 06:19:07 Hnuu...uuuununununu... 06:19:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:19:08 provisioning config files... 06:19:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4333559701938505518tmp [Pipeline] { [Pipeline] echo 06:19:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:19:08 ---> create-netrc.sh [Pipeline] } 06:19:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:19:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:19:08 ---> python-tools-install.sh [Pipeline] echo 06:19:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:19:09 ---> sudo-logs.sh 06:19:09 Archiving 'sudo' log.. [Pipeline] echo 06:19:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:19:09 ---> job-cost.sh 06:19:09 lf-activate-venv: SKIPPING 06:19:09 INFO: No Stack... 06:19:11 INFO: Retrieving Pricing Info for: v1-standard-2 06:19:11 INFO: Archiving Costs [Pipeline] echo 06:19:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:19:11 ---> logs-deploy.sh 06:19:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/86 06:19:11 INFO: archiving workspace using pattern(s): 06:19:13 Archives upload complete. 06:19:13 INFO: archiving logs to Nexus 06:19:14 ---> uname -a: 06:19:14 Linux prd-centos7-docker-4c-2g-14273.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:19:14 06:19:14 06:19:14 ---> lscpu: 06:19:14 Architecture: x86_64 06:19:14 CPU op-mode(s): 32-bit, 64-bit 06:19:14 Byte Order: Little Endian 06:19:14 Address sizes: 40 bits physical, 48 bits virtual 06:19:14 CPU(s): 4 06:19:14 On-line CPU(s) list: 0-3 06:19:14 Thread(s) per core: 1 06:19:14 Core(s) per socket: 1 06:19:14 Socket(s): 4 06:19:14 NUMA node(s): 1 06:19:14 Vendor ID: GenuineIntel 06:19:14 CPU family: 6 06:19:14 Model: 44 06:19:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:19:14 Stepping: 1 06:19:14 CPU MHz: 2933.436 06:19:14 BogoMIPS: 5866.87 06:19:14 Virtualization: VT-x 06:19:14 Hypervisor vendor: KVM 06:19:14 Virtualization type: full 06:19:14 L1d cache: 128 KiB 06:19:14 L1i cache: 128 KiB 06:19:14 L2 cache: 16 MiB 06:19:14 L3 cache: 64 MiB 06:19:14 NUMA node0 CPU(s): 0-3 06:19:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:19:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:19:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:19:14 Vulnerability Meltdown: Mitigation; PTI 06:19:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:19:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:19:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:19:14 Vulnerability Srbds: Not affected 06:19:14 Vulnerability Tsx async abort: Not affected 06:19:14 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 06:19:14 06:19:14 06:19:14 ---> nproc: 06:19:14 4 06:19:14 06:19:14 06:19:14 ---> df -h: 06:19:14 Filesystem Size Used Available Use% Mounted on 06:19:14 overlay 50.0G 8.5G 41.4G 17% / 06:19:14 tmpfs 64.0M 0 64.0M 0% /dev 06:19:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:19:14 shm 64.0M 0 64.0M 0% /dev/shm 06:19:14 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 06:19:14 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 06:19:14 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 06:19:14 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 06:19:14 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 06:19:14 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 06:19:14 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 06:19:14 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 06:19:14 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 06:19:14 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 06:19:14 06:19:14 06:19:14 ---> free -m: 06:19:14 total used free shared buff/cache available 06:19:14 Mem: 1837 841 147 0 849 931 06:19:14 Swap: 1023 2 1021 06:19:14 06:19:14 06:19:14 ---> ip addr: 06:19:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:19:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:19:14 inet 127.0.0.1/8 scope host lo 06:19:14 valid_lft forever preferred_lft forever 06:19:14 inet6 ::1/128 scope host 06:19:14 valid_lft forever preferred_lft forever 06:19:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:19:14 link/ether fa:16:3e:d0:9f:9c brd ff:ff:ff:ff:ff:ff 06:19:14 inet 10.30.122.41/23 brd 10.30.123.255 scope global dynamic eth0 06:19:14 valid_lft 85501sec preferred_lft 85501sec 06:19:14 inet6 fe80::f816:3eff:fed0:9f9c/64 scope link 06:19:14 valid_lft forever preferred_lft forever 06:19:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:19:14 link/ether 02:42:94:c2:70:17 brd ff:ff:ff:ff:ff:ff 06:19:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:19:14 valid_lft forever preferred_lft forever 06:19:14 inet6 fe80::42:94ff:fec2:7017/64 scope link 06:19:14 valid_lft forever preferred_lft forever 06:19:14 06:19:14 06:19:14 ---> sar -b -r -n DEV: 06:19:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 06:19:14 06:19:14 06:04:03 LINUX RESTART (4 CPU) 06:19:14 06:19:14 06:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:19:14 06:06:01 8.16 2.30 5.86 0.00 185.28 145.40 0.00 06:19:14 06:07:01 1.91 0.00 1.91 0.00 0.00 39.21 0.00 06:19:14 06:08:01 0.38 0.00 0.38 0.00 0.00 6.38 0.00 06:19:14 06:09:02 0.30 0.00 0.30 0.00 0.00 4.18 0.00 06:19:14 06:10:01 0.49 0.00 0.49 0.00 0.00 5.74 0.00 06:19:14 06:11:01 0.33 0.00 0.33 0.00 0.00 3.93 0.00 06:19:14 06:12:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 06:19:14 06:13:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 06:19:14 06:14:01 0.28 0.00 0.28 0.00 0.00 3.56 0.00 06:19:14 06:15:01 0.33 0.00 0.33 0.00 0.00 4.01 0.00 06:19:14 06:16:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 06:19:14 06:17:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 06:19:14 06:18:01 372.53 191.06 181.46 0.00 9172.70 57514.45 0.00 06:19:14 06:19:01 224.29 107.03 117.26 0.00 7373.33 27145.19 0.00 06:19:14 Average: 43.70 21.52 22.17 0.00 1198.73 6082.38 0.00 06:19:14 06:19:14 06:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:19:14 06:06:01 170024 0 597020 31.73 2620 1111880 1109548 37.87 411624 1101008 20 06:19:14 06:07:01 172132 0 594904 31.62 2620 1111888 1081480 36.91 418940 1092152 8 06:19:14 06:08:01 172008 0 595024 31.62 2620 1111892 1081456 36.91 426800 1084164 8 06:19:14 06:09:02 171908 0 595124 31.63 2620 1111892 1077212 36.76 429864 1081480 8 06:19:14 06:10:01 171240 0 595784 31.66 2620 1111900 1077368 36.77 436868 1075344 8 06:19:14 06:11:01 171928 0 595092 31.63 2620 1111904 1077212 36.76 436040 1075340 8 06:19:14 06:12:01 171404 0 595612 31.66 2620 1111908 1077344 36.77 436760 1075340 8 06:19:14 06:13:01 172216 0 594796 31.61 2620 1111912 1077212 36.76 436172 1075340 8 06:19:14 06:14:01 172044 0 594960 31.62 2620 1111920 1077212 36.76 436056 1075340 8 06:19:14 06:15:01 169160 0 597840 31.77 2620 1111924 1077272 36.77 439712 1074812 8 06:19:14 06:16:01 168308 0 598688 31.82 2620 1111928 1077368 36.77 440044 1074992 16 06:19:14 06:17:01 169464 0 597528 31.76 2620 1111932 1077212 36.76 439240 1074988 16 06:19:14 06:18:01 136036 0 822584 43.72 2068 920856 1513336 51.65 587068 835712 81004 06:19:14 06:19:01 214280 0 830132 44.12 1016 836116 1286500 43.91 545672 766508 60368 06:19:14 Average: 171582 0 628935 33.43 2466 1078561 1126267 38.44 451490 1040180 10107 06:19:14 06:19:14 06:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:19:14 06:06:01 eth0 28.49 23.59 33.55 12.72 0.00 0.00 0.00 0.00 06:19:14 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:06:01 docker0 9.09 6.81 1.49 13.51 0.00 0.00 0.00 0.00 06:19:14 06:07:01 eth0 1.08 0.52 0.32 0.21 0.00 0.00 0.00 0.00 06:19:14 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:08:01 eth0 0.55 0.35 0.27 0.20 0.00 0.00 0.00 0.00 06:19:14 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:09:02 eth0 0.80 0.10 0.06 0.01 0.00 0.00 0.00 0.00 06:19:14 06:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:10:01 eth0 0.76 0.36 0.41 0.26 0.00 0.00 0.00 0.00 06:19:14 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:11:01 eth0 0.63 0.05 0.06 0.00 0.00 0.00 0.00 0.00 06:19:14 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:12:01 eth0 0.55 0.32 0.27 0.20 0.00 0.00 0.00 0.00 06:19:14 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:19:14 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:14:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:19:14 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:15:01 eth0 0.35 0.18 0.15 0.07 0.00 0.00 0.00 0.00 06:19:14 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:16:01 eth0 0.92 0.42 0.32 0.18 0.00 0.00 0.00 0.00 06:19:14 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:17:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 06:19:14 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:18:01 eth0 820.36 714.20 7398.14 65.57 0.00 0.00 0.00 0.00 06:19:14 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:18:01 docker0 17.39 17.02 1.33 122.13 0.00 0.00 0.00 0.00 06:19:14 06:19:01 eth0 341.60 270.37 2412.74 98.39 0.00 0.00 0.00 0.00 06:19:14 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 06:19:01 docker0 32.57 50.47 2.19 186.95 0.00 0.00 0.00 0.00 06:19:14 Average: eth0 85.73 72.43 705.62 12.74 0.00 0.00 0.00 0.00 06:19:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:14 Average: docker0 4.23 5.32 0.36 23.11 0.00 0.00 0.00 0.00 06:19:14 06:19:14 06:19:14 ---> sar -P ALL: 06:19:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 06:19:14 06:19:14 06:04:03 LINUX RESTART (4 CPU) 06:19:14 06:19:14 06:05:01 CPU %user %nice %system %iowait %steal %idle 06:19:14 06:06:01 all 0.93 0.00 0.60 0.23 0.02 98.22 06:19:14 06:06:01 0 0.84 0.00 0.70 0.05 0.02 98.40 06:19:14 06:06:01 1 1.30 0.00 0.63 0.00 0.02 98.05 06:19:14 06:06:01 2 0.85 0.00 0.52 0.03 0.02 98.58 06:19:14 06:06:01 3 0.75 0.00 0.53 0.83 0.02 97.86 06:19:14 06:07:01 all 0.17 0.00 0.05 0.00 0.00 99.78 06:19:14 06:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:19:14 06:07:01 1 0.52 0.00 0.03 0.00 0.00 99.45 06:19:14 06:07:01 2 0.08 0.00 0.08 0.00 0.00 99.83 06:19:14 06:07:01 3 0.03 0.00 0.03 0.00 0.02 99.92 06:19:14 06:08:01 all 0.07 0.00 0.05 0.00 0.02 99.86 06:19:14 06:08:01 0 0.07 0.00 0.08 0.00 0.02 99.83 06:19:14 06:08:01 1 0.17 0.00 0.03 0.00 0.05 99.75 06:19:14 06:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 06:19:14 06:08:01 3 0.02 0.00 0.05 0.00 0.00 99.93 06:19:14 06:09:02 all 0.15 0.00 0.05 0.00 0.01 99.79 06:19:14 06:09:02 0 0.05 0.00 0.02 0.00 0.00 99.93 06:19:14 06:09:02 1 0.45 0.00 0.05 0.00 0.00 99.50 06:19:14 06:09:02 2 0.07 0.00 0.08 0.00 0.02 99.83 06:19:14 06:09:02 3 0.05 0.00 0.03 0.00 0.02 99.90 06:19:14 06:10:01 all 0.15 0.00 0.08 0.00 0.03 99.74 06:19:14 06:10:01 0 0.05 0.00 0.10 0.00 0.03 99.81 06:19:14 06:10:01 1 0.39 0.00 0.05 0.00 0.02 99.54 06:19:14 06:10:01 2 0.10 0.00 0.12 0.00 0.03 99.75 06:19:14 06:10:01 3 0.05 0.00 0.05 0.00 0.03 99.86 06:19:14 06:11:01 all 0.14 0.00 0.03 0.00 0.00 99.83 06:19:14 06:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:19:14 06:11:01 1 0.47 0.00 0.03 0.00 0.00 99.50 06:19:14 06:11:01 2 0.03 0.00 0.03 0.00 0.02 99.92 06:19:14 06:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:19:14 06:12:01 all 0.09 0.00 0.05 0.00 0.01 99.85 06:19:14 06:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:19:14 06:12:01 1 0.18 0.00 0.07 0.00 0.03 99.72 06:19:14 06:12:01 2 0.03 0.00 0.05 0.00 0.00 99.92 06:19:14 06:12:01 3 0.13 0.00 0.07 0.00 0.00 99.80 06:19:14 06:13:01 all 0.09 0.00 0.03 0.00 0.01 99.87 06:19:14 06:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:19:14 06:13:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:19:14 06:13:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:19:14 06:13:01 3 0.27 0.00 0.02 0.00 0.02 99.70 06:19:14 06:14:01 all 0.13 0.00 0.04 0.00 0.01 99.82 06:19:14 06:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:19:14 06:14:01 1 0.05 0.00 0.03 0.00 0.02 99.90 06:19:14 06:14:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:19:14 06:14:01 3 0.38 0.00 0.07 0.00 0.02 99.53 06:19:14 06:15:01 all 0.10 0.00 0.05 0.00 0.01 99.84 06:19:14 06:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:19:14 06:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 06:19:14 06:15:01 2 0.03 0.00 0.05 0.00 0.00 99.92 06:19:14 06:15:01 3 0.33 0.00 0.10 0.00 0.02 99.55 06:19:14 06:16:01 all 0.16 0.00 0.03 0.00 0.01 99.80 06:19:14 06:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:19:14 06:16:01 1 0.05 0.00 0.03 0.00 0.02 99.90 06:19:14 06:16:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:19:14 06:16:01 3 0.53 0.00 0.03 0.00 0.02 99.42 06:19:14 06:19:14 06:16:01 CPU %user %nice %system %iowait %steal %idle 06:19:14 06:17:01 all 0.13 0.00 0.04 0.00 0.00 99.83 06:19:14 06:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:19:14 06:17:01 1 0.03 0.00 0.07 0.00 0.00 99.90 06:19:14 06:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:19:14 06:17:01 3 0.43 0.00 0.07 0.00 0.02 99.48 06:19:14 06:18:01 all 16.42 0.00 11.84 2.34 0.20 69.21 06:19:14 06:18:01 0 16.54 0.00 12.00 1.45 0.21 69.81 06:19:14 06:18:01 1 16.73 0.00 11.24 2.26 0.21 69.57 06:19:14 06:18:01 2 16.16 0.00 12.17 2.78 0.19 68.69 06:19:14 06:18:01 3 16.25 0.00 11.94 2.85 0.19 68.77 06:19:14 06:19:01 all 10.20 0.00 7.64 4.30 0.09 77.77 06:19:14 06:19:01 0 9.08 0.00 7.66 1.79 0.07 81.41 06:19:14 06:19:01 1 9.92 0.00 7.17 6.54 0.09 76.28 06:19:14 06:19:01 2 13.11 0.00 8.30 3.64 0.09 74.87 06:19:14 06:19:01 3 8.70 0.00 7.43 5.25 0.10 78.52 06:19:14 Average: all 2.02 0.00 1.43 0.48 0.03 96.04 06:19:14 Average: 0 1.86 0.00 1.44 0.23 0.03 96.44 06:19:14 Average: 1 2.12 0.00 1.36 0.62 0.03 95.87 06:19:14 Average: 2 2.13 0.00 1.50 0.45 0.03 95.89 06:19:14 Average: 3 1.95 0.00 1.42 0.62 0.03 95.97 06:19:14 06:19:14 06:19:14