Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ca796fea1848405b014fe92a36c5a65d2a45bd32 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31780’ is offline; ‘prd-centos7-docker-4c-2g-31783’ is offline; ‘prd-centos7-docker-4c-2g-31792’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31789 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 ca796fea1848405b014fe92a36c5a65d2a45bd32 (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 ca796fea1848405b014fe92a36c5a65d2a45bd32 # timeout=10 Commit message: "Merge pull request #97 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.7" > git rev-list --no-walk 69e6c9ec8a90460995072a8c2315e264534d545f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:23:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:23:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:23:19 ========================================================= 18:23:19 EdgeX Global Pipelines Version Info 18:23:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:23:21 ------------------- 18:23:21 stable info: 18:23:21 ------------------- 18:23:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:23:21 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:23:21 Message: update stable to v1.0.186 18:23:23 ------------------- 18:23:23 experimental info: 18:23:23 ------------------- 18:23:23 Commited By: **** collab-it+edgex@linuxfoundation.org 18:23:23 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:23:23 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:23:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 18:23:23 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 18:23:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:23:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ca796fea1848405b014fe92a36c5a65d2a45bd32 [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ca796fe [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:23:27 + git log --format=format:%s -1 ca796fea1848405b014fe92a36c5a65d2a45bd32 [Pipeline] echo 18:23:27 GIT_COMMIT: ca796fea1848405b014fe92a36c5a65d2a45bd32, Commit Message: Merge pull request #97 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.7 [Pipeline] echo 18:23:27 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:23:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:29 18:23:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:23:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:31 latest: Pulling from edgex-devops/git-semver 18:23:31 31603596830f: Pulling fs layer 18:23:31 2a8b12db71e7: Pulling fs layer 18:23:31 6ca5941a6612: Pulling fs layer 18:23:31 ecc8261a40a4: Pulling fs layer 18:23:31 ecc8261a40a4: Waiting 18:23:31 2a8b12db71e7: Verifying Checksum 18:23:31 2a8b12db71e7: Download complete 18:23:31 31603596830f: Verifying Checksum 18:23:31 31603596830f: Download complete 18:23:32 ecc8261a40a4: Verifying Checksum 18:23:32 ecc8261a40a4: Download complete 18:23:32 6ca5941a6612: Verifying Checksum 18:23:32 6ca5941a6612: Download complete 18:23:32 31603596830f: Pull complete 18:23:32 2a8b12db71e7: Pull complete 18:23:35 6ca5941a6612: Pull complete 18:23:35 ecc8261a40a4: Pull complete 18:23:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:23:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:23:36 prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container 18:23:37 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:23:41 $ docker top 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:23:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:41 [ssh-agent] Looking for ssh-agent implementation... 18:23:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:42 $ docker exec 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a ssh-agent 18:23:43 SSH_AUTH_SOCK=/tmp/ssh-m50MzGJkPcBS/agent.12 18:23:43 SSH_AGENT_PID=17 18:23:43 Running ssh-add (command line suppressed) 18:23:43 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8839069622472561445.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8839069622472561445.key) 18:23:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:44 + git tag --points-at HEAD [Pipeline] } 18:23:44 $ docker exec --env ******** --env ******** 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a ssh-agent -k 18:23:45 unset SSH_AUTH_SOCK; 18:23:45 unset SSH_AGENT_PID; 18:23:45 echo Agent pid 17 killed; 18:23:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:23:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:45 [ssh-agent] Looking for ssh-agent implementation... 18:23:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:46 $ docker exec 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a ssh-agent 18:23:46 SSH_AUTH_SOCK=/tmp/ssh-4yq7MyvNxxqV/agent.46 18:23:46 SSH_AGENT_PID=51 18:23:46 Running ssh-add (command line suppressed) 18:23:47 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2897660679777778874.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2897660679777778874.key) 18:23:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:48 + git semver init 18:23:48 # -> Open(): unable to determine branch for HEAD 18:23:48 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 18:23:48 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 18:23:48 # $SEMVER_REMOTE_NAME = origin 18:23:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:23:48 # $SEMVER_USER_NAME = edgex-jenkins 18:23:48 # $SEMVER_BRANCH = master 18:23:48 # $SEMVER_TEMP = /tmp/semver-337294371 18:23:48 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 18:23:49 # '/tmp/semver-337294371' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 18:23:49 # -> Force: false 18:23:49 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 18:23:49 $ docker exec --env ******** --env ******** 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a ssh-agent -k 18:23:49 unset SSH_AUTH_SOCK; 18:23:49 unset SSH_AGENT_PID; 18:23:49 echo Agent pid 51 killed; 18:23:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:23:51 + git semver [Pipeline] } 18:23:52 $ docker stop --time=1 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a 18:23:53 $ docker rm -f 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a [Pipeline] // withDockerContainer [Pipeline] sh 18:23:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:23:56 Stashed 1 file(s) [Pipeline] echo 18:23:56 [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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 18:24:12 Still waiting to schedule task 18:24:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:24:12 Still waiting to schedule task 18:24:12 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:25:15 Running on prd-centos7-docker-4c-2g-31800 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 18:25:15 Running in /w/workspace/go-mod-messaging/29 [Pipeline] { [Pipeline] checkout 18:25:18 using credential edgex-jenkins-ssh 18:25:18 Cloning the remote Git repository 18:25:18 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 18:25:18 > git init /w/workspace/go-mod-messaging/29 # timeout=10 18:25:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 18:25:18 > git --version # timeout=10 18:25:18 > git --version # 'git version 2.24.3' 18:25:18 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:19 Checking out Revision ca796fea1848405b014fe92a36c5a65d2a45bd32 (master) 18:25:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 18:25:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 18:25:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 18:25:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:25:19 > git config core.sparsecheckout # timeout=10 18:25:19 > git checkout -f ca796fea1848405b014fe92a36c5a65d2a45bd32 # timeout=10 18:25:23 Commit message: "Merge pull request #97 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.7" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:25:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:25:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:25:25 + sudo service docker restart 18:25:25 + true 18:25:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:25:26 ========================================================= 18:25:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:25:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:25:26 + 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 . 18:25:26 Sending build context to Docker daemon 514.6kB 18:25:26 Step 1/7 : ARG BASE=golang:1.15-alpine 18:25:26 Step 2/7 : FROM ${BASE} 18:25:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:25:26 188c0c94c7c5: Pulling fs layer 18:25:26 0ef7d3d256c8: Pulling fs layer 18:25:26 de9db76c5a1d: Pulling fs layer 18:25:26 bca2f99d35d6: Pulling fs layer 18:25:26 93359f2a8cfa: Pulling fs layer 18:25:26 7c6f9722023f: Pulling fs layer 18:25:26 a35cf1a2eb13: Pulling fs layer 18:25:26 93359f2a8cfa: Waiting 18:25:26 7c6f9722023f: Waiting 18:25:26 a35cf1a2eb13: Waiting 18:25:26 bca2f99d35d6: Waiting 18:25:27 de9db76c5a1d: Verifying Checksum 18:25:27 de9db76c5a1d: Download complete 18:25:27 0ef7d3d256c8: Download complete 18:25:27 93359f2a8cfa: Verifying Checksum 18:25:27 93359f2a8cfa: Download complete 18:25:27 7c6f9722023f: Verifying Checksum 18:25:27 7c6f9722023f: Download complete 18:25:27 188c0c94c7c5: Verifying Checksum 18:25:27 188c0c94c7c5: Download complete 18:25:27 188c0c94c7c5: Pull complete 18:25:27 0ef7d3d256c8: Pull complete 18:25:27 de9db76c5a1d: Pull complete 18:25:29 a35cf1a2eb13: Verifying Checksum 18:25:29 a35cf1a2eb13: Download complete 18:25:29 bca2f99d35d6: Verifying Checksum 18:25:29 bca2f99d35d6: Download complete 18:25:34 bca2f99d35d6: Pull complete 18:25:34 93359f2a8cfa: Pull complete 18:25:34 7c6f9722023f: Pull complete 18:25:41 a35cf1a2eb13: Pull complete 18:25:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:25:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:25:41 ---> a62c8e92a672 18:25:41 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:25:41 ---> Running in 613dc94b57e2 18:25:41 Removing intermediate container 613dc94b57e2 18:25:41 ---> a059f2bc0943 18:25:41 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 18:25:41 ---> Running in 54b21528ea0e 18:25:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:44 (1/5) Installing libsodium (1.0.18-r0) 18:25:44 (2/5) Installing libzmq (4.3.3-r0) 18:25:44 (3/5) Installing pkgconf (1.7.2-r0) 18:25:44 (4/5) Installing libsodium-dev (1.0.18-r0) 18:25:44 (5/5) Installing zeromq-dev (4.3.3-r0) 18:25:45 Executing busybox-1.31.1-r19.trigger 18:25:45 OK: 167 MiB in 44 packages 18:25:45 Removing intermediate container 54b21528ea0e 18:25:45 ---> 72d8d9c8c7e5 18:25:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:25:45 ---> Running in 3f7cc78169e0 18:25:45 Removing intermediate container 3f7cc78169e0 18:25:45 ---> d1daa09dd411 18:25:45 Step 6/7 : COPY go.mod . 18:25:45 ---> a5983f3cc895 18:25:45 Step 7/7 : RUN go mod download 18:25:45 ---> Running in 751fc4398928 18:25:58 Removing intermediate container 751fc4398928 18:25:58 ---> ac19039fa872 18:25:58 Successfully built ac19039fa872 18:25:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:25:58 + docker inspect -f . ci-base-image-x86_64 18:25:58 . [Pipeline] withDockerContainer 18:25:58 prd-centos7-docker-4c-2g-31800 does not seem to be running inside a container 18:25:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/29 -v /w/workspace/go-mod-messaging/29:/w/workspace/go-mod-messaging/29:rw,z -v /w/workspace/go-mod-messaging/29@tmp:/w/workspace/go-mod-messaging/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:25:59 $ docker top ce48c6e0399f71e5abfab5c814398d99a2f7d425b49d51a4041a12c29841500d -eo pid,comm [Pipeline] { [Pipeline] sh 18:25:59 + go version 18:25:59 go version go1.15.5 linux/amd64 [Pipeline] } 18:25:59 $ docker stop --time=1 ce48c6e0399f71e5abfab5c814398d99a2f7d425b49d51a4041a12c29841500d 18:26:01 $ docker rm -f ce48c6e0399f71e5abfab5c814398d99a2f7d425b49d51a4041a12c29841500d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:02 + docker inspect -f . ci-base-image-x86_64 18:26:02 . [Pipeline] withDockerContainer 18:26:02 prd-centos7-docker-4c-2g-31800 does not seem to be running inside a container 18:26:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/29 -v /w/workspace/go-mod-messaging/29:/w/workspace/go-mod-messaging/29:rw,z -v /w/workspace/go-mod-messaging/29@tmp:/w/workspace/go-mod-messaging/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:26:02 $ docker top 2d8a01ed280a707fd403d8bfbe50604fcaec846b47f20cea965c5c28cc6e0c3f -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:03 + make test 18:26:03 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:26:08 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 18:26:10 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.037s coverage: 89.9% of statements 18:26:13 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.008s coverage: 77.1% of statements 18:26:13 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 18:26:35 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.344s coverage: 83.9% of statements 18:26:35 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.008s coverage: 85.7% of statements 18:26:35 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.034s coverage: 100.0% of statements 18:26:35 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.027s coverage: 100.0% of statements 18:26:35 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.005s coverage: 90.9% of statements 18:26:35 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:26:35 gofmt -l . 18:26:35 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:26:35 $ docker stop --time=1 2d8a01ed280a707fd403d8bfbe50604fcaec846b47f20cea965c5c28cc6e0c3f 18:26:37 $ docker rm -f 2d8a01ed280a707fd403d8bfbe50604fcaec846b47f20cea965c5c28cc6e0c3f [Pipeline] // withDockerContainer [Pipeline] sh 18:26:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:26:38 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 18:26:39 ---> job-cost.sh 18:26:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ciX0 18:26:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31801 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 18:26:39 Running in /w/workspace/go-mod-messaging/29 [Pipeline] { [Pipeline] checkout 18:26:44 using credential edgex-jenkins-ssh 18:26:44 Cloning the remote Git repository 18:26:44 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 18:26:44 > git init /w/workspace/go-mod-messaging/29 # timeout=10 18:26:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 18:26:45 > git --version # timeout=10 18:26:45 > git --version # 'git version 2.17.1' 18:26:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:26:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:26:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 18:26:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:26:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 18:26:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 18:26:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:26:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:26:46 Checking out Revision ca796fea1848405b014fe92a36c5a65d2a45bd32 (master) 18:26:46 > git config core.sparsecheckout # timeout=10 18:26:46 > git checkout -f ca796fea1848405b014fe92a36c5a65d2a45bd32 # timeout=10 18:26:50 Commit message: "Merge pull request #97 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.7" 18:26:50 18:26:50 GitHub has been notified of this commit’s build result 18:26:50 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:26:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:26:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:26:52 + sudo service docker restart 18:26:52 + true 18:26:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] unstash [Pipeline] echo 18:26:55 ========================================================= 18:26:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:26:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:26:56 + 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 . 18:26:56 Sending build context to Docker daemon 513.5kB 18:26:57 Step 1/7 : ARG BASE=golang:1.15-alpine 18:26:57 Step 2/7 : FROM ${BASE} 18:26:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:26:57 5f621e34cdf4: Pulling fs layer 18:26:57 a4357932f1b6: Pulling fs layer 18:26:57 18c013af1878: Pulling fs layer 18:26:57 00ac8860ef70: Pulling fs layer 18:26:57 63d7cb157983: Pulling fs layer 18:26:57 b116817d02f9: Pulling fs layer 18:26:57 745a02a5169b: Pulling fs layer 18:26:57 63d7cb157983: Waiting 18:26:57 00ac8860ef70: Waiting 18:26:57 b116817d02f9: Waiting 18:26:57 745a02a5169b: Waiting 18:26:57 18c013af1878: Verifying Checksum 18:26:57 18c013af1878: Download complete 18:26:57 a4357932f1b6: Verifying Checksum 18:26:57 a4357932f1b6: Download complete 18:26:57 63d7cb157983: Download complete 18:26:57 b116817d02f9: Verifying Checksum 18:26:57 b116817d02f9: Download complete 18:26:57 5f621e34cdf4: Verifying Checksum 18:26:57 5f621e34cdf4: Download complete 18:26:58 5f621e34cdf4: Pull complete 18:26:59 a4357932f1b6: Pull complete 18:26:59 18c013af1878: Pull complete 18:27:01 745a02a5169b: Verifying Checksum 18:27:01 745a02a5169b: Download complete 18:27:01 00ac8860ef70: Verifying Checksum 18:27:01 00ac8860ef70: Download complete 18:27:11 00ac8860ef70: Pull complete 18:27:11 63d7cb157983: Pull complete 18:27:11 b116817d02f9: Pull complete 18:27:15 745a02a5169b: Pull complete 18:27:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:27:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:27:15 ---> b7e6874047d6 18:27:15 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:27:17 ---> Running in e15afd500dd3 18:27:18 Removing intermediate container e15afd500dd3 18:27:18 ---> 9dd92b889c7f 18:27:18 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 18:27:18 ---> Running in 35eba799955a 18:27:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:27:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:27:21 lf-activate-venv(): INFO: Adding /tmp/venv-ciX0/bin to PATH 18:27:21 INFO: No Stack... 18:27:21 INFO: Retrieving Pricing Info for: v1-standard-2 18:27:22 (1/5) Installing libsodium (1.0.18-r0) 18:27:22 (2/5) Installing libzmq (4.3.3-r0) 18:27:22 INFO: Archiving Costs 18:27:22 (3/5) Installing pkgconf (1.7.2-r0) 18:27:22 (4/5) Installing libsodium-dev (1.0.18-r0) [Pipeline] sh 18:27:22 (5/5) Installing zeromq-dev (4.3.3-r0) 18:27:22 Executing busybox-1.31.1-r19.trigger 18:27:22 OK: 144 MiB in 44 packages 18:27:22 + cat /w/workspace/go-mod-messaging/29/archives/cost.csv 18:27:22 + cut -d, -f6 [Pipeline] lock 18:27:22 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] 18:27:22 Resource [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] did not exist. Created. 18:27:22 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:27:23 + echo total: 0.029999999329447746 [Pipeline] stash 18:27:23 Stashed 1 file(s) [Pipeline] } 18:27:23 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:27:24 Removing intermediate container 35eba799955a 18:27:24 ---> a789cc0ac74d 18:27:24 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:27:24 ---> Running in 738a29fd0273 18:27:24 Removing intermediate container 738a29fd0273 18:27:24 ---> cea3ac69f053 18:27:24 Step 6/7 : COPY go.mod . 18:27:25 ---> cb28690a1473 18:27:25 Step 7/7 : RUN go mod download 18:27:25 ---> Running in c7e480d28c1d 18:27:40 Removing intermediate container c7e480d28c1d 18:27:40 ---> dea66c81fdca 18:27:40 Successfully built dea66c81fdca 18:27:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:27:40 + docker inspect -f . ci-base-image-arm64 18:27:40 . [Pipeline] withDockerContainer 18:27:40 prd-ubuntu18.04-docker-arm64-4c-16g-31801 does not seem to be running inside a container 18:27:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/29 -v /w/workspace/go-mod-messaging/29:/w/workspace/go-mod-messaging/29:rw,z -v /w/workspace/go-mod-messaging/29@tmp:/w/workspace/go-mod-messaging/29@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 18:27:42 $ docker top 2ab44010bec88245d322cedd8893735fec22b1e06344eb39950574d674c72121 -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:43 + go version 18:27:43 go version go1.15.5 linux/arm64 [Pipeline] } 18:27:43 $ docker stop --time=1 2ab44010bec88245d322cedd8893735fec22b1e06344eb39950574d674c72121 18:27:45 $ docker rm -f 2ab44010bec88245d322cedd8893735fec22b1e06344eb39950574d674c72121 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:46 + docker inspect -f . ci-base-image-arm64 18:27:46 . [Pipeline] withDockerContainer 18:27:46 prd-ubuntu18.04-docker-arm64-4c-16g-31801 does not seem to be running inside a container 18:27:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/29 -v /w/workspace/go-mod-messaging/29:/w/workspace/go-mod-messaging/29:rw,z -v /w/workspace/go-mod-messaging/29@tmp:/w/workspace/go-mod-messaging/29@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 18:27:48 $ docker top 17a96d0a0a098ce5de105bfbf0cb072b6e420647df2eb7b91329bcce139c2059 -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:49 + make test 18:27:49 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:28:01 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 18:28:07 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.055s coverage: 89.9% of statements 18:28:19 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.039s coverage: 77.1% of statements 18:28:19 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 18:28:41 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.380s coverage: 83.9% of statements 18:28:41 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.019s coverage: 85.7% of statements 18:28:41 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.044s coverage: 100.0% of statements 18:28:41 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.049s coverage: 100.0% of statements 18:28:41 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.026s coverage: 90.9% of statements 18:28:41 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:28:44 gofmt -l . 18:28:44 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:28:44 $ docker stop --time=1 17a96d0a0a098ce5de105bfbf0cb072b6e420647df2eb7b91329bcce139c2059 18:28:46 $ docker rm -f 17a96d0a0a098ce5de105bfbf0cb072b6e420647df2eb7b91329bcce139c2059 [Pipeline] // withDockerContainer [Pipeline] sh 18:28:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:28:47 Warning: overwriting stash ‘coverage-report’ 18:28:48 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 18:28:49 ---> job-cost.sh 18:28:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OhK7 18:29:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:30:50 lf-activate-venv(): INFO: Adding /tmp/venv-OhK7/bin to PATH 18:30:50 INFO: No Stack... 18:30:50 INFO: Retrieving Pricing Info for: lf-standard-4 18:30:50 INFO: Archiving Costs [Pipeline] sh 18:30:50 + cat /w/workspace/go-mod-messaging/29/archives/cost.csv 18:30:50 + cut -d, -f6 [Pipeline] lock 18:30:50 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] 18:30:50 Resource [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] did not exist. Created. 18:30:50 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:30:51 /w/workspace/go-mod-messaging/29@tmp/durable-68d9ffab/script.sh: 1: /w/workspace/go-mod-messaging/29@tmp/durable-68d9ffab/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:30:51 + echo total: 0.20999999344348907 [Pipeline] stash 18:30:51 Warning: overwriting stash ‘stack-cost’ 18:30:51 Stashed 1 file(s) [Pipeline] } 18:30:51 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-29-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 18:30:53 provisioning config files... 18:30:53 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config1791490160937784751tmp [Pipeline] { [Pipeline] sh 18:30:53 + set +x 18:30:53 + bash -s -- 18:30:53 + curl -s https://codecov.io/bash 18:30:53 18:30:53 _____ _ 18:30:53 / ____| | | 18:30:53 | | ___ __| | ___ ___ _____ __ 18:30:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:30:53 | |___| (_) | (_| | __/ (_| (_) \ V / 18:30:53 \_____\___/ \__,_|\___|\___\___/ \_/ 18:30:53 Bash-20210309-2b87ace 18:30:53 18:30:53 18:30:53 ==> git version 2.24.3 found 18:30:53 ==> 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 18:30:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:30:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:30:53 curl: option -sm: expected a proper numerical parameter 18:30:53 curl: try 'curl --help' or 'curl --manual' for more information 18:30:53 ==> Jenkins CI detected. 18:30:53 project root: . 18:30:53 --> token set from env 18:30:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:30:53 ==> Running gcov in . (disable via -X gcov) 18:30:53 ==> Python coveragepy not found 18:30:53 ==> Searching for coverage reports in: 18:30:53 + . 18:30:54 -> Found 1 reports 18:30:54 ==> Detecting git/mercurial file structure 18:30:54 ==> Reading reports 18:30:54 + ./coverage.out bytes=21589 18:30:54 ==> Appending adjustments 18:30:54 https://docs.codecov.io/docs/fixing-reports 18:30:54 + Found adjustments 18:30:54 ==> Gzipping contents 18:30:54 8.0K /tmp/codecov.7E9YPU.gz 18:30:54 ==> Uploading reports 18:30:54 url: https://codecov.io 18:30:54 query: branch=master&commit=ca796fea1848405b014fe92a36c5a65d2a45bd32&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 18:30:54 -> Pinging Codecov 18:30:54 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=ca796fea1848405b014fe92a36c5a65d2a45bd32&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 18:30:55 -> Uploading to 18:30:55 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/F6E385568367DD0E4001BA4F8F1CB792/ca796fea1848405b014fe92a36c5a65d2a45bd32/ec20afe2-e4c9-49f5-b31e-98104e921920.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T183055Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c3ed65f1db176febe092335c588bb8ab65878efad5469c06ff4168ba20fe2b1e 18:30:55 % Total % Received % Xferd Average Speed Time Time Time Current 18:30:55 Dload Upload Total Spent Left Speed 18:30:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5225 0 0 100 5225 0 13176 --:--:-- --:--:-- --:--:-- 13194 18:30:55 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/ca796fea1848405b014fe92a36c5a65d2a45bd32 [Pipeline] } 18:30:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:30:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:30:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:30:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:30:56 18:30:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:30:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:30:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:30:57 188c0c94c7c5: Pulling fs layer 18:30:57 0ef7d3d256c8: Pulling fs layer 18:30:57 de9db76c5a1d: Pulling fs layer 18:30:57 0eba1c9be4d2: Pulling fs layer 18:30:57 0d57e429df01: Pulling fs layer 18:30:57 4e4be7b47b0d: Pulling fs layer 18:30:57 e1f770b5df2f: Pulling fs layer 18:30:57 85a0685a4137: Pulling fs layer 18:30:57 0d57e429df01: Waiting 18:30:57 4e4be7b47b0d: Waiting 18:30:57 e1f770b5df2f: Waiting 18:30:57 85a0685a4137: Waiting 18:30:57 0eba1c9be4d2: Waiting 18:30:57 de9db76c5a1d: Verifying Checksum 18:30:57 de9db76c5a1d: Download complete 18:30:57 0ef7d3d256c8: Verifying Checksum 18:30:57 0ef7d3d256c8: Download complete 18:30:57 0d57e429df01: Verifying Checksum 18:30:57 0d57e429df01: Download complete 18:30:57 4e4be7b47b0d: Verifying Checksum 18:30:57 4e4be7b47b0d: Download complete 18:30:57 188c0c94c7c5: Verifying Checksum 18:30:57 188c0c94c7c5: Download complete 18:30:58 188c0c94c7c5: Pull complete 18:30:58 0ef7d3d256c8: Pull complete 18:30:58 de9db76c5a1d: Pull complete 18:30:59 e1f770b5df2f: Verifying Checksum 18:30:59 e1f770b5df2f: Download complete 18:31:05 0eba1c9be4d2: Verifying Checksum 18:31:05 0eba1c9be4d2: Download complete 18:31:08 85a0685a4137: Verifying Checksum 18:31:08 85a0685a4137: Download complete 18:31:27 0eba1c9be4d2: Pull complete 18:31:27 0d57e429df01: Pull complete 18:31:27 4e4be7b47b0d: Pull complete 18:31:30 e1f770b5df2f: Pull complete 18:31:49 85a0685a4137: Pull complete 18:31:49 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:31:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:31:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:31:50 prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container 18:31:50 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:31:53 $ docker top e0f90e2b5fc3fdf2abbc0eb24929a87cd0e201694a969293a72b72983e773546 -eo pid,comm [Pipeline] { [Pipeline] echo 18:31:54 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:31:54 + set -o pipefail 18:31:54 + snyk monitor '--org=edgex-jenkins' 18:32:05 18:32:05 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... 18:32:05 18:32:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/940f7f31-9858-4bec-b513-3bbed209a01c 18:32:05 18:32:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:32:05 18:32:07 18:32:07 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 18:32:07 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:32:07 $ docker stop --time=1 e0f90e2b5fc3fdf2abbc0eb24929a87cd0e201694a969293a72b72983e773546 18:32:09 $ docker rm -f e0f90e2b5fc3fdf2abbc0eb24929a87cd0e201694a969293a72b72983e773546 [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 18:32:11 + git log --format=format:%s -1 ca796fea1848405b014fe92a36c5a65d2a45bd32 [Pipeline] isUnix [Pipeline] sh 18:32:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:12 . [Pipeline] withDockerContainer 18:32:12 prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container 18:32:12 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:32:14 $ docker top 2c875c2d9fd3097ca9c40696b33549a1f259b90cc01ab8c19ad24d22b7604e65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:32:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:15 [ssh-agent] Looking for ssh-agent implementation... 18:32:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:16 $ docker exec 2c875c2d9fd3097ca9c40696b33549a1f259b90cc01ab8c19ad24d22b7604e65 ssh-agent 18:32:17 SSH_AUTH_SOCK=/tmp/ssh-gf4e3n4xlrSQ/agent.11 18:32:17 SSH_AGENT_PID=16 18:32:17 Running ssh-add (command line suppressed) 18:32:18 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3159429629939188828.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3159429629939188828.key) 18:32:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:18 + git semver tag 18:32:19 # -> Open(): unable to determine branch for HEAD 18:32:19 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 18:32:19 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 18:32:19 # $SEMVER_REMOTE_NAME = origin 18:32:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:32:19 # $SEMVER_USER_NAME = edgex-jenkins 18:32:19 # $SEMVER_BRANCH = master 18:32:19 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 18:32:19 # ca796fea1848405b014fe92a36c5a65d2a45bd32 HEAD 18:32:19 # -> Force: false 18:32:19 # 1c9cf233de4e533516aab9ec531c1e1303840e1c refs/tags/v2.0.0-dev.7 [Pipeline] } 18:32:19 $ docker exec --env ******** --env ******** 2c875c2d9fd3097ca9c40696b33549a1f259b90cc01ab8c19ad24d22b7604e65 ssh-agent -k 18:32:19 unset SSH_AUTH_SOCK; 18:32:19 unset SSH_AGENT_PID; 18:32:19 echo Agent pid 16 killed; 18:32:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:21 + git semver [Pipeline] } 18:32:21 $ docker stop --time=1 2c875c2d9fd3097ca9c40696b33549a1f259b90cc01ab8c19ad24d22b7604e65 18:32:23 $ docker rm -f 2c875c2d9fd3097ca9c40696b33549a1f259b90cc01ab8c19ad24d22b7604e65 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:32:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:32:25 18:32:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:32:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:32:26 0.23.1-centos7: Pulling from edgex-lftools 18:32:26 ab5ef0e58194: Pulling fs layer 18:32:26 9712f1f96733: Pulling fs layer 18:32:26 63f879dbbcfc: Pulling fs layer 18:32:26 0d9ebad4ef96: Pulling fs layer 18:32:26 e9a5061849ea: Pulling fs layer 18:32:26 d747dcd14b5f: Pulling fs layer 18:32:26 2de7ff778b66: Pulling fs layer 18:32:26 0d9ebad4ef96: Waiting 18:32:26 e9a5061849ea: Waiting 18:32:26 d747dcd14b5f: Waiting 18:32:26 2de7ff778b66: Waiting 18:32:26 9712f1f96733: Download complete 18:32:30 63f879dbbcfc: Verifying Checksum 18:32:30 63f879dbbcfc: Download complete 18:32:30 e9a5061849ea: Verifying Checksum 18:32:30 e9a5061849ea: Download complete 18:32:30 d747dcd14b5f: Verifying Checksum 18:32:30 d747dcd14b5f: Download complete 18:32:31 2de7ff778b66: Verifying Checksum 18:32:31 2de7ff778b66: Download complete 18:32:31 0d9ebad4ef96: Verifying Checksum 18:32:31 0d9ebad4ef96: Download complete 18:32:32 ab5ef0e58194: Verifying Checksum 18:32:32 ab5ef0e58194: Download complete 18:32:45 ab5ef0e58194: Pull complete 18:32:45 9712f1f96733: Pull complete 18:32:49 63f879dbbcfc: Pull complete 18:33:02 0d9ebad4ef96: Pull complete 18:33:06 e9a5061849ea: Pull complete 18:33:06 d747dcd14b5f: Pull complete 18:33:12 2de7ff778b66: Pull complete 18:33:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:33:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:33:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:33:12 prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container 18:33:12 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:33:18 $ docker top 67c00d9785811e86ee6cde4104990b696e0c0daab2c0178e81e946a98d5d530b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:33:18 provisioning config files... 18:33:18 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4281699596093278020tmp 18:33:18 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config2658016961267360721tmp 18:33:18 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8509021442162715927tmp [Pipeline] { [Pipeline] echo 18:33:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:33:20 ---> sigul-configuration.sh 18:33:20 gpg: directory `/root/.gnupg' created 18:33:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:33:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:33:20 gpg: keyring `/root/.gnupg/secring.gpg' created 18:33:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:33:20 gpg: CAST5 encrypted data 18:33:20 gpg: encrypted with 1 passphrase 18:33:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:33:20 + mkdir /home/jenkins 18:33:20 + mkdir /home/jenkins/sigul [Pipeline] sh 18:33:21 + 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 18:33:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:33:21 ---> sigul-install.sh 18:33:36 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:33:38 + git tag --list 18:33:38 v0.0.0 18:33:38 v0.1.0 18:33:38 v0.1.1 18:33:38 v0.1.10 18:33:38 v0.1.11 18:33:38 v0.1.12 18:33:38 v0.1.13 18:33:38 v0.1.14 18:33:38 v0.1.15 18:33:38 v0.1.16 18:33:38 v0.1.17 18:33:38 v0.1.18 18:33:38 v0.1.19 18:33:38 v0.1.2 18:33:38 v0.1.20 18:33:38 v0.1.21 18:33:38 v0.1.22 18:33:38 v0.1.23 18:33:38 v0.1.24 18:33:38 v0.1.25 18:33:38 v0.1.26 18:33:38 v0.1.27 18:33:38 v0.1.28 18:33:38 v0.1.29 18:33:38 v0.1.3 18:33:38 v0.1.30 18:33:38 v0.1.31 18:33:38 v0.1.4 18:33:38 v0.1.5 18:33:38 v0.1.6 18:33:38 v0.1.7 18:33:38 v0.1.8 18:33:38 v0.1.9 18:33:38 v2.0.0-dev.1 18:33:38 v2.0.0-dev.2 18:33:38 v2.0.0-dev.3 18:33:38 v2.0.0-dev.4 18:33:38 v2.0.0-dev.5 18:33:38 v2.0.0-dev.6 18:33:38 v2.0.0-dev.7 [Pipeline] sh 18:33:39 + lftools sign git-tag v2.0.0-dev.7 18:33:43 Signing Git tag with Sigul... 18:33:43 Signing v2.0.0-dev.7 [Pipeline] echo 18:33:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:33:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:33:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:33:47 $ docker stop --time=1 67c00d9785811e86ee6cde4104990b696e0c0daab2c0178e81e946a98d5d530b 18:33:50 $ docker rm -f 67c00d9785811e86ee6cde4104990b696e0c0daab2c0178e81e946a98d5d530b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:33:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:33:52 . [Pipeline] withDockerContainer 18:33:52 prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container 18:33:53 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:33:55 $ docker top 8d62e7ca79b93dd6ce0e8f16ff33fda4b12a8897c2cea31170d3b3aa4e274ff1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:33:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:33:56 [ssh-agent] Looking for ssh-agent implementation... 18:33:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:33:56 $ docker exec 8d62e7ca79b93dd6ce0e8f16ff33fda4b12a8897c2cea31170d3b3aa4e274ff1 ssh-agent 18:33:57 SSH_AUTH_SOCK=/tmp/ssh-HOUQjKuW4h2B/agent.11 18:33:57 SSH_AGENT_PID=17 18:33:57 Running ssh-add (command line suppressed) 18:33:57 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5116953921244093589.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5116953921244093589.key) 18:33:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:33:58 + git semver bump pre 18:33:58 # -> Open(): unable to determine branch for HEAD 18:33:58 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 18:33:58 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 18:33:58 # $SEMVER_REMOTE_NAME = origin 18:33:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:33:58 # $SEMVER_USER_NAME = edgex-jenkins 18:33:58 # $SEMVER_BRANCH = master 18:33:58 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 18:33:58 2.0.0-dev.8 [Pipeline] } 18:33:58 $ docker exec --env ******** --env ******** 8d62e7ca79b93dd6ce0e8f16ff33fda4b12a8897c2cea31170d3b3aa4e274ff1 ssh-agent -k 18:33:59 unset SSH_AUTH_SOCK; 18:33:59 unset SSH_AGENT_PID; 18:33:59 echo Agent pid 17 killed; 18:33:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:34:00 + git semver [Pipeline] } 18:34:00 $ docker stop --time=1 8d62e7ca79b93dd6ce0e8f16ff33fda4b12a8897c2cea31170d3b3aa4e274ff1 18:34:02 $ docker rm -f 8d62e7ca79b93dd6ce0e8f16ff33fda4b12a8897c2cea31170d3b3aa4e274ff1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:34:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:34:03 . [Pipeline] withDockerContainer 18:34:03 prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container 18:34:04 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:34:06 $ docker top 634ab3e05132a48e53a7d1516234397aca0c93b8a1a27c74824d4b3c02ac95dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:34:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:34:06 [ssh-agent] Looking for ssh-agent implementation... 18:34:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:34:08 $ docker exec 634ab3e05132a48e53a7d1516234397aca0c93b8a1a27c74824d4b3c02ac95dd ssh-agent 18:34:09 SSH_AUTH_SOCK=/tmp/ssh-MUIKx4bTNIwH/agent.12 18:34:09 SSH_AGENT_PID=17 18:34:09 Running ssh-add (command line suppressed) 18:34:10 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8550151542883172642.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8550151542883172642.key) 18:34:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:34:11 + git semver push 18:34:11 # -> Open(): unable to determine branch for HEAD 18:34:11 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 18:34:11 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 18:34:11 # $SEMVER_REMOTE_NAME = origin 18:34:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:34:11 # $SEMVER_USER_NAME = edgex-jenkins 18:34:11 # $SEMVER_BRANCH = master 18:34:11 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 18:34:15 $ docker exec --env ******** --env ******** 634ab3e05132a48e53a7d1516234397aca0c93b8a1a27c74824d4b3c02ac95dd ssh-agent -k 18:34:16 unset SSH_AUTH_SOCK; 18:34:16 unset SSH_AGENT_PID; 18:34:16 echo Agent pid 17 killed; 18:34:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:34:16 + git semver [Pipeline] } 18:34:16 $ docker stop --time=1 634ab3e05132a48e53a7d1516234397aca0c93b8a1a27c74824d4b3c02ac95dd 18:34:18 $ docker rm -f 634ab3e05132a48e53a7d1516234397aca0c93b8a1a27c74824d4b3c02ac95dd [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 18:34:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:34:21 ---> package-listing.sh 18:34:21 ++ facter osfamily 18:34:21 ++ tr '[:upper:]' '[:lower:]' 18:34:21 + OS_FAMILY=redhat 18:34:21 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 18:34:21 + START_PACKAGES=/tmp/packages_start.txt 18:34:21 + END_PACKAGES=/tmp/packages_end.txt 18:34:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:34:21 + PACKAGES=/tmp/packages_start.txt 18:34:21 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 18:34:21 + PACKAGES=/tmp/packages_end.txt 18:34:21 + case "${OS_FAMILY}" in 18:34:21 + rpm -qa 18:34:21 + sort 18:34:30 + '[' -f /tmp/packages_start.txt ']' 18:34:30 + '[' -f /tmp/packages_end.txt ']' 18:34:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:34:30 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 18:34:30 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 18:34:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo 18:34:30 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 18:34:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:34:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:34:31 18:34:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:34:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:34:32 alpine: Pulling from edgex-lftools-log-publisher 18:34:32 df20fa9351a1: Pulling fs layer 18:34:32 36b3adc4ff6f: Pulling fs layer 18:34:32 8ad3a11d3b57: Pulling fs layer 18:34:32 46f8f816bc3b: Pulling fs layer 18:34:32 93b61091891f: Pulling fs layer 18:34:32 93b9cdb0e59b: Pulling fs layer 18:34:32 5e14af77c1be: Pulling fs layer 18:34:32 01666e4c0597: Pulling fs layer 18:34:32 aa168da1d23b: Pulling fs layer 18:34:32 93b61091891f: Waiting 18:34:32 93b9cdb0e59b: Waiting 18:34:32 5e14af77c1be: Waiting 18:34:32 01666e4c0597: Waiting 18:34:32 aa168da1d23b: Waiting 18:34:32 46f8f816bc3b: Waiting 18:34:32 36b3adc4ff6f: Download complete 18:34:32 46f8f816bc3b: Verifying Checksum 18:34:32 46f8f816bc3b: Download complete 18:34:32 93b61091891f: Verifying Checksum 18:34:32 93b61091891f: Download complete 18:34:32 93b9cdb0e59b: Verifying Checksum 18:34:32 93b9cdb0e59b: Download complete 18:34:32 5e14af77c1be: Verifying Checksum 18:34:32 5e14af77c1be: Download complete 18:34:32 01666e4c0597: Verifying Checksum 18:34:32 01666e4c0597: Download complete 18:34:32 df20fa9351a1: Verifying Checksum 18:34:32 df20fa9351a1: Download complete 18:34:35 df20fa9351a1: Pull complete 18:34:35 8ad3a11d3b57: Verifying Checksum 18:34:35 8ad3a11d3b57: Download complete 18:34:35 36b3adc4ff6f: Pull complete 18:34:41 8ad3a11d3b57: Pull complete 18:34:41 46f8f816bc3b: Pull complete 18:34:42 93b61091891f: Pull complete 18:34:43 93b9cdb0e59b: Pull complete 18:34:44 5e14af77c1be: Pull complete 18:34:44 01666e4c0597: Pull complete 18:34:45 aa168da1d23b: Verifying Checksum 18:34:45 aa168da1d23b: Download complete 18:35:12 aa168da1d23b: Pull complete 18:35:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:35:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:35:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:35:13 prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container 18:35:13 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:35:17 $ docker top d87faf1d769c02963be923c72cf53fcac4d54cc91a134b276332743d0a78b7d9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:18 + touch /tmp/pre-build-complete [Pipeline] sh 18:35:18 + mkdir -p /var/log/sa [Pipeline] sh 18:35:19 + ls /var/log/sa-host 18:35:19 + sadf -c /var/log/sa-host/sa23 18:35:19 file_magic: OK 18:35:19 HZ: Using current value: 100 18:35:19 file_header: OK 18:35:19 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 18:35:19 Statistics: 18:35:19 Hnuu...uuuununununu... 18:35:19 File successfully converted to sysstat format version 12.2.1 18:35:19 + sadf -c /var/log/sa-host/sa29 18:35:19 file_magic: OK 18:35:19 HZ: Using current value: 100 18:35:19 file_header: OK 18:35:19 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 18:35:19 Statistics: 18:35:19 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... 18:35:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:35:19 provisioning config files... 18:35:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config9029902139487877250tmp [Pipeline] { [Pipeline] echo 18:35:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:35:20 ---> create-netrc.sh [Pipeline] } 18:35:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:35:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:35:21 ---> python-tools-install.sh [Pipeline] echo 18:35:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:35:21 ---> sudo-logs.sh 18:35:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:35:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:35:22 ---> job-cost.sh 18:35:22 lf-activate-venv: SKIPPING 18:35:22 DEBUG: total: 0.20999999344348907 18:35:22 INFO: Retrieving Stack Cost... 18:35:23 INFO: Retrieving Pricing Info for: v1-standard-2 18:35:24 INFO: Archiving Costs [Pipeline] echo 18:35:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:35:25 ---> logs-deploy.sh 18:35:25 lf-activate-venv: SKIPPING 18:35:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/29 18:35:25 INFO: archiving workspace using pattern(s): 18:35:29 Archives upload complete. 18:35:29 INFO: archiving logs to Nexus 18:35:32 ---> uname -a: 18:35:32 Linux prd-centos7-docker-4c-2g-31789.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:35:32 18:35:32 18:35:32 ---> lscpu: 18:35:32 Architecture: x86_64 18:35:32 CPU op-mode(s): 32-bit, 64-bit 18:35:32 Byte Order: Little Endian 18:35:32 Address sizes: 40 bits physical, 48 bits virtual 18:35:32 CPU(s): 4 18:35:32 On-line CPU(s) list: 0-3 18:35:32 Thread(s) per core: 1 18:35:32 Core(s) per socket: 1 18:35:32 Socket(s): 4 18:35:32 NUMA node(s): 1 18:35:32 Vendor ID: GenuineIntel 18:35:32 CPU family: 6 18:35:32 Model: 44 18:35:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:35:32 Stepping: 1 18:35:32 CPU MHz: 2933.438 18:35:32 BogoMIPS: 5866.87 18:35:32 Virtualization: VT-x 18:35:32 Hypervisor vendor: KVM 18:35:32 Virtualization type: full 18:35:32 L1d cache: 128 KiB 18:35:32 L1i cache: 128 KiB 18:35:32 L2 cache: 16 MiB 18:35:32 L3 cache: 64 MiB 18:35:32 NUMA node0 CPU(s): 0-3 18:35:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:35:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:35:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:35:32 Vulnerability Meltdown: Mitigation; PTI 18:35:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:35:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:35:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:35:32 Vulnerability Srbds: Not affected 18:35:32 Vulnerability Tsx async abort: Not affected 18:35:32 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 18:35:32 18:35:32 18:35:32 ---> nproc: 18:35:32 4 18:35:32 18:35:32 18:35:32 ---> df -h: 18:35:32 Filesystem Size Used Available Use% Mounted on 18:35:32 overlay 50.0G 8.5G 41.4G 17% / 18:35:32 tmpfs 64.0M 0 64.0M 0% /dev 18:35:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:35:32 shm 64.0M 0 64.0M 0% /dev/shm 18:35:32 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:35:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:35:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:35:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:35:32 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master 18:35:32 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master@tmp 18:35:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:35:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:35:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:35:32 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:35:32 18:35:32 18:35:32 ---> free -m: 18:35:32 total used free shared buff/cache available 18:35:32 Mem: 1837 850 145 0 841 921 18:35:32 Swap: 1023 3 1020 18:35:32 18:35:32 18:35:32 ---> ip addr: 18:35:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:35:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:35:32 inet 127.0.0.1/8 scope host lo 18:35:32 valid_lft forever preferred_lft forever 18:35:32 inet6 ::1/128 scope host 18:35:32 valid_lft forever preferred_lft forever 18:35:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:35:32 link/ether fa:16:3e:33:ed:70 brd ff:ff:ff:ff:ff:ff 18:35:32 inet 10.30.123.94/23 brd 10.30.123.255 scope global dynamic eth0 18:35:32 valid_lft 85565sec preferred_lft 85565sec 18:35:32 inet6 fe80::f816:3eff:fe33:ed70/64 scope link 18:35:32 valid_lft forever preferred_lft forever 18:35:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:35:32 link/ether 02:42:95:5e:25:19 brd ff:ff:ff:ff:ff:ff 18:35:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:35:32 valid_lft forever preferred_lft forever 18:35:32 inet6 fe80::42:95ff:fe5e:2519/64 scope link 18:35:32 valid_lft forever preferred_lft forever 18:35:32 18:35:32 18:35:32 ---> sar -b -r -n DEV: 18:35:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 18:35:32 18:35:32 18:21:19 LINUX RESTART (4 CPU) 18:35:32 18:35:32 18:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:35:32 18:23:02 136.70 89.39 47.30 0.00 6377.63 36312.11 0.00 18:35:32 18:24:01 50.81 15.37 35.44 0.00 4897.47 2525.13 0.00 18:35:32 18:25:01 2.41 0.00 2.41 0.00 0.00 55.18 0.00 18:35:32 18:26:01 0.23 0.00 0.23 0.00 0.00 3.31 0.00 18:35:32 18:27:01 0.22 0.00 0.22 0.00 0.00 2.63 0.00 18:35:32 18:28:01 0.37 0.00 0.37 0.00 0.00 4.83 0.00 18:35:32 18:29:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 18:35:32 18:30:01 0.20 0.00 0.20 0.00 0.00 1.89 0.00 18:35:32 18:31:01 1.39 0.17 1.23 0.00 54.05 26.05 0.00 18:35:32 18:32:01 268.68 170.42 98.26 0.00 7708.67 33198.99 0.00 18:35:32 18:33:02 133.95 33.03 100.92 0.00 1542.06 23396.73 0.00 18:35:32 18:34:01 110.60 55.05 55.56 0.00 3745.09 10384.63 0.00 18:35:32 18:35:02 109.00 54.19 54.80 0.00 4274.28 14521.90 0.00 18:35:32 Average: 62.88 32.24 30.64 0.00 2202.04 9311.97 0.00 18:35:32 18:35:32 18:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:35:32 18:23:02 102744 0 516356 27.44 2620 1259824 1049076 35.80 327292 1254292 856 18:35:32 18:24:01 151092 0 626560 33.30 2620 1101272 1184404 40.42 457140 1073192 136 18:35:32 18:25:01 164684 0 613016 32.58 2620 1101224 1075808 36.72 453208 1066072 20 18:35:32 18:26:01 162232 0 615468 32.71 2620 1101224 1076088 36.73 453852 1067724 8 18:35:32 18:27:01 162504 0 615192 32.70 2620 1101228 1076040 36.72 456208 1065228 8 18:35:32 18:28:01 162648 0 615040 32.69 2620 1101236 1075944 36.72 465028 1056044 8 18:35:32 18:29:01 163552 0 614136 32.64 2620 1101236 1075872 36.72 464640 1056044 12 18:35:32 18:30:01 162960 0 614720 32.67 2620 1101244 1075872 36.72 465204 1055488 8 18:35:32 18:31:01 66916 0 648260 34.45 2620 1163748 1279720 43.67 494556 1116776 88072 18:35:32 18:32:01 80892 0 780464 41.48 2620 1017568 1338788 45.69 561420 979324 10876 18:35:32 18:33:02 138244 0 831636 44.20 2192 909472 1552784 52.99 581524 843824 85412 18:35:32 18:34:01 235252 0 815364 43.33 1516 829412 1337336 45.64 574284 728872 64 18:35:32 18:35:02 63996 0 865460 46.00 1400 950688 1571156 53.62 685660 778828 65788 18:35:32 Average: 139824 0 674744 35.86 2408 1064567 1212991 41.40 495386 1010901 19328 18:35:32 18:35:32 18:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:35:32 18:23:02 eth0 105.33 75.08 421.56 24.27 0.00 0.00 0.00 0.00 18:35:32 18:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:24:01 eth0 138.76 115.04 622.22 71.25 0.00 0.00 0.00 0.00 18:35:32 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:24:01 docker0 1.72 1.50 0.39 3.12 0.00 0.00 0.00 0.00 18:35:32 18:25:01 eth0 2.41 0.12 0.22 0.02 0.00 0.00 0.00 0.00 18:35:32 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:26:01 eth0 2.05 0.72 0.85 0.55 0.00 0.00 0.00 0.00 18:35:32 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:27:01 eth0 0.63 0.40 0.28 0.24 0.00 0.00 0.00 0.00 18:35:32 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:28:01 eth0 0.43 0.23 0.18 0.07 0.00 0.00 0.00 0.00 18:35:32 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:29:01 eth0 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:35:32 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:30:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:35:32 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:31:01 eth0 157.19 129.04 1426.92 12.42 0.00 0.00 0.00 0.00 18:35:32 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:32:01 veth1167ab5 12.76 12.57 1.35 45.05 0.00 0.00 0.00 0.00 18:35:32 18:32:01 eth0 272.63 225.36 2683.36 23.15 0.00 0.00 0.00 0.00 18:35:32 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:32:01 docker0 12.76 12.46 1.18 45.04 0.00 0.00 0.00 0.00 18:35:32 18:33:02 eth0 393.10 353.57 3187.36 83.70 0.00 0.00 0.00 0.00 18:35:32 18:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:33:02 docker0 0.59 0.51 0.09 0.15 0.00 0.00 0.00 0.00 18:35:32 18:34:01 eth0 131.90 58.88 283.76 18.76 0.00 0.00 0.00 0.00 18:35:32 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:34:01 veth0b066e7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:35:32 18:34:01 docker0 25.57 44.07 1.45 236.86 0.00 0.00 0.00 0.00 18:35:32 18:35:02 eth0 275.39 229.18 2178.97 75.20 0.00 0.00 0.00 0.00 18:35:32 18:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 18:35:02 docker0 1.88 1.29 0.31 0.30 0.00 0.00 0.00 0.00 18:35:32 Average: eth0 114.30 91.81 836.20 23.87 0.00 0.00 0.00 0.00 18:35:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:32 Average: docker0 3.25 4.56 0.26 21.73 0.00 0.00 0.00 0.00 18:35:32 18:35:32 18:35:32 ---> sar -P ALL: 18:35:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 18:35:32 18:35:32 18:21:19 LINUX RESTART (4 CPU) 18:35:32 18:35:32 18:22:01 CPU %user %nice %system %iowait %steal %idle 18:35:32 18:23:02 all 9.93 0.00 7.18 11.50 42.74 28.64 18:35:32 18:23:02 0 8.00 0.00 6.15 11.60 43.62 30.63 18:35:32 18:23:02 1 10.25 0.00 5.86 13.00 41.78 29.11 18:35:32 18:23:02 2 11.70 0.00 11.09 8.67 42.50 26.03 18:35:32 18:23:02 3 9.93 0.00 5.92 12.54 43.05 28.57 18:35:32 18:24:01 all 5.02 0.00 3.53 1.24 25.98 64.23 18:35:32 18:24:01 0 3.92 0.00 3.23 1.08 27.19 64.57 18:35:32 18:24:01 1 5.40 0.00 3.51 0.91 26.25 63.93 18:35:32 18:24:01 2 5.04 0.00 3.56 1.89 25.53 63.98 18:35:32 18:24:01 3 5.75 0.00 3.84 1.11 24.88 64.43 18:35:32 18:25:01 all 0.07 0.00 0.09 0.00 1.24 98.60 18:35:32 18:25:01 0 0.02 0.00 0.12 0.02 1.25 98.60 18:35:32 18:25:01 1 0.15 0.00 0.05 0.00 0.98 98.83 18:35:32 18:25:01 2 0.10 0.00 0.11 0.00 2.21 97.58 18:35:32 18:25:01 3 0.02 0.00 0.07 0.00 0.51 99.40 18:35:32 18:26:01 all 0.09 0.00 0.09 0.00 1.53 98.30 18:35:32 18:26:01 0 0.03 0.00 0.15 0.00 1.76 98.06 18:35:32 18:26:01 1 0.05 0.00 0.05 0.00 2.35 97.55 18:35:32 18:26:01 2 0.23 0.00 0.05 0.00 1.12 98.60 18:35:32 18:26:01 3 0.03 0.00 0.10 0.00 0.86 99.01 18:35:32 18:27:01 all 0.07 0.00 0.03 0.00 1.20 98.70 18:35:32 18:27:01 0 0.05 0.00 0.03 0.00 2.02 97.90 18:35:32 18:27:01 1 0.15 0.00 0.03 0.00 0.61 99.20 18:35:32 18:27:01 2 0.07 0.00 0.03 0.00 1.16 98.75 18:35:32 18:27:01 3 0.02 0.00 0.02 0.00 1.02 98.94 18:35:32 18:28:01 all 0.06 0.00 0.19 0.00 1.51 98.23 18:35:32 18:28:01 0 0.03 0.00 0.03 0.00 1.37 98.57 18:35:32 18:28:01 1 0.02 0.00 0.36 0.00 1.06 98.56 18:35:32 18:28:01 2 0.12 0.00 0.30 0.00 1.77 97.82 18:35:32 18:28:01 3 0.08 0.00 0.08 0.00 1.86 97.98 18:35:32 18:29:01 all 0.07 0.00 0.02 0.00 1.06 98.85 18:35:32 18:29:01 0 0.25 0.00 0.02 0.00 1.79 97.95 18:35:32 18:29:01 1 0.02 0.00 0.02 0.00 0.30 99.67 18:35:32 18:29:01 2 0.02 0.00 0.02 0.00 0.53 99.44 18:35:32 18:29:01 3 0.02 0.00 0.02 0.00 1.61 98.36 18:35:32 18:30:01 all 0.09 0.00 0.03 0.00 1.02 98.86 18:35:32 18:30:01 0 0.28 0.00 0.03 0.00 1.29 98.39 18:35:32 18:30:01 1 0.02 0.00 0.03 0.00 0.81 99.14 18:35:32 18:30:01 2 0.03 0.00 0.03 0.00 1.45 98.48 18:35:32 18:30:01 3 0.02 0.00 0.03 0.00 0.54 99.41 18:35:32 18:31:01 all 0.70 0.00 0.67 0.01 4.08 94.54 18:35:32 18:31:01 0 0.83 0.00 0.78 0.00 3.91 94.48 18:35:32 18:31:01 1 0.78 0.00 0.78 0.00 4.50 93.93 18:35:32 18:31:01 2 0.52 0.00 0.59 0.02 3.39 95.48 18:35:32 18:31:01 3 0.67 0.00 0.54 0.03 4.50 94.27 18:35:32 18:32:01 all 4.06 0.00 3.73 1.75 34.65 55.82 18:35:32 18:32:01 0 3.18 0.00 3.54 1.61 37.51 54.16 18:35:32 18:32:01 1 5.00 0.00 3.44 1.35 34.28 55.93 18:35:32 18:32:01 2 4.63 0.00 3.86 2.37 33.80 55.35 18:35:32 18:32:01 3 3.47 0.00 4.09 1.69 32.86 57.90 18:35:32 18:33:02 all 4.98 0.00 5.64 1.59 27.76 60.03 18:35:32 18:33:02 0 5.08 0.00 5.28 1.38 30.19 58.06 18:35:32 18:33:02 1 5.11 0.00 5.51 1.31 27.23 60.84 18:35:32 18:33:02 2 4.62 0.00 6.05 2.42 26.93 59.99 18:35:32 18:33:02 3 5.10 0.00 5.72 1.26 26.63 61.29 18:35:32 18:35:32 18:33:02 CPU %user %nice %system %iowait %steal %idle 18:35:32 18:34:01 all 4.15 0.00 4.10 2.38 23.22 66.16 18:35:32 18:34:01 0 4.57 0.00 4.63 2.51 24.79 63.50 18:35:32 18:34:01 1 3.41 0.00 4.28 1.82 22.93 67.55 18:35:32 18:34:01 2 3.11 0.00 4.12 2.38 21.71 68.67 18:35:32 18:34:01 3 5.49 0.00 3.36 2.80 23.43 64.93 18:35:32 18:35:02 all 3.52 0.00 4.00 1.95 30.35 60.18 18:35:32 18:35:02 0 2.88 0.00 3.81 0.26 31.33 61.73 18:35:32 18:35:02 1 4.23 0.00 3.84 2.63 29.92 59.37 18:35:32 18:35:02 2 3.05 0.00 4.61 2.10 29.68 60.56 18:35:32 18:35:02 3 3.90 0.00 3.75 2.83 30.46 59.07 18:35:32 Average: all 2.67 0.00 2.38 1.69 15.94 77.32 18:35:32 Average: 0 2.39 0.00 2.27 1.55 17.04 76.75 18:35:32 Average: 1 2.84 0.00 2.26 1.77 15.74 77.39 18:35:32 Average: 2 2.66 0.00 2.76 1.59 15.38 77.61 18:35:32 Average: 3 2.80 0.00 2.23 1.84 15.59 77.54 18:35:32 18:35:32 18:35:32