Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from af8aa216260df0556b394ae78b2a31d110cb53a2 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9152 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision af8aa216260df0556b394ae78b2a31d110cb53a2 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 Commit message: "Merge pull request #363 from weichou1229/issue-362" > git rev-list --no-walk f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-27T16:25:13.653Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-27T16:25:13.910Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-27T16:25:14.018Z] ========================================================= [2020-10-27T16:25:14.018Z] EdgeX Global Pipelines Version Info [2020-10-27T16:25:14.018Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:25:15.542Z] ------------------- [2020-10-27T16:25:15.542Z] stable info: [2020-10-27T16:25:15.542Z] ------------------- [2020-10-27T16:25:15.542Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-27T16:25:15.542Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-27T16:25:15.542Z] Message: update stable to v1.0.148 [2020-10-27T16:25:16.489Z] ------------------- [2020-10-27T16:25:16.489Z] experimental info: [2020-10-27T16:25:16.489Z] ------------------- [2020-10-27T16:25:16.489Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-27T16:25:16.489Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-27T16:25:16.489Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-27T16:25:16.862Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-27T16:25:16.976Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-27T16:25:17.109Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-27T16:25:17.207Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-27T16:25:17.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-27T16:25:17.413Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-27T16:25:17.516Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-27T16:25:17.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-27T16:25:17.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-27T16:25:17.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-27T16:25:17.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-27T16:25:18.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-27T16:25:18.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-27T16:25:18.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-27T16:25:18.318Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:25:18.420Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:25:18.514Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:25:18.628Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:25:18.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-27T16:25:18.815Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-27T16:25:18.916Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-27T16:25:19.017Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-27T16:25:19.111Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-27T16:25:19.199Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-27T16:25:19.297Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-27T16:25:19.390Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-27T16:25:19.480Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-27T16:25:19.569Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-27T16:25:19.659Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = af8aa216260df0556b394ae78b2a31d110cb53a2 [Pipeline] echo [2020-10-27T16:25:19.764Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = af8aa21 [Pipeline] echo [2020-10-27T16:25:19.855Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-27T16:25:20.434Z] + git log --format=format:%s -1 af8aa216260df0556b394ae78b2a31d110cb53a2 [Pipeline] echo [2020-10-27T16:25:20.502Z] GIT_COMMIT: af8aa216260df0556b394ae78b2a31d110cb53a2, Commit Message: Merge pull request #363 from weichou1229/issue-362 [Pipeline] echo [2020-10-27T16:25:20.577Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:25:21.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:25:21.456Z] [2020-10-27T16:25:21.456Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:25:21.816Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:25:21.816Z] latest: Pulling from edgex-devops/git-semver [2020-10-27T16:25:21.816Z] 31603596830f: Pulling fs layer [2020-10-27T16:25:21.816Z] 2a8b12db71e7: Pulling fs layer [2020-10-27T16:25:21.816Z] 6ca5941a6612: Pulling fs layer [2020-10-27T16:25:21.816Z] ecc8261a40a4: Pulling fs layer [2020-10-27T16:25:21.816Z] ecc8261a40a4: Waiting [2020-10-27T16:25:22.081Z] 2a8b12db71e7: Verifying Checksum [2020-10-27T16:25:22.081Z] 2a8b12db71e7: Download complete [2020-10-27T16:25:22.081Z] 31603596830f: Verifying Checksum [2020-10-27T16:25:22.081Z] 31603596830f: Download complete [2020-10-27T16:25:22.081Z] 6ca5941a6612: Verifying Checksum [2020-10-27T16:25:22.081Z] 6ca5941a6612: Download complete [2020-10-27T16:25:22.346Z] ecc8261a40a4: Verifying Checksum [2020-10-27T16:25:22.346Z] ecc8261a40a4: Download complete [2020-10-27T16:25:22.609Z] 31603596830f: Pull complete [2020-10-27T16:25:22.609Z] 2a8b12db71e7: Pull complete [2020-10-27T16:25:23.571Z] 6ca5941a6612: Pull complete [2020-10-27T16:25:23.834Z] ecc8261a40a4: Pull complete [2020-10-27T16:25:23.834Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-27T16:25:23.834Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:25:23.834Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-27T16:25:23.950Z] prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container [2020-10-27T16:25:24.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T16:25:26.429Z] $ docker top c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:25:26.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:25:26.974Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:25:27.200Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:25:27.205Z] $ docker exec c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e ssh-agent [2020-10-27T16:25:27.366Z] SSH_AUTH_SOCK=/tmp/ssh-rVA4K408k1wF/agent.11 [2020-10-27T16:25:27.366Z] SSH_AGENT_PID=16 [2020-10-27T16:25:27.378Z] Running ssh-add (command line suppressed) [2020-10-27T16:25:27.500Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2231056290696528974.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2231056290696528974.key) [2020-10-27T16:25:27.548Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:25:27.888Z] + git tag --points-at HEAD [Pipeline] } [2020-10-27T16:25:27.910Z] $ docker exec --env ******** --env ******** c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e ssh-agent -k [2020-10-27T16:25:28.031Z] unset SSH_AUTH_SOCK; [2020-10-27T16:25:28.032Z] unset SSH_AGENT_PID; [2020-10-27T16:25:28.032Z] echo Agent pid 16 killed; [2020-10-27T16:25:28.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-27T16:25:28.227Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:25:28.227Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:25:28.387Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:25:28.392Z] $ docker exec c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e ssh-agent [2020-10-27T16:25:28.552Z] SSH_AUTH_SOCK=/tmp/ssh-TVUzuBL7o5Ks/agent.45 [2020-10-27T16:25:28.552Z] SSH_AGENT_PID=50 [2020-10-27T16:25:28.559Z] Running ssh-add (command line suppressed) [2020-10-27T16:25:28.676Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8724644406822399924.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8724644406822399924.key) [2020-10-27T16:25:28.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:25:29.062Z] + git semver init [2020-10-27T16:25:29.062Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:25:29.062Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-27T16:25:29.062Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-27T16:25:29.062Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:25:29.062Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:25:29.062Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:25:29.062Z] # $SEMVER_BRANCH = master [2020-10-27T16:25:29.062Z] # $SEMVER_TEMP = /tmp/semver-739495326 [2020-10-27T16:25:29.062Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-27T16:25:29.638Z] # '/tmp/semver-739495326' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-27T16:25:29.638Z] # -> Force: false [2020-10-27T16:25:29.638Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-27T16:25:29.652Z] $ docker exec --env ******** --env ******** c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e ssh-agent -k [2020-10-27T16:25:29.764Z] unset SSH_AUTH_SOCK; [2020-10-27T16:25:29.765Z] unset SSH_AGENT_PID; [2020-10-27T16:25:29.765Z] echo Agent pid 50 killed; [2020-10-27T16:25:29.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:25:30.296Z] + git semver [Pipeline] } [2020-10-27T16:25:30.315Z] $ docker stop --time=1 c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e [2020-10-27T16:25:32.091Z] $ docker rm -f c919f1d4b37dbfc100b960a4e19e3dce2a21081a219e883c23a99a2d59bf893e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:25:32.560Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T16:25:32.959Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T16:25:32.961Z] [edgeXSemver]: initialized semver on version 0.1.112 [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 [2020-10-27T16:25:48.477Z] Still waiting to schedule task [2020-10-27T16:25:48.477Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-27T16:25:48.480Z] Still waiting to schedule task [2020-10-27T16:25:48.480Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-27T16:28:38.315Z] Running on prd-centos7-docker-4c-2g-9154 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-27T16:28:38.384Z] Running in /w/workspace/go-mod-core-contracts/78 [Pipeline] { [Pipeline] checkout [2020-10-27T16:28:40.746Z] using credential edgex-jenkins-ssh [2020-10-27T16:28:40.798Z] Cloning the remote Git repository [2020-10-27T16:28:40.827Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T16:28:40.892Z] > git init /w/workspace/go-mod-core-contracts/78 # timeout=10 [2020-10-27T16:28:41.346Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T16:28:41.347Z] > git --version # timeout=10 [2020-10-27T16:28:41.352Z] > git --version # 'git version 2.16.5' [2020-10-27T16:28:41.352Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:28:41.432Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:28:42.527Z] Checking out Revision af8aa216260df0556b394ae78b2a31d110cb53a2 (master) [2020-10-27T16:28:42.119Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-27T16:28:42.125Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:28:42.138Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-27T16:28:42.149Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T16:28:42.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:28:42.153Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:28:42.539Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:28:42.543Z] > git checkout -f af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-10-27T16:28:46.117Z] Commit message: "Merge pull request #363 from weichou1229/issue-362" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T16:28:46.978Z] ========================================================= [2020-10-27T16:28:46.979Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T16:28:46.979Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:28:48.533Z] + 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 . [2020-10-27T16:28:48.533Z] Sending build context to Docker daemon 1.801MB [2020-10-27T16:28:48.533Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-27T16:28:48.533Z] Step 2/7 : FROM ${BASE} [2020-10-27T16:28:48.533Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T16:28:48.533Z] df20fa9351a1: Pulling fs layer [2020-10-27T16:28:48.533Z] ed8968b2872e: Pulling fs layer [2020-10-27T16:28:48.533Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T16:28:48.533Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T16:28:48.533Z] e73272ec9a57: Pulling fs layer [2020-10-27T16:28:48.533Z] 1e910a182e73: Pulling fs layer [2020-10-27T16:28:48.533Z] 4e634b169226: Pulling fs layer [2020-10-27T16:28:48.533Z] e871e8e8d7a9: Waiting [2020-10-27T16:28:48.533Z] e73272ec9a57: Waiting [2020-10-27T16:28:48.533Z] 1e910a182e73: Waiting [2020-10-27T16:28:48.533Z] 4e634b169226: Waiting [2020-10-27T16:28:48.533Z] a92cc7c5fd73: Verifying Checksum [2020-10-27T16:28:48.533Z] a92cc7c5fd73: Download complete [2020-10-27T16:28:48.533Z] ed8968b2872e: Verifying Checksum [2020-10-27T16:28:48.533Z] ed8968b2872e: Download complete [2020-10-27T16:28:48.533Z] e73272ec9a57: Verifying Checksum [2020-10-27T16:28:48.533Z] e73272ec9a57: Download complete [2020-10-27T16:28:48.533Z] 1e910a182e73: Verifying Checksum [2020-10-27T16:28:48.533Z] 1e910a182e73: Download complete [2020-10-27T16:28:48.533Z] df20fa9351a1: Verifying Checksum [2020-10-27T16:28:48.533Z] df20fa9351a1: Download complete [2020-10-27T16:28:48.533Z] df20fa9351a1: Pull complete [2020-10-27T16:28:48.533Z] ed8968b2872e: Pull complete [2020-10-27T16:28:48.533Z] a92cc7c5fd73: Pull complete [2020-10-27T16:28:50.468Z] 4e634b169226: Verifying Checksum [2020-10-27T16:28:50.468Z] 4e634b169226: Download complete [2020-10-27T16:28:51.046Z] e871e8e8d7a9: Verifying Checksum [2020-10-27T16:28:51.046Z] e871e8e8d7a9: Download complete [2020-10-27T16:28:53.587Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9153 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-27T16:28:53.648Z] Running in /w/workspace/go-mod-core-contracts/78 [Pipeline] { [Pipeline] checkout [2020-10-27T16:28:56.392Z] e871e8e8d7a9: Pull complete [2020-10-27T16:28:56.392Z] e73272ec9a57: Pull complete [2020-10-27T16:28:56.392Z] 1e910a182e73: Pull complete [2020-10-27T16:28:58.721Z] using credential edgex-jenkins-ssh [2020-10-27T16:28:58.789Z] Cloning the remote Git repository [2020-10-27T16:28:58.850Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T16:28:58.966Z] > git init /w/workspace/go-mod-core-contracts/78 # timeout=10 [2020-10-27T16:28:59.045Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T16:28:59.046Z] > git --version # timeout=10 [2020-10-27T16:28:59.067Z] > git --version # 'git version 2.17.1' [2020-10-27T16:28:59.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:28:59.117Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:29:00.606Z] Checking out Revision af8aa216260df0556b394ae78b2a31d110cb53a2 (master) [2020-10-27T16:29:00.624Z] 4e634b169226: Pull complete [2020-10-27T16:29:00.624Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T16:29:00.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T16:29:00.624Z] ---> f7629b54cfaa [2020-10-27T16:29:00.624Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:29:00.624Z] ---> Running in 791d048503d9 [2020-10-27T16:29:00.624Z] Removing intermediate container 791d048503d9 [2020-10-27T16:29:00.624Z] ---> ae366dbac103 [2020-10-27T16:29:00.624Z] Step 4/7 : RUN apk add bash [2020-10-27T16:29:00.624Z] ---> Running in a0b788055ea8 [2020-10-27T16:29:00.021Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-27T16:29:00.037Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:29:00.064Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-27T16:29:00.112Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T16:29:00.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:29:00.131Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:29:00.626Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:29:00.646Z] > git checkout -f af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-10-27T16:29:01.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:29:01.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:29:02.344Z] OK: 166 MiB in 39 packages [2020-10-27T16:29:02.918Z] Removing intermediate container a0b788055ea8 [2020-10-27T16:29:02.918Z] ---> 9403d34a6d92 [2020-10-27T16:29:02.918Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-27T16:29:02.918Z] ---> Running in 6410816dce93 [2020-10-27T16:29:03.180Z] Removing intermediate container 6410816dce93 [2020-10-27T16:29:03.180Z] ---> d532ee2dbace [2020-10-27T16:29:03.180Z] Step 6/7 : COPY go.mod . [2020-10-27T16:29:03.180Z] ---> 2f693861ba9c [2020-10-27T16:29:03.180Z] Step 7/7 : RUN go mod download [2020-10-27T16:29:03.448Z] ---> Running in 46984ebab957 [2020-10-27T16:29:04.968Z] Commit message: "Merge pull request #363 from weichou1229/issue-362" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T16:29:06.228Z] ========================================================= [2020-10-27T16:29:06.228Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T16:29:06.228Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:29:07.362Z] + 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 . [2020-10-27T16:29:08.355Z] Sending build context to Docker daemon 1.801MB [2020-10-27T16:29:08.355Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-27T16:29:08.355Z] Step 2/7 : FROM ${BASE} [2020-10-27T16:29:08.633Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T16:29:08.633Z] b538f80385f9: Pulling fs layer [2020-10-27T16:29:08.633Z] 74f711af9a0d: Pulling fs layer [2020-10-27T16:29:08.633Z] 99f96fe45779: Pulling fs layer [2020-10-27T16:29:08.633Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T16:29:08.633Z] 45590311c82a: Pulling fs layer [2020-10-27T16:29:08.633Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T16:29:08.633Z] 209524e5b208: Pulling fs layer [2020-10-27T16:29:08.633Z] 45590311c82a: Waiting [2020-10-27T16:29:08.633Z] 69ca0ff8b7b3: Waiting [2020-10-27T16:29:08.633Z] 209524e5b208: Waiting [2020-10-27T16:29:08.633Z] 8529a6b9a6be: Waiting [2020-10-27T16:29:08.633Z] 99f96fe45779: Download complete [2020-10-27T16:29:08.633Z] 74f711af9a0d: Download complete [2020-10-27T16:29:08.633Z] 45590311c82a: Verifying Checksum [2020-10-27T16:29:08.633Z] 45590311c82a: Download complete [2020-10-27T16:29:08.910Z] 69ca0ff8b7b3: Download complete [2020-10-27T16:29:08.910Z] b538f80385f9: Verifying Checksum [2020-10-27T16:29:08.910Z] b538f80385f9: Download complete [2020-10-27T16:29:09.520Z] b538f80385f9: Pull complete [2020-10-27T16:29:10.122Z] 74f711af9a0d: Pull complete [2020-10-27T16:29:10.729Z] 99f96fe45779: Pull complete [2020-10-27T16:29:11.005Z] 209524e5b208: Verifying Checksum [2020-10-27T16:29:11.005Z] 209524e5b208: Download complete [2020-10-27T16:29:12.452Z] 8529a6b9a6be: Verifying Checksum [2020-10-27T16:29:12.452Z] 8529a6b9a6be: Download complete [2020-10-27T16:29:15.750Z] Removing intermediate container 46984ebab957 [2020-10-27T16:29:15.750Z] ---> 80f0badc2030 [2020-10-27T16:29:15.751Z] Successfully built 80f0badc2030 [2020-10-27T16:29:15.751Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:29:16.129Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T16:29:16.129Z] . [Pipeline] withDockerContainer [2020-10-27T16:29:16.229Z] prd-centos7-docker-4c-2g-9154 does not seem to be running inside a container [2020-10-27T16:29:16.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/78 -v /w/workspace/go-mod-core-contracts/78:/w/workspace/go-mod-core-contracts/78:rw,z -v /w/workspace/go-mod-core-contracts/78@tmp:/w/workspace/go-mod-core-contracts/78@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 ******** ci-base-image-x86_64 cat [2020-10-27T16:29:16.888Z] $ docker top d747a74eb7b72cfba66f29ca61392ef7d779176d0045ccb64181e9ca2b0161a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:29:17.420Z] + go version [2020-10-27T16:29:17.420Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T16:29:17.441Z] $ docker stop --time=1 d747a74eb7b72cfba66f29ca61392ef7d779176d0045ccb64181e9ca2b0161a4 [2020-10-27T16:29:18.802Z] $ docker rm -f d747a74eb7b72cfba66f29ca61392ef7d779176d0045ccb64181e9ca2b0161a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T16:29:22.637Z] 8529a6b9a6be: Pull complete [2020-10-27T16:29:22.911Z] 45590311c82a: Pull complete [2020-10-27T16:29:23.507Z] 69ca0ff8b7b3: Pull complete [2020-10-27T16:29:26.912Z] 209524e5b208: Pull complete [2020-10-27T16:29:26.912Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T16:29:26.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T16:29:26.912Z] ---> 5bddaf1c2fca [2020-10-27T16:29:26.912Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:29:30.315Z] ---> Running in c047067659e2 [2020-10-27T16:29:30.315Z] Removing intermediate container c047067659e2 [2020-10-27T16:29:30.315Z] ---> 042b2fb9fe62 [2020-10-27T16:29:30.315Z] Step 4/7 : RUN apk add bash [2020-10-27T16:29:30.588Z] ---> Running in 1e2b3bf8fde2 [2020-10-27T16:29:32.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:29:33.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:29:33.981Z] OK: 142 MiB in 39 packages [2020-10-27T16:29:34.960Z] Removing intermediate container 1e2b3bf8fde2 [2020-10-27T16:29:34.960Z] ---> 4a94c0ddd8a6 [2020-10-27T16:29:34.960Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-27T16:29:34.960Z] ---> Running in 0d19fc38e681 [2020-10-27T16:29:35.560Z] Removing intermediate container 0d19fc38e681 [2020-10-27T16:29:35.560Z] ---> a86d4dfa280b [2020-10-27T16:29:35.560Z] Step 6/7 : COPY go.mod . [2020-10-27T16:29:36.162Z] ---> f599e1594536 [2020-10-27T16:29:36.162Z] Step 7/7 : RUN go mod download [2020-10-27T16:29:36.162Z] ---> Running in 852b057fe33c [2020-10-27T16:29:51.266Z] Removing intermediate container 852b057fe33c [2020-10-27T16:29:51.266Z] ---> 048bac0fc14e [2020-10-27T16:29:51.266Z] Successfully built 048bac0fc14e [2020-10-27T16:29:51.266Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:29:51.669Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T16:29:51.669Z] . [Pipeline] withDockerContainer [2020-10-27T16:29:51.910Z] prd-ubuntu18.04-docker-arm64-4c-16g-9153 does not seem to be running inside a container [2020-10-27T16:29:52.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/78 -v /w/workspace/go-mod-core-contracts/78:/w/workspace/go-mod-core-contracts/78:rw,z -v /w/workspace/go-mod-core-contracts/78@tmp:/w/workspace/go-mod-core-contracts/78@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 ******** ci-base-image-arm64 cat [2020-10-27T16:29:53.837Z] $ docker top 862aba43a1f92cae7083f61b03a75d1dd1345637383768f2d25fc98f32c9ab50 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:29:55.255Z] + go version [2020-10-27T16:29:55.255Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T16:29:55.295Z] $ docker stop --time=1 862aba43a1f92cae7083f61b03a75d1dd1345637383768f2d25fc98f32c9ab50 [2020-10-27T16:29:57.254Z] $ docker rm -f 862aba43a1f92cae7083f61b03a75d1dd1345637383768f2d25fc98f32c9ab50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-27T16:30:00.378Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-27T16:30:00.380Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-27T16:30:00.474Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:00.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T16:30:00.831Z] [2020-10-27T16:30:00.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:01.199Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T16:30:01.199Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-27T16:30:01.199Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-27T16:30:01.199Z] 408f87550127: Pulling fs layer [2020-10-27T16:30:01.199Z] fe522b08c979: Pulling fs layer [2020-10-27T16:30:01.199Z] 221eaa008020: Pulling fs layer [2020-10-27T16:30:01.199Z] 2a4607e5d6b9: Pulling fs layer [2020-10-27T16:30:01.199Z] 8f79b27c4fd2: Pulling fs layer [2020-10-27T16:30:01.199Z] e5c8dbe1645b: Pulling fs layer [2020-10-27T16:30:01.199Z] 23e8b3b47431: Pulling fs layer [2020-10-27T16:30:01.199Z] 5c568d65a230: Pulling fs layer [2020-10-27T16:30:01.199Z] 8f79b27c4fd2: Waiting [2020-10-27T16:30:01.199Z] e5c8dbe1645b: Waiting [2020-10-27T16:30:01.199Z] 23e8b3b47431: Waiting [2020-10-27T16:30:01.199Z] 5c568d65a230: Waiting [2020-10-27T16:30:01.199Z] 221eaa008020: Waiting [2020-10-27T16:30:01.199Z] fe522b08c979: Verifying Checksum [2020-10-27T16:30:01.199Z] fe522b08c979: Download complete [2020-10-27T16:30:01.199Z] 408f87550127: Verifying Checksum [2020-10-27T16:30:01.199Z] 408f87550127: Download complete [2020-10-27T16:30:01.199Z] 2a4607e5d6b9: Verifying Checksum [2020-10-27T16:30:01.199Z] 2a4607e5d6b9: Download complete [2020-10-27T16:30:01.199Z] 8f79b27c4fd2: Verifying Checksum [2020-10-27T16:30:01.199Z] 8f79b27c4fd2: Download complete [2020-10-27T16:30:01.199Z] cbdbe7a5bc2a: Download complete [2020-10-27T16:30:01.810Z] cbdbe7a5bc2a: Pull complete [2020-10-27T16:30:01.810Z] 408f87550127: Pull complete [2020-10-27T16:30:02.080Z] fe522b08c979: Pull complete [2020-10-27T16:30:02.674Z] e5c8dbe1645b: Verifying Checksum [2020-10-27T16:30:02.674Z] e5c8dbe1645b: Download complete [2020-10-27T16:30:04.082Z] 23e8b3b47431: Download complete [2020-10-27T16:30:04.660Z] 5c568d65a230: Verifying Checksum [2020-10-27T16:30:04.660Z] 5c568d65a230: Download complete [2020-10-27T16:30:05.611Z] 221eaa008020: Verifying Checksum [2020-10-27T16:30:05.611Z] 221eaa008020: Download complete [2020-10-27T16:30:10.975Z] 221eaa008020: Pull complete [2020-10-27T16:30:10.975Z] 2a4607e5d6b9: Pull complete [2020-10-27T16:30:10.975Z] 8f79b27c4fd2: Pull complete [2020-10-27T16:30:13.540Z] e5c8dbe1645b: Pull complete [2020-10-27T16:30:16.861Z] 23e8b3b47431: Pull complete [2020-10-27T16:30:18.787Z] 5c568d65a230: Pull complete [2020-10-27T16:30:18.787Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-27T16:30:18.787Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T16:30:18.787Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-27T16:30:19.018Z] prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container [2020-10-27T16:30:19.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-27T16:30:20.483Z] $ docker top c4618d4fa0d399a19c4ee3849c44ba1fb5c222b42d6b156b3953bad87efc17f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:30:21.156Z] + snyk monitor '--org=edgex-jenkins' [2020-10-27T16:30:29.310Z] [2020-10-27T16:30:29.310Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-27T16:30:29.310Z] [2020-10-27T16:30:29.310Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/43896447-d745-447b-9f1b-0f7246dd2d44 [2020-10-27T16:30:29.310Z] [2020-10-27T16:30:29.310Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-27T16:30:29.310Z] [2020-10-27T16:30:29.310Z] [2020-10-27T16:30:29.310Z] Snyk CLI supports Node.js 8 and higher. [2020-10-27T16:30:29.310Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-27T16:30:29.310Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-27T16:30:29.310Z] [2020-10-27T16:30:29.310Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-27T16:30:29.310Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-27T16:30:29.310Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-27T16:30:29.310Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-27T16:30:29.327Z] $ docker stop --time=1 c4618d4fa0d399a19c4ee3849c44ba1fb5c222b42d6b156b3953bad87efc17f4 [2020-10-27T16:30:31.600Z] $ docker rm -f c4618d4fa0d399a19c4ee3849c44ba1fb5c222b42d6b156b3953bad87efc17f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-27T16:30:33.494Z] + git log --format=format:%s -1 af8aa216260df0556b394ae78b2a31d110cb53a2 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:33.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:30:33.803Z] . [Pipeline] withDockerContainer [2020-10-27T16:30:33.899Z] prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container [2020-10-27T16:30:33.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T16:30:34.717Z] $ docker top 3c691f02adeb3d7751decdb75c6fdbb1c1487019f15c58e0d155965a9b8794dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:30:35.087Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:30:35.087Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:30:35.293Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:30:35.299Z] $ docker exec 3c691f02adeb3d7751decdb75c6fdbb1c1487019f15c58e0d155965a9b8794dd ssh-agent [2020-10-27T16:30:35.456Z] SSH_AUTH_SOCK=/tmp/ssh-fPc65dZSWgZs/agent.12 [2020-10-27T16:30:35.456Z] SSH_AGENT_PID=17 [2020-10-27T16:30:35.464Z] Running ssh-add (command line suppressed) [2020-10-27T16:30:35.591Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4474643977033846639.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4474643977033846639.key) [2020-10-27T16:30:35.645Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:30:35.991Z] + git semver tag [2020-10-27T16:30:35.991Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:30:35.991Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-27T16:30:35.991Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-27T16:30:35.991Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:30:35.991Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:30:35.991Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:30:35.991Z] # $SEMVER_BRANCH = master [2020-10-27T16:30:35.991Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-27T16:30:35.991Z] # af8aa216260df0556b394ae78b2a31d110cb53a2 HEAD [2020-10-27T16:30:35.991Z] # -> Force: false [2020-10-27T16:30:35.991Z] # 4eb7dd5b1f3e7c90357ecc27af10045e8b851050 refs/tags/v0.1.112 [Pipeline] } [2020-10-27T16:30:36.013Z] $ docker exec --env ******** --env ******** 3c691f02adeb3d7751decdb75c6fdbb1c1487019f15c58e0d155965a9b8794dd ssh-agent -k [2020-10-27T16:30:36.158Z] unset SSH_AUTH_SOCK; [2020-10-27T16:30:36.158Z] unset SSH_AGENT_PID; [2020-10-27T16:30:36.158Z] echo Agent pid 17 killed; [2020-10-27T16:30:36.206Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:30:36.695Z] + git semver [Pipeline] } [2020-10-27T16:30:36.715Z] $ docker stop --time=1 3c691f02adeb3d7751decdb75c6fdbb1c1487019f15c58e0d155965a9b8794dd [2020-10-27T16:30:38.100Z] $ docker rm -f 3c691f02adeb3d7751decdb75c6fdbb1c1487019f15c58e0d155965a9b8794dd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:38.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T16:30:38.762Z] [2020-10-27T16:30:38.762Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:30:39.116Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T16:30:39.116Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-27T16:30:39.116Z] ab5ef0e58194: Pulling fs layer [2020-10-27T16:30:39.116Z] 9712f1f96733: Pulling fs layer [2020-10-27T16:30:39.116Z] 63f879dbbcfc: Pulling fs layer [2020-10-27T16:30:39.116Z] 0d9ebad4ef96: Pulling fs layer [2020-10-27T16:30:39.116Z] e9a5061849ea: Pulling fs layer [2020-10-27T16:30:39.116Z] d747dcd14b5f: Pulling fs layer [2020-10-27T16:30:39.116Z] 2de7ff778b66: Pulling fs layer [2020-10-27T16:30:39.116Z] e9a5061849ea: Waiting [2020-10-27T16:30:39.116Z] d747dcd14b5f: Waiting [2020-10-27T16:30:39.116Z] 2de7ff778b66: Waiting [2020-10-27T16:30:39.116Z] 0d9ebad4ef96: Waiting [2020-10-27T16:30:39.116Z] 9712f1f96733: Download complete [2020-10-27T16:30:41.680Z] 63f879dbbcfc: Verifying Checksum [2020-10-27T16:30:41.680Z] 63f879dbbcfc: Download complete [2020-10-27T16:30:41.680Z] e9a5061849ea: Verifying Checksum [2020-10-27T16:30:41.680Z] e9a5061849ea: Download complete [2020-10-27T16:30:41.680Z] d747dcd14b5f: Verifying Checksum [2020-10-27T16:30:41.680Z] d747dcd14b5f: Download complete [2020-10-27T16:30:41.943Z] 2de7ff778b66: Verifying Checksum [2020-10-27T16:30:41.943Z] 2de7ff778b66: Download complete [2020-10-27T16:30:41.943Z] ab5ef0e58194: Verifying Checksum [2020-10-27T16:30:41.943Z] ab5ef0e58194: Download complete [2020-10-27T16:30:41.943Z] 0d9ebad4ef96: Verifying Checksum [2020-10-27T16:30:41.943Z] 0d9ebad4ef96: Download complete [2020-10-27T16:30:46.178Z] ab5ef0e58194: Pull complete [2020-10-27T16:30:46.178Z] 9712f1f96733: Pull complete [2020-10-27T16:30:49.499Z] 63f879dbbcfc: Pull complete [2020-10-27T16:30:56.147Z] 0d9ebad4ef96: Pull complete [2020-10-27T16:30:57.539Z] e9a5061849ea: Pull complete [2020-10-27T16:30:57.539Z] d747dcd14b5f: Pull complete [2020-10-27T16:31:01.019Z] 2de7ff778b66: Pull complete [2020-10-27T16:31:01.019Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-27T16:31:01.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T16:31:01.019Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-27T16:31:01.279Z] prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container [2020-10-27T16:31:01.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-27T16:31:04.805Z] $ docker top 1e732b6fb0cdaf33711ba875b9f6e7ab69eed7fbac6be46c716cc124fdae3d56 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-27T16:31:05.088Z] provisioning config files... [2020-10-27T16:31:05.104Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7247087357894280762tmp [2020-10-27T16:31:05.130Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config960924455619314080tmp [2020-10-27T16:31:05.145Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5753205983503076818tmp [Pipeline] { [Pipeline] echo [2020-10-27T16:31:05.206Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:31:05.508Z] ---> sigul-configuration.sh [2020-10-27T16:31:05.508Z] gpg: directory `/root/.gnupg' created [2020-10-27T16:31:05.508Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-27T16:31:05.508Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-27T16:31:05.508Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-27T16:31:05.508Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-27T16:31:05.508Z] gpg: CAST5 encrypted data [2020-10-27T16:31:05.772Z] gpg: encrypted with 1 passphrase [2020-10-27T16:31:05.772Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-27T16:31:06.072Z] + mkdir /home/jenkins [2020-10-27T16:31:06.072Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-27T16:31:06.370Z] + 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 [2020-10-27T16:31:06.382Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:31:06.682Z] ---> sigul-install.sh [2020-10-27T16:31:18.936Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-27T16:31:19.237Z] + git tag --list [2020-10-27T16:31:19.237Z] v0.0.0 [2020-10-27T16:31:19.237Z] v0.0.1 [2020-10-27T16:31:19.237Z] v0.1.0 [2020-10-27T16:31:19.237Z] v0.1.1 [2020-10-27T16:31:19.237Z] v0.1.10 [2020-10-27T16:31:19.237Z] v0.1.100 [2020-10-27T16:31:19.237Z] v0.1.101 [2020-10-27T16:31:19.237Z] v0.1.102 [2020-10-27T16:31:19.237Z] v0.1.103 [2020-10-27T16:31:19.237Z] v0.1.104 [2020-10-27T16:31:19.237Z] v0.1.105 [2020-10-27T16:31:19.237Z] v0.1.106 [2020-10-27T16:31:19.237Z] v0.1.107 [2020-10-27T16:31:19.237Z] v0.1.108 [2020-10-27T16:31:19.237Z] v0.1.109 [2020-10-27T16:31:19.237Z] v0.1.11 [2020-10-27T16:31:19.237Z] v0.1.110 [2020-10-27T16:31:19.237Z] v0.1.111 [2020-10-27T16:31:19.237Z] v0.1.112 [2020-10-27T16:31:19.237Z] v0.1.12 [2020-10-27T16:31:19.237Z] v0.1.13 [2020-10-27T16:31:19.237Z] v0.1.14 [2020-10-27T16:31:19.237Z] v0.1.15 [2020-10-27T16:31:19.237Z] v0.1.16 [2020-10-27T16:31:19.237Z] v0.1.17 [2020-10-27T16:31:19.237Z] v0.1.18 [2020-10-27T16:31:19.237Z] v0.1.19 [2020-10-27T16:31:19.237Z] v0.1.2 [2020-10-27T16:31:19.237Z] v0.1.20 [2020-10-27T16:31:19.237Z] v0.1.21 [2020-10-27T16:31:19.237Z] v0.1.22 [2020-10-27T16:31:19.237Z] v0.1.23 [2020-10-27T16:31:19.237Z] v0.1.24 [2020-10-27T16:31:19.237Z] v0.1.25 [2020-10-27T16:31:19.237Z] v0.1.26 [2020-10-27T16:31:19.237Z] v0.1.27 [2020-10-27T16:31:19.237Z] v0.1.28 [2020-10-27T16:31:19.237Z] v0.1.29 [2020-10-27T16:31:19.237Z] v0.1.3 [2020-10-27T16:31:19.237Z] v0.1.30 [2020-10-27T16:31:19.237Z] v0.1.31 [2020-10-27T16:31:19.237Z] v0.1.32 [2020-10-27T16:31:19.237Z] v0.1.33 [2020-10-27T16:31:19.237Z] v0.1.34 [2020-10-27T16:31:19.237Z] v0.1.35 [2020-10-27T16:31:19.237Z] v0.1.36 [2020-10-27T16:31:19.237Z] v0.1.37 [2020-10-27T16:31:19.237Z] v0.1.38 [2020-10-27T16:31:19.237Z] v0.1.39 [2020-10-27T16:31:19.237Z] v0.1.4 [2020-10-27T16:31:19.237Z] v0.1.40 [2020-10-27T16:31:19.237Z] v0.1.41 [2020-10-27T16:31:19.237Z] v0.1.42 [2020-10-27T16:31:19.238Z] v0.1.43 [2020-10-27T16:31:19.238Z] v0.1.44 [2020-10-27T16:31:19.238Z] v0.1.45 [2020-10-27T16:31:19.238Z] v0.1.46 [2020-10-27T16:31:19.238Z] v0.1.47 [2020-10-27T16:31:19.238Z] v0.1.48 [2020-10-27T16:31:19.238Z] v0.1.49 [2020-10-27T16:31:19.238Z] v0.1.5 [2020-10-27T16:31:19.238Z] v0.1.50 [2020-10-27T16:31:19.238Z] v0.1.51 [2020-10-27T16:31:19.238Z] v0.1.52 [2020-10-27T16:31:19.238Z] v0.1.53 [2020-10-27T16:31:19.238Z] v0.1.54 [2020-10-27T16:31:19.238Z] v0.1.55 [2020-10-27T16:31:19.238Z] v0.1.56 [2020-10-27T16:31:19.238Z] v0.1.57 [2020-10-27T16:31:19.238Z] v0.1.58 [2020-10-27T16:31:19.238Z] v0.1.59 [2020-10-27T16:31:19.238Z] v0.1.6 [2020-10-27T16:31:19.238Z] v0.1.60 [2020-10-27T16:31:19.238Z] v0.1.61 [2020-10-27T16:31:19.238Z] v0.1.62 [2020-10-27T16:31:19.238Z] v0.1.63 [2020-10-27T16:31:19.238Z] v0.1.64 [2020-10-27T16:31:19.238Z] v0.1.65 [2020-10-27T16:31:19.238Z] v0.1.66 [2020-10-27T16:31:19.238Z] v0.1.67 [2020-10-27T16:31:19.238Z] v0.1.68 [2020-10-27T16:31:19.238Z] v0.1.69 [2020-10-27T16:31:19.238Z] v0.1.7 [2020-10-27T16:31:19.238Z] v0.1.70 [2020-10-27T16:31:19.238Z] v0.1.71 [2020-10-27T16:31:19.238Z] v0.1.72 [2020-10-27T16:31:19.238Z] v0.1.73 [2020-10-27T16:31:19.238Z] v0.1.74 [2020-10-27T16:31:19.238Z] v0.1.75 [2020-10-27T16:31:19.238Z] v0.1.76 [2020-10-27T16:31:19.238Z] v0.1.77 [2020-10-27T16:31:19.238Z] v0.1.78 [2020-10-27T16:31:19.238Z] v0.1.79 [2020-10-27T16:31:19.238Z] v0.1.8 [2020-10-27T16:31:19.238Z] v0.1.80 [2020-10-27T16:31:19.238Z] v0.1.81 [2020-10-27T16:31:19.238Z] v0.1.82 [2020-10-27T16:31:19.238Z] v0.1.83 [2020-10-27T16:31:19.238Z] v0.1.84 [2020-10-27T16:31:19.238Z] v0.1.85 [2020-10-27T16:31:19.238Z] v0.1.86 [2020-10-27T16:31:19.238Z] v0.1.87 [2020-10-27T16:31:19.238Z] v0.1.88 [2020-10-27T16:31:19.238Z] v0.1.89 [2020-10-27T16:31:19.238Z] v0.1.9 [2020-10-27T16:31:19.238Z] v0.1.90 [2020-10-27T16:31:19.238Z] v0.1.91 [2020-10-27T16:31:19.238Z] v0.1.92 [2020-10-27T16:31:19.238Z] v0.1.93 [2020-10-27T16:31:19.238Z] v0.1.94 [2020-10-27T16:31:19.238Z] v0.1.95 [2020-10-27T16:31:19.238Z] v0.1.96 [2020-10-27T16:31:19.238Z] v0.1.97 [2020-10-27T16:31:19.238Z] v0.1.98 [2020-10-27T16:31:19.238Z] v0.1.99 [Pipeline] sh [2020-10-27T16:31:19.570Z] + lftools sign git-tag v0.1.112 [2020-10-27T16:31:20.963Z] Signing Git tag with Sigul... [2020-10-27T16:31:20.963Z] Signing v0.1.112 [Pipeline] echo [2020-10-27T16:31:22.367Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:31:22.665Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-27T16:31:22.675Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-27T16:31:22.772Z] $ docker stop --time=1 1e732b6fb0cdaf33711ba875b9f6e7ab69eed7fbac6be46c716cc124fdae3d56 [2020-10-27T16:31:24.773Z] $ docker rm -f 1e732b6fb0cdaf33711ba875b9f6e7ab69eed7fbac6be46c716cc124fdae3d56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:26.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:31:26.309Z] . [Pipeline] withDockerContainer [2020-10-27T16:31:26.408Z] prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container [2020-10-27T16:31:26.461Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T16:31:27.268Z] $ docker top 352dc4fabde2ce2fbd90b30757461f4f8a7ddaf44ce3cd734c1496d0435891a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:31:27.602Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:31:27.602Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:31:27.846Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:31:27.852Z] $ docker exec 352dc4fabde2ce2fbd90b30757461f4f8a7ddaf44ce3cd734c1496d0435891a7 ssh-agent [2020-10-27T16:31:28.046Z] SSH_AUTH_SOCK=/tmp/ssh-DKlBSgDhPAZM/agent.11 [2020-10-27T16:31:28.046Z] SSH_AGENT_PID=16 [2020-10-27T16:31:28.055Z] Running ssh-add (command line suppressed) [2020-10-27T16:31:28.191Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1049353995843844238.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1049353995843844238.key) [2020-10-27T16:31:28.244Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:31:28.582Z] + git semver bump patch [2020-10-27T16:31:28.582Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:31:28.582Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-27T16:31:28.582Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-27T16:31:28.582Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:31:28.582Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:31:28.582Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:31:28.582Z] # $SEMVER_BRANCH = master [2020-10-27T16:31:28.582Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-27T16:31:28.582Z] 0.1.113 [Pipeline] } [2020-10-27T16:31:28.597Z] $ docker exec --env ******** --env ******** 352dc4fabde2ce2fbd90b30757461f4f8a7ddaf44ce3cd734c1496d0435891a7 ssh-agent -k [2020-10-27T16:31:28.732Z] unset SSH_AUTH_SOCK; [2020-10-27T16:31:28.732Z] unset SSH_AGENT_PID; [2020-10-27T16:31:28.732Z] echo Agent pid 16 killed; [2020-10-27T16:31:28.782Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:31:29.500Z] + git semver [Pipeline] } [2020-10-27T16:31:29.519Z] $ docker stop --time=1 352dc4fabde2ce2fbd90b30757461f4f8a7ddaf44ce3cd734c1496d0435891a7 [2020-10-27T16:31:30.901Z] $ docker rm -f 352dc4fabde2ce2fbd90b30757461f4f8a7ddaf44ce3cd734c1496d0435891a7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:31.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:31:31.440Z] . [Pipeline] withDockerContainer [2020-10-27T16:31:31.536Z] prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container [2020-10-27T16:31:31.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T16:31:32.226Z] $ docker top 2a8d41bd5085663fd21961cf2a1d3975bb29d2eaaaf32d8ae5188d2a8084ae11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:31:32.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:31:32.518Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:31:32.695Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:31:32.701Z] $ docker exec 2a8d41bd5085663fd21961cf2a1d3975bb29d2eaaaf32d8ae5188d2a8084ae11 ssh-agent [2020-10-27T16:31:32.870Z] SSH_AUTH_SOCK=/tmp/ssh-MZdnR3BkELpn/agent.11 [2020-10-27T16:31:32.870Z] SSH_AGENT_PID=16 [2020-10-27T16:31:32.878Z] Running ssh-add (command line suppressed) [2020-10-27T16:31:33.001Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_833007073916871498.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_833007073916871498.key) [2020-10-27T16:31:33.052Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:31:33.391Z] + git semver push [2020-10-27T16:31:33.391Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:31:33.391Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-27T16:31:33.391Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-27T16:31:33.391Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:31:33.391Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:31:33.391Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:31:33.391Z] # $SEMVER_BRANCH = master [2020-10-27T16:31:33.392Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-27T16:31:41.557Z] $ docker exec --env ******** --env ******** 2a8d41bd5085663fd21961cf2a1d3975bb29d2eaaaf32d8ae5188d2a8084ae11 ssh-agent -k [2020-10-27T16:31:41.675Z] unset SSH_AUTH_SOCK; [2020-10-27T16:31:41.677Z] unset SSH_AGENT_PID; [2020-10-27T16:31:41.677Z] echo Agent pid 16 killed; [2020-10-27T16:31:41.724Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:31:42.187Z] + git semver [Pipeline] } [2020-10-27T16:31:42.205Z] $ docker stop --time=1 2a8d41bd5085663fd21961cf2a1d3975bb29d2eaaaf32d8ae5188d2a8084ae11 [2020-10-27T16:31:43.555Z] $ docker rm -f 2a8d41bd5085663fd21961cf2a1d3975bb29d2eaaaf32d8ae5188d2a8084ae11 [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 [2020-10-27T16:31:45.103Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:31:45.675Z] ---> package-listing.sh [2020-10-27T16:31:45.675Z] ++ facter osfamily [2020-10-27T16:31:45.675Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T16:31:45.675Z] + OS_FAMILY=redhat [2020-10-27T16:31:45.675Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-27T16:31:45.675Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T16:31:45.675Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T16:31:45.675Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T16:31:45.675Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T16:31:45.675Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-27T16:31:45.675Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T16:31:45.675Z] + case "${OS_FAMILY}" in [2020-10-27T16:31:45.675Z] + rpm -qa [2020-10-27T16:31:45.675Z] + sort [2020-10-27T16:31:49.898Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T16:31:49.898Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T16:31:49.898Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T16:31:49.898Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-27T16:31:49.898Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-27T16:31:49.898Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo [2020-10-27T16:31:49.912Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-27T16:31:50.204Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:50.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T16:31:50.564Z] [2020-10-27T16:31:50.564Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:31:50.975Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T16:31:50.975Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T16:31:50.975Z] df20fa9351a1: Pulling fs layer [2020-10-27T16:31:50.975Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T16:31:50.975Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T16:31:50.975Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T16:31:50.975Z] 93b61091891f: Pulling fs layer [2020-10-27T16:31:50.975Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T16:31:50.975Z] 5e14af77c1be: Pulling fs layer [2020-10-27T16:31:50.975Z] 01666e4c0597: Pulling fs layer [2020-10-27T16:31:50.975Z] aa168da1d23b: Pulling fs layer [2020-10-27T16:31:50.975Z] 93b9cdb0e59b: Waiting [2020-10-27T16:31:50.975Z] 5e14af77c1be: Waiting [2020-10-27T16:31:50.975Z] 01666e4c0597: Waiting [2020-10-27T16:31:50.975Z] aa168da1d23b: Waiting [2020-10-27T16:31:50.975Z] 46f8f816bc3b: Waiting [2020-10-27T16:31:50.975Z] 93b61091891f: Waiting [2020-10-27T16:31:50.975Z] 36b3adc4ff6f: Verifying Checksum [2020-10-27T16:31:50.975Z] 36b3adc4ff6f: Download complete [2020-10-27T16:31:50.975Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T16:31:50.975Z] 46f8f816bc3b: Download complete [2020-10-27T16:31:50.975Z] df20fa9351a1: Verifying Checksum [2020-10-27T16:31:50.975Z] df20fa9351a1: Download complete [2020-10-27T16:31:50.975Z] 93b9cdb0e59b: Verifying Checksum [2020-10-27T16:31:50.975Z] 93b9cdb0e59b: Download complete [2020-10-27T16:31:50.975Z] 5e14af77c1be: Verifying Checksum [2020-10-27T16:31:50.975Z] 5e14af77c1be: Download complete [2020-10-27T16:31:50.975Z] 93b61091891f: Verifying Checksum [2020-10-27T16:31:50.975Z] 93b61091891f: Download complete [2020-10-27T16:31:50.975Z] 01666e4c0597: Verifying Checksum [2020-10-27T16:31:50.975Z] 01666e4c0597: Download complete [2020-10-27T16:31:51.237Z] 8ad3a11d3b57: Verifying Checksum [2020-10-27T16:31:51.237Z] 8ad3a11d3b57: Download complete [2020-10-27T16:31:51.500Z] df20fa9351a1: Pull complete [2020-10-27T16:31:51.766Z] 36b3adc4ff6f: Pull complete [2020-10-27T16:31:53.691Z] aa168da1d23b: Verifying Checksum [2020-10-27T16:31:53.691Z] aa168da1d23b: Download complete [2020-10-27T16:31:53.691Z] 8ad3a11d3b57: Pull complete [2020-10-27T16:31:53.691Z] 46f8f816bc3b: Pull complete [2020-10-27T16:31:53.954Z] 93b61091891f: Pull complete [2020-10-27T16:31:54.218Z] 93b9cdb0e59b: Pull complete [2020-10-27T16:31:54.218Z] 5e14af77c1be: Pull complete [2020-10-27T16:31:54.482Z] 01666e4c0597: Pull complete [2020-10-27T16:32:01.092Z] aa168da1d23b: Pull complete [2020-10-27T16:32:01.092Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T16:32:01.092Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T16:32:01.092Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T16:32:01.218Z] prd-centos7-docker-4c-2g-9152 does not seem to be running inside a container [2020-10-27T16:32:01.271Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-27T16:32:05.218Z] $ docker top 9bb20636fa286e02b2e0dacd7570b86633d7944c57af356107472fb9022a8b9b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:32:05.711Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T16:32:06.011Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T16:32:06.312Z] + ls /var/log/sa-host [2020-10-27T16:32:06.312Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T16:32:06.312Z] file_magic: OK [2020-10-27T16:32:06.312Z] HZ: Using current value: 100 [2020-10-27T16:32:06.312Z] file_header: OK [2020-10-27T16:32:06.312Z] 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 [2020-10-27T16:32:06.312Z] Statistics: [2020-10-27T16:32:06.312Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T16:32:06.312Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T16:32:06.312Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T16:32:06.312Z] file_magic: OK [2020-10-27T16:32:06.312Z] HZ: Using current value: 100 [2020-10-27T16:32:06.312Z] file_header: OK [2020-10-27T16:32:06.312Z] 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 [2020-10-27T16:32:06.312Z] Statistics: [2020-10-27T16:32:06.312Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T16:32:06.312Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T16:32:06.930Z] provisioning config files... [2020-10-27T16:32:06.953Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1181631418482335066tmp [Pipeline] { [Pipeline] echo [2020-10-27T16:32:07.030Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:32:07.330Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T16:32:07.340Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T16:32:07.438Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:32:07.735Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T16:32:07.746Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:32:08.048Z] ---> sudo-logs.sh [2020-10-27T16:32:08.048Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T16:32:08.060Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:32:08.355Z] ---> job-cost.sh [2020-10-27T16:32:08.355Z] lf-activate-venv: SKIPPING [2020-10-27T16:32:08.355Z] INFO: No Stack... [2020-10-27T16:32:09.776Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T16:32:10.037Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T16:32:10.052Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:32:10.350Z] ---> logs-deploy.sh [2020-10-27T16:32:10.350Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/78 [2020-10-27T16:32:10.350Z] INFO: archiving workspace using pattern(s): [2020-10-27T16:32:11.751Z] Archives upload complete. [2020-10-27T16:32:12.016Z] INFO: archiving logs to Nexus [2020-10-27T16:32:12.965Z] ---> uname -a: [2020-10-27T16:32:12.965Z] Linux prd-centos7-docker-4c-2g-9152.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-27T16:32:12.965Z] [2020-10-27T16:32:12.965Z] [2020-10-27T16:32:12.965Z] ---> lscpu: [2020-10-27T16:32:12.965Z] Architecture: x86_64 [2020-10-27T16:32:12.965Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-27T16:32:12.965Z] Byte Order: Little Endian [2020-10-27T16:32:12.965Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-27T16:32:12.965Z] CPU(s): 4 [2020-10-27T16:32:12.965Z] On-line CPU(s) list: 0-3 [2020-10-27T16:32:12.965Z] Thread(s) per core: 1 [2020-10-27T16:32:12.965Z] Core(s) per socket: 1 [2020-10-27T16:32:12.965Z] Socket(s): 4 [2020-10-27T16:32:12.965Z] NUMA node(s): 1 [2020-10-27T16:32:12.965Z] Vendor ID: GenuineIntel [2020-10-27T16:32:12.965Z] CPU family: 6 [2020-10-27T16:32:12.965Z] Model: 44 [2020-10-27T16:32:12.965Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-27T16:32:12.965Z] Stepping: 1 [2020-10-27T16:32:12.965Z] CPU MHz: 2933.438 [2020-10-27T16:32:12.965Z] BogoMIPS: 5866.87 [2020-10-27T16:32:12.965Z] Virtualization: VT-x [2020-10-27T16:32:12.965Z] Hypervisor vendor: KVM [2020-10-27T16:32:12.965Z] Virtualization type: full [2020-10-27T16:32:12.965Z] L1d cache: 128 KiB [2020-10-27T16:32:12.965Z] L1i cache: 128 KiB [2020-10-27T16:32:12.965Z] L2 cache: 16 MiB [2020-10-27T16:32:12.965Z] L3 cache: 64 MiB [2020-10-27T16:32:12.965Z] NUMA node0 CPU(s): 0-3 [2020-10-27T16:32:12.965Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-27T16:32:12.965Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-27T16:32:12.965Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-27T16:32:12.965Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-27T16:32:12.965Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-27T16:32:12.965Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-27T16:32:12.965Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-27T16:32:12.965Z] Vulnerability Tsx async abort: Not affected [2020-10-27T16:32:12.966Z] 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 [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] ---> nproc: [2020-10-27T16:32:12.966Z] 4 [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] ---> df -h: [2020-10-27T16:32:12.966Z] Filesystem Size Used Available Use% Mounted on [2020-10-27T16:32:12.966Z] overlay 50.0G 8.4G 41.5G 17% / [2020-10-27T16:32:12.966Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-27T16:32:12.966Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-27T16:32:12.966Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-27T16:32:12.966Z] /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os [2020-10-27T16:32:12.966Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf [2020-10-27T16:32:12.966Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname [2020-10-27T16:32:12.966Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts [2020-10-27T16:32:12.966Z] /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json [2020-10-27T16:32:12.966Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master [2020-10-27T16:32:12.966Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-10-27T16:32:12.966Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host [2020-10-27T16:32:12.966Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure [2020-10-27T16:32:12.966Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] ---> free -m: [2020-10-27T16:32:12.966Z] total used free shared buff/cache available [2020-10-27T16:32:12.966Z] Mem: 1837 772 155 0 909 1000 [2020-10-27T16:32:12.966Z] Swap: 1023 2 1021 [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] ---> ip addr: [2020-10-27T16:32:12.966Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-27T16:32:12.966Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-27T16:32:12.966Z] inet 127.0.0.1/8 scope host lo [2020-10-27T16:32:12.966Z] valid_lft forever preferred_lft forever [2020-10-27T16:32:12.966Z] inet6 ::1/128 scope host [2020-10-27T16:32:12.966Z] valid_lft forever preferred_lft forever [2020-10-27T16:32:12.966Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-27T16:32:12.966Z] link/ether fa:16:3e:c5:44:0a brd ff:ff:ff:ff:ff:ff [2020-10-27T16:32:12.966Z] inet 10.30.123.183/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-27T16:32:12.966Z] valid_lft 85947sec preferred_lft 85947sec [2020-10-27T16:32:12.966Z] inet6 fe80::f816:3eff:fec5:440a/64 scope link [2020-10-27T16:32:12.966Z] valid_lft forever preferred_lft forever [2020-10-27T16:32:12.966Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-27T16:32:12.966Z] link/ether 02:42:b5:a5:fb:1f brd ff:ff:ff:ff:ff:ff [2020-10-27T16:32:12.966Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-27T16:32:12.966Z] valid_lft forever preferred_lft forever [2020-10-27T16:32:12.966Z] inet6 fe80::42:b5ff:fea5:fb1f/64 scope link [2020-10-27T16:32:12.966Z] valid_lft forever preferred_lft forever [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] ---> sar -b -r -n DEV: [2020-10-27T16:32:12.966Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] 16:24:22 LINUX RESTART (4 CPU) [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] 16:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-27T16:32:12.966Z] 16:26:02 63.81 16.49 47.32 0.00 5073.54 5009.07 0.00 [2020-10-27T16:32:12.966Z] 16:27:01 1.98 0.00 1.98 0.00 0.00 41.00 0.00 [2020-10-27T16:32:12.966Z] 16:28:01 0.27 0.00 0.27 0.00 0.00 2.71 0.00 [2020-10-27T16:32:12.966Z] 16:29:01 0.20 0.00 0.20 0.00 0.00 1.48 0.00 [2020-10-27T16:32:12.966Z] 16:30:01 0.27 0.00 0.27 0.00 0.00 3.98 0.00 [2020-10-27T16:32:12.966Z] 16:31:01 343.82 159.92 183.90 0.00 8875.44 58581.84 0.00 [2020-10-27T16:32:12.966Z] 16:32:02 167.17 89.17 78.00 0.00 6730.19 22484.84 0.00 [2020-10-27T16:32:12.966Z] Average: 82.88 38.13 44.75 0.00 2968.71 12357.12 0.00 [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] 16:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-27T16:32:12.966Z] 16:26:02 175068 0 574380 30.53 2620 1129488 1117064 38.12 412032 1134384 128 [2020-10-27T16:32:12.966Z] 16:27:01 180352 0 569088 30.25 2620 1129496 1081668 36.92 411600 1130212 16 [2020-10-27T16:32:12.966Z] 16:28:01 180244 0 569192 30.25 2620 1129500 1081668 36.92 411728 1130212 8 [2020-10-27T16:32:12.966Z] 16:29:01 178192 0 571244 30.36 2620 1129500 1081884 36.92 414604 1129692 20 [2020-10-27T16:32:12.966Z] 16:30:01 126584 0 615628 32.72 2620 1136724 1338948 45.70 465616 1127660 7232 [2020-10-27T16:32:12.966Z] 16:31:01 159512 0 705692 37.51 1748 1014604 1104300 37.69 533304 917176 75704 [2020-10-27T16:32:12.966Z] 16:32:02 201608 0 775892 41.24 1324 902732 1297852 44.29 576600 789344 53844 [2020-10-27T16:32:12.966Z] Average: 171651 0 625874 33.26 2310 1081721 1157626 39.51 460783 1051240 19565 [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] 16:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-27T16:32:12.966Z] 16:26:02 eth0 461.41 277.15 1017.66 85.28 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:26:02 docker0 5.37 3.84 1.17 12.58 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:27:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:28:01 eth0 0.92 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:29:01 eth0 1.40 0.88 0.64 0.41 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:30:01 eth0 17.03 13.92 126.25 1.81 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:31:01 eth0 804.56 734.84 6991.94 116.78 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:31:01 docker0 18.01 17.79 1.38 122.20 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:32:02 eth0 308.26 263.06 2398.88 82.69 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] 16:32:02 docker0 48.49 48.29 3.13 198.24 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] Average: eth0 228.48 184.97 1511.07 41.18 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] Average: docker0 10.36 10.08 0.82 47.94 0.00 0.00 0.00 0.00 [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] ---> sar -P ALL: [2020-10-27T16:32:12.966Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] 16:24:22 LINUX RESTART (4 CPU) [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] 16:25:01 CPU %user %nice %system %iowait %steal %idle [2020-10-27T16:32:12.966Z] 16:26:02 all 8.71 0.00 3.76 2.51 0.02 85.01 [2020-10-27T16:32:12.966Z] 16:26:02 0 8.50 0.00 5.03 4.01 0.03 82.42 [2020-10-27T16:32:12.966Z] 16:26:02 1 9.06 0.00 2.89 0.30 0.00 87.74 [2020-10-27T16:32:12.966Z] 16:26:02 2 9.06 0.00 3.28 1.29 0.02 86.34 [2020-10-27T16:32:12.966Z] 16:26:02 3 8.20 0.00 3.83 4.42 0.02 83.53 [2020-10-27T16:32:12.966Z] 16:27:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2020-10-27T16:32:12.966Z] 16:27:01 0 0.36 0.00 0.03 0.00 0.00 99.61 [2020-10-27T16:32:12.966Z] 16:27:01 1 0.05 0.00 0.08 0.00 0.00 99.86 [2020-10-27T16:32:12.966Z] 16:27:01 2 0.22 0.00 0.05 0.00 0.00 99.73 [2020-10-27T16:32:12.966Z] 16:27:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-27T16:32:12.966Z] 16:28:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-10-27T16:32:12.966Z] 16:28:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-27T16:32:12.966Z] 16:28:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-27T16:32:12.966Z] 16:28:01 2 0.55 0.00 0.02 0.00 0.00 99.43 [2020-10-27T16:32:12.966Z] 16:28:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-27T16:32:12.966Z] 16:29:01 all 0.12 0.00 0.04 0.00 0.00 99.84 [2020-10-27T16:32:12.966Z] 16:29:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-27T16:32:12.966Z] 16:29:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2020-10-27T16:32:12.966Z] 16:29:01 2 0.37 0.00 0.08 0.00 0.00 99.55 [2020-10-27T16:32:12.966Z] 16:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-27T16:32:12.966Z] 16:30:01 all 0.27 0.00 0.18 0.00 0.00 99.55 [2020-10-27T16:32:12.966Z] 16:30:01 0 0.15 0.00 0.15 0.00 0.00 99.70 [2020-10-27T16:32:12.966Z] 16:30:01 1 0.13 0.00 0.13 0.00 0.00 99.73 [2020-10-27T16:32:12.966Z] 16:30:01 2 0.67 0.00 0.30 0.00 0.00 99.03 [2020-10-27T16:32:12.966Z] 16:30:01 3 0.13 0.00 0.13 0.00 0.00 99.73 [2020-10-27T16:32:12.966Z] 16:31:01 all 15.89 0.00 11.05 3.49 0.04 69.54 [2020-10-27T16:32:12.966Z] 16:31:01 0 15.10 0.00 11.70 4.14 0.07 68.98 [2020-10-27T16:32:12.966Z] 16:31:01 1 15.94 0.00 10.18 4.55 0.03 69.29 [2020-10-27T16:32:12.966Z] 16:31:01 2 16.78 0.00 10.45 2.54 0.02 70.21 [2020-10-27T16:32:12.966Z] 16:31:01 3 15.75 0.00 11.85 2.71 0.03 69.66 [2020-10-27T16:32:12.966Z] 16:32:02 all 8.71 0.00 6.41 3.08 0.03 81.77 [2020-10-27T16:32:12.966Z] 16:32:02 0 9.67 0.00 6.43 2.31 0.02 81.58 [2020-10-27T16:32:12.966Z] 16:32:02 1 9.09 0.00 6.72 4.39 0.03 79.77 [2020-10-27T16:32:12.966Z] 16:32:02 2 9.05 0.00 6.54 3.83 0.03 80.56 [2020-10-27T16:32:12.966Z] 16:32:02 3 7.05 0.00 5.96 1.80 0.02 85.17 [2020-10-27T16:32:12.966Z] Average: all 4.81 0.00 3.04 1.29 0.01 90.85 [2020-10-27T16:32:12.966Z] Average: 0 4.78 0.00 3.29 1.48 0.02 90.43 [2020-10-27T16:32:12.966Z] Average: 1 4.86 0.00 2.84 1.31 0.01 90.97 [2020-10-27T16:32:12.966Z] Average: 2 5.20 0.00 2.93 1.09 0.01 90.77 [2020-10-27T16:32:12.966Z] Average: 3 4.42 0.00 3.09 1.27 0.01 91.22 [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z] [2020-10-27T16:32:12.966Z]