Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d2c7cbbe4ec454cf553977e16078aff79e24f14 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 Running on prd-centos7-docker-4c-2g-972 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 > 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 Checking out Revision 4d2c7cbbe4ec454cf553977e16078aff79e24f14 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 Commit message: "Merge pull request #103 from soda480/US149" > git rev-list --no-walk 17007ebb2da1b0d54778486c129729b0646fc97e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T21:40:10.447Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T21:40:10.545Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T21:40:10.572Z] ========================================================= [2021-04-19T21:40:10.572Z] EdgeX Global Pipelines Version Info [2021-04-19T21:40:10.572Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:40:12.115Z] ------------------- [2021-04-19T21:40:12.115Z] stable info: [2021-04-19T21:40:12.115Z] ------------------- [2021-04-19T21:40:12.115Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T21:40:12.115Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T21:40:12.115Z] Message: update stable to v1.0.186 [2021-04-19T21:40:13.074Z] ------------------- [2021-04-19T21:40:13.074Z] experimental info: [2021-04-19T21:40:13.074Z] ------------------- [2021-04-19T21:40:13.074Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T21:40:13.074Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-19T21:40:13.074Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T21:40:13.202Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-04-19T21:40:13.226Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-04-19T21:40:13.251Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T21:40:13.278Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T21:40:13.314Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T21:40:13.341Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T21:40:13.366Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T21:40:13.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T21:40:13.417Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T21:40:13.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T21:40:13.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T21:40:13.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-04-19T21:40:13.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T21:40:13.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T21:40:13.558Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:40:13.581Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:40:13.603Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:40:13.625Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:40:13.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T21:40:13.672Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T21:40:13.715Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T21:40:13.738Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T21:40:13.761Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T21:40:13.785Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T21:40:13.808Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-19T21:40:13.831Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T21:40:13.854Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T21:40:13.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T21:40:13.903Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T21:40:13.935Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d2c7cbbe4ec454cf553977e16078aff79e24f14 [Pipeline] echo [2021-04-19T21:40:13.957Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d2c7cb [Pipeline] echo [2021-04-19T21:40:13.980Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:40:14.376Z] + git log --format=format:%s -1 4d2c7cbbe4ec454cf553977e16078aff79e24f14 [Pipeline] echo [2021-04-19T21:40:14.455Z] GIT_COMMIT: 4d2c7cbbe4ec454cf553977e16078aff79e24f14, Commit Message: Merge pull request #103 from soda480/US149 [Pipeline] echo [2021-04-19T21:40:14.469Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:40:15.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:40:15.279Z] [2021-04-19T21:40:15.279Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:40:15.614Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:40:15.614Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T21:40:15.614Z] 31603596830f: Pulling fs layer [2021-04-19T21:40:15.614Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T21:40:15.614Z] 6ca5941a6612: Pulling fs layer [2021-04-19T21:40:15.614Z] ecc8261a40a4: Pulling fs layer [2021-04-19T21:40:15.614Z] ecc8261a40a4: Waiting [2021-04-19T21:40:15.614Z] 2a8b12db71e7: Download complete [2021-04-19T21:40:15.876Z] 31603596830f: Verifying Checksum [2021-04-19T21:40:15.876Z] 31603596830f: Download complete [2021-04-19T21:40:15.876Z] ecc8261a40a4: Verifying Checksum [2021-04-19T21:40:15.876Z] ecc8261a40a4: Download complete [2021-04-19T21:40:15.876Z] 6ca5941a6612: Verifying Checksum [2021-04-19T21:40:15.876Z] 6ca5941a6612: Download complete [2021-04-19T21:40:16.138Z] 31603596830f: Pull complete [2021-04-19T21:40:16.402Z] 2a8b12db71e7: Pull complete [2021-04-19T21:40:16.977Z] 6ca5941a6612: Pull complete [2021-04-19T21:40:17.239Z] ecc8261a40a4: Pull complete [2021-04-19T21:40:17.239Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T21:40:17.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:40:17.502Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T21:40:17.606Z] prd-centos7-docker-4c-2g-972 does not seem to be running inside a container [2021-04-19T21:40:17.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T21:40:19.729Z] $ docker top 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:40:19.962Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:40:19.962Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:40:20.197Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:40:20.201Z] $ docker exec 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 ssh-agent [2021-04-19T21:40:20.382Z] SSH_AUTH_SOCK=/tmp/ssh-Fy2pMDJR9WuO/agent.11 [2021-04-19T21:40:20.382Z] SSH_AGENT_PID=16 [2021-04-19T21:40:20.395Z] Running ssh-add (command line suppressed) [2021-04-19T21:40:20.520Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2325564102787982897.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2325564102787982897.key) [2021-04-19T21:40:20.577Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:40:20.887Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T21:40:20.907Z] $ docker exec --env ******** --env ******** 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 ssh-agent -k [2021-04-19T21:40:21.026Z] unset SSH_AUTH_SOCK; [2021-04-19T21:40:21.027Z] unset SSH_AGENT_PID; [2021-04-19T21:40:21.027Z] echo Agent pid 16 killed; [2021-04-19T21:40:21.074Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T21:40:21.122Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:40:21.123Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:40:21.308Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:40:21.311Z] $ docker exec 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 ssh-agent [2021-04-19T21:40:21.487Z] SSH_AUTH_SOCK=/tmp/ssh-NFCHThQymjjg/agent.45 [2021-04-19T21:40:21.487Z] SSH_AGENT_PID=51 [2021-04-19T21:40:21.494Z] Running ssh-add (command line suppressed) [2021-04-19T21:40:21.625Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5471173633994443472.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5471173633994443472.key) [2021-04-19T21:40:21.692Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:40:21.995Z] + git semver init [2021-04-19T21:40:21.995Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:40:21.995Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-19T21:40:21.995Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-19T21:40:21.995Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:40:21.995Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:40:21.995Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:40:21.995Z] # $SEMVER_BRANCH = master [2021-04-19T21:40:21.995Z] # $SEMVER_TEMP = /tmp/semver-767790822 [2021-04-19T21:40:21.995Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-04-19T21:40:22.571Z] # '/tmp/semver-767790822' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2021-04-19T21:40:22.571Z] # -> Force: false [2021-04-19T21:40:22.571Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-04-19T21:40:22.585Z] $ docker exec --env ******** --env ******** 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 ssh-agent -k [2021-04-19T21:40:22.713Z] unset SSH_AUTH_SOCK; [2021-04-19T21:40:22.714Z] unset SSH_AGENT_PID; [2021-04-19T21:40:22.714Z] echo Agent pid 51 killed; [2021-04-19T21:40:22.777Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:40:23.110Z] + git semver [Pipeline] } [2021-04-19T21:40:23.129Z] $ docker stop --time=1 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 [2021-04-19T21:40:24.667Z] $ docker rm -f 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:40:25.087Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T21:40:25.404Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T21:40:25.407Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [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 [2021-04-19T21:40:40.567Z] Still waiting to schedule task [2021-04-19T21:40:40.568Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-19T21:40:40.570Z] Still waiting to schedule task [2021-04-19T21:40:40.570Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-19T21:43:47.237Z] Running on prd-centos7-docker-4c-2g-975 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-04-19T21:43:47.258Z] Running in /w/workspace/go-mod-messaging/32 [Pipeline] { [Pipeline] checkout [2021-04-19T21:43:47.515Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-974 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-04-19T21:43:47.533Z] Running in /w/workspace/go-mod-messaging/32 [Pipeline] { [Pipeline] checkout [2021-04-19T21:43:50.169Z] using credential edgex-jenkins-ssh [2021-04-19T21:43:50.183Z] Cloning the remote Git repository [2021-04-19T21:43:50.212Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-19T21:43:50.292Z] > git init /w/workspace/go-mod-messaging/32 # timeout=10 [2021-04-19T21:43:50.461Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-19T21:43:50.461Z] > git --version # timeout=10 [2021-04-19T21:43:50.471Z] > git --version # 'git version 2.24.3' [2021-04-19T21:43:50.472Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:43:50.504Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:43:51.450Z] Checking out Revision 4d2c7cbbe4ec454cf553977e16078aff79e24f14 (master) [2021-04-19T21:43:51.055Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-19T21:43:51.064Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:43:51.078Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-19T21:43:51.092Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-19T21:43:51.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:43:51.098Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T21:43:51.460Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T21:43:51.470Z] > git checkout -f 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 [2021-04-19T21:43:53.217Z] using credential edgex-jenkins-ssh [2021-04-19T21:43:53.241Z] Cloning the remote Git repository [2021-04-19T21:43:53.306Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-19T21:43:53.418Z] > git init /w/workspace/go-mod-messaging/32 # timeout=10 [2021-04-19T21:43:53.503Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-19T21:43:53.504Z] > git --version # timeout=10 [2021-04-19T21:43:53.530Z] > git --version # 'git version 2.17.1' [2021-04-19T21:43:53.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:43:53.992Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:43:54.784Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-19T21:43:54.802Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:43:54.841Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-19T21:43:54.871Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-19T21:43:54.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:43:54.883Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T21:43:55.236Z] Commit message: "Merge pull request #103 from soda480/US149" [2021-04-19T21:43:55.357Z] Checking out Revision 4d2c7cbbe4ec454cf553977e16078aff79e24f14 (master) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:43:56.314Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:43:55.366Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T21:43:55.385Z] > git checkout -f 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 [2021-04-19T21:43:56.665Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:43:56.972Z] + sudo service docker restart [2021-04-19T21:43:56.972Z] + true [2021-04-19T21:43:56.972Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-19T21:43:58.071Z] ========================================================= [2021-04-19T21:43:58.071Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T21:43:58.071Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:43:58.387Z] + 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 . [2021-04-19T21:43:58.655Z] Sending build context to Docker daemon 539.6kB [2021-04-19T21:43:58.924Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-19T21:43:58.924Z] Step 2/7 : FROM ${BASE} [2021-04-19T21:43:58.924Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T21:43:58.924Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T21:43:58.924Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T21:43:58.924Z] de9db76c5a1d: Pulling fs layer [2021-04-19T21:43:58.924Z] bca2f99d35d6: Pulling fs layer [2021-04-19T21:43:58.924Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T21:43:58.924Z] 7c6f9722023f: Pulling fs layer [2021-04-19T21:43:58.924Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T21:43:58.924Z] 93359f2a8cfa: Waiting [2021-04-19T21:43:58.924Z] 7c6f9722023f: Waiting [2021-04-19T21:43:58.924Z] a35cf1a2eb13: Waiting [2021-04-19T21:43:58.924Z] bca2f99d35d6: Waiting [2021-04-19T21:43:58.924Z] de9db76c5a1d: Verifying Checksum [2021-04-19T21:43:58.924Z] de9db76c5a1d: Download complete [2021-04-19T21:43:58.924Z] 0ef7d3d256c8: Download complete [2021-04-19T21:43:58.924Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T21:43:58.924Z] 93359f2a8cfa: Download complete [2021-04-19T21:43:58.924Z] 7c6f9722023f: Verifying Checksum [2021-04-19T21:43:58.924Z] 7c6f9722023f: Download complete [2021-04-19T21:43:58.924Z] 188c0c94c7c5: Download complete [2021-04-19T21:43:59.509Z] 188c0c94c7c5: Pull complete [2021-04-19T21:43:59.509Z] 0ef7d3d256c8: Pull complete [2021-04-19T21:43:59.625Z] Commit message: "Merge pull request #103 from soda480/US149" [2021-04-19T21:43:59.800Z] de9db76c5a1d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:44:00.949Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:44:01.348Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:44:01.718Z] + sudo service docker restart [2021-04-19T21:44:01.718Z] + true [2021-04-19T21:44:02.382Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T21:44:02.382Z] a35cf1a2eb13: Download complete [2021-04-19T21:44:03.339Z] bca2f99d35d6: Verifying Checksum [2021-04-19T21:44:03.339Z] bca2f99d35d6: Download complete [Pipeline] unstash [Pipeline] echo [2021-04-19T21:44:04.629Z] ========================================================= [2021-04-19T21:44:04.629Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T21:44:04.629Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:44:04.975Z] + 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 . [2021-04-19T21:44:05.961Z] Sending build context to Docker daemon 538.6kB [2021-04-19T21:44:05.961Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-19T21:44:05.961Z] Step 2/7 : FROM ${BASE} [2021-04-19T21:44:06.235Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T21:44:06.235Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T21:44:06.235Z] a4357932f1b6: Pulling fs layer [2021-04-19T21:44:06.235Z] 18c013af1878: Pulling fs layer [2021-04-19T21:44:06.235Z] 00ac8860ef70: Pulling fs layer [2021-04-19T21:44:06.235Z] 63d7cb157983: Pulling fs layer [2021-04-19T21:44:06.235Z] b116817d02f9: Pulling fs layer [2021-04-19T21:44:06.235Z] 745a02a5169b: Pulling fs layer [2021-04-19T21:44:06.235Z] 00ac8860ef70: Waiting [2021-04-19T21:44:06.235Z] 63d7cb157983: Waiting [2021-04-19T21:44:06.235Z] b116817d02f9: Waiting [2021-04-19T21:44:06.235Z] 745a02a5169b: Waiting [2021-04-19T21:44:06.235Z] 18c013af1878: Download complete [2021-04-19T21:44:06.235Z] a4357932f1b6: Verifying Checksum [2021-04-19T21:44:06.235Z] a4357932f1b6: Download complete [2021-04-19T21:44:06.235Z] 63d7cb157983: Verifying Checksum [2021-04-19T21:44:06.235Z] 63d7cb157983: Download complete [2021-04-19T21:44:06.235Z] b116817d02f9: Verifying Checksum [2021-04-19T21:44:06.235Z] b116817d02f9: Download complete [2021-04-19T21:44:06.235Z] 5f621e34cdf4: Download complete [2021-04-19T21:44:06.837Z] 5f621e34cdf4: Pull complete [2021-04-19T21:44:07.436Z] a4357932f1b6: Pull complete [2021-04-19T21:44:08.033Z] 18c013af1878: Pull complete [2021-04-19T21:44:08.033Z] 745a02a5169b: Verifying Checksum [2021-04-19T21:44:08.033Z] 745a02a5169b: Download complete [2021-04-19T21:44:09.007Z] 00ac8860ef70: Verifying Checksum [2021-04-19T21:44:09.007Z] 00ac8860ef70: Download complete [2021-04-19T21:44:11.586Z] bca2f99d35d6: Pull complete [2021-04-19T21:44:11.586Z] 93359f2a8cfa: Pull complete [2021-04-19T21:44:11.586Z] 7c6f9722023f: Pull complete [2021-04-19T21:44:15.826Z] a35cf1a2eb13: Pull complete [2021-04-19T21:44:15.826Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T21:44:15.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T21:44:15.826Z] ---> a62c8e92a672 [2021-04-19T21:44:15.826Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-19T21:44:15.826Z] ---> Running in b95357a15c1b [2021-04-19T21:44:15.826Z] Removing intermediate container b95357a15c1b [2021-04-19T21:44:15.826Z] ---> 837b73063dd1 [2021-04-19T21:44:15.826Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-19T21:44:15.826Z] ---> Running in 8dbbbd8277ec [2021-04-19T21:44:16.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T21:44:16.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T21:44:17.571Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-19T21:44:17.571Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-19T21:44:17.835Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-19T21:44:17.835Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-04-19T21:44:17.835Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-19T21:44:18.098Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T21:44:18.098Z] OK: 167 MiB in 44 packages [2021-04-19T21:44:19.050Z] Removing intermediate container 8dbbbd8277ec [2021-04-19T21:44:19.050Z] ---> 46587623f322 [2021-04-19T21:44:19.050Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-19T21:44:19.050Z] ---> Running in d73740ba138c [2021-04-19T21:44:19.050Z] Removing intermediate container d73740ba138c [2021-04-19T21:44:19.050Z] ---> 1f26c1fb972e [2021-04-19T21:44:19.050Z] Step 6/7 : COPY go.mod . [2021-04-19T21:44:19.188Z] 00ac8860ef70: Pull complete [2021-04-19T21:44:19.316Z] ---> d34304d53def [2021-04-19T21:44:19.316Z] Step 7/7 : RUN go mod download [2021-04-19T21:44:19.463Z] 63d7cb157983: Pull complete [2021-04-19T21:44:19.581Z] ---> Running in ed804285fee9 [2021-04-19T21:44:20.055Z] b116817d02f9: Pull complete [2021-04-19T21:44:24.372Z] 745a02a5169b: Pull complete [2021-04-19T21:44:24.372Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T21:44:24.372Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T21:44:24.372Z] ---> b7e6874047d6 [2021-04-19T21:44:24.372Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-19T21:44:26.361Z] ---> Running in 7b9d501b523d [2021-04-19T21:44:26.954Z] Removing intermediate container 7b9d501b523d [2021-04-19T21:44:26.954Z] ---> 22882993215e [2021-04-19T21:44:26.954Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-19T21:44:26.954Z] ---> Running in f5d1b26406b2 [2021-04-19T21:44:28.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:44:28.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:44:29.577Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-19T21:44:29.850Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-19T21:44:29.850Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-19T21:44:29.850Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-04-19T21:44:30.122Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-19T21:44:30.122Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T21:44:30.122Z] OK: 144 MiB in 44 packages [2021-04-19T21:44:31.560Z] Removing intermediate container f5d1b26406b2 [2021-04-19T21:44:31.560Z] ---> 6392e1be4b63 [2021-04-19T21:44:31.560Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-19T21:44:31.560Z] ---> Running in 2a129d7e10a6 [2021-04-19T21:44:31.877Z] Removing intermediate container ed804285fee9 [2021-04-19T21:44:31.877Z] ---> c8f2db474afd [2021-04-19T21:44:31.877Z] Successfully built c8f2db474afd [2021-04-19T21:44:31.877Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:44:32.163Z] Removing intermediate container 2a129d7e10a6 [2021-04-19T21:44:32.163Z] ---> 91ae00f1ff6f [2021-04-19T21:44:32.163Z] Step 6/7 : COPY go.mod . [2021-04-19T21:44:32.200Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T21:44:32.200Z] . [Pipeline] withDockerContainer [2021-04-19T21:44:32.316Z] prd-centos7-docker-4c-2g-975 does not seem to be running inside a container [2021-04-19T21:44:32.373Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/32 -v /w/workspace/go-mod-messaging/32:/w/workspace/go-mod-messaging/32:rw,z -v /w/workspace/go-mod-messaging/32@tmp:/w/workspace/go-mod-messaging/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T21:44:32.760Z] ---> d1e9dd613b78 [2021-04-19T21:44:32.760Z] Step 7/7 : RUN go mod download [2021-04-19T21:44:33.032Z] ---> Running in 789633834ca5 [2021-04-19T21:44:33.166Z] $ docker top 9b6427b54ecc0600c6d1a3e91d2418ef172b26cbe8b5464f333cb3903dff8863 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:44:33.604Z] + go version [2021-04-19T21:44:33.604Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T21:44:33.627Z] $ docker stop --time=1 9b6427b54ecc0600c6d1a3e91d2418ef172b26cbe8b5464f333cb3903dff8863 [2021-04-19T21:44:35.014Z] $ docker rm -f 9b6427b54ecc0600c6d1a3e91d2418ef172b26cbe8b5464f333cb3903dff8863 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:44:35.520Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T21:44:35.520Z] . [Pipeline] withDockerContainer [2021-04-19T21:44:35.624Z] prd-centos7-docker-4c-2g-975 does not seem to be running inside a container [2021-04-19T21:44:35.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/32 -v /w/workspace/go-mod-messaging/32:/w/workspace/go-mod-messaging/32:rw,z -v /w/workspace/go-mod-messaging/32@tmp:/w/workspace/go-mod-messaging/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T21:44:36.281Z] $ docker top c6e973b9a023cb0c8aa357beed376c46bdeeff2944916bb1fe6ccadef1dd2d66 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:44:36.704Z] + make test [2021-04-19T21:44:36.704Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-19T21:44:42.103Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-04-19T21:44:43.562Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.033s coverage: 89.9% of statements [2021-04-19T21:44:47.981Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.010s coverage: 66.7% of statements [2021-04-19T21:44:47.981Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-04-19T21:44:48.129Z] Removing intermediate container 789633834ca5 [2021-04-19T21:44:48.129Z] ---> 4cba96c9e972 [2021-04-19T21:44:48.129Z] Successfully built 4cba96c9e972 [2021-04-19T21:44:48.129Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:44:48.474Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T21:44:48.474Z] . [Pipeline] withDockerContainer [2021-04-19T21:44:48.746Z] prd-ubuntu18.04-docker-arm64-4c-16g-974 does not seem to be running inside a container [2021-04-19T21:44:48.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/32 -v /w/workspace/go-mod-messaging/32:/w/workspace/go-mod-messaging/32:rw,z -v /w/workspace/go-mod-messaging/32@tmp:/w/workspace/go-mod-messaging/32@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-arm64 cat [2021-04-19T21:44:50.366Z] $ docker top 5572576b921892d82ea2fba34b587e24a0d35a1fa25f53d57aa9ccfa6d2ae89e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:44:51.333Z] + go version [2021-04-19T21:44:51.333Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T21:44:51.354Z] $ docker stop --time=1 5572576b921892d82ea2fba34b587e24a0d35a1fa25f53d57aa9ccfa6d2ae89e [2021-04-19T21:44:53.321Z] $ docker rm -f 5572576b921892d82ea2fba34b587e24a0d35a1fa25f53d57aa9ccfa6d2ae89e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:44:54.010Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T21:44:54.010Z] . [Pipeline] withDockerContainer [2021-04-19T21:44:54.275Z] prd-ubuntu18.04-docker-arm64-4c-16g-974 does not seem to be running inside a container [2021-04-19T21:44:54.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/32 -v /w/workspace/go-mod-messaging/32:/w/workspace/go-mod-messaging/32:rw,z -v /w/workspace/go-mod-messaging/32@tmp:/w/workspace/go-mod-messaging/32@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-arm64 cat [2021-04-19T21:44:55.918Z] $ docker top 19995779e35ab79c77d03ce297ea75413eddb32b87c7fa206ebd7f501392780b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:44:56.881Z] + make test [2021-04-19T21:44:56.882Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-19T21:45:10.004Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.361s coverage: 83.9% of statements [2021-04-19T21:45:10.004Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.009s coverage: 85.7% of statements [2021-04-19T21:45:10.004Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.018s coverage: 100.0% of statements [2021-04-19T21:45:10.004Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.034s coverage: 100.0% of statements [2021-04-19T21:45:10.004Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.005s coverage: 90.9% of statements [2021-04-19T21:45:10.004Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-19T21:45:10.961Z] gofmt -l . [2021-04-19T21:45:10.961Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-19T21:45:10.979Z] $ docker stop --time=1 c6e973b9a023cb0c8aa357beed376c46bdeeff2944916bb1fe6ccadef1dd2d66 [2021-04-19T21:45:11.984Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-04-19T21:45:12.608Z] $ docker rm -f c6e973b9a023cb0c8aa357beed376c46bdeeff2944916bb1fe6ccadef1dd2d66 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:45:13.152Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T21:45:13.799Z] 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 [2021-04-19T21:45:14.467Z] ---> job-cost.sh [2021-04-19T21:45:14.467Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FSRI [2021-04-19T21:45:15.400Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.037s coverage: 89.9% of statements [2021-04-19T21:45:25.564Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.043s coverage: 66.7% of statements [2021-04-19T21:45:25.564Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-04-19T21:45:32.655Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T21:45:52.347Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.379s coverage: 83.9% of statements [2021-04-19T21:45:52.347Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.018s coverage: 85.7% of statements [2021-04-19T21:45:52.347Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.033s coverage: 100.0% of statements [2021-04-19T21:45:52.347Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.044s coverage: 100.0% of statements [2021-04-19T21:45:52.347Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.026s coverage: 90.9% of statements [2021-04-19T21:45:52.347Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-19T21:45:52.347Z] gofmt -l . [2021-04-19T21:45:52.347Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-19T21:45:52.367Z] $ docker stop --time=1 19995779e35ab79c77d03ce297ea75413eddb32b87c7fa206ebd7f501392780b [2021-04-19T21:45:54.496Z] $ docker rm -f 19995779e35ab79c77d03ce297ea75413eddb32b87c7fa206ebd7f501392780b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:45:55.256Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T21:45:55.277Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T21:45:56.184Z] 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 [2021-04-19T21:45:56.717Z] ---> job-cost.sh [2021-04-19T21:45:56.717Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uf0I [2021-04-19T21:45:59.336Z] lf-activate-venv(): INFO: Adding /tmp/venv-FSRI/bin to PATH [2021-04-19T21:45:59.336Z] INFO: No Stack... [2021-04-19T21:45:59.336Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T21:45:59.336Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T21:45:59.656Z] + cat /w/workspace/go-mod-messaging/32/archives/cost.csv [2021-04-19T21:45:59.656Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T21:45:59.733Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] [2021-04-19T21:45:59.750Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] did not exist. Created. [2021-04-19T21:45:59.751Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T21:46:00.094Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T21:46:00.238Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T21:46:00.248Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T21:46:35.725Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T21:47:57.463Z] lf-activate-venv(): INFO: Adding /tmp/venv-uf0I/bin to PATH [2021-04-19T21:47:57.463Z] INFO: No Stack... [2021-04-19T21:47:57.463Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T21:47:57.734Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T21:47:58.073Z] + cat /w/workspace/go-mod-messaging/32/archives/cost.csv [2021-04-19T21:47:58.073Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T21:47:58.183Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] [2021-04-19T21:47:58.203Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] did not exist. Created. [2021-04-19T21:47:58.203Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T21:47:58.577Z] /w/workspace/go-mod-messaging/32@tmp/durable-b4d83499/script.sh: 1: /w/workspace/go-mod-messaging/32@tmp/durable-b4d83499/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T21:47:58.922Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T21:47:58.941Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T21:47:59.091Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T21:47:59.105Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-32-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 [2021-04-19T21:47:59.486Z] provisioning config files... [2021-04-19T21:47:59.501Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3958394962468959318tmp [Pipeline] { [Pipeline] sh [2021-04-19T21:47:59.828Z] + set +x [2021-04-19T21:47:59.828Z] + curl -s https://codecov.io/bash [2021-04-19T21:47:59.828Z] + bash -s -- [2021-04-19T21:48:00.091Z] [2021-04-19T21:48:00.091Z] _____ _ [2021-04-19T21:48:00.091Z] / ____| | | [2021-04-19T21:48:00.091Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T21:48:00.091Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T21:48:00.091Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T21:48:00.091Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T21:48:00.091Z] Bash-1.0.1 [2021-04-19T21:48:00.091Z] [2021-04-19T21:48:00.091Z] [2021-04-19T21:48:00.091Z] ==> git version 2.24.3 found [2021-04-19T21:48:00.091Z] ==> 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 [2021-04-19T21:48:00.091Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T21:48:00.091Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T21:48:00.091Z] ==> Jenkins CI detected. [2021-04-19T21:48:00.091Z] project root: . [2021-04-19T21:48:00.091Z] --> token set from env [2021-04-19T21:48:00.091Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T21:48:00.091Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T21:48:00.091Z] ==> Python coveragepy not found [2021-04-19T21:48:00.091Z] ==> Searching for coverage reports in: [2021-04-19T21:48:00.091Z] + . [2021-04-19T21:48:00.091Z] -> Found 1 reports [2021-04-19T21:48:00.091Z] ==> Detecting git/mercurial file structure [2021-04-19T21:48:00.091Z] ==> Reading reports [2021-04-19T21:48:00.091Z] + ./coverage.out bytes=22179 [2021-04-19T21:48:00.091Z] ==> Appending adjustments [2021-04-19T21:48:00.091Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T21:48:00.355Z] + Found adjustments [2021-04-19T21:48:00.355Z] ==> Gzipping contents [2021-04-19T21:48:00.355Z] 8.0K /tmp/codecov.92MqtP.gz [2021-04-19T21:48:00.355Z] ==> Uploading reports [2021-04-19T21:48:00.355Z] url: https://codecov.io [2021-04-19T21:48:00.355Z] query: branch=master&commit=4d2c7cbbe4ec454cf553977e16078aff79e24f14&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T21:48:00.355Z] -> Pinging Codecov [2021-04-19T21:48:00.355Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=4d2c7cbbe4ec454cf553977e16078aff79e24f14&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T21:48:00.984Z] -> Uploading to [2021-04-19T21:48:00.984Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/F6E385568367DD0E4001BA4F8F1CB792/4d2c7cbbe4ec454cf553977e16078aff79e24f14/8a699adb-1a43-4009-aedc-d49f659bc16e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T214800Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=01ea32d347c885ae0aea2b7b66137abdbb5b454acc9c54e0b6864b1740adb548 [2021-04-19T21:48:00.984Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:48:00.984Z] Dload Upload Total Spent Left Speed [2021-04-19T21:48:01.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5277 0 0 100 5277 0 9334 --:--:-- --:--:-- --:--:-- 9339 [2021-04-19T21:48:01.589Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/4d2c7cbbe4ec454cf553977e16078aff79e24f14 [Pipeline] } [2021-04-19T21:48:01.600Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T21:48:01.843Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T21:48:01.877Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:48:02.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T21:48:02.189Z] [2021-04-19T21:48:02.189Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:48:02.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T21:48:02.520Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T21:48:02.520Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T21:48:02.520Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T21:48:02.520Z] de9db76c5a1d: Pulling fs layer [2021-04-19T21:48:02.520Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T21:48:02.520Z] 0d57e429df01: Pulling fs layer [2021-04-19T21:48:02.520Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T21:48:02.520Z] e1f770b5df2f: Pulling fs layer [2021-04-19T21:48:02.520Z] 85a0685a4137: Pulling fs layer [2021-04-19T21:48:02.520Z] e1f770b5df2f: Waiting [2021-04-19T21:48:02.520Z] 4e4be7b47b0d: Waiting [2021-04-19T21:48:02.520Z] 0eba1c9be4d2: Waiting [2021-04-19T21:48:02.520Z] 0d57e429df01: Waiting [2021-04-19T21:48:02.520Z] 85a0685a4137: Waiting [2021-04-19T21:48:02.520Z] de9db76c5a1d: Verifying Checksum [2021-04-19T21:48:02.520Z] de9db76c5a1d: Download complete [2021-04-19T21:48:02.520Z] 0ef7d3d256c8: Download complete [2021-04-19T21:48:02.520Z] 0d57e429df01: Download complete [2021-04-19T21:48:02.520Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T21:48:02.520Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T21:48:02.520Z] 4e4be7b47b0d: Download complete [2021-04-19T21:48:03.107Z] 188c0c94c7c5: Pull complete [2021-04-19T21:48:03.375Z] 0ef7d3d256c8: Pull complete [2021-04-19T21:48:03.375Z] de9db76c5a1d: Pull complete [2021-04-19T21:48:03.375Z] e1f770b5df2f: Verifying Checksum [2021-04-19T21:48:03.375Z] e1f770b5df2f: Download complete [2021-04-19T21:48:05.950Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T21:48:05.950Z] 0eba1c9be4d2: Download complete [2021-04-19T21:48:05.950Z] 85a0685a4137: Verifying Checksum [2021-04-19T21:48:05.950Z] 85a0685a4137: Download complete [2021-04-19T21:48:12.605Z] 0eba1c9be4d2: Pull complete [2021-04-19T21:48:12.605Z] 0d57e429df01: Pull complete [2021-04-19T21:48:12.605Z] 4e4be7b47b0d: Pull complete [2021-04-19T21:48:14.005Z] e1f770b5df2f: Pull complete [2021-04-19T21:48:22.224Z] 85a0685a4137: Pull complete [2021-04-19T21:48:22.224Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T21:48:22.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T21:48:22.224Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T21:48:22.470Z] prd-centos7-docker-4c-2g-972 does not seem to be running inside a container [2021-04-19T21:48:22.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-19T21:48:23.553Z] $ docker top 1e4d97920a31321107726f3f2a713675d026d328e6de61c4c791d11d7b15e0be -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T21:48:23.686Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T21:48:23.983Z] + set -o pipefail [2021-04-19T21:48:23.983Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T21:48:28.214Z] [2021-04-19T21:48:28.214Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... [2021-04-19T21:48:28.214Z] [2021-04-19T21:48:28.214Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/74ed6087-e6ad-422a-988f-5e19bc01745b [2021-04-19T21:48:28.214Z] [2021-04-19T21:48:28.214Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T21:48:28.214Z] [2021-04-19T21:48:28.477Z] [2021-04-19T21:48:28.477Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T21:48:28.477Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T21:48:28.489Z] $ docker stop --time=1 1e4d97920a31321107726f3f2a713675d026d328e6de61c4c791d11d7b15e0be [2021-04-19T21:48:30.645Z] $ docker rm -f 1e4d97920a31321107726f3f2a713675d026d328e6de61c4c791d11d7b15e0be [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 [2021-04-19T21:48:31.367Z] + git log --format=format:%s -1 4d2c7cbbe4ec454cf553977e16078aff79e24f14 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:48:31.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:48:31.683Z] . [Pipeline] withDockerContainer [2021-04-19T21:48:31.796Z] prd-centos7-docker-4c-2g-972 does not seem to be running inside a container [2021-04-19T21:48:31.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T21:48:33.088Z] $ docker top dd0f3758f88e9712bc935d9e708bd42d89a4d5b9160128ff6e8c92e3ef79a449 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:48:33.311Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:48:33.311Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:48:33.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:48:33.569Z] $ docker exec dd0f3758f88e9712bc935d9e708bd42d89a4d5b9160128ff6e8c92e3ef79a449 ssh-agent [2021-04-19T21:48:33.738Z] SSH_AUTH_SOCK=/tmp/ssh-9FuGc7Tss7n0/agent.12 [2021-04-19T21:48:33.738Z] SSH_AGENT_PID=17 [2021-04-19T21:48:33.746Z] Running ssh-add (command line suppressed) [2021-04-19T21:48:33.882Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8817854024430917265.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8817854024430917265.key) [2021-04-19T21:48:33.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:48:34.248Z] + git semver tag [2021-04-19T21:48:34.249Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:48:34.249Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-19T21:48:34.249Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-19T21:48:34.249Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:48:34.249Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:48:34.249Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:48:34.249Z] # $SEMVER_BRANCH = master [2021-04-19T21:48:34.249Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-04-19T21:48:34.249Z] # 4d2c7cbbe4ec454cf553977e16078aff79e24f14 HEAD [2021-04-19T21:48:34.249Z] # -> Force: false [2021-04-19T21:48:34.249Z] # 4f644545cddc54fca5294dd2fa59f158d94fcc35 refs/tags/v2.0.0-dev.10 [Pipeline] } [2021-04-19T21:48:34.261Z] $ docker exec --env ******** --env ******** dd0f3758f88e9712bc935d9e708bd42d89a4d5b9160128ff6e8c92e3ef79a449 ssh-agent -k [2021-04-19T21:48:34.378Z] unset SSH_AUTH_SOCK; [2021-04-19T21:48:34.379Z] unset SSH_AGENT_PID; [2021-04-19T21:48:34.379Z] echo Agent pid 17 killed; [2021-04-19T21:48:34.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:48:34.784Z] + git semver [Pipeline] } [2021-04-19T21:48:34.803Z] $ docker stop --time=1 dd0f3758f88e9712bc935d9e708bd42d89a4d5b9160128ff6e8c92e3ef79a449 [2021-04-19T21:48:36.223Z] $ docker rm -f dd0f3758f88e9712bc935d9e708bd42d89a4d5b9160128ff6e8c92e3ef79a449 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:48:36.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T21:48:36.727Z] [2021-04-19T21:48:36.727Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:48:37.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T21:48:37.047Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T21:48:37.047Z] ab5ef0e58194: Pulling fs layer [2021-04-19T21:48:37.047Z] 9712f1f96733: Pulling fs layer [2021-04-19T21:48:37.047Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T21:48:37.047Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T21:48:37.047Z] e9a5061849ea: Pulling fs layer [2021-04-19T21:48:37.047Z] d747dcd14b5f: Pulling fs layer [2021-04-19T21:48:37.047Z] 2de7ff778b66: Pulling fs layer [2021-04-19T21:48:37.047Z] e9a5061849ea: Waiting [2021-04-19T21:48:37.047Z] d747dcd14b5f: Waiting [2021-04-19T21:48:37.047Z] 2de7ff778b66: Waiting [2021-04-19T21:48:37.047Z] 0d9ebad4ef96: Waiting [2021-04-19T21:48:37.047Z] 9712f1f96733: Verifying Checksum [2021-04-19T21:48:37.047Z] 9712f1f96733: Download complete [2021-04-19T21:48:38.445Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T21:48:38.445Z] 63f879dbbcfc: Download complete [2021-04-19T21:48:38.445Z] e9a5061849ea: Verifying Checksum [2021-04-19T21:48:38.445Z] e9a5061849ea: Download complete [2021-04-19T21:48:38.445Z] d747dcd14b5f: Verifying Checksum [2021-04-19T21:48:38.445Z] d747dcd14b5f: Download complete [2021-04-19T21:48:38.711Z] 2de7ff778b66: Verifying Checksum [2021-04-19T21:48:38.711Z] 2de7ff778b66: Download complete [2021-04-19T21:48:39.288Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T21:48:39.288Z] 0d9ebad4ef96: Download complete [2021-04-19T21:48:39.288Z] ab5ef0e58194: Download complete [2021-04-19T21:48:43.567Z] ab5ef0e58194: Pull complete [2021-04-19T21:48:43.567Z] 9712f1f96733: Pull complete [2021-04-19T21:48:46.135Z] 63f879dbbcfc: Pull complete [2021-04-19T21:48:52.769Z] 0d9ebad4ef96: Pull complete [2021-04-19T21:48:53.722Z] e9a5061849ea: Pull complete [2021-04-19T21:48:53.722Z] d747dcd14b5f: Pull complete [2021-04-19T21:48:56.283Z] 2de7ff778b66: Pull complete [2021-04-19T21:48:56.283Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T21:48:56.283Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T21:48:56.283Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T21:48:56.506Z] prd-centos7-docker-4c-2g-972 does not seem to be running inside a container [2021-04-19T21:48:56.562Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-19T21:49:00.321Z] $ docker top 3accebe9ee83decf5b4d4224f10fca1f2e4f05dab7dc21e4b39aeeebd967b544 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T21:49:00.485Z] provisioning config files... [2021-04-19T21:49:00.495Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3944400404986361877tmp [2021-04-19T21:49:00.512Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config2546402965797142803tmp [2021-04-19T21:49:00.528Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6420487700934149184tmp [Pipeline] { [Pipeline] echo [2021-04-19T21:49:00.550Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:49:00.858Z] ---> sigul-configuration.sh [2021-04-19T21:49:00.858Z] gpg: directory `/root/.gnupg' created [2021-04-19T21:49:00.858Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T21:49:00.858Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T21:49:00.858Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T21:49:00.858Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T21:49:00.858Z] gpg: CAST5 encrypted data [2021-04-19T21:49:01.121Z] gpg: encrypted with 1 passphrase [2021-04-19T21:49:01.121Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T21:49:01.425Z] + mkdir /home/jenkins [2021-04-19T21:49:01.425Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T21:49:01.731Z] + 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 [2021-04-19T21:49:01.743Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:49:02.046Z] ---> sigul-install.sh [2021-04-19T21:49:24.047Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T21:49:24.356Z] + git tag --list [2021-04-19T21:49:24.356Z] v0.0.0 [2021-04-19T21:49:24.356Z] v0.1.0 [2021-04-19T21:49:24.356Z] v0.1.1 [2021-04-19T21:49:24.356Z] v0.1.10 [2021-04-19T21:49:24.356Z] v0.1.11 [2021-04-19T21:49:24.356Z] v0.1.12 [2021-04-19T21:49:24.356Z] v0.1.13 [2021-04-19T21:49:24.356Z] v0.1.14 [2021-04-19T21:49:24.356Z] v0.1.15 [2021-04-19T21:49:24.356Z] v0.1.16 [2021-04-19T21:49:24.356Z] v0.1.17 [2021-04-19T21:49:24.356Z] v0.1.18 [2021-04-19T21:49:24.356Z] v0.1.19 [2021-04-19T21:49:24.356Z] v0.1.2 [2021-04-19T21:49:24.356Z] v0.1.20 [2021-04-19T21:49:24.356Z] v0.1.21 [2021-04-19T21:49:24.356Z] v0.1.22 [2021-04-19T21:49:24.356Z] v0.1.23 [2021-04-19T21:49:24.356Z] v0.1.24 [2021-04-19T21:49:24.356Z] v0.1.25 [2021-04-19T21:49:24.356Z] v0.1.26 [2021-04-19T21:49:24.356Z] v0.1.27 [2021-04-19T21:49:24.356Z] v0.1.28 [2021-04-19T21:49:24.356Z] v0.1.29 [2021-04-19T21:49:24.356Z] v0.1.3 [2021-04-19T21:49:24.356Z] v0.1.30 [2021-04-19T21:49:24.356Z] v0.1.31 [2021-04-19T21:49:24.356Z] v0.1.4 [2021-04-19T21:49:24.356Z] v0.1.5 [2021-04-19T21:49:24.356Z] v0.1.6 [2021-04-19T21:49:24.356Z] v0.1.7 [2021-04-19T21:49:24.356Z] v0.1.8 [2021-04-19T21:49:24.356Z] v0.1.9 [2021-04-19T21:49:24.356Z] v2.0.0-dev.1 [2021-04-19T21:49:24.356Z] v2.0.0-dev.10 [2021-04-19T21:49:24.356Z] v2.0.0-dev.2 [2021-04-19T21:49:24.356Z] v2.0.0-dev.3 [2021-04-19T21:49:24.356Z] v2.0.0-dev.4 [2021-04-19T21:49:24.356Z] v2.0.0-dev.5 [2021-04-19T21:49:24.356Z] v2.0.0-dev.6 [2021-04-19T21:49:24.356Z] v2.0.0-dev.7 [2021-04-19T21:49:24.356Z] v2.0.0-dev.8 [2021-04-19T21:49:24.356Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-19T21:49:24.740Z] + lftools sign git-tag v2.0.0-dev.10 [2021-04-19T21:49:26.219Z] Signing Git tag with Sigul... [2021-04-19T21:49:26.219Z] Signing v2.0.0-dev.10 [Pipeline] echo [2021-04-19T21:49:27.181Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:49:27.499Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T21:49:27.509Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T21:49:27.540Z] $ docker stop --time=1 3accebe9ee83decf5b4d4224f10fca1f2e4f05dab7dc21e4b39aeeebd967b544 [2021-04-19T21:49:29.742Z] $ docker rm -f 3accebe9ee83decf5b4d4224f10fca1f2e4f05dab7dc21e4b39aeeebd967b544 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:49:30.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:49:30.323Z] . [Pipeline] withDockerContainer [2021-04-19T21:49:30.430Z] prd-centos7-docker-4c-2g-972 does not seem to be running inside a container [2021-04-19T21:49:30.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T21:49:31.229Z] $ docker top 7d93b1ad4f0e0b96cf05505356f919de1f4db1e239381bd5c4d8c467598beef9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:49:31.403Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:49:31.403Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:49:31.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:49:31.619Z] $ docker exec 7d93b1ad4f0e0b96cf05505356f919de1f4db1e239381bd5c4d8c467598beef9 ssh-agent [2021-04-19T21:49:31.808Z] SSH_AUTH_SOCK=/tmp/ssh-HlngmZWXw9Q9/agent.11 [2021-04-19T21:49:31.808Z] SSH_AGENT_PID=17 [2021-04-19T21:49:31.816Z] Running ssh-add (command line suppressed) [2021-04-19T21:49:31.950Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2658211859880531364.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2658211859880531364.key) [2021-04-19T21:49:32.017Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:49:32.322Z] + git semver bump pre [2021-04-19T21:49:32.322Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:49:32.322Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-19T21:49:32.322Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-19T21:49:32.322Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:49:32.322Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:49:32.322Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:49:32.322Z] # $SEMVER_BRANCH = master [2021-04-19T21:49:32.322Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-04-19T21:49:32.322Z] 2.0.0-dev.11 [Pipeline] } [2021-04-19T21:49:32.333Z] $ docker exec --env ******** --env ******** 7d93b1ad4f0e0b96cf05505356f919de1f4db1e239381bd5c4d8c467598beef9 ssh-agent -k [2021-04-19T21:49:32.498Z] unset SSH_AUTH_SOCK; [2021-04-19T21:49:32.499Z] unset SSH_AGENT_PID; [2021-04-19T21:49:32.499Z] echo Agent pid 17 killed; [2021-04-19T21:49:32.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:49:32.921Z] + git semver [Pipeline] } [2021-04-19T21:49:32.936Z] $ docker stop --time=1 7d93b1ad4f0e0b96cf05505356f919de1f4db1e239381bd5c4d8c467598beef9 [2021-04-19T21:49:34.326Z] $ docker rm -f 7d93b1ad4f0e0b96cf05505356f919de1f4db1e239381bd5c4d8c467598beef9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:49:34.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:49:34.758Z] . [Pipeline] withDockerContainer [2021-04-19T21:49:34.860Z] prd-centos7-docker-4c-2g-972 does not seem to be running inside a container [2021-04-19T21:49:34.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T21:49:35.647Z] $ docker top bdeb077f361249bb2ade6949d9ed0279a875a5a6a00dc27efb40769e99eb2b90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:49:35.857Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:49:35.857Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:49:36.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:49:36.074Z] $ docker exec bdeb077f361249bb2ade6949d9ed0279a875a5a6a00dc27efb40769e99eb2b90 ssh-agent [2021-04-19T21:49:36.260Z] SSH_AUTH_SOCK=/tmp/ssh-1zajEodi7az0/agent.12 [2021-04-19T21:49:36.260Z] SSH_AGENT_PID=17 [2021-04-19T21:49:36.268Z] Running ssh-add (command line suppressed) [2021-04-19T21:49:36.401Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4458460555733876360.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4458460555733876360.key) [2021-04-19T21:49:36.460Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:49:36.765Z] + git semver push [2021-04-19T21:49:36.765Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:49:36.765Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-19T21:49:36.765Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-19T21:49:36.765Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:49:36.765Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:49:36.765Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:49:36.765Z] # $SEMVER_BRANCH = master [2021-04-19T21:49:36.765Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-04-19T21:49:41.007Z] $ docker exec --env ******** --env ******** bdeb077f361249bb2ade6949d9ed0279a875a5a6a00dc27efb40769e99eb2b90 ssh-agent -k [2021-04-19T21:49:41.187Z] unset SSH_AUTH_SOCK; [2021-04-19T21:49:41.188Z] unset SSH_AGENT_PID; [2021-04-19T21:49:41.188Z] echo Agent pid 17 killed; [2021-04-19T21:49:41.264Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:49:41.605Z] + git semver [Pipeline] } [2021-04-19T21:49:41.621Z] $ docker stop --time=1 bdeb077f361249bb2ade6949d9ed0279a875a5a6a00dc27efb40769e99eb2b90 [2021-04-19T21:49:42.984Z] $ docker rm -f bdeb077f361249bb2ade6949d9ed0279a875a5a6a00dc27efb40769e99eb2b90 [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 [2021-04-19T21:49:43.718Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:49:44.291Z] ---> package-listing.sh [2021-04-19T21:49:44.291Z] ++ facter osfamily [2021-04-19T21:49:44.291Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T21:49:44.291Z] + OS_FAMILY=redhat [2021-04-19T21:49:44.291Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2021-04-19T21:49:44.291Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T21:49:44.291Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T21:49:44.292Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T21:49:44.292Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T21:49:44.292Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-04-19T21:49:44.292Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T21:49:44.292Z] + case "${OS_FAMILY}" in [2021-04-19T21:49:44.292Z] + rpm -qa [2021-04-19T21:49:44.292Z] + sort [2021-04-19T21:49:50.901Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T21:49:50.901Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T21:49:50.901Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T21:49:50.901Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-04-19T21:49:50.901Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2021-04-19T21:49:50.901Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo [2021-04-19T21:49:50.914Z] 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 [2021-04-19T21:49:51.206Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:49:51.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:49:51.524Z] [2021-04-19T21:49:51.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:49:51.845Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:49:51.845Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T21:49:51.845Z] df20fa9351a1: Pulling fs layer [2021-04-19T21:49:51.845Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T21:49:51.845Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T21:49:51.845Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T21:49:51.845Z] 93b61091891f: Pulling fs layer [2021-04-19T21:49:51.845Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T21:49:51.845Z] 5e14af77c1be: Pulling fs layer [2021-04-19T21:49:51.845Z] 01666e4c0597: Pulling fs layer [2021-04-19T21:49:51.845Z] aa168da1d23b: Pulling fs layer [2021-04-19T21:49:51.845Z] 46f8f816bc3b: Waiting [2021-04-19T21:49:51.845Z] 93b61091891f: Waiting [2021-04-19T21:49:51.845Z] aa168da1d23b: Waiting [2021-04-19T21:49:51.845Z] 01666e4c0597: Waiting [2021-04-19T21:49:51.845Z] 93b9cdb0e59b: Waiting [2021-04-19T21:49:51.845Z] 5e14af77c1be: Waiting [2021-04-19T21:49:51.845Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T21:49:51.845Z] 36b3adc4ff6f: Download complete [2021-04-19T21:49:51.845Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T21:49:51.845Z] 46f8f816bc3b: Download complete [2021-04-19T21:49:51.845Z] df20fa9351a1: Verifying Checksum [2021-04-19T21:49:52.112Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T21:49:52.112Z] 93b9cdb0e59b: Download complete [2021-04-19T21:49:52.112Z] 5e14af77c1be: Verifying Checksum [2021-04-19T21:49:52.112Z] 5e14af77c1be: Download complete [2021-04-19T21:49:52.112Z] 01666e4c0597: Verifying Checksum [2021-04-19T21:49:52.112Z] 01666e4c0597: Download complete [2021-04-19T21:49:52.112Z] 93b61091891f: Download complete [2021-04-19T21:49:52.112Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T21:49:52.378Z] df20fa9351a1: Pull complete [2021-04-19T21:49:52.963Z] 36b3adc4ff6f: Pull complete [2021-04-19T21:49:53.938Z] 8ad3a11d3b57: Pull complete [2021-04-19T21:49:53.938Z] 46f8f816bc3b: Pull complete [2021-04-19T21:49:54.522Z] aa168da1d23b: Verifying Checksum [2021-04-19T21:49:55.099Z] 93b61091891f: Pull complete [2021-04-19T21:49:55.099Z] 93b9cdb0e59b: Pull complete [2021-04-19T21:49:55.362Z] 5e14af77c1be: Pull complete [2021-04-19T21:49:55.362Z] 01666e4c0597: Pull complete [2021-04-19T21:50:03.559Z] aa168da1d23b: Pull complete [2021-04-19T21:50:03.559Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T21:50:03.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:50:03.560Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T21:50:03.879Z] prd-centos7-docker-4c-2g-972 does not seem to be running inside a container [2021-04-19T21:50:04.031Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T21:50:07.187Z] $ docker top 32716f85e9802a78269a696c28d9a5f03ef88ffa7fc715861e5e9727fc59c918 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:50:07.693Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T21:50:07.993Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T21:50:08.299Z] + ls /var/log/sa-host [2021-04-19T21:50:08.299Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T21:50:08.299Z] file_magic: OK [2021-04-19T21:50:08.299Z] HZ: Using current value: 100 [2021-04-19T21:50:08.299Z] file_header: OK [2021-04-19T21:50:08.299Z] 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 [2021-04-19T21:50:08.299Z] Statistics: [2021-04-19T21:50:08.299Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T21:50:08.299Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T21:50:08.299Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T21:50:08.299Z] file_magic: OK [2021-04-19T21:50:08.299Z] HZ: Using current value: 100 [2021-04-19T21:50:08.299Z] file_header: OK [2021-04-19T21:50:08.299Z] 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 [2021-04-19T21:50:08.299Z] Statistics: [2021-04-19T21:50:08.299Z] Hnuu...uuuununununu... [2021-04-19T21:50:08.299Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T21:50:08.500Z] provisioning config files... [2021-04-19T21:50:08.518Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5683495177869899543tmp [Pipeline] { [Pipeline] echo [2021-04-19T21:50:08.543Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:50:08.844Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T21:50:08.854Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T21:50:08.879Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:50:09.560Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T21:50:09.572Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:50:09.874Z] ---> sudo-logs.sh [2021-04-19T21:50:09.874Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T21:50:09.915Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:50:10.215Z] ---> job-cost.sh [2021-04-19T21:50:10.215Z] lf-activate-venv: SKIPPING [2021-04-19T21:50:10.215Z] DEBUG: total: 0.20999999344348907 [2021-04-19T21:50:10.215Z] INFO: Retrieving Stack Cost... [2021-04-19T21:50:11.163Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T21:50:11.426Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T21:50:11.443Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:50:11.744Z] ---> logs-deploy.sh [2021-04-19T21:50:11.744Z] lf-activate-venv: SKIPPING [2021-04-19T21:50:11.744Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/32 [2021-04-19T21:50:11.744Z] INFO: archiving workspace using pattern(s): [2021-04-19T21:50:13.670Z] Archives upload complete. [2021-04-19T21:50:13.670Z] INFO: archiving logs to Nexus [2021-04-19T21:50:14.619Z] ---> uname -a: [2021-04-19T21:50:14.619Z] Linux prd-centos7-docker-4c-2g-972.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-19T21:50:14.619Z] [2021-04-19T21:50:14.619Z] [2021-04-19T21:50:14.619Z] ---> lscpu: [2021-04-19T21:50:14.619Z] Architecture: x86_64 [2021-04-19T21:50:14.619Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T21:50:14.619Z] Byte Order: Little Endian [2021-04-19T21:50:14.619Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T21:50:14.619Z] CPU(s): 4 [2021-04-19T21:50:14.619Z] On-line CPU(s) list: 0-3 [2021-04-19T21:50:14.619Z] Thread(s) per core: 1 [2021-04-19T21:50:14.619Z] Core(s) per socket: 1 [2021-04-19T21:50:14.619Z] Socket(s): 4 [2021-04-19T21:50:14.619Z] NUMA node(s): 1 [2021-04-19T21:50:14.619Z] Vendor ID: GenuineIntel [2021-04-19T21:50:14.619Z] CPU family: 6 [2021-04-19T21:50:14.619Z] Model: 44 [2021-04-19T21:50:14.619Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T21:50:14.619Z] Stepping: 1 [2021-04-19T21:50:14.619Z] CPU MHz: 2933.442 [2021-04-19T21:50:14.619Z] BogoMIPS: 5866.88 [2021-04-19T21:50:14.619Z] Virtualization: VT-x [2021-04-19T21:50:14.619Z] Hypervisor vendor: KVM [2021-04-19T21:50:14.619Z] Virtualization type: full [2021-04-19T21:50:14.619Z] L1d cache: 128 KiB [2021-04-19T21:50:14.619Z] L1i cache: 128 KiB [2021-04-19T21:50:14.619Z] L2 cache: 16 MiB [2021-04-19T21:50:14.619Z] L3 cache: 64 MiB [2021-04-19T21:50:14.619Z] NUMA node0 CPU(s): 0-3 [2021-04-19T21:50:14.619Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T21:50:14.619Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T21:50:14.619Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T21:50:14.619Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T21:50:14.619Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T21:50:14.619Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T21:50:14.619Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T21:50:14.619Z] Vulnerability Srbds: Not affected [2021-04-19T21:50:14.619Z] Vulnerability Tsx async abort: Not affected [2021-04-19T21:50:14.619Z] 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 [2021-04-19T21:50:14.619Z] [2021-04-19T21:50:14.619Z] [2021-04-19T21:50:14.619Z] ---> nproc: [2021-04-19T21:50:14.619Z] 4 [2021-04-19T21:50:14.619Z] [2021-04-19T21:50:14.619Z] [2021-04-19T21:50:14.619Z] ---> df -h: [2021-04-19T21:50:14.619Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T21:50:14.619Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-19T21:50:14.619Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T21:50:14.620Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T21:50:14.620Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T21:50:14.620Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-19T21:50:14.620Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-19T21:50:14.620Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-19T21:50:14.620Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-19T21:50:14.620Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-19T21:50:14.620Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master [2021-04-19T21:50:14.620Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-19T21:50:14.620Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master@tmp [2021-04-19T21:50:14.620Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-19T21:50:14.620Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] ---> free -m: [2021-04-19T21:50:14.620Z] total used free shared buff/cache available [2021-04-19T21:50:14.620Z] Mem: 1837 820 145 0 871 952 [2021-04-19T21:50:14.620Z] Swap: 1023 3 1020 [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] ---> ip addr: [2021-04-19T21:50:14.620Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T21:50:14.620Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T21:50:14.620Z] inet 127.0.0.1/8 scope host lo [2021-04-19T21:50:14.620Z] valid_lft forever preferred_lft forever [2021-04-19T21:50:14.620Z] inet6 ::1/128 scope host [2021-04-19T21:50:14.620Z] valid_lft forever preferred_lft forever [2021-04-19T21:50:14.620Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T21:50:14.620Z] link/ether fa:16:3e:21:2d:01 brd ff:ff:ff:ff:ff:ff [2021-04-19T21:50:14.620Z] inet 10.30.123.152/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T21:50:14.620Z] valid_lft 85685sec preferred_lft 85685sec [2021-04-19T21:50:14.620Z] inet6 fe80::f816:3eff:fe21:2d01/64 scope link [2021-04-19T21:50:14.620Z] valid_lft forever preferred_lft forever [2021-04-19T21:50:14.620Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T21:50:14.620Z] link/ether 02:42:ea:d8:4a:17 brd ff:ff:ff:ff:ff:ff [2021-04-19T21:50:14.620Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T21:50:14.620Z] valid_lft forever preferred_lft forever [2021-04-19T21:50:14.620Z] inet6 fe80::42:eaff:fed8:4a17/64 scope link [2021-04-19T21:50:14.620Z] valid_lft forever preferred_lft forever [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] ---> sar -b -r -n DEV: [2021-04-19T21:50:14.620Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] 21:38:06 LINUX RESTART (4 CPU) [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] 21:39:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T21:50:14.620Z] 21:40:01 3.01 0.37 2.64 0.00 50.11 689.32 0.00 [2021-04-19T21:50:14.620Z] 21:41:01 44.44 11.80 32.64 0.00 4346.47 2531.06 0.00 [2021-04-19T21:50:14.620Z] 21:42:01 1.40 0.00 1.40 0.00 0.00 21.00 0.00 [2021-04-19T21:50:14.620Z] 21:43:02 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2021-04-19T21:50:14.620Z] 21:44:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 [2021-04-19T21:50:14.620Z] 21:45:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 [2021-04-19T21:50:14.620Z] 21:46:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 [2021-04-19T21:50:14.620Z] 21:47:01 0.20 0.00 0.20 0.00 0.00 2.83 0.00 [2021-04-19T21:50:14.620Z] 21:48:01 0.57 0.22 0.35 0.00 10.26 5.75 0.00 [2021-04-19T21:50:14.620Z] 21:49:01 416.70 201.70 215.00 0.00 10601.96 62853.04 0.00 [2021-04-19T21:50:14.620Z] 21:50:01 152.28 81.67 70.61 0.00 5641.38 19815.88 0.00 [2021-04-19T21:50:14.620Z] Average: 56.55 26.99 29.56 0.00 1884.46 7842.30 0.00 [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] 21:39:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T21:50:14.620Z] 21:40:01 81516 0 531184 28.23 2620 1266224 1023568 34.93 358804 1244984 10380 [2021-04-19T21:50:14.620Z] 21:41:01 125628 0 605448 32.18 2620 1147848 1101368 37.59 448500 1108152 20 [2021-04-19T21:50:14.620Z] 21:42:01 132484 0 598588 31.81 2620 1147852 1065972 36.38 444340 1106160 8 [2021-04-19T21:50:14.620Z] 21:43:02 132376 0 598692 31.82 2620 1147856 1065972 36.38 442552 1107884 8 [2021-04-19T21:50:14.620Z] 21:44:01 131444 0 599616 31.87 2620 1147864 1066068 36.38 443988 1107880 8 [2021-04-19T21:50:14.620Z] 21:45:01 131836 0 599220 31.85 2620 1147868 1065972 36.38 441396 1110112 8 [2021-04-19T21:50:14.620Z] 21:46:01 129984 0 601068 31.95 2620 1147872 1066164 36.39 443004 1110112 8 [2021-04-19T21:50:14.620Z] 21:47:01 131132 0 599916 31.88 2620 1147876 1065972 36.38 442004 1110112 8 [2021-04-19T21:50:14.620Z] 21:48:01 115064 0 615624 32.72 2620 1148236 1092432 37.28 456672 1110084 8 [2021-04-19T21:50:14.620Z] 21:49:01 157264 0 751624 39.95 1496 971160 1201292 41.00 532832 863832 204 [2021-04-19T21:50:14.620Z] 21:50:01 74140 0 842460 44.77 1496 963448 1514204 51.68 687804 763296 36560 [2021-04-19T21:50:14.620Z] Average: 122079 0 631222 33.55 2416 1125828 1120817 38.25 467445 1067510 4293 [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] 21:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T21:50:14.620Z] 21:40:01 eth0 172.79 101.59 226.91 22.59 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:41:01 eth0 177.01 111.42 489.08 36.60 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:41:01 docker0 1.65 1.31 0.41 3.34 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:42:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:43:02 eth0 0.70 0.02 0.06 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:44:01 eth0 1.32 0.41 0.47 0.27 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:45:01 eth0 0.87 0.07 0.07 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:46:01 eth0 0.57 0.47 0.27 0.21 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:47:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:48:01 eth0 12.56 10.76 4.82 18.60 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:49:01 eth0 859.95 718.09 7338.08 74.51 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:49:01 veth4dfcdf9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:49:01 docker0 14.04 13.25 1.34 46.38 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:50:01 eth0 308.92 226.00 2461.57 89.64 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] 21:50:01 docker0 28.31 33.22 1.81 244.38 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] Average: eth0 139.85 106.53 959.95 22.09 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] Average: docker0 4.02 4.36 0.33 26.84 0.00 0.00 0.00 0.00 [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] ---> sar -P ALL: [2021-04-19T21:50:14.620Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] 21:38:06 LINUX RESTART (4 CPU) [2021-04-19T21:50:14.620Z] [2021-04-19T21:50:14.620Z] 21:39:02 CPU %user %nice %system %iowait %steal %idle [2021-04-19T21:50:14.620Z] 21:40:01 all 2.90 0.00 0.45 0.01 0.01 96.63 [2021-04-19T21:50:14.620Z] 21:40:01 0 4.02 0.00 0.58 0.00 0.00 95.40 [2021-04-19T21:50:14.620Z] 21:40:01 1 1.73 0.00 0.49 0.02 0.02 97.74 [2021-04-19T21:50:14.620Z] 21:40:01 2 3.53 0.00 0.36 0.02 0.02 96.08 [2021-04-19T21:50:14.620Z] 21:40:01 3 2.33 0.00 0.36 0.00 0.02 97.30 [2021-04-19T21:50:14.620Z] 21:41:01 all 3.61 0.00 2.33 1.42 0.04 92.60 [2021-04-19T21:50:14.620Z] 21:41:01 0 4.28 0.00 2.39 1.21 0.03 92.09 [2021-04-19T21:50:14.620Z] 21:41:01 1 3.11 0.00 1.97 0.50 0.05 94.37 [2021-04-19T21:50:14.620Z] 21:41:01 2 3.41 0.00 2.89 0.50 0.03 93.17 [2021-04-19T21:50:14.620Z] 21:41:01 3 3.63 0.00 2.07 3.48 0.05 90.78 [2021-04-19T21:50:14.620Z] 21:42:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-04-19T21:50:14.620Z] 21:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T21:50:14.620Z] 21:42:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T21:50:14.620Z] 21:42:01 2 0.07 0.00 0.08 0.00 0.02 99.83 [2021-04-19T21:50:14.620Z] 21:42:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2021-04-19T21:50:14.620Z] 21:43:02 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-04-19T21:50:14.620Z] 21:43:02 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-19T21:50:14.620Z] 21:43:02 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T21:50:14.620Z] 21:43:02 2 0.55 0.00 0.03 0.00 0.00 99.42 [2021-04-19T21:50:14.620Z] 21:43:02 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T21:50:14.620Z] 21:44:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-04-19T21:50:14.620Z] 21:44:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-19T21:50:14.620Z] 21:44:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-19T21:50:14.620Z] 21:44:01 2 0.53 0.00 0.03 0.00 0.00 99.44 [2021-04-19T21:50:14.620Z] 21:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T21:50:14.620Z] 21:45:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-04-19T21:50:14.620Z] 21:45:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T21:50:14.620Z] 21:45:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-19T21:50:14.620Z] 21:45:01 2 0.52 0.00 0.07 0.00 0.02 99.40 [2021-04-19T21:50:14.620Z] 21:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T21:50:14.620Z] 21:46:01 all 0.08 0.00 0.04 0.00 0.00 99.89 [2021-04-19T21:50:14.620Z] 21:46:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-19T21:50:14.620Z] 21:46:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T21:50:14.620Z] 21:46:01 2 0.15 0.00 0.05 0.00 0.00 99.80 [2021-04-19T21:50:14.620Z] 21:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T21:50:14.620Z] 21:47:01 all 0.05 0.00 0.04 0.00 0.01 99.90 [2021-04-19T21:50:14.620Z] 21:47:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2021-04-19T21:50:14.620Z] 21:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T21:50:14.620Z] 21:47:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-19T21:50:14.620Z] 21:47:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-19T21:50:14.620Z] 21:48:01 all 0.52 0.00 0.32 0.00 0.01 99.15 [2021-04-19T21:50:14.620Z] 21:48:01 0 0.53 0.00 0.57 0.00 0.00 98.90 [2021-04-19T21:50:14.620Z] 21:48:01 1 0.27 0.00 0.27 0.00 0.02 99.45 [2021-04-19T21:50:14.620Z] 21:48:01 2 0.57 0.00 0.17 0.00 0.00 99.27 [2021-04-19T21:50:14.620Z] 21:48:01 3 0.72 0.00 0.28 0.02 0.02 98.97 [2021-04-19T21:50:14.620Z] 21:49:01 all 17.28 0.00 13.10 3.85 0.14 65.64 [2021-04-19T21:50:14.620Z] 21:49:01 0 16.33 0.00 14.23 3.91 0.14 65.39 [2021-04-19T21:50:14.620Z] 21:49:01 1 17.81 0.00 12.83 1.95 0.12 67.29 [2021-04-19T21:50:14.620Z] 21:49:01 2 17.76 0.00 12.90 6.14 0.10 63.09 [2021-04-19T21:50:14.620Z] 21:49:01 3 17.20 0.00 12.46 3.40 0.17 66.77 [2021-04-19T21:50:14.620Z] 21:50:01 all 8.66 0.00 6.22 2.67 0.11 82.34 [2021-04-19T21:50:14.620Z] 21:50:01 0 7.88 0.00 6.68 3.04 0.12 82.28 [2021-04-19T21:50:14.621Z] 21:50:01 1 9.70 0.00 6.15 0.94 0.10 83.11 [2021-04-19T21:50:14.621Z] 21:50:01 2 8.81 0.00 5.36 3.64 0.12 82.07 [2021-04-19T21:50:14.621Z] 21:50:01 3 8.25 0.00 6.70 3.07 0.09 81.90 [2021-04-19T21:50:14.621Z] [2021-04-19T21:50:14.621Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-19T21:50:14.621Z] Average: all 3.00 0.00 2.01 0.71 0.03 94.25 [2021-04-19T21:50:14.621Z] Average: 0 2.95 0.00 2.19 0.72 0.03 94.11 [2021-04-19T21:50:14.621Z] Average: 1 2.92 0.00 1.95 0.30 0.03 94.80 [2021-04-19T21:50:14.621Z] Average: 2 3.20 0.00 1.95 0.91 0.03 93.90 [2021-04-19T21:50:14.621Z] Average: 3 2.93 0.00 1.96 0.89 0.03 94.19 [2021-04-19T21:50:14.621Z] [2021-04-19T21:50:14.621Z] [2021-04-19T21:50:14.621Z]