Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2df785cad6ad212fc030bc37ef8bc8a4d452bfff 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging 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-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-27517’ is offline Running on prd-centos7-docker-4c-2g-27518 in /w/workspace/xfoundry_go-mod-messaging_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-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.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-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2df785cad6ad212fc030bc37ef8bc8a4d452bfff (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.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-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2df785cad6ad212fc030bc37ef8bc8a4d452bfff # timeout=10 Commit message: "Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.5" > git rev-list --no-walk 30354876fdcc413049c58c02a868a07998fefe6e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:53:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:53:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:53:39 ========================================================= 13:53:39 EdgeX Global Pipelines Version Info 13:53:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:53:43 ------------------- 13:53:43 stable info: 13:53:43 ------------------- 13:53:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:53:43 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 13:53:43 Message: update stable to v1.0.181 13:53:45 ------------------- 13:53:45 experimental info: 13:53:45 ------------------- 13:53:45 Commited By: **** collab-it+edgex@linuxfoundation.org 13:53:45 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 13:53:45 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:53:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:53:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2df785cad6ad212fc030bc37ef8bc8a4d452bfff [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2df785c [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:53:49 + git log --format=format:%s -1 2df785cad6ad212fc030bc37ef8bc8a4d452bfff [Pipeline] echo 13:53:49 GIT_COMMIT: 2df785cad6ad212fc030bc37ef8bc8a4d452bfff, Commit Message: Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.5 [Pipeline] echo 13:53:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:53:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:53:51 13:53:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:53:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:53:52 latest: Pulling from edgex-devops/git-semver 13:53:52 31603596830f: Pulling fs layer 13:53:52 2a8b12db71e7: Pulling fs layer 13:53:52 6ca5941a6612: Pulling fs layer 13:53:52 ecc8261a40a4: Pulling fs layer 13:53:52 ecc8261a40a4: Waiting 13:53:52 2a8b12db71e7: Verifying Checksum 13:53:52 2a8b12db71e7: Download complete 13:53:52 31603596830f: Verifying Checksum 13:53:52 31603596830f: Download complete 13:53:53 6ca5941a6612: Verifying Checksum 13:53:53 6ca5941a6612: Download complete 13:53:53 ecc8261a40a4: Verifying Checksum 13:53:53 ecc8261a40a4: Download complete 13:53:53 31603596830f: Pull complete 13:53:54 2a8b12db71e7: Pull complete 13:53:55 6ca5941a6612: Pull complete 13:53:56 ecc8261a40a4: Pull complete 13:53:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:53:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:53:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:53:56 prd-centos7-docker-4c-2g-27518 does not seem to be running inside a container 13:53:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 13:53:59 $ docker top 3b4148a967a1ae56bad4df2e2a2ed7eb2949ab24251fca945e593ddec0f31d7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:54:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:54:00 [ssh-agent] Looking for ssh-agent implementation... 13:54:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:54:01 $ docker exec 3b4148a967a1ae56bad4df2e2a2ed7eb2949ab24251fca945e593ddec0f31d7a ssh-agent 13:54:02 SSH_AUTH_SOCK=/tmp/ssh-C4HXjD7YtEtT/agent.13 13:54:02 SSH_AGENT_PID=18 13:54:02 Running ssh-add (command line suppressed) 13:54:03 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4130642922522956277.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4130642922522956277.key) 13:54:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:54:04 + git tag --points-at HEAD [Pipeline] } 13:54:04 $ docker exec --env ******** --env ******** 3b4148a967a1ae56bad4df2e2a2ed7eb2949ab24251fca945e593ddec0f31d7a ssh-agent -k 13:54:04 unset SSH_AUTH_SOCK; 13:54:04 unset SSH_AGENT_PID; 13:54:04 echo Agent pid 18 killed; 13:54:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:54:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:54:05 [ssh-agent] Looking for ssh-agent implementation... 13:54:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:54:05 $ docker exec 3b4148a967a1ae56bad4df2e2a2ed7eb2949ab24251fca945e593ddec0f31d7a ssh-agent 13:54:06 SSH_AUTH_SOCK=/tmp/ssh-Anz1ePJG9yMP/agent.47 13:54:06 SSH_AGENT_PID=52 13:54:06 Running ssh-add (command line suppressed) 13:54:07 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8688697602810714797.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8688697602810714797.key) 13:54:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:54:07 + git semver init 13:54:07 # -> Open(): unable to determine branch for HEAD 13:54:07 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 13:54:07 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 13:54:07 # $SEMVER_REMOTE_NAME = origin 13:54:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:54:07 # $SEMVER_USER_NAME = edgex-jenkins 13:54:07 # $SEMVER_BRANCH = master 13:54:07 # $SEMVER_TEMP = /tmp/semver-888784220 13:54:07 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 13:54:08 # '/tmp/semver-888784220' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 13:54:08 # -> Force: false 13:54:08 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 13:54:08 $ docker exec --env ******** --env ******** 3b4148a967a1ae56bad4df2e2a2ed7eb2949ab24251fca945e593ddec0f31d7a ssh-agent -k 13:54:09 unset SSH_AUTH_SOCK; 13:54:09 unset SSH_AGENT_PID; 13:54:09 echo Agent pid 52 killed; 13:54:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:54:10 + git semver [Pipeline] } 13:54:10 $ docker stop --time=1 3b4148a967a1ae56bad4df2e2a2ed7eb2949ab24251fca945e593ddec0f31d7a 13:54:12 $ docker rm -f 3b4148a967a1ae56bad4df2e2a2ed7eb2949ab24251fca945e593ddec0f31d7a [Pipeline] // withDockerContainer [Pipeline] sh 13:54:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:54:16 Stashed 1 file(s) [Pipeline] echo 13:54:16 [edgeXSemver]: initialized semver on version 2.0.0-dev.3 [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 13:54:32 Still waiting to schedule task 13:54:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:54:32 Still waiting to schedule task 13:54:32 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 13:57:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27524 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 13:57:26 Running in /w/workspace/go-mod-messaging/25 [Pipeline] { [Pipeline] checkout 13:57:31 using credential edgex-jenkins-ssh 13:57:31 Cloning the remote Git repository 13:57:31 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 13:57:31 > git init /w/workspace/go-mod-messaging/25 # timeout=10 13:57:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 13:57:31 > git --version # timeout=10 13:57:31 > git --version # 'git version 2.17.1' 13:57:31 using GIT_SSH to set credentials SSH Credentials for GitHub 13:57:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:57:33 Checking out Revision 2df785cad6ad212fc030bc37ef8bc8a4d452bfff (master) 13:57:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 13:57:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:57:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 13:57:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 13:57:32 using GIT_SSH to set credentials SSH Credentials for GitHub 13:57:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:57:33 > git config core.sparsecheckout # timeout=10 13:57:33 > git checkout -f 2df785cad6ad212fc030bc37ef8bc8a4d452bfff # timeout=10 13:57:37 Commit message: "Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:57:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:57:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:57:39 + sudo service docker restart 13:57:39 + true [Pipeline] unstash [Pipeline] echo 13:57:42 ========================================================= 13:57:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:57:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:57:42 + 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 . 13:57:43 Sending build context to Docker daemon 505.3kB 13:57:43 Step 1/7 : ARG BASE=golang:1.15-alpine 13:57:43 Step 2/7 : FROM ${BASE} 13:57:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:57:44 5f621e34cdf4: Pulling fs layer 13:57:44 a4357932f1b6: Pulling fs layer 13:57:44 18c013af1878: Pulling fs layer 13:57:44 00ac8860ef70: Pulling fs layer 13:57:44 63d7cb157983: Pulling fs layer 13:57:44 b116817d02f9: Pulling fs layer 13:57:44 745a02a5169b: Pulling fs layer 13:57:44 00ac8860ef70: Waiting 13:57:44 63d7cb157983: Waiting 13:57:44 745a02a5169b: Waiting 13:57:44 b116817d02f9: Waiting 13:57:44 18c013af1878: Verifying Checksum 13:57:44 18c013af1878: Download complete 13:57:44 a4357932f1b6: Verifying Checksum 13:57:44 a4357932f1b6: Download complete 13:57:44 63d7cb157983: Download complete 13:57:44 b116817d02f9: Download complete 13:57:44 5f621e34cdf4: Verifying Checksum 13:57:44 5f621e34cdf4: Download complete 13:57:45 5f621e34cdf4: Pull complete 13:57:45 a4357932f1b6: Pull complete 13:57:46 18c013af1878: Pull complete 13:57:47 745a02a5169b: Verifying Checksum 13:57:47 745a02a5169b: Download complete 13:57:48 00ac8860ef70: Verifying Checksum 13:57:48 00ac8860ef70: Download complete 13:58:00 00ac8860ef70: Pull complete 13:58:00 63d7cb157983: Pull complete 13:58:00 b116817d02f9: Pull complete 13:58:03 745a02a5169b: Pull complete 13:58:03 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:58:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:58:03 ---> b7e6874047d6 13:58:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:58:06 ---> Running in a2b156afc57f 13:58:06 Removing intermediate container a2b156afc57f 13:58:06 ---> 3ce913dd6eb5 13:58:06 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 13:58:06 ---> Running in c1d5b71bf34d 13:58:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:58:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:58:09 (1/5) Installing libsodium (1.0.18-r0) 13:58:09 (2/5) Installing libzmq (4.3.3-r0) 13:58:09 (3/5) Installing pkgconf (1.7.2-r0) 13:58:09 (4/5) Installing libsodium-dev (1.0.18-r0) 13:58:09 (5/5) Installing zeromq-dev (4.3.3-r0) 13:58:09 Executing busybox-1.31.1-r19.trigger 13:58:09 OK: 144 MiB in 44 packages 13:58:11 Removing intermediate container c1d5b71bf34d 13:58:11 ---> 55fee1f17cae 13:58:11 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:58:11 ---> Running in 255c27763dc9 13:58:11 Removing intermediate container 255c27763dc9 13:58:11 ---> 33df8ef9e8f6 13:58:11 Step 6/7 : COPY go.mod . 13:58:12 ---> da96346bde40 13:58:12 Step 7/7 : RUN go mod download 13:58:12 ---> Running in c2fdf54d6012 13:58:27 Removing intermediate container c2fdf54d6012 13:58:27 ---> 04d53188fbd2 13:58:27 Successfully built 04d53188fbd2 13:58:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:58:27 + docker inspect -f . ci-base-image-arm64 13:58:27 . [Pipeline] withDockerContainer 13:58:28 prd-ubuntu18.04-docker-arm64-4c-16g-27524 does not seem to be running inside a container 13:58:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/25 -v /w/workspace/go-mod-messaging/25:/w/workspace/go-mod-messaging/25:rw,z -v /w/workspace/go-mod-messaging/25@tmp:/w/workspace/go-mod-messaging/25@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 13:58:29 $ docker top 33ccb9fedf3be0333d7bd8cb46cc82d41bdd4e4969d92991e60df1dda939476d -eo pid,comm [Pipeline] { [Pipeline] sh 13:58:30 Running on prd-centos7-docker-4c-2g-27526 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 13:58:30 Running in /w/workspace/go-mod-messaging/25 [Pipeline] { 13:58:30 + go version 13:58:30 go version go1.15.5 linux/arm64 [Pipeline] } 13:58:30 $ docker stop --time=1 33ccb9fedf3be0333d7bd8cb46cc82d41bdd4e4969d92991e60df1dda939476d 13:58:32 $ docker rm -f 33ccb9fedf3be0333d7bd8cb46cc82d41bdd4e4969d92991e60df1dda939476d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] checkout [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:58:33 + docker inspect -f . ci-base-image-arm64 13:58:33 . [Pipeline] withDockerContainer 13:58:34 prd-ubuntu18.04-docker-arm64-4c-16g-27524 does not seem to be running inside a container 13:58:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/25 -v /w/workspace/go-mod-messaging/25:/w/workspace/go-mod-messaging/25:rw,z -v /w/workspace/go-mod-messaging/25@tmp:/w/workspace/go-mod-messaging/25@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 13:58:35 using credential edgex-jenkins-ssh 13:58:35 Cloning the remote Git repository 13:58:35 $ docker top bb3182bcb8a879350ca80077fe6a0f5d209b060f42183a51ea2381c09c3c6025 -eo pid,comm [Pipeline] { [Pipeline] sh 13:58:35 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 13:58:35 > git init /w/workspace/go-mod-messaging/25 # timeout=10 13:58:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 13:58:35 > git --version # timeout=10 13:58:35 > git --version # 'git version 2.24.3' 13:58:35 using GIT_SSH to set credentials SSH Credentials for GitHub 13:58:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:58:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 13:58:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:58:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 13:58:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 13:58:36 using GIT_SSH to set credentials SSH Credentials for GitHub 13:58:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:58:36 Checking out Revision 2df785cad6ad212fc030bc37ef8bc8a4d452bfff (master) 13:58:36 + make test 13:58:36 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:58:36 > git config core.sparsecheckout # timeout=10 13:58:36 > git checkout -f 2df785cad6ad212fc030bc37ef8bc8a4d452bfff # timeout=10 13:58:40 Commit message: "Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:58:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:58:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:58:42 + sudo service docker restart 13:58:42 + true 13:58:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 13:58:43 ========================================================= 13:58:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:58:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:58:43 + 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 . 13:58:44 Sending build context to Docker daemon 506.4kB 13:58:44 Step 1/7 : ARG BASE=golang:1.15-alpine 13:58:44 Step 2/7 : FROM ${BASE} 13:58:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:58:44 188c0c94c7c5: Pulling fs layer 13:58:44 0ef7d3d256c8: Pulling fs layer 13:58:44 de9db76c5a1d: Pulling fs layer 13:58:44 bca2f99d35d6: Pulling fs layer 13:58:44 93359f2a8cfa: Pulling fs layer 13:58:44 7c6f9722023f: Pulling fs layer 13:58:44 a35cf1a2eb13: Pulling fs layer 13:58:44 93359f2a8cfa: Waiting 13:58:44 7c6f9722023f: Waiting 13:58:44 a35cf1a2eb13: Waiting 13:58:44 bca2f99d35d6: Waiting 13:58:44 de9db76c5a1d: Verifying Checksum 13:58:44 de9db76c5a1d: Download complete 13:58:44 0ef7d3d256c8: Verifying Checksum 13:58:44 0ef7d3d256c8: Download complete 13:58:44 93359f2a8cfa: Verifying Checksum 13:58:44 93359f2a8cfa: Download complete 13:58:44 188c0c94c7c5: Verifying Checksum 13:58:44 188c0c94c7c5: Download complete 13:58:44 7c6f9722023f: Verifying Checksum 13:58:44 7c6f9722023f: Download complete 13:58:44 188c0c94c7c5: Pull complete 13:58:44 0ef7d3d256c8: Pull complete 13:58:45 de9db76c5a1d: Pull complete 13:58:46 a35cf1a2eb13: Verifying Checksum 13:58:46 a35cf1a2eb13: Download complete 13:58:46 bca2f99d35d6: Verifying Checksum 13:58:46 bca2f99d35d6: Download complete 13:58:52 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 13:58:53 bca2f99d35d6: Pull complete 13:58:53 93359f2a8cfa: Pull complete 13:58:53 7c6f9722023f: Pull complete 13:58:58 a35cf1a2eb13: Pull complete 13:58:58 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:58:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:58:58 ---> a62c8e92a672 13:58:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:58:58 ---> Running in d5e612969dbd 13:58:58 Removing intermediate container d5e612969dbd 13:58:58 ---> 08ffa837f915 13:58:58 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 13:58:58 ---> Running in 427da21677e1 13:58:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:59:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:59:00 (1/5) Installing libsodium (1.0.18-r0) 13:59:00 (2/5) Installing libzmq (4.3.3-r0) 13:59:01 (3/5) Installing pkgconf (1.7.2-r0) 13:59:01 (4/5) Installing libsodium-dev (1.0.18-r0) 13:59:01 (5/5) Installing zeromq-dev (4.3.3-r0) 13:59:01 Executing busybox-1.31.1-r19.trigger 13:59:01 OK: 167 MiB in 44 packages 13:59:02 Removing intermediate container 427da21677e1 13:59:02 ---> e83a797373d1 13:59:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:59:02 ---> Running in 1a53efdcb862 13:59:02 Removing intermediate container 1a53efdcb862 13:59:02 ---> af3ee8bb701e 13:59:02 Step 6/7 : COPY go.mod . 13:59:02 ---> 4613bc43bc2d 13:59:02 Step 7/7 : RUN go mod download 13:59:02 ---> Running in eec230a84f36 13:59:10 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 15.037s coverage: 89.0% of statements 13:59:10 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.045s coverage: 77.1% of statements 13:59:10 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 13:59:14 Removing intermediate container eec230a84f36 13:59:14 ---> 43c61160fd57 13:59:14 Successfully built 43c61160fd57 13:59:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:59:15 + docker inspect -f . ci-base-image-x86_64 13:59:15 . [Pipeline] withDockerContainer 13:59:15 prd-centos7-docker-4c-2g-27526 does not seem to be running inside a container 13:59:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/25 -v /w/workspace/go-mod-messaging/25:/w/workspace/go-mod-messaging/25:rw,z -v /w/workspace/go-mod-messaging/25@tmp:/w/workspace/go-mod-messaging/25@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-x86_64 cat 13:59:16 $ docker top d677f43abb37798d97a7bd7471fce988559ce931dd45ba604ae5eca52dbe52a9 -eo pid,comm [Pipeline] { [Pipeline] sh 13:59:16 + go version 13:59:16 go version go1.15.5 linux/amd64 [Pipeline] } 13:59:16 $ docker stop --time=1 d677f43abb37798d97a7bd7471fce988559ce931dd45ba604ae5eca52dbe52a9 13:59:18 $ docker rm -f d677f43abb37798d97a7bd7471fce988559ce931dd45ba604ae5eca52dbe52a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:59:19 + docker inspect -f . ci-base-image-x86_64 13:59:19 . [Pipeline] withDockerContainer 13:59:19 prd-centos7-docker-4c-2g-27526 does not seem to be running inside a container 13:59:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/25 -v /w/workspace/go-mod-messaging/25:/w/workspace/go-mod-messaging/25:rw,z -v /w/workspace/go-mod-messaging/25@tmp:/w/workspace/go-mod-messaging/25@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-x86_64 cat 13:59:20 $ docker top 0351a2bed19fb5ebf8abe1061a080e6aacfa9c2d5a0996a14a63ba1b3262b733 -eo pid,comm [Pipeline] { [Pipeline] sh 13:59:20 + make test 13:59:20 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:59:26 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 13:59:28 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.378s coverage: 84.1% of statements 13:59:28 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.021s coverage: 85.7% of statements 13:59:28 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.033s coverage: 100.0% of statements 13:59:28 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.028s coverage: 100.0% of statements 13:59:28 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.011s coverage: 90.9% of statements 13:59:28 CGO_ENABLED=1 GO111MODULE=on go vet ./... 13:59:32 gofmt -l . 13:59:32 [ "`gofmt -l .`" = "" ] [Pipeline] } 13:59:32 $ docker stop --time=1 bb3182bcb8a879350ca80077fe6a0f5d209b060f42183a51ea2381c09c3c6025 13:59:34 $ docker rm -f bb3182bcb8a879350ca80077fe6a0f5d209b060f42183a51ea2381c09c3c6025 [Pipeline] // withDockerContainer [Pipeline] sh 13:59:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:59:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 13:59:37 ---> job-cost.sh 13:59:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7Aop 13:59:44 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 15.042s coverage: 89.0% of statements 13:59:44 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.009s coverage: 77.1% of statements 13:59:44 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 13:59:52 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.347s coverage: 84.1% of statements 13:59:52 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.009s coverage: 85.7% of statements 13:59:52 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.040s coverage: 100.0% of statements 13:59:52 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.008s coverage: 100.0% of statements 13:59:52 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.007s coverage: 90.9% of statements 13:59:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 13:59:53 gofmt -l . 13:59:53 [ "`gofmt -l .`" = "" ] [Pipeline] } 13:59:53 $ docker stop --time=1 0351a2bed19fb5ebf8abe1061a080e6aacfa9c2d5a0996a14a63ba1b3262b733 13:59:55 $ docker rm -f 0351a2bed19fb5ebf8abe1061a080e6aacfa9c2d5a0996a14a63ba1b3262b733 [Pipeline] // withDockerContainer [Pipeline] sh 13:59:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:59:55 Warning: overwriting stash ‘coverage-report’ 13:59:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 13:59:57 ---> job-cost.sh 13:59:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jr87 14:00:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:00:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:00:47 lf-activate-venv(): INFO: Adding /tmp/venv-jr87/bin to PATH 14:00:47 INFO: No Stack... 14:00:47 INFO: Retrieving Pricing Info for: v1-standard-2 14:00:47 INFO: Archiving Costs [Pipeline] sh 14:00:47 + cut -d, -f6 14:00:47 + cat /w/workspace/go-mod-messaging/25/archives/cost.csv [Pipeline] lock 14:00:47 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-25-stack-cost] 14:00:47 Resource [jenkins-edgexfoundry-go-mod-messaging-master-25-stack-cost] did not exist. Created. 14:00:47 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:00:48 + echo total: 0.029999999329447746 [Pipeline] stash 14:00:48 Stashed 1 file(s) [Pipeline] } 14:00:48 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-25-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:02:23 lf-activate-venv(): INFO: Adding /tmp/venv-7Aop/bin to PATH 14:02:23 INFO: No Stack... 14:02:23 INFO: Retrieving Pricing Info for: lf-standard-4 14:02:23 INFO: Archiving Costs [Pipeline] sh 14:02:23 + cat /w/workspace/go-mod-messaging/25/archives/cost.csv 14:02:23 + cut -d, -f6 [Pipeline] lock 14:02:23 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-25-stack-cost] 14:02:23 Resource [jenkins-edgexfoundry-go-mod-messaging-master-25-stack-cost] did not exist. Created. 14:02:23 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:02:24 /w/workspace/go-mod-messaging/25@tmp/durable-c0ad1dbf/script.sh: 1: /w/workspace/go-mod-messaging/25@tmp/durable-c0ad1dbf/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:02:24 + echo total: 0.20999999344348907 [Pipeline] stash 14:02:24 Warning: overwriting stash ‘stack-cost’ 14:02:24 Stashed 1 file(s) [Pipeline] } 14:02:24 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-25-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 14:02:26 provisioning config files... 14:02:26 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config548160767051825749tmp [Pipeline] { [Pipeline] sh 14:02:27 + set +x 14:02:27 + curl -s https://codecov.io/bash 14:02:27 + bash -s -- 14:02:28 14:02:28 _____ _ 14:02:28 / ____| | | 14:02:28 | | ___ __| | ___ ___ _____ __ 14:02:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:02:28 | |___| (_) | (_| | __/ (_| (_) \ V / 14:02:28 \_____\___/ \__,_|\___|\___\___/ \_/ 14:02:28 Bash-20210129-7c25fce 14:02:28 14:02:28 14:02:28 ==> git version 2.24.3 found 14:02:28 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 14:02:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:02:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:02:28 ==> Jenkins CI detected. 14:02:28 project root: . 14:02:28 --> token set from env 14:02:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:02:28 ==> Running gcov in . (disable via -X gcov) 14:02:28 ==> Python coveragepy not found 14:02:28 ==> Searching for coverage reports in: 14:02:28 + . 14:02:28 -> Found 1 reports 14:02:28 ==> Detecting git/mercurial file structure 14:02:28 ==> Reading reports 14:02:28 + ./coverage.out bytes=21680 14:02:28 ==> Appending adjustments 14:02:28 https://docs.codecov.io/docs/fixing-reports 14:02:29 + Found adjustments 14:02:29 ==> Gzipping contents 14:02:29 8.0K /tmp/codecov.v1GJFT.gz 14:02:29 ==> Uploading reports 14:02:29 url: https://codecov.io 14:02:29 query: branch=master&commit=2df785cad6ad212fc030bc37ef8bc8a4d452bfff&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 14:02:29 -> Pinging Codecov 14:02:29 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=2df785cad6ad212fc030bc37ef8bc8a4d452bfff&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 14:02:30 -> Uploading to 14:02:30 https://storage.googleapis.com/codecov/v4/raw/2021-02-24/F6E385568367DD0E4001BA4F8F1CB792/2df785cad6ad212fc030bc37ef8bc8a4d452bfff/7c259a71-4eb5-461e-aa30-5ca6e4213d62.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210224T140230Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aef233ee92e41cc3c5385defb6e3f3ce00ec04a0cde2af1ab51293248a9dcd64 14:02:30 % Total % Received % Xferd Average Speed Time Time Time Current 14:02:30 Dload Upload Total Spent Left Speed 14:02:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5239 0 0 100 5239 0 7112 --:--:-- --:--:-- --:--:-- 7108 14:02:31 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/2df785cad6ad212fc030bc37ef8bc8a4d452bfff [Pipeline] } 14:02:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:02:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:02:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:02:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:02:32 14:02:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 14:02:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:02:36 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:02:36 188c0c94c7c5: Pulling fs layer 14:02:36 0ef7d3d256c8: Pulling fs layer 14:02:36 de9db76c5a1d: Pulling fs layer 14:02:36 0eba1c9be4d2: Pulling fs layer 14:02:36 0d57e429df01: Pulling fs layer 14:02:36 4e4be7b47b0d: Pulling fs layer 14:02:36 e1f770b5df2f: Pulling fs layer 14:02:36 85a0685a4137: Pulling fs layer 14:02:36 0eba1c9be4d2: Waiting 14:02:36 0d57e429df01: Waiting 14:02:36 4e4be7b47b0d: Waiting 14:02:36 e1f770b5df2f: Waiting 14:02:36 85a0685a4137: Waiting 14:02:36 de9db76c5a1d: Verifying Checksum 14:02:36 de9db76c5a1d: Download complete 14:02:36 0ef7d3d256c8: Verifying Checksum 14:02:36 0ef7d3d256c8: Download complete 14:02:36 0d57e429df01: Verifying Checksum 14:02:36 0d57e429df01: Download complete 14:02:36 4e4be7b47b0d: Verifying Checksum 14:02:36 4e4be7b47b0d: Download complete 14:02:37 188c0c94c7c5: Verifying Checksum 14:02:37 188c0c94c7c5: Download complete 14:02:39 188c0c94c7c5: Pull complete 14:02:39 0ef7d3d256c8: Pull complete 14:02:41 de9db76c5a1d: Pull complete 14:02:41 e1f770b5df2f: Verifying Checksum 14:02:41 e1f770b5df2f: Download complete 14:02:51 85a0685a4137: Verifying Checksum 14:02:51 85a0685a4137: Download complete 14:02:52 0eba1c9be4d2: Verifying Checksum 14:02:52 0eba1c9be4d2: Download complete 14:03:16 0eba1c9be4d2: Pull complete 14:03:16 0d57e429df01: Pull complete 14:03:16 4e4be7b47b0d: Pull complete 14:03:19 e1f770b5df2f: Pull complete 14:03:43 85a0685a4137: Pull complete 14:03:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 14:03:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:03:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 14:03:43 prd-centos7-docker-4c-2g-27518 does not seem to be running inside a container 14:03:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 14:03:47 $ docker top bd728c80dbff8d8f95c3019f0b3f8165adb657d228bc78cdd8060e6c112bb7ce -eo pid,comm [Pipeline] { [Pipeline] echo 14:03:47 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 14:03:48 + set -o pipefail 14:03:48 + snyk monitor '--org=edgex-jenkins' 14:04:02 14:04:02 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... 14:04:02 14:04:02 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/b7171385-9732-472b-a44b-1226f5034313 14:04:02 14:04:02 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:04:02 14:04:02 14:04:02 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 14:04:02 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 14:04:02 $ docker stop --time=1 bd728c80dbff8d8f95c3019f0b3f8165adb657d228bc78cdd8060e6c112bb7ce 14:04:05 $ docker rm -f bd728c80dbff8d8f95c3019f0b3f8165adb657d228bc78cdd8060e6c112bb7ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 14:04:08 + git log --format=format:%s -1 2df785cad6ad212fc030bc37ef8bc8a4d452bfff [Pipeline] isUnix [Pipeline] sh 14:04:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:04:09 . [Pipeline] withDockerContainer 14:04:09 prd-centos7-docker-4c-2g-27518 does not seem to be running inside a container 14:04:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 14:04:15 $ docker top 8d8e4bbdbdf42996102a4c39098d6cb820bdeb8c4cb1f4aaaa3f9c897f8217f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:04:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:04:16 [ssh-agent] Looking for ssh-agent implementation... 14:04:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:04:16 $ docker exec 8d8e4bbdbdf42996102a4c39098d6cb820bdeb8c4cb1f4aaaa3f9c897f8217f1 ssh-agent 14:04:17 SSH_AUTH_SOCK=/tmp/ssh-6tjDbEhCR9My/agent.12 14:04:17 SSH_AGENT_PID=18 14:04:17 Running ssh-add (command line suppressed) 14:04:18 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6367772334820120719.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6367772334820120719.key) 14:04:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:04:19 + git semver tag 14:04:19 # -> Open(): unable to determine branch for HEAD 14:04:19 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 14:04:19 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 14:04:19 # $SEMVER_REMOTE_NAME = origin 14:04:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:04:19 # $SEMVER_USER_NAME = edgex-jenkins 14:04:19 # $SEMVER_BRANCH = master 14:04:19 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 14:04:19 # 2df785cad6ad212fc030bc37ef8bc8a4d452bfff HEAD 14:04:19 # -> Force: false 14:04:19 # 986e5f71225095cb60679699bb935967e23e614c refs/tags/v2.0.0-dev.3 [Pipeline] } 14:04:19 $ docker exec --env ******** --env ******** 8d8e4bbdbdf42996102a4c39098d6cb820bdeb8c4cb1f4aaaa3f9c897f8217f1 ssh-agent -k 14:04:20 unset SSH_AUTH_SOCK; 14:04:20 unset SSH_AGENT_PID; 14:04:20 echo Agent pid 18 killed; 14:04:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:04:21 + git semver [Pipeline] } 14:04:21 $ docker stop --time=1 8d8e4bbdbdf42996102a4c39098d6cb820bdeb8c4cb1f4aaaa3f9c897f8217f1 14:04:24 $ docker rm -f 8d8e4bbdbdf42996102a4c39098d6cb820bdeb8c4cb1f4aaaa3f9c897f8217f1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:04:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:04:26 14:04:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:04:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:04:27 0.23.1-centos7: Pulling from edgex-lftools 14:04:27 ab5ef0e58194: Pulling fs layer 14:04:27 9712f1f96733: Pulling fs layer 14:04:27 63f879dbbcfc: Pulling fs layer 14:04:27 0d9ebad4ef96: Pulling fs layer 14:04:27 e9a5061849ea: Pulling fs layer 14:04:27 d747dcd14b5f: Pulling fs layer 14:04:27 2de7ff778b66: Pulling fs layer 14:04:27 0d9ebad4ef96: Waiting 14:04:27 e9a5061849ea: Waiting 14:04:27 d747dcd14b5f: Waiting 14:04:27 2de7ff778b66: Waiting 14:04:27 9712f1f96733: Verifying Checksum 14:04:27 9712f1f96733: Download complete 14:04:35 63f879dbbcfc: Download complete 14:04:35 e9a5061849ea: Verifying Checksum 14:04:35 e9a5061849ea: Download complete 14:04:35 d747dcd14b5f: Verifying Checksum 14:04:35 d747dcd14b5f: Download complete 14:04:37 2de7ff778b66: Verifying Checksum 14:04:37 2de7ff778b66: Download complete 14:04:40 0d9ebad4ef96: Verifying Checksum 14:04:40 0d9ebad4ef96: Download complete 14:04:40 ab5ef0e58194: Verifying Checksum 14:04:40 ab5ef0e58194: Download complete 14:04:52 ab5ef0e58194: Pull complete 14:04:52 9712f1f96733: Pull complete 14:04:57 63f879dbbcfc: Pull complete 14:05:16 0d9ebad4ef96: Pull complete 14:05:19 e9a5061849ea: Pull complete 14:05:19 d747dcd14b5f: Pull complete 14:05:25 2de7ff778b66: Pull complete 14:05:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:05:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:05:25 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:05:26 prd-centos7-docker-4c-2g-27518 does not seem to be running inside a container 14:05:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 14:05:31 $ docker top 995c92592a67bddc4e808c52d3ff13833c6df598c61bd64f352d03dce41b59ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:05:34 provisioning config files... 14:05:34 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config518966704544712314tmp 14:05:34 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4758833667490973172tmp 14:05:34 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6124348667425415574tmp [Pipeline] { [Pipeline] echo 14:05:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:05:35 ---> sigul-configuration.sh 14:05:36 gpg: directory `/root/.gnupg' created 14:05:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:05:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:05:36 gpg: keyring `/root/.gnupg/secring.gpg' created 14:05:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:05:36 gpg: CAST5 encrypted data 14:05:36 gpg: encrypted with 1 passphrase 14:05:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:05:38 + mkdir /home/jenkins 14:05:38 + mkdir /home/jenkins/sigul [Pipeline] sh 14:05:39 + 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 14:05:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:05:41 ---> sigul-install.sh 14:05:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:05:55 + git tag --list 14:05:55 v0.0.0 14:05:55 v0.1.0 14:05:55 v0.1.1 14:05:55 v0.1.10 14:05:55 v0.1.11 14:05:55 v0.1.12 14:05:55 v0.1.13 14:05:55 v0.1.14 14:05:55 v0.1.15 14:05:55 v0.1.16 14:05:55 v0.1.17 14:05:55 v0.1.18 14:05:55 v0.1.19 14:05:55 v0.1.2 14:05:55 v0.1.20 14:05:55 v0.1.21 14:05:55 v0.1.22 14:05:55 v0.1.23 14:05:55 v0.1.24 14:05:55 v0.1.25 14:05:55 v0.1.26 14:05:55 v0.1.27 14:05:55 v0.1.28 14:05:55 v0.1.29 14:05:55 v0.1.3 14:05:55 v0.1.30 14:05:55 v0.1.31 14:05:55 v0.1.4 14:05:55 v0.1.5 14:05:55 v0.1.6 14:05:55 v0.1.7 14:05:55 v0.1.8 14:05:55 v0.1.9 14:05:55 v2.0.0-dev.1 14:05:55 v2.0.0-dev.2 14:05:55 v2.0.0-dev.3 [Pipeline] sh 14:05:57 + lftools sign git-tag v2.0.0-dev.3 14:06:03 Signing Git tag with Sigul... 14:06:03 Signing v2.0.0-dev.3 [Pipeline] echo 14:06:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:06:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:06:08 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:06:08 $ docker stop --time=1 995c92592a67bddc4e808c52d3ff13833c6df598c61bd64f352d03dce41b59ef 14:06:11 $ docker rm -f 995c92592a67bddc4e808c52d3ff13833c6df598c61bd64f352d03dce41b59ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:06:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:06:14 . [Pipeline] withDockerContainer 14:06:14 prd-centos7-docker-4c-2g-27518 does not seem to be running inside a container 14:06:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 14:06:17 $ docker top f7b278c640472303cf24384bfa958bc20f3b0d507ec6ce51c79600b83c9f5d43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:06:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:06:18 [ssh-agent] Looking for ssh-agent implementation... 14:06:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:06:18 $ docker exec f7b278c640472303cf24384bfa958bc20f3b0d507ec6ce51c79600b83c9f5d43 ssh-agent 14:06:20 SSH_AUTH_SOCK=/tmp/ssh-9pvvyhc5pSsa/agent.13 14:06:20 SSH_AGENT_PID=18 14:06:20 Running ssh-add (command line suppressed) 14:06:20 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5314498497559767166.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5314498497559767166.key) 14:06:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:06:22 + git semver bump pre 14:06:23 # -> Open(): unable to determine branch for HEAD 14:06:23 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 14:06:23 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 14:06:23 # $SEMVER_REMOTE_NAME = origin 14:06:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:06:23 # $SEMVER_USER_NAME = edgex-jenkins 14:06:23 # $SEMVER_BRANCH = master 14:06:23 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 14:06:23 2.0.0-dev.4 [Pipeline] } 14:06:23 $ docker exec --env ******** --env ******** f7b278c640472303cf24384bfa958bc20f3b0d507ec6ce51c79600b83c9f5d43 ssh-agent -k 14:06:24 unset SSH_AUTH_SOCK; 14:06:24 unset SSH_AGENT_PID; 14:06:24 echo Agent pid 18 killed; 14:06:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:06:25 + git semver [Pipeline] } 14:06:25 $ docker stop --time=1 f7b278c640472303cf24384bfa958bc20f3b0d507ec6ce51c79600b83c9f5d43 14:06:27 $ docker rm -f f7b278c640472303cf24384bfa958bc20f3b0d507ec6ce51c79600b83c9f5d43 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:06:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:06:29 . [Pipeline] withDockerContainer 14:06:29 prd-centos7-docker-4c-2g-27518 does not seem to be running inside a container 14:06:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 14:06:33 $ docker top 44f4e28b03867f822a2dd29f2f32656f146d26edb2107af2ff588f4f8a2b05f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:06:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:06:34 [ssh-agent] Looking for ssh-agent implementation... 14:06:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:06:36 $ docker exec 44f4e28b03867f822a2dd29f2f32656f146d26edb2107af2ff588f4f8a2b05f9 ssh-agent 14:06:37 SSH_AUTH_SOCK=/tmp/ssh-kXkVit9zkA31/agent.11 14:06:37 SSH_AGENT_PID=17 14:06:37 Running ssh-add (command line suppressed) 14:06:39 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3738485724055864963.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3738485724055864963.key) 14:06:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:06:41 + git semver push 14:06:41 # -> Open(): unable to determine branch for HEAD 14:06:41 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 14:06:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 14:06:41 # $SEMVER_REMOTE_NAME = origin 14:06:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:06:41 # $SEMVER_USER_NAME = edgex-jenkins 14:06:41 # $SEMVER_BRANCH = master 14:06:41 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 14:06:47 $ docker exec --env ******** --env ******** 44f4e28b03867f822a2dd29f2f32656f146d26edb2107af2ff588f4f8a2b05f9 ssh-agent -k 14:06:48 unset SSH_AUTH_SOCK; 14:06:48 unset SSH_AGENT_PID; 14:06:48 echo Agent pid 17 killed; 14:06:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:06:49 + git semver [Pipeline] } 14:06:49 $ docker stop --time=1 44f4e28b03867f822a2dd29f2f32656f146d26edb2107af2ff588f4f8a2b05f9 14:06:52 $ docker rm -f 44f4e28b03867f822a2dd29f2f32656f146d26edb2107af2ff588f4f8a2b05f9 [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 14:06:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:06:56 ---> package-listing.sh 14:06:56 ++ facter osfamily 14:06:56 ++ tr '[:upper:]' '[:lower:]' 14:06:56 + OS_FAMILY=redhat 14:06:56 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 14:06:56 + START_PACKAGES=/tmp/packages_start.txt 14:06:56 + END_PACKAGES=/tmp/packages_end.txt 14:06:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:06:56 + PACKAGES=/tmp/packages_start.txt 14:06:56 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 14:06:56 + PACKAGES=/tmp/packages_end.txt 14:06:56 + case "${OS_FAMILY}" in 14:06:56 + sort 14:06:56 + rpm -qa 14:07:08 + '[' -f /tmp/packages_start.txt ']' 14:07:08 + '[' -f /tmp/packages_end.txt ']' 14:07:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:07:08 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 14:07:08 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 14:07:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo 14:07:08 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/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:07:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:07:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:07:11 14:07:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:07:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:07:13 alpine: Pulling from edgex-lftools-log-publisher 14:07:13 df20fa9351a1: Pulling fs layer 14:07:13 36b3adc4ff6f: Pulling fs layer 14:07:13 8ad3a11d3b57: Pulling fs layer 14:07:13 46f8f816bc3b: Pulling fs layer 14:07:13 93b61091891f: Pulling fs layer 14:07:13 93b9cdb0e59b: Pulling fs layer 14:07:13 5e14af77c1be: Pulling fs layer 14:07:13 01666e4c0597: Pulling fs layer 14:07:13 aa168da1d23b: Pulling fs layer 14:07:13 93b61091891f: Waiting 14:07:13 93b9cdb0e59b: Waiting 14:07:13 46f8f816bc3b: Waiting 14:07:13 5e14af77c1be: Waiting 14:07:13 01666e4c0597: Waiting 14:07:13 aa168da1d23b: Waiting 14:07:13 36b3adc4ff6f: Verifying Checksum 14:07:13 36b3adc4ff6f: Download complete 14:07:13 46f8f816bc3b: Download complete 14:07:14 df20fa9351a1: Verifying Checksum 14:07:14 df20fa9351a1: Download complete 14:07:14 93b9cdb0e59b: Verifying Checksum 14:07:14 93b9cdb0e59b: Download complete 14:07:14 5e14af77c1be: Verifying Checksum 14:07:14 5e14af77c1be: Download complete 14:07:14 01666e4c0597: Verifying Checksum 14:07:14 01666e4c0597: Download complete 14:07:15 93b61091891f: Verifying Checksum 14:07:15 93b61091891f: Download complete 14:07:18 8ad3a11d3b57: Verifying Checksum 14:07:18 8ad3a11d3b57: Download complete 14:07:18 df20fa9351a1: Pull complete 14:07:19 36b3adc4ff6f: Pull complete 14:07:24 8ad3a11d3b57: Pull complete 14:07:24 46f8f816bc3b: Pull complete 14:07:27 93b61091891f: Pull complete 14:07:28 93b9cdb0e59b: Pull complete 14:07:29 5e14af77c1be: Pull complete 14:07:30 01666e4c0597: Pull complete 14:07:37 aa168da1d23b: Verifying Checksum 14:07:37 aa168da1d23b: Download complete 14:07:55 aa168da1d23b: Pull complete 14:07:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:07:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:07:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:07:56 prd-centos7-docker-4c-2g-27518 does not seem to be running inside a container 14:07:56 $ 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/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 14:07:59 $ docker top 7295c4404118fd0e1d2f19b8f83d1bc076b2f3021bad61dd41c1952ff0a18c10 -eo pid,comm [Pipeline] { [Pipeline] sh 14:08:04 + touch /tmp/pre-build-complete [Pipeline] sh 14:08:06 + mkdir -p /var/log/sa [Pipeline] sh 14:08:08 + ls /var/log/sa-host 14:08:08 + sadf -c /var/log/sa-host/sa23 14:08:08 file_magic: OK 14:08:08 HZ: Using current value: 100 14:08:08 file_header: OK 14:08:08 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 14:08:08 Statistics: 14:08:08 Hnuu...uuuununununu... 14:08:08 File successfully converted to sysstat format version 12.2.1 14:08:08 + sadf -c /var/log/sa-host/sa24 14:08:08 file_magic: OK 14:08:08 HZ: Using current value: 100 14:08:08 file_header: OK 14:08:08 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 14:08:08 Statistics: 14:08:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:08:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:08:09 provisioning config files... 14:08:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7631424519201125123tmp [Pipeline] { [Pipeline] echo 14:08:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:08:11 ---> create-netrc.sh [Pipeline] } 14:08:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:08:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:08:12 ---> python-tools-install.sh [Pipeline] echo 14:08:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:08:14 ---> sudo-logs.sh 14:08:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:08:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:08:17 ---> job-cost.sh 14:08:18 lf-activate-venv: SKIPPING 14:08:18 DEBUG: total: 0.20999999344348907 14:08:18 INFO: Retrieving Stack Cost... 14:08:20 INFO: Retrieving Pricing Info for: v1-standard-2 14:08:25 INFO: Archiving Costs [Pipeline] echo 14:08:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:08:27 ---> logs-deploy.sh 14:08:27 lf-activate-venv: SKIPPING 14:08:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/25 14:08:27 INFO: archiving workspace using pattern(s): 14:08:32 Archives upload complete. 14:08:32 INFO: archiving logs to Nexus 14:08:35 ---> uname -a: 14:08:35 Linux prd-centos7-docker-4c-2g-27518.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:08:35 14:08:35 14:08:35 ---> lscpu: 14:08:35 Architecture: x86_64 14:08:35 CPU op-mode(s): 32-bit, 64-bit 14:08:35 Byte Order: Little Endian 14:08:35 Address sizes: 40 bits physical, 48 bits virtual 14:08:35 CPU(s): 4 14:08:35 On-line CPU(s) list: 0-3 14:08:35 Thread(s) per core: 1 14:08:35 Core(s) per socket: 1 14:08:35 Socket(s): 4 14:08:35 NUMA node(s): 1 14:08:35 Vendor ID: GenuineIntel 14:08:35 CPU family: 6 14:08:35 Model: 44 14:08:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:08:35 Stepping: 1 14:08:35 CPU MHz: 2933.438 14:08:35 BogoMIPS: 5866.87 14:08:35 Virtualization: VT-x 14:08:35 Hypervisor vendor: KVM 14:08:35 Virtualization type: full 14:08:35 L1d cache: 128 KiB 14:08:35 L1i cache: 128 KiB 14:08:35 L2 cache: 16 MiB 14:08:35 L3 cache: 64 MiB 14:08:35 NUMA node0 CPU(s): 0-3 14:08:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:08:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:08:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:08:35 Vulnerability Meltdown: Mitigation; PTI 14:08:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:08:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:08:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:08:35 Vulnerability Srbds: Not affected 14:08:35 Vulnerability Tsx async abort: Not affected 14:08:35 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 14:08:35 14:08:35 14:08:35 ---> nproc: 14:08:35 4 14:08:35 14:08:35 14:08:35 ---> df -h: 14:08:35 Filesystem Size Used Available Use% Mounted on 14:08:35 overlay 50.0G 8.2G 41.8G 16% / 14:08:35 tmpfs 64.0M 0 64.0M 0% /dev 14:08:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:08:35 shm 64.0M 0 64.0M 0% /dev/shm 14:08:35 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 14:08:35 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 14:08:35 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 14:08:35 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 14:08:35 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 14:08:35 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 14:08:35 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_go-mod-messaging_master 14:08:35 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_go-mod-messaging_master@tmp 14:08:35 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 14:08:35 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 14:08:35 14:08:35 14:08:35 ---> free -m: 14:08:35 total used free shared buff/cache available 14:08:35 Mem: 1837 855 143 0 838 914 14:08:35 Swap: 1023 3 1020 14:08:35 14:08:35 14:08:35 ---> ip addr: 14:08:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:08:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:08:35 inet 127.0.0.1/8 scope host lo 14:08:35 valid_lft forever preferred_lft forever 14:08:35 inet6 ::1/128 scope host 14:08:35 valid_lft forever preferred_lft forever 14:08:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:08:35 link/ether fa:16:3e:77:7d:16 brd ff:ff:ff:ff:ff:ff 14:08:35 inet 10.30.122.243/23 brd 10.30.123.255 scope global dynamic eth0 14:08:35 valid_lft 85418sec preferred_lft 85418sec 14:08:35 inet6 fe80::f816:3eff:fe77:7d16/64 scope link 14:08:35 valid_lft forever preferred_lft forever 14:08:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:08:35 link/ether 02:42:ae:43:1e:60 brd ff:ff:ff:ff:ff:ff 14:08:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:08:35 valid_lft forever preferred_lft forever 14:08:35 inet6 fe80::42:aeff:fe43:1e60/64 scope link 14:08:35 valid_lft forever preferred_lft forever 14:08:35 14:08:35 14:08:35 ---> sar -b -r -n DEV: 14:08:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/24/21 _x86_64_ (4 CPU) 14:08:35 14:08:35 13:51:56 LINUX RESTART (4 CPU) 14:08:35 14:08:35 13:53:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:08:35 13:54:01 52.48 20.41 32.07 0.00 5441.16 3554.22 0.00 14:08:35 13:55:01 8.19 2.21 5.97 0.00 232.28 142.68 0.00 14:08:35 13:56:01 0.28 0.00 0.28 0.00 0.00 4.58 0.00 14:08:35 13:57:01 0.22 0.00 0.22 0.00 0.00 2.08 0.00 14:08:35 13:58:01 0.35 0.00 0.35 0.00 0.00 5.36 0.00 14:08:35 13:59:01 0.30 0.00 0.30 0.00 0.00 3.26 0.00 14:08:35 14:00:01 0.72 0.00 0.72 0.00 0.00 8.09 0.00 14:08:35 14:01:01 0.35 0.02 0.33 0.00 0.13 3.78 0.00 14:08:35 14:02:01 0.80 0.08 0.72 0.00 1.60 9.90 0.00 14:08:35 14:03:02 22.08 2.73 19.35 0.00 614.98 9694.35 0.00 14:08:35 14:04:01 292.25 184.70 107.55 0.00 7316.18 24180.85 0.00 14:08:35 14:05:01 74.13 14.75 59.38 0.00 854.29 17834.20 0.00 14:08:35 14:06:01 140.50 60.05 80.44 0.00 3299.52 12794.08 0.00 14:08:35 14:07:02 61.43 47.03 14.39 0.00 4145.59 2762.19 0.00 14:08:35 14:08:01 104.64 27.06 77.58 0.00 1148.12 19295.59 0.00 14:08:35 Average: 50.33 23.78 26.54 0.00 1527.56 6002.44 0.00 14:08:35 14:08:35 13:53:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:08:35 13:54:01 137032 0 649020 34.49 2620 1092872 1547884 52.83 420308 1123552 40 14:08:35 13:55:01 174560 0 604384 32.12 2620 1099980 1160104 39.59 403976 1103716 20 14:08:35 13:56:01 185824 0 593116 31.52 2620 1099984 1079428 36.84 399164 1098884 16 14:08:35 13:57:01 185124 0 593812 31.56 2620 1099988 1079260 36.83 402188 1096916 16 14:08:35 13:58:01 183632 0 595300 31.64 2620 1099992 1079512 36.84 406520 1093996 8 14:08:35 13:59:01 182872 0 596052 31.68 2620 1100000 1079572 36.84 428352 1073148 8 14:08:35 14:00:01 184596 0 594328 31.59 2620 1100000 1079260 36.83 426608 1073144 8 14:08:35 14:01:01 183788 0 595128 31.63 2620 1100008 1081596 36.91 427252 1073144 16 14:08:35 14:02:01 184056 0 594732 31.61 2620 1100136 1079768 36.85 426948 1073200 16 14:08:35 14:03:02 74100 0 677436 36.00 2620 1127388 1507656 51.45 552996 1044412 71744 14:08:35 14:04:01 95108 0 759664 40.37 2620 1024152 1383040 47.20 568360 955024 10900 14:08:35 14:05:01 81708 0 763992 40.60 2572 1033272 1588588 54.22 616316 908948 74760 14:08:35 14:06:01 105488 0 822720 43.73 1492 951844 1273924 43.48 658884 776208 78108 14:08:35 14:07:02 85860 0 822052 43.69 1492 972140 1223388 41.75 598088 855144 112 14:08:35 14:08:01 227936 0 819284 43.54 1360 832964 1284704 43.84 521816 767944 52 14:08:35 Average: 151446 0 672068 35.72 2382 1055648 1235179 42.15 483852 1007825 15722 14:08:35 14:08:35 13:53:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:08:35 13:54:01 eth0 217.46 164.30 999.36 61.36 0.00 0.00 0.00 0.00 14:08:35 13:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 13:54:01 veth3b9df71 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 14:08:35 13:54:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 13:55:01 eth0 21.13 18.35 24.87 21.84 0.00 0.00 0.00 0.00 14:08:35 13:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 13:55:01 docker0 1.33 1.21 0.34 2.89 0.00 0.00 0.00 0.00 14:08:35 13:56:01 eth0 0.62 0.32 0.29 0.20 0.00 0.00 0.00 0.00 14:08:35 13:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 13:57:01 eth0 1.30 0.08 0.11 0.01 0.00 0.00 0.00 0.00 14:08:35 13:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 13:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 13:58:01 eth0 1.12 0.57 0.48 0.23 0.00 0.00 0.00 0.00 14:08:35 13:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 13:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 13:59:01 eth0 1.05 0.65 0.67 0.46 0.00 0.00 0.00 0.00 14:08:35 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:00:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 14:08:35 14:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:08:35 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:02:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:08:35 14:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:03:02 eth0 404.36 337.38 4057.43 29.14 0.00 0.00 0.00 0.00 14:08:35 14:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:04:01 eth0 37.93 34.84 62.17 47.17 0.00 0.00 0.00 0.00 14:08:35 14:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:04:01 veth5f2408b 12.56 13.73 1.34 46.39 0.00 0.00 0.00 0.00 14:08:35 14:04:01 docker0 12.56 13.59 1.17 46.38 0.00 0.00 0.00 0.00 14:08:35 14:05:01 eth0 362.49 305.51 3202.32 32.15 0.00 0.00 0.00 0.00 14:08:35 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:05:01 docker0 0.23 0.28 0.04 0.06 0.00 0.00 0.00 0.00 14:08:35 14:06:01 eth0 65.51 39.50 244.82 13.10 0.00 0.00 0.00 0.00 14:08:35 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:06:01 veth0b3b151 16.48 35.82 1.12 217.38 0.00 0.00 0.00 0.00 14:08:35 14:06:01 docker0 16.48 35.69 0.90 217.37 0.00 0.00 0.00 0.00 14:08:35 14:07:02 eth0 48.01 47.42 47.42 75.04 0.00 0.00 0.00 0.00 14:08:35 14:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:07:02 docker0 1.99 1.65 0.38 0.45 0.00 0.00 0.00 0.00 14:08:35 14:08:01 eth0 216.15 178.94 2190.47 50.57 0.00 0.00 0.00 0.00 14:08:35 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 Average: eth0 91.84 75.23 723.18 22.02 0.00 0.00 0.00 0.00 14:08:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:08:35 Average: docker0 2.17 3.49 0.19 17.81 0.00 0.00 0.00 0.00 14:08:35 14:08:35 14:08:35 ---> sar -P ALL: 14:08:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/24/21 _x86_64_ (4 CPU) 14:08:35 14:08:35 13:51:56 LINUX RESTART (4 CPU) 14:08:35 14:08:35 13:53:02 CPU %user %nice %system %iowait %steal %idle 14:08:35 13:54:01 all 10.92 0.00 4.20 1.48 31.26 52.15 14:08:35 13:54:01 0 9.31 0.00 4.12 1.57 33.90 51.09 14:08:35 13:54:01 1 10.11 0.00 3.44 1.33 30.70 54.42 14:08:35 13:54:01 2 10.97 0.00 4.06 1.70 31.15 52.13 14:08:35 13:54:01 3 13.43 0.00 5.22 1.31 29.14 50.91 14:08:35 13:55:01 all 1.13 0.00 1.29 0.13 10.66 86.78 14:08:35 13:55:01 0 0.82 0.00 1.25 0.16 12.66 85.11 14:08:35 13:55:01 1 1.18 0.00 1.29 0.09 10.34 87.10 14:08:35 13:55:01 2 1.13 0.00 1.45 0.21 9.73 87.48 14:08:35 13:55:01 3 1.40 0.00 1.18 0.05 9.91 87.46 14:08:35 13:56:01 all 0.12 0.00 0.09 0.00 1.67 98.12 14:08:35 13:56:01 0 0.03 0.00 0.10 0.00 2.12 97.75 14:08:35 13:56:01 1 0.10 0.00 0.10 0.00 1.37 98.43 14:08:35 13:56:01 2 0.31 0.00 0.10 0.00 1.90 97.69 14:08:35 13:56:01 3 0.02 0.00 0.07 0.00 1.29 98.63 14:08:35 13:57:01 all 0.10 0.00 0.27 0.00 4.08 95.55 14:08:35 13:57:01 0 0.03 0.00 0.39 0.00 3.86 95.72 14:08:35 13:57:01 1 0.05 0.00 0.34 0.00 3.31 96.30 14:08:35 13:57:01 2 0.23 0.00 0.33 0.00 3.60 95.84 14:08:35 13:57:01 3 0.10 0.00 0.03 0.00 5.52 94.36 14:08:35 13:58:01 all 0.09 0.00 0.07 0.00 1.97 97.87 14:08:35 13:58:01 0 0.16 0.00 0.05 0.00 2.23 97.55 14:08:35 13:58:01 1 0.03 0.00 0.03 0.00 2.04 97.89 14:08:35 13:58:01 2 0.03 0.00 0.13 0.00 1.27 98.56 14:08:35 13:58:01 3 0.15 0.00 0.05 0.00 2.34 97.47 14:08:35 13:59:01 all 0.15 0.00 0.18 0.00 1.28 98.39 14:08:35 13:59:01 0 0.07 0.00 0.08 0.00 0.90 98.96 14:08:35 13:59:01 1 0.23 0.00 0.18 0.00 1.46 98.13 14:08:35 13:59:01 2 0.25 0.00 0.43 0.00 0.88 98.44 14:08:35 13:59:01 3 0.05 0.00 0.03 0.00 1.90 98.02 14:08:35 14:00:01 all 0.11 0.00 0.05 0.00 0.66 99.18 14:08:35 14:00:01 0 0.00 0.00 0.05 0.00 1.37 98.58 14:08:35 14:00:01 1 0.18 0.00 0.03 0.00 0.58 99.20 14:08:35 14:00:01 2 0.07 0.00 0.10 0.00 0.56 99.27 14:08:35 14:00:01 3 0.20 0.00 0.03 0.00 0.10 99.67 14:08:35 14:01:01 all 0.14 0.00 0.03 0.00 0.44 99.38 14:08:35 14:01:01 0 0.02 0.00 0.02 0.00 0.20 99.77 14:08:35 14:01:01 1 0.03 0.00 0.03 0.02 0.75 99.17 14:08:35 14:01:01 2 0.05 0.00 0.05 0.00 0.55 99.35 14:08:35 14:01:01 3 0.47 0.00 0.03 0.00 0.27 99.23 14:08:35 14:02:01 all 0.11 0.00 0.05 0.00 1.08 98.76 14:08:35 14:02:01 0 0.00 0.00 0.03 0.00 2.05 97.92 14:08:35 14:02:01 1 0.03 0.00 0.07 0.00 1.03 98.87 14:08:35 14:02:01 2 0.00 0.00 0.05 0.00 0.45 99.50 14:08:35 14:02:01 3 0.41 0.00 0.05 0.00 0.78 98.76 14:08:35 14:03:02 all 1.37 0.00 1.50 0.19 24.39 72.54 14:08:35 14:03:02 0 1.10 0.00 1.10 0.29 26.79 70.71 14:08:35 14:03:02 1 1.39 0.00 1.28 0.04 23.52 73.76 14:08:35 14:03:02 2 1.45 0.00 1.73 0.43 22.64 73.75 14:08:35 14:03:02 3 1.56 0.00 1.90 0.01 24.59 71.94 14:08:35 14:04:01 all 3.42 0.00 3.71 3.67 34.81 54.39 14:08:35 14:04:01 0 3.25 0.00 3.24 3.77 35.44 54.30 14:08:35 14:04:01 1 2.92 0.00 3.95 3.83 34.50 54.80 14:08:35 14:04:01 2 3.92 0.00 4.02 2.88 35.28 53.89 14:08:35 14:04:01 3 3.59 0.00 3.62 4.19 34.00 54.59 14:08:35 14:08:35 14:04:01 CPU %user %nice %system %iowait %steal %idle 14:08:35 14:05:01 all 3.09 0.00 4.46 1.15 33.64 57.66 14:08:35 14:05:01 0 2.70 0.00 3.55 1.48 35.97 56.30 14:08:35 14:05:01 1 3.05 0.00 4.51 0.64 34.13 57.67 14:08:35 14:05:01 2 3.37 0.00 5.01 0.69 31.38 59.54 14:08:35 14:05:01 3 3.26 0.00 4.80 1.78 32.96 57.20 14:08:35 14:06:01 all 4.11 0.00 4.44 2.72 32.67 56.06 14:08:35 14:06:01 0 4.03 0.00 3.72 1.95 33.71 56.58 14:08:35 14:06:01 1 3.36 0.00 4.99 2.91 31.97 56.76 14:08:35 14:06:01 2 5.52 0.00 4.47 2.77 32.70 54.53 14:08:35 14:06:01 3 3.55 0.00 4.61 3.27 32.25 56.32 14:08:35 14:07:02 all 1.99 0.00 5.06 2.00 28.90 62.05 14:08:35 14:07:02 0 1.57 0.00 4.40 1.48 31.51 61.05 14:08:35 14:07:02 1 2.11 0.00 5.28 2.09 27.74 62.78 14:08:35 14:07:02 2 2.33 0.00 5.28 3.60 28.20 60.60 14:08:35 14:07:02 3 1.97 0.00 5.33 0.87 28.03 63.80 14:08:35 14:08:01 all 3.52 0.00 3.84 1.52 38.07 53.05 14:08:35 14:08:01 0 3.00 0.00 3.74 0.62 42.31 50.34 14:08:35 14:08:01 1 3.11 0.00 3.68 1.57 37.96 53.68 14:08:35 14:08:01 2 4.60 0.00 4.06 3.80 36.66 50.88 14:08:35 14:08:01 3 3.40 0.00 3.88 0.14 35.29 57.29 14:08:35 Average: all 2.13 0.00 2.08 0.92 17.42 77.45 14:08:35 Average: 0 1.85 0.00 1.85 0.82 18.90 76.58 14:08:35 Average: 1 1.97 0.00 2.09 0.90 17.19 77.86 14:08:35 Average: 2 2.41 0.00 2.21 1.15 16.75 77.48 14:08:35 Average: 3 2.31 0.00 2.18 0.83 16.80 77.89 14:08:35 14:08:35 14:08:35