Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c12cdf02cb8f3331559680e92071a911139f922 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap 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-8907 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 1c12cdf02cb8f3331559680e92071a911139f922 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c12cdf02cb8f3331559680e92071a911139f922 # timeout=10 Commit message: "Merge pull request #120 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.26" > git rev-list --no-walk 272b28839186b5489a4375eb6d097c362bc947eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T15:45:04.627Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T15:45:04.886Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T15:45:04.992Z] ========================================================= [2020-10-26T15:45:04.992Z] EdgeX Global Pipelines Version Info [2020-10-26T15:45:04.992Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:45:07.309Z] ------------------- [2020-10-26T15:45:07.309Z] stable info: [2020-10-26T15:45:07.309Z] ------------------- [2020-10-26T15:45:07.309Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T15:45:07.309Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T15:45:07.309Z] Message: update stable to v1.0.148 [2020-10-26T15:45:08.281Z] ------------------- [2020-10-26T15:45:08.281Z] experimental info: [2020-10-26T15:45:08.281Z] ------------------- [2020-10-26T15:45:08.281Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T15:45:08.281Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T15:45:08.281Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-26T15:45:08.704Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-10-26T15:45:08.806Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-10-26T15:45:08.904Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T15:45:09.012Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T15:45:09.112Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T15:45:09.219Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T15:45:09.319Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T15:45:09.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T15:45:09.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-26T15:45:09.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T15:45:09.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T15:45:09.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-10-26T15:45:09.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T15:45:10.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T15:45:10.432Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:45:10.534Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:45:10.649Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:45:10.760Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:45:10.880Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-26T15:45:10.992Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-26T15:45:11.134Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-26T15:45:11.228Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-26T15:45:11.331Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-26T15:45:11.435Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-26T15:45:11.534Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-26T15:45:11.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-26T15:45:11.774Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-26T15:45:11.868Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-26T15:45:11.977Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c12cdf02cb8f3331559680e92071a911139f922 [Pipeline] echo [2020-10-26T15:45:12.078Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c12cdf [Pipeline] echo [2020-10-26T15:45:12.178Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-26T15:45:12.844Z] + git log --format=format:%s -1 1c12cdf02cb8f3331559680e92071a911139f922 [Pipeline] echo [2020-10-26T15:45:12.935Z] GIT_COMMIT: 1c12cdf02cb8f3331559680e92071a911139f922, Commit Message: Merge pull request #120 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.26 [Pipeline] echo [2020-10-26T15:45:12.985Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:45:14.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:45:14.295Z] [2020-10-26T15:45:14.295Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:45:14.667Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:45:14.966Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T15:45:14.966Z] 31603596830f: Pulling fs layer [2020-10-26T15:45:14.966Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T15:45:14.966Z] 6ca5941a6612: Pulling fs layer [2020-10-26T15:45:14.966Z] ecc8261a40a4: Pulling fs layer [2020-10-26T15:45:14.966Z] ecc8261a40a4: Waiting [2020-10-26T15:45:14.966Z] 2a8b12db71e7: Verifying Checksum [2020-10-26T15:45:14.966Z] 2a8b12db71e7: Download complete [2020-10-26T15:45:14.966Z] 31603596830f: Verifying Checksum [2020-10-26T15:45:14.966Z] 31603596830f: Download complete [2020-10-26T15:45:15.242Z] 6ca5941a6612: Verifying Checksum [2020-10-26T15:45:15.242Z] 6ca5941a6612: Download complete [2020-10-26T15:45:15.522Z] ecc8261a40a4: Verifying Checksum [2020-10-26T15:45:15.522Z] ecc8261a40a4: Download complete [2020-10-26T15:45:15.814Z] 31603596830f: Pull complete [2020-10-26T15:45:16.094Z] 2a8b12db71e7: Pull complete [2020-10-26T15:45:17.578Z] 6ca5941a6612: Pull complete [2020-10-26T15:45:17.578Z] ecc8261a40a4: Pull complete [2020-10-26T15:45:17.848Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T15:45:17.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:45:17.848Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T15:45:18.069Z] prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container [2020-10-26T15:45:18.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T15:45:20.444Z] $ docker top 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:45:20.931Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:45:20.931Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:45:21.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:45:21.312Z] $ docker exec 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 ssh-agent [2020-10-26T15:45:21.634Z] SSH_AUTH_SOCK=/tmp/ssh-IJNXbufOWXcq/agent.11 [2020-10-26T15:45:21.634Z] SSH_AGENT_PID=17 [2020-10-26T15:45:21.773Z] Running ssh-add (command line suppressed) [2020-10-26T15:45:21.997Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_469095565616570706.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_469095565616570706.key) [2020-10-26T15:45:22.092Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:45:22.440Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T15:45:22.464Z] $ docker exec --env ******** --env ******** 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 ssh-agent -k [2020-10-26T15:45:22.662Z] unset SSH_AUTH_SOCK; [2020-10-26T15:45:22.665Z] unset SSH_AGENT_PID; [2020-10-26T15:45:22.665Z] echo Agent pid 17 killed; [2020-10-26T15:45:22.748Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T15:45:22.916Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:45:22.916Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:45:23.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:45:23.258Z] $ docker exec 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 ssh-agent [2020-10-26T15:45:23.593Z] SSH_AUTH_SOCK=/tmp/ssh-9kcd9WOhEDZK/agent.47 [2020-10-26T15:45:23.593Z] SSH_AGENT_PID=52 [2020-10-26T15:45:23.602Z] Running ssh-add (command line suppressed) [2020-10-26T15:45:23.836Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2478312281839608075.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2478312281839608075.key) [2020-10-26T15:45:23.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:45:24.279Z] + git semver init [2020-10-26T15:45:24.279Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:45:24.279Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:45:24.279Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:45:24.279Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:45:24.279Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:45:24.279Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:45:24.279Z] # $SEMVER_BRANCH = master [2020-10-26T15:45:24.279Z] # $SEMVER_TEMP = /tmp/semver-971232924 [2020-10-26T15:45:24.279Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-10-26T15:45:24.859Z] # '/tmp/semver-971232924' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-10-26T15:45:24.859Z] # -> Force: false [2020-10-26T15:45:24.859Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-26T15:45:24.874Z] $ docker exec --env ******** --env ******** 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 ssh-agent -k [2020-10-26T15:45:25.063Z] unset SSH_AUTH_SOCK; [2020-10-26T15:45:25.072Z] unset SSH_AGENT_PID; [2020-10-26T15:45:25.072Z] echo Agent pid 52 killed; [2020-10-26T15:45:25.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:45:25.648Z] + git semver [Pipeline] } [2020-10-26T15:45:25.669Z] $ docker stop --time=1 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 [2020-10-26T15:45:27.240Z] $ docker rm -f 5754fc056f2033560bcb09e8d81b3646d4cf14c92dd186513544eaa83a8095b9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T15:45:27.837Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-26T15:45:28.373Z] Stashed 1 file(s) [Pipeline] echo [2020-10-26T15:45:28.376Z] [edgeXSemver]: initialized semver on version 0.0.56 [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-26T15:45:43.949Z] Still waiting to schedule task [2020-10-26T15:45:43.949Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-26T15:45:43.952Z] Still waiting to schedule task [2020-10-26T15:45:43.952Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-26T15:48:46.060Z] Running on prd-centos7-docker-4c-2g-8908 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-26T15:48:46.158Z] Running in /w/workspace/go-mod-bootstrap/59 [Pipeline] { [Pipeline] checkout [2020-10-26T15:48:48.732Z] using credential edgex-jenkins-ssh [2020-10-26T15:48:48.802Z] Cloning the remote Git repository [2020-10-26T15:48:48.835Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:48:48.903Z] > git init /w/workspace/go-mod-bootstrap/59 # timeout=10 [2020-10-26T15:48:48.958Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:48:48.959Z] > git --version # timeout=10 [2020-10-26T15:48:48.965Z] > git --version # 'git version 2.16.5' [2020-10-26T15:48:48.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:48:48.990Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:48:50.828Z] Checking out Revision 1c12cdf02cb8f3331559680e92071a911139f922 (master) [2020-10-26T15:48:50.294Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:48:50.303Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:48:50.314Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:48:50.330Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:48:50.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:48:50.338Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T15:48:50.842Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T15:48:50.847Z] > git checkout -f 1c12cdf02cb8f3331559680e92071a911139f922 # timeout=10 [2020-10-26T15:48:54.503Z] Commit message: "Merge pull request #120 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T15:48:55.425Z] ========================================================= [2020-10-26T15:48:55.425Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-26T15:48:55.425Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:48:56.219Z] + 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-26T15:48:56.484Z] Sending build context to Docker daemon 541.2kB [2020-10-26T15:48:56.484Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T15:48:56.484Z] Step 2/8 : FROM ${BASE} [2020-10-26T15:48:56.747Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-26T15:48:56.747Z] df20fa9351a1: Pulling fs layer [2020-10-26T15:48:56.747Z] ed8968b2872e: Pulling fs layer [2020-10-26T15:48:56.747Z] a92cc7c5fd73: Pulling fs layer [2020-10-26T15:48:56.747Z] e871e8e8d7a9: Pulling fs layer [2020-10-26T15:48:56.747Z] e73272ec9a57: Pulling fs layer [2020-10-26T15:48:56.747Z] 1e910a182e73: Pulling fs layer [2020-10-26T15:48:56.747Z] 4e634b169226: Pulling fs layer [2020-10-26T15:48:56.747Z] e73272ec9a57: Waiting [2020-10-26T15:48:56.747Z] 1e910a182e73: Waiting [2020-10-26T15:48:56.747Z] 4e634b169226: Waiting [2020-10-26T15:48:56.747Z] e871e8e8d7a9: Waiting [2020-10-26T15:48:56.747Z] a92cc7c5fd73: Verifying Checksum [2020-10-26T15:48:56.747Z] a92cc7c5fd73: Download complete [2020-10-26T15:48:56.747Z] ed8968b2872e: Verifying Checksum [2020-10-26T15:48:56.747Z] ed8968b2872e: Download complete [2020-10-26T15:48:56.747Z] e73272ec9a57: Verifying Checksum [2020-10-26T15:48:56.747Z] e73272ec9a57: Download complete [2020-10-26T15:48:56.747Z] 1e910a182e73: Verifying Checksum [2020-10-26T15:48:56.747Z] 1e910a182e73: Download complete [2020-10-26T15:48:56.747Z] df20fa9351a1: Verifying Checksum [2020-10-26T15:48:56.747Z] df20fa9351a1: Download complete [2020-10-26T15:48:57.011Z] df20fa9351a1: Pull complete [2020-10-26T15:48:57.274Z] ed8968b2872e: Pull complete [2020-10-26T15:48:57.274Z] a92cc7c5fd73: Pull complete [2020-10-26T15:48:59.224Z] 4e634b169226: Verifying Checksum [2020-10-26T15:48:59.224Z] 4e634b169226: Download complete [2020-10-26T15:49:00.180Z] e871e8e8d7a9: Verifying Checksum [2020-10-26T15:49:00.180Z] e871e8e8d7a9: Download complete [2020-10-26T15:49:05.515Z] e871e8e8d7a9: Pull complete [2020-10-26T15:49:05.515Z] e73272ec9a57: Pull complete [2020-10-26T15:49:05.515Z] 1e910a182e73: Pull complete [2020-10-26T15:49:10.880Z] 4e634b169226: Pull complete [2020-10-26T15:49:10.880Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-26T15:49:10.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-26T15:49:10.880Z] ---> f7629b54cfaa [2020-10-26T15:49:10.880Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T15:49:10.880Z] ---> Running in 5b12fb097823 [2020-10-26T15:49:10.880Z] Removing intermediate container 5b12fb097823 [2020-10-26T15:49:10.880Z] ---> d47ce472cacc [2020-10-26T15:49:10.880Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T15:49:10.880Z] ---> Running in 18f953849d21 [2020-10-26T15:49:12.279Z] Removing intermediate container 18f953849d21 [2020-10-26T15:49:12.279Z] ---> ebdd467a4961 [2020-10-26T15:49:12.279Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-26T15:49:12.279Z] ---> Running in e0addff32ac0 [2020-10-26T15:49:12.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T15:49:13.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T15:49:14.010Z] OK: 166 MiB in 39 packages [2020-10-26T15:49:14.585Z] Removing intermediate container e0addff32ac0 [2020-10-26T15:49:14.585Z] ---> 50cf10076605 [2020-10-26T15:49:14.585Z] Step 6/8 : WORKDIR /build [2020-10-26T15:49:14.585Z] ---> Running in 39c6877cd8d1 [2020-10-26T15:49:14.585Z] Removing intermediate container 39c6877cd8d1 [2020-10-26T15:49:14.585Z] ---> ab238d9189e7 [2020-10-26T15:49:14.585Z] Step 7/8 : COPY go.mod . [2020-10-26T15:49:14.867Z] ---> 838918abe7e9 [2020-10-26T15:49:14.867Z] Step 8/8 : RUN go mod download [2020-10-26T15:49:14.867Z] ---> Running in db5d8f6a6236 [2020-10-26T15:49:36.964Z] Removing intermediate container db5d8f6a6236 [2020-10-26T15:49:36.964Z] ---> 299a5c4919a7 [2020-10-26T15:49:36.964Z] Successfully built 299a5c4919a7 [2020-10-26T15:49:36.964Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:49:37.316Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T15:49:37.316Z] . [Pipeline] withDockerContainer [2020-10-26T15:49:37.432Z] prd-centos7-docker-4c-2g-8908 does not seem to be running inside a container [2020-10-26T15:49:37.489Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/59 -v /w/workspace/go-mod-bootstrap/59:/w/workspace/go-mod-bootstrap/59:rw,z -v /w/workspace/go-mod-bootstrap/59@tmp:/w/workspace/go-mod-bootstrap/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-26T15:49:38.273Z] $ docker top a604da859bd4b0848ec70ed221a55efa1ecc23512f52a5a542c9f956185d3d49 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:49:38.800Z] + go version [2020-10-26T15:49:38.800Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-26T15:49:38.816Z] $ docker stop --time=1 a604da859bd4b0848ec70ed221a55efa1ecc23512f52a5a542c9f956185d3d49 [2020-10-26T15:49:40.155Z] $ docker rm -f a604da859bd4b0848ec70ed221a55efa1ecc23512f52a5a542c9f956185d3d49 [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-26T15:49:42.633Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8909 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-26T15:49:42.692Z] Running in /w/workspace/go-mod-bootstrap/59 [Pipeline] { [Pipeline] checkout [2020-10-26T15:49:47.873Z] using credential edgex-jenkins-ssh [2020-10-26T15:49:47.937Z] Cloning the remote Git repository [2020-10-26T15:49:48.004Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:49:48.121Z] > git init /w/workspace/go-mod-bootstrap/59 # timeout=10 [2020-10-26T15:49:48.200Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:49:48.201Z] > git --version # timeout=10 [2020-10-26T15:49:48.231Z] > git --version # 'git version 2.17.1' [2020-10-26T15:49:48.233Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:49:48.321Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:49:49.797Z] Checking out Revision 1c12cdf02cb8f3331559680e92071a911139f922 (master) [2020-10-26T15:49:49.172Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:49:49.192Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:49:49.223Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:49:49.265Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:49:49.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:49:49.277Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T15:49:49.818Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T15:49:49.840Z] > git checkout -f 1c12cdf02cb8f3331559680e92071a911139f922 # timeout=10 [2020-10-26T15:49:54.175Z] Commit message: "Merge pull request #120 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T15:49:55.118Z] ========================================================= [2020-10-26T15:49:55.119Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-26T15:49:55.119Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:49:56.064Z] + 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-26T15:49:57.107Z] Sending build context to Docker daemon 541.2kB [2020-10-26T15:49:57.107Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T15:49:57.107Z] Step 2/8 : FROM ${BASE} [2020-10-26T15:49:57.383Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-26T15:49:57.383Z] b538f80385f9: Pulling fs layer [2020-10-26T15:49:57.383Z] 74f711af9a0d: Pulling fs layer [2020-10-26T15:49:57.383Z] 99f96fe45779: Pulling fs layer [2020-10-26T15:49:57.383Z] 8529a6b9a6be: Pulling fs layer [2020-10-26T15:49:57.383Z] 45590311c82a: Pulling fs layer [2020-10-26T15:49:57.383Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-26T15:49:57.383Z] 209524e5b208: Pulling fs layer [2020-10-26T15:49:57.383Z] 8529a6b9a6be: Waiting [2020-10-26T15:49:57.383Z] 45590311c82a: Waiting [2020-10-26T15:49:57.383Z] 69ca0ff8b7b3: Waiting [2020-10-26T15:49:57.383Z] 209524e5b208: Waiting [2020-10-26T15:49:57.383Z] 99f96fe45779: Verifying Checksum [2020-10-26T15:49:57.383Z] 99f96fe45779: Download complete [2020-10-26T15:49:57.383Z] 74f711af9a0d: Verifying Checksum [2020-10-26T15:49:57.383Z] 74f711af9a0d: Download complete [2020-10-26T15:49:57.383Z] 45590311c82a: Download complete [2020-10-26T15:49:57.383Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-26T15:49:57.383Z] 69ca0ff8b7b3: Download complete [2020-10-26T15:49:57.383Z] b538f80385f9: Download complete [2020-10-26T15:49:58.372Z] b538f80385f9: Pull complete [2020-10-26T15:49:58.983Z] 74f711af9a0d: Pull complete [2020-10-26T15:49:59.259Z] 99f96fe45779: Pull complete [2020-10-26T15:49:59.860Z] 209524e5b208: Verifying Checksum [2020-10-26T15:49:59.860Z] 209524e5b208: Download complete [2020-10-26T15:50:01.299Z] 8529a6b9a6be: Download complete [2020-10-26T15:50:11.537Z] 8529a6b9a6be: Pull complete [2020-10-26T15:50:11.537Z] 45590311c82a: Pull complete [2020-10-26T15:50:11.537Z] 69ca0ff8b7b3: Pull complete [2020-10-26T15:50:14.936Z] 209524e5b208: Pull complete [2020-10-26T15:50:14.936Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-26T15:50:14.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-26T15:50:14.936Z] ---> 5bddaf1c2fca [2020-10-26T15:50:14.936Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T15:50:18.339Z] ---> Running in 4c7706cc3b40 [2020-10-26T15:50:18.339Z] Removing intermediate container 4c7706cc3b40 [2020-10-26T15:50:18.339Z] ---> 12dfc813687d [2020-10-26T15:50:18.339Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T15:50:18.339Z] ---> Running in 0d7c3651a6e5 [2020-10-26T15:50:20.954Z] Removing intermediate container 0d7c3651a6e5 [2020-10-26T15:50:20.954Z] ---> f8f339a21444 [2020-10-26T15:50:20.954Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-26T15:50:20.954Z] ---> Running in 2aa04da8e0f8 [2020-10-26T15:50:22.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T15:50:22.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T15:50:23.982Z] OK: 142 MiB in 39 packages [2020-10-26T15:50:24.975Z] Removing intermediate container 2aa04da8e0f8 [2020-10-26T15:50:24.975Z] ---> 446ca27907e6 [2020-10-26T15:50:24.975Z] Step 6/8 : WORKDIR /build [2020-10-26T15:50:24.975Z] ---> Running in b1e10f3ce896 [2020-10-26T15:50:25.249Z] Removing intermediate container b1e10f3ce896 [2020-10-26T15:50:25.249Z] ---> eeab28f51b98 [2020-10-26T15:50:25.249Z] Step 7/8 : COPY go.mod . [2020-10-26T15:50:26.234Z] ---> 14ec70d4a192 [2020-10-26T15:50:26.234Z] Step 8/8 : RUN go mod download [2020-10-26T15:50:26.234Z] ---> Running in e76685f01801 [2020-10-26T15:50:48.451Z] Removing intermediate container e76685f01801 [2020-10-26T15:50:48.451Z] ---> 040964950da9 [2020-10-26T15:50:48.451Z] Successfully built 040964950da9 [2020-10-26T15:50:48.451Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:50:48.851Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T15:50:48.851Z] . [Pipeline] withDockerContainer [2020-10-26T15:50:49.095Z] prd-ubuntu18.04-docker-arm64-4c-16g-8909 does not seem to be running inside a container [2020-10-26T15:50:49.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/59 -v /w/workspace/go-mod-bootstrap/59:/w/workspace/go-mod-bootstrap/59:rw,z -v /w/workspace/go-mod-bootstrap/59@tmp:/w/workspace/go-mod-bootstrap/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-26T15:50:50.924Z] $ docker top 1ba5da3c4618fd56a46cfa43e843d1a32729ee864e2e5d63303903e81c92322a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:50:52.339Z] + go version [2020-10-26T15:50:52.339Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-26T15:50:52.379Z] $ docker stop --time=1 1ba5da3c4618fd56a46cfa43e843d1a32729ee864e2e5d63303903e81c92322a [2020-10-26T15:50:54.247Z] $ docker rm -f 1ba5da3c4618fd56a46cfa43e843d1a32729ee864e2e5d63303903e81c92322a [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-26T15:50:57.223Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-26T15:50:57.224Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-26T15:50:57.309Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:50:57.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T15:50:57.967Z] [2020-10-26T15:50:57.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:50:58.370Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T15:50:58.370Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-26T15:50:58.370Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-26T15:50:58.370Z] 408f87550127: Pulling fs layer [2020-10-26T15:50:58.370Z] fe522b08c979: Pulling fs layer [2020-10-26T15:50:58.370Z] 221eaa008020: Pulling fs layer [2020-10-26T15:50:58.370Z] 2a4607e5d6b9: Pulling fs layer [2020-10-26T15:50:58.370Z] 8f79b27c4fd2: Pulling fs layer [2020-10-26T15:50:58.370Z] e5c8dbe1645b: Pulling fs layer [2020-10-26T15:50:58.370Z] 23e8b3b47431: Pulling fs layer [2020-10-26T15:50:58.370Z] 5c568d65a230: Pulling fs layer [2020-10-26T15:50:58.370Z] 8f79b27c4fd2: Waiting [2020-10-26T15:50:58.370Z] e5c8dbe1645b: Waiting [2020-10-26T15:50:58.370Z] 23e8b3b47431: Waiting [2020-10-26T15:50:58.370Z] 5c568d65a230: Waiting [2020-10-26T15:50:58.370Z] 221eaa008020: Waiting [2020-10-26T15:50:58.370Z] 2a4607e5d6b9: Waiting [2020-10-26T15:50:58.370Z] fe522b08c979: Verifying Checksum [2020-10-26T15:50:58.370Z] fe522b08c979: Download complete [2020-10-26T15:50:58.685Z] 408f87550127: Download complete [2020-10-26T15:50:58.685Z] 2a4607e5d6b9: Verifying Checksum [2020-10-26T15:50:58.685Z] 2a4607e5d6b9: Download complete [2020-10-26T15:50:58.685Z] 8f79b27c4fd2: Verifying Checksum [2020-10-26T15:50:58.685Z] 8f79b27c4fd2: Download complete [2020-10-26T15:50:58.954Z] cbdbe7a5bc2a: Download complete [2020-10-26T15:50:59.675Z] cbdbe7a5bc2a: Pull complete [2020-10-26T15:50:59.977Z] 408f87550127: Pull complete [2020-10-26T15:51:00.278Z] fe522b08c979: Pull complete [2020-10-26T15:51:01.745Z] e5c8dbe1645b: Download complete [2020-10-26T15:51:04.648Z] 23e8b3b47431: Verifying Checksum [2020-10-26T15:51:04.648Z] 23e8b3b47431: Download complete [2020-10-26T15:51:06.291Z] 5c568d65a230: Verifying Checksum [2020-10-26T15:51:06.291Z] 5c568d65a230: Download complete [2020-10-26T15:51:08.980Z] 221eaa008020: Download complete [2020-10-26T15:51:19.168Z] 221eaa008020: Pull complete [2020-10-26T15:51:19.168Z] 2a4607e5d6b9: Pull complete [2020-10-26T15:51:19.168Z] 8f79b27c4fd2: Pull complete [2020-10-26T15:51:21.198Z] e5c8dbe1645b: Pull complete [2020-10-26T15:51:25.572Z] 23e8b3b47431: Pull complete [2020-10-26T15:51:27.018Z] 5c568d65a230: Pull complete [2020-10-26T15:51:27.285Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-26T15:51:27.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T15:51:27.285Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-26T15:51:27.565Z] prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container [2020-10-26T15:51:27.662Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-26T15:51:28.958Z] $ docker top 2aaf04c07f738ee32e56023a420cac4ef73f33a93d4fa640f0aadec0ed6a1e70 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:51:29.527Z] + snyk monitor '--org=edgex-jenkins' [2020-10-26T15:51:37.800Z] [2020-10-26T15:51:37.800Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-10-26T15:51:37.800Z] [2020-10-26T15:51:37.800Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/acb8e1da-d17f-45a4-91c0-f7114ed0f638 [2020-10-26T15:51:37.800Z] [2020-10-26T15:51:37.800Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-26T15:51:37.800Z] [2020-10-26T15:51:38.065Z] [2020-10-26T15:51:38.065Z] Snyk CLI supports Node.js 8 and higher. [2020-10-26T15:51:38.065Z] 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-26T15:51:38.065Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-26T15:51:38.065Z] [2020-10-26T15:51:38.065Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-26T15:51:38.065Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-26T15:51:38.065Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-26T15:51:38.065Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-26T15:51:38.091Z] $ docker stop --time=1 2aaf04c07f738ee32e56023a420cac4ef73f33a93d4fa640f0aadec0ed6a1e70 [2020-10-26T15:51:40.278Z] $ docker rm -f 2aaf04c07f738ee32e56023a420cac4ef73f33a93d4fa640f0aadec0ed6a1e70 [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-26T15:51:42.519Z] + git log --format=format:%s -1 1c12cdf02cb8f3331559680e92071a911139f922 [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:51:43.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:51:43.162Z] . [Pipeline] withDockerContainer [2020-10-26T15:51:43.447Z] prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container [2020-10-26T15:51:43.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T15:51:44.816Z] $ docker top 29321b0a4ceb4b4a017c2252e3e4ace0518b2d171bc716462db6c264443adc28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:51:45.300Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:51:45.300Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:51:45.660Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:51:45.670Z] $ docker exec 29321b0a4ceb4b4a017c2252e3e4ace0518b2d171bc716462db6c264443adc28 ssh-agent [2020-10-26T15:51:46.106Z] SSH_AUTH_SOCK=/tmp/ssh-oravlzgnKFAo/agent.13 [2020-10-26T15:51:46.106Z] SSH_AGENT_PID=18 [2020-10-26T15:51:46.121Z] Running ssh-add (command line suppressed) [2020-10-26T15:51:46.311Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6162759029510097169.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6162759029510097169.key) [2020-10-26T15:51:46.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:51:46.805Z] + git semver tag [2020-10-26T15:51:46.805Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:51:46.805Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:51:46.805Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:51:46.805Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:51:46.805Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:51:46.805Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:51:46.805Z] # $SEMVER_BRANCH = master [2020-10-26T15:51:46.805Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-26T15:51:46.805Z] # 1c12cdf02cb8f3331559680e92071a911139f922 HEAD [2020-10-26T15:51:46.805Z] # -> Force: false [2020-10-26T15:51:46.816Z] # 3194c049064a994d42d1822dccf923b783843a64 refs/tags/v0.0.56 [Pipeline] } [2020-10-26T15:51:46.824Z] $ docker exec --env ******** --env ******** 29321b0a4ceb4b4a017c2252e3e4ace0518b2d171bc716462db6c264443adc28 ssh-agent -k [2020-10-26T15:51:47.046Z] unset SSH_AUTH_SOCK; [2020-10-26T15:51:47.047Z] unset SSH_AGENT_PID; [2020-10-26T15:51:47.047Z] echo Agent pid 18 killed; [2020-10-26T15:51:47.152Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:51:47.775Z] + git semver [Pipeline] } [2020-10-26T15:51:47.876Z] $ docker stop --time=1 29321b0a4ceb4b4a017c2252e3e4ace0518b2d171bc716462db6c264443adc28 [2020-10-26T15:51:49.462Z] $ docker rm -f 29321b0a4ceb4b4a017c2252e3e4ace0518b2d171bc716462db6c264443adc28 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:51:50.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T15:51:50.458Z] [2020-10-26T15:51:50.458Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:51:50.888Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T15:51:50.888Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-26T15:51:50.888Z] ab5ef0e58194: Pulling fs layer [2020-10-26T15:51:50.888Z] 9712f1f96733: Pulling fs layer [2020-10-26T15:51:50.888Z] 63f879dbbcfc: Pulling fs layer [2020-10-26T15:51:50.888Z] 0d9ebad4ef96: Pulling fs layer [2020-10-26T15:51:50.888Z] e9a5061849ea: Pulling fs layer [2020-10-26T15:51:50.888Z] d747dcd14b5f: Pulling fs layer [2020-10-26T15:51:50.888Z] 2de7ff778b66: Pulling fs layer [2020-10-26T15:51:50.888Z] e9a5061849ea: Waiting [2020-10-26T15:51:50.888Z] 0d9ebad4ef96: Waiting [2020-10-26T15:51:50.888Z] d747dcd14b5f: Waiting [2020-10-26T15:51:50.888Z] 2de7ff778b66: Waiting [2020-10-26T15:51:50.888Z] 9712f1f96733: Verifying Checksum [2020-10-26T15:51:50.888Z] 9712f1f96733: Download complete [2020-10-26T15:51:55.358Z] 63f879dbbcfc: Verifying Checksum [2020-10-26T15:51:55.358Z] 63f879dbbcfc: Download complete [2020-10-26T15:51:55.981Z] e9a5061849ea: Verifying Checksum [2020-10-26T15:51:55.981Z] e9a5061849ea: Download complete [2020-10-26T15:51:55.981Z] d747dcd14b5f: Verifying Checksum [2020-10-26T15:51:55.981Z] d747dcd14b5f: Download complete [2020-10-26T15:51:56.578Z] 2de7ff778b66: Verifying Checksum [2020-10-26T15:51:56.578Z] 2de7ff778b66: Download complete [2020-10-26T15:51:56.578Z] 0d9ebad4ef96: Verifying Checksum [2020-10-26T15:51:56.578Z] 0d9ebad4ef96: Download complete [2020-10-26T15:51:57.618Z] ab5ef0e58194: Download complete [2020-10-26T15:52:04.640Z] ab5ef0e58194: Pull complete [2020-10-26T15:52:04.640Z] 9712f1f96733: Pull complete [2020-10-26T15:52:07.390Z] 63f879dbbcfc: Pull complete [2020-10-26T15:52:15.881Z] 0d9ebad4ef96: Pull complete [2020-10-26T15:52:16.155Z] e9a5061849ea: Pull complete [2020-10-26T15:52:16.432Z] d747dcd14b5f: Pull complete [2020-10-26T15:52:20.836Z] 2de7ff778b66: Pull complete [2020-10-26T15:52:20.836Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-26T15:52:20.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T15:52:20.836Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-26T15:52:21.195Z] prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container [2020-10-26T15:52:21.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-lftools:0.23.1-centos7 cat [2020-10-26T15:52:25.304Z] $ docker top 28a787372983207a2a60dd241dabfe0f1d97834eea681440feaddacc2cd4497e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-26T15:52:25.687Z] provisioning config files... [2020-10-26T15:52:25.721Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5019671494861950290tmp [2020-10-26T15:52:25.766Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5787133250210294126tmp [2020-10-26T15:52:25.799Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4158924815493327941tmp [Pipeline] { [Pipeline] echo [2020-10-26T15:52:25.918Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:52:26.707Z] ---> sigul-configuration.sh [2020-10-26T15:52:26.707Z] gpg: directory `/root/.gnupg' created [2020-10-26T15:52:26.707Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-26T15:52:26.707Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-26T15:52:26.707Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-26T15:52:26.707Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-26T15:52:26.707Z] gpg: CAST5 encrypted data [2020-10-26T15:52:26.707Z] gpg: encrypted with 1 passphrase [2020-10-26T15:52:26.707Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-26T15:52:27.255Z] + mkdir /home/jenkins [2020-10-26T15:52:27.255Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-26T15:52:27.623Z] + 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-26T15:52:27.636Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:52:27.957Z] ---> sigul-install.sh [2020-10-26T15:52:36.242Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-26T15:52:36.572Z] + git tag --list [2020-10-26T15:52:36.573Z] v0.0.1 [2020-10-26T15:52:36.573Z] v0.0.10 [2020-10-26T15:52:36.573Z] v0.0.11 [2020-10-26T15:52:36.573Z] v0.0.12 [2020-10-26T15:52:36.573Z] v0.0.13 [2020-10-26T15:52:36.573Z] v0.0.14 [2020-10-26T15:52:36.573Z] v0.0.15 [2020-10-26T15:52:36.573Z] v0.0.16 [2020-10-26T15:52:36.573Z] v0.0.17 [2020-10-26T15:52:36.573Z] v0.0.18 [2020-10-26T15:52:36.573Z] v0.0.19 [2020-10-26T15:52:36.573Z] v0.0.2 [2020-10-26T15:52:36.573Z] v0.0.20 [2020-10-26T15:52:36.573Z] v0.0.21 [2020-10-26T15:52:36.573Z] v0.0.22 [2020-10-26T15:52:36.573Z] v0.0.23 [2020-10-26T15:52:36.573Z] v0.0.24 [2020-10-26T15:52:36.573Z] v0.0.25 [2020-10-26T15:52:36.573Z] v0.0.26 [2020-10-26T15:52:36.573Z] v0.0.27 [2020-10-26T15:52:36.573Z] v0.0.28 [2020-10-26T15:52:36.573Z] v0.0.29 [2020-10-26T15:52:36.573Z] v0.0.3 [2020-10-26T15:52:36.573Z] v0.0.30 [2020-10-26T15:52:36.573Z] v0.0.31 [2020-10-26T15:52:36.573Z] v0.0.32 [2020-10-26T15:52:36.573Z] v0.0.33 [2020-10-26T15:52:36.573Z] v0.0.34 [2020-10-26T15:52:36.573Z] v0.0.35 [2020-10-26T15:52:36.573Z] v0.0.36 [2020-10-26T15:52:36.573Z] v0.0.37 [2020-10-26T15:52:36.573Z] v0.0.38 [2020-10-26T15:52:36.573Z] v0.0.39 [2020-10-26T15:52:36.573Z] v0.0.4 [2020-10-26T15:52:36.573Z] v0.0.40 [2020-10-26T15:52:36.573Z] v0.0.41 [2020-10-26T15:52:36.573Z] v0.0.42 [2020-10-26T15:52:36.573Z] v0.0.43 [2020-10-26T15:52:36.573Z] v0.0.44 [2020-10-26T15:52:36.573Z] v0.0.45 [2020-10-26T15:52:36.573Z] v0.0.46 [2020-10-26T15:52:36.573Z] v0.0.47 [2020-10-26T15:52:36.573Z] v0.0.48 [2020-10-26T15:52:36.573Z] v0.0.49 [2020-10-26T15:52:36.573Z] v0.0.5 [2020-10-26T15:52:36.573Z] v0.0.50 [2020-10-26T15:52:36.573Z] v0.0.51 [2020-10-26T15:52:36.573Z] v0.0.52 [2020-10-26T15:52:36.573Z] v0.0.53 [2020-10-26T15:52:36.573Z] v0.0.54 [2020-10-26T15:52:36.573Z] v0.0.55 [2020-10-26T15:52:36.573Z] v0.0.56 [2020-10-26T15:52:36.573Z] v0.0.6 [2020-10-26T15:52:36.573Z] v0.0.7 [2020-10-26T15:52:36.573Z] v0.0.8 [2020-10-26T15:52:36.573Z] v0.0.9 [Pipeline] sh [2020-10-26T15:52:36.909Z] + lftools sign git-tag v0.0.56 [2020-10-26T15:52:38.853Z] Signing Git tag with Sigul... [2020-10-26T15:52:38.853Z] Signing v0.0.56 [Pipeline] echo [2020-10-26T15:52:39.845Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:52:40.173Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-26T15:52:40.186Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-26T15:52:40.301Z] $ docker stop --time=1 28a787372983207a2a60dd241dabfe0f1d97834eea681440feaddacc2cd4497e [2020-10-26T15:52:42.445Z] $ docker rm -f 28a787372983207a2a60dd241dabfe0f1d97834eea681440feaddacc2cd4497e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:52:43.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:52:43.675Z] . [Pipeline] withDockerContainer [2020-10-26T15:52:43.890Z] prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container [2020-10-26T15:52:43.978Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T15:52:45.058Z] $ docker top c75103d6386bbe6e3c16e7c839b847772e543fc52bd1cbd3f5fc21ecae78385b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:52:45.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:52:45.495Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:52:45.765Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:52:45.771Z] $ docker exec c75103d6386bbe6e3c16e7c839b847772e543fc52bd1cbd3f5fc21ecae78385b ssh-agent [2020-10-26T15:52:45.998Z] SSH_AUTH_SOCK=/tmp/ssh-0Q32I6vr4ud7/agent.11 [2020-10-26T15:52:45.998Z] SSH_AGENT_PID=16 [2020-10-26T15:52:46.007Z] Running ssh-add (command line suppressed) [2020-10-26T15:52:46.170Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4578977097092626397.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4578977097092626397.key) [2020-10-26T15:52:46.264Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:52:46.631Z] + git semver bump patch [2020-10-26T15:52:46.631Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:52:46.631Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:52:46.631Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:52:46.632Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:52:46.632Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:52:46.632Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:52:46.632Z] # $SEMVER_BRANCH = master [2020-10-26T15:52:46.632Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-26T15:52:46.898Z] 0.0.57 [Pipeline] } [2020-10-26T15:52:46.917Z] $ docker exec --env ******** --env ******** c75103d6386bbe6e3c16e7c839b847772e543fc52bd1cbd3f5fc21ecae78385b ssh-agent -k [2020-10-26T15:52:47.090Z] unset SSH_AUTH_SOCK; [2020-10-26T15:52:47.090Z] unset SSH_AGENT_PID; [2020-10-26T15:52:47.090Z] echo Agent pid 16 killed; [2020-10-26T15:52:47.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:52:47.736Z] + git semver [Pipeline] } [2020-10-26T15:52:47.801Z] $ docker stop --time=1 c75103d6386bbe6e3c16e7c839b847772e543fc52bd1cbd3f5fc21ecae78385b [2020-10-26T15:52:49.294Z] $ docker rm -f c75103d6386bbe6e3c16e7c839b847772e543fc52bd1cbd3f5fc21ecae78385b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:52:49.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:52:49.884Z] . [Pipeline] withDockerContainer [2020-10-26T15:52:50.042Z] prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container [2020-10-26T15:52:50.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T15:52:51.021Z] $ docker top eaafa6716d786cc1bdd6d4b913fadedbcda351660b2032dc4f1a6ae860f46a61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:52:51.487Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:52:51.487Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:52:52.070Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:52:52.081Z] $ docker exec eaafa6716d786cc1bdd6d4b913fadedbcda351660b2032dc4f1a6ae860f46a61 ssh-agent [2020-10-26T15:52:52.504Z] SSH_AUTH_SOCK=/tmp/ssh-w30HlSAnd4rz/agent.11 [2020-10-26T15:52:52.504Z] SSH_AGENT_PID=16 [2020-10-26T15:52:52.518Z] Running ssh-add (command line suppressed) [2020-10-26T15:52:52.736Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8410114693205252338.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8410114693205252338.key) [2020-10-26T15:52:52.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:52:53.210Z] + git semver push [2020-10-26T15:52:53.210Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:52:53.210Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:52:53.210Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:52:53.210Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:52:53.210Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:52:53.210Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:52:53.210Z] # $SEMVER_BRANCH = master [2020-10-26T15:52:53.210Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-26T15:53:01.534Z] $ docker exec --env ******** --env ******** eaafa6716d786cc1bdd6d4b913fadedbcda351660b2032dc4f1a6ae860f46a61 ssh-agent -k [2020-10-26T15:53:01.978Z] unset SSH_AUTH_SOCK; [2020-10-26T15:53:01.983Z] unset SSH_AGENT_PID; [2020-10-26T15:53:01.986Z] echo Agent pid 16 killed; [2020-10-26T15:53:02.122Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:53:03.213Z] + git semver [Pipeline] } [2020-10-26T15:53:03.280Z] $ docker stop --time=1 eaafa6716d786cc1bdd6d4b913fadedbcda351660b2032dc4f1a6ae860f46a61 [2020-10-26T15:53:05.851Z] $ docker rm -f eaafa6716d786cc1bdd6d4b913fadedbcda351660b2032dc4f1a6ae860f46a61 [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-26T15:53:08.083Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:53:09.665Z] ---> package-listing.sh [2020-10-26T15:53:09.665Z] ++ facter osfamily [2020-10-26T15:53:09.665Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-26T15:53:09.963Z] + OS_FAMILY=redhat [2020-10-26T15:53:09.963Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:53:09.963Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-26T15:53:09.963Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-26T15:53:09.963Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-26T15:53:09.963Z] + PACKAGES=/tmp/packages_start.txt [2020-10-26T15:53:09.963Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-26T15:53:09.963Z] + PACKAGES=/tmp/packages_end.txt [2020-10-26T15:53:09.963Z] + case "${OS_FAMILY}" in [2020-10-26T15:53:09.963Z] + sort [2020-10-26T15:53:09.963Z] + rpm -qa [2020-10-26T15:53:16.918Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-26T15:53:16.918Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-26T15:53:16.918Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-26T15:53:16.918Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-26T15:53:16.918Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-10-26T15:53:16.918Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2020-10-26T15:53:16.953Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_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-26T15:53:17.394Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:53:18.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:53:19.123Z] [2020-10-26T15:53:19.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:53:19.710Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:53:20.484Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-26T15:53:20.484Z] df20fa9351a1: Pulling fs layer [2020-10-26T15:53:20.484Z] 36b3adc4ff6f: Pulling fs layer [2020-10-26T15:53:20.484Z] 8ad3a11d3b57: Pulling fs layer [2020-10-26T15:53:20.484Z] 46f8f816bc3b: Pulling fs layer [2020-10-26T15:53:20.484Z] 93b61091891f: Pulling fs layer [2020-10-26T15:53:20.484Z] 93b9cdb0e59b: Pulling fs layer [2020-10-26T15:53:20.484Z] 5e14af77c1be: Pulling fs layer [2020-10-26T15:53:20.484Z] 01666e4c0597: Pulling fs layer [2020-10-26T15:53:20.484Z] aa168da1d23b: Pulling fs layer [2020-10-26T15:53:20.484Z] 46f8f816bc3b: Waiting [2020-10-26T15:53:20.484Z] 93b61091891f: Waiting [2020-10-26T15:53:20.484Z] 93b9cdb0e59b: Waiting [2020-10-26T15:53:20.484Z] 5e14af77c1be: Waiting [2020-10-26T15:53:20.485Z] 01666e4c0597: Waiting [2020-10-26T15:53:20.485Z] aa168da1d23b: Waiting [2020-10-26T15:53:20.485Z] 36b3adc4ff6f: Verifying Checksum [2020-10-26T15:53:20.485Z] 36b3adc4ff6f: Download complete [2020-10-26T15:53:20.841Z] 46f8f816bc3b: Verifying Checksum [2020-10-26T15:53:20.841Z] 46f8f816bc3b: Download complete [2020-10-26T15:53:21.329Z] df20fa9351a1: Verifying Checksum [2020-10-26T15:53:21.329Z] df20fa9351a1: Download complete [2020-10-26T15:53:21.692Z] 93b9cdb0e59b: Verifying Checksum [2020-10-26T15:53:21.692Z] 93b9cdb0e59b: Download complete [2020-10-26T15:53:21.692Z] 93b61091891f: Verifying Checksum [2020-10-26T15:53:21.692Z] 93b61091891f: Download complete [2020-10-26T15:53:21.692Z] 01666e4c0597: Verifying Checksum [2020-10-26T15:53:21.692Z] 01666e4c0597: Download complete [2020-10-26T15:53:22.910Z] 5e14af77c1be: Verifying Checksum [2020-10-26T15:53:22.910Z] 5e14af77c1be: Download complete [2020-10-26T15:53:22.910Z] 8ad3a11d3b57: Verifying Checksum [2020-10-26T15:53:22.910Z] 8ad3a11d3b57: Download complete [2020-10-26T15:53:23.251Z] df20fa9351a1: Pull complete [2020-10-26T15:53:23.917Z] 36b3adc4ff6f: Pull complete [2020-10-26T15:53:28.947Z] 8ad3a11d3b57: Pull complete [2020-10-26T15:53:28.947Z] 46f8f816bc3b: Pull complete [2020-10-26T15:53:30.828Z] 93b61091891f: Pull complete [2020-10-26T15:53:31.762Z] 93b9cdb0e59b: Pull complete [2020-10-26T15:53:32.139Z] 5e14af77c1be: Pull complete [2020-10-26T15:53:33.284Z] 01666e4c0597: Pull complete [2020-10-26T15:53:33.284Z] aa168da1d23b: Verifying Checksum [2020-10-26T15:53:33.284Z] aa168da1d23b: Download complete [2020-10-26T15:54:01.588Z] aa168da1d23b: Pull complete [2020-10-26T15:54:01.588Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-26T15:54:01.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:54:01.588Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-26T15:54:02.717Z] prd-centos7-docker-4c-2g-8907 does not seem to be running inside a container [2020-10-26T15:54:03.032Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-lftools-log-publisher:alpine cat [2020-10-26T15:54:07.222Z] $ docker top f52711cdc2fa5f77e0b12640d34f8a36871f144875f31cd0a2315efbdbd1be94 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:54:09.806Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-26T15:54:12.007Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-26T15:54:12.928Z] + ls /var/log/sa-host [2020-10-26T15:54:12.984Z] + sadf -c /var/log/sa-host/sa05 [2020-10-26T15:54:12.984Z] file_magic: OK [2020-10-26T15:54:12.984Z] HZ: Using current value: 100 [2020-10-26T15:54:12.984Z] file_header: OK [2020-10-26T15:54:12.984Z] 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-26T15:54:12.984Z] Statistics: [2020-10-26T15:54:12.984Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T15:54:12.984Z] File successfully converted to sysstat format version 12.2.1 [2020-10-26T15:54:12.984Z] + sadf -c /var/log/sa-host/sa26 [2020-10-26T15:54:12.984Z] file_magic: OK [2020-10-26T15:54:12.984Z] HZ: Using current value: 100 [2020-10-26T15:54:12.984Z] file_header: OK [2020-10-26T15:54:12.984Z] 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-26T15:54:12.984Z] Statistics: [2020-10-26T15:54:12.984Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T15:54:12.984Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T15:54:13.731Z] provisioning config files... [2020-10-26T15:54:13.791Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config416552162527164121tmp [Pipeline] { [Pipeline] echo [2020-10-26T15:54:13.900Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:54:15.132Z] ---> create-netrc.sh [Pipeline] } [2020-10-26T15:54:15.157Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-26T15:54:15.258Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:54:16.494Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-26T15:54:16.522Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:54:17.408Z] ---> sudo-logs.sh [2020-10-26T15:54:17.408Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-26T15:54:17.429Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:54:18.633Z] ---> job-cost.sh [2020-10-26T15:54:18.633Z] lf-activate-venv: SKIPPING [2020-10-26T15:54:18.633Z] INFO: No Stack... [2020-10-26T15:54:19.721Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-26T15:54:20.461Z] INFO: Archiving Costs [Pipeline] echo [2020-10-26T15:54:20.809Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:54:22.082Z] ---> logs-deploy.sh [2020-10-26T15:54:22.082Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/59 [2020-10-26T15:54:22.082Z] INFO: archiving workspace using pattern(s): [2020-10-26T15:54:26.007Z] Archives upload complete. [2020-10-26T15:54:26.353Z] INFO: archiving logs to Nexus [2020-10-26T15:54:30.087Z] ---> uname -a: [2020-10-26T15:54:30.087Z] Linux prd-centos7-docker-4c-2g-8907.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] ---> lscpu: [2020-10-26T15:54:30.087Z] Architecture: x86_64 [2020-10-26T15:54:30.087Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-26T15:54:30.087Z] Byte Order: Little Endian [2020-10-26T15:54:30.087Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-26T15:54:30.087Z] CPU(s): 4 [2020-10-26T15:54:30.087Z] On-line CPU(s) list: 0-3 [2020-10-26T15:54:30.087Z] Thread(s) per core: 1 [2020-10-26T15:54:30.087Z] Core(s) per socket: 1 [2020-10-26T15:54:30.087Z] Socket(s): 4 [2020-10-26T15:54:30.087Z] NUMA node(s): 1 [2020-10-26T15:54:30.087Z] Vendor ID: GenuineIntel [2020-10-26T15:54:30.087Z] CPU family: 6 [2020-10-26T15:54:30.087Z] Model: 44 [2020-10-26T15:54:30.087Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-26T15:54:30.087Z] Stepping: 1 [2020-10-26T15:54:30.087Z] CPU MHz: 2933.438 [2020-10-26T15:54:30.087Z] BogoMIPS: 5866.87 [2020-10-26T15:54:30.087Z] Virtualization: VT-x [2020-10-26T15:54:30.087Z] Hypervisor vendor: KVM [2020-10-26T15:54:30.087Z] Virtualization type: full [2020-10-26T15:54:30.087Z] L1d cache: 128 KiB [2020-10-26T15:54:30.087Z] L1i cache: 128 KiB [2020-10-26T15:54:30.087Z] L2 cache: 16 MiB [2020-10-26T15:54:30.087Z] L3 cache: 64 MiB [2020-10-26T15:54:30.087Z] NUMA node0 CPU(s): 0-3 [2020-10-26T15:54:30.087Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-26T15:54:30.087Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-26T15:54:30.087Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-26T15:54:30.087Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-26T15:54:30.087Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-26T15:54:30.087Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-26T15:54:30.087Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-26T15:54:30.087Z] Vulnerability Tsx async abort: Not affected [2020-10-26T15:54:30.087Z] 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-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] ---> nproc: [2020-10-26T15:54:30.087Z] 4 [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] ---> df -h: [2020-10-26T15:54:30.087Z] Filesystem Size Used Available Use% Mounted on [2020-10-26T15:54:30.087Z] overlay 50.0G 8.4G 41.5G 17% / [2020-10-26T15:54:30.087Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-26T15:54:30.087Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-26T15:54:30.087Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-26T15:54:30.087Z] /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os [2020-10-26T15:54:30.087Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf [2020-10-26T15:54:30.087Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname [2020-10-26T15:54:30.087Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts [2020-10-26T15:54:30.087Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log [2020-10-26T15:54:30.087Z] /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json [2020-10-26T15:54:30.087Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:54:30.087Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2020-10-26T15:54:30.087Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host [2020-10-26T15:54:30.087Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] ---> free -m: [2020-10-26T15:54:30.087Z] total used free shared buff/cache available [2020-10-26T15:54:30.087Z] Mem: 1837 755 151 0 930 1017 [2020-10-26T15:54:30.087Z] Swap: 1023 3 1020 [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] ---> ip addr: [2020-10-26T15:54:30.087Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-26T15:54:30.087Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-26T15:54:30.087Z] inet 127.0.0.1/8 scope host lo [2020-10-26T15:54:30.087Z] valid_lft forever preferred_lft forever [2020-10-26T15:54:30.087Z] inet6 ::1/128 scope host [2020-10-26T15:54:30.087Z] valid_lft forever preferred_lft forever [2020-10-26T15:54:30.087Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-26T15:54:30.087Z] link/ether fa:16:3e:b8:d3:e7 brd ff:ff:ff:ff:ff:ff [2020-10-26T15:54:30.087Z] inet 10.30.123.123/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-26T15:54:30.087Z] valid_lft 85789sec preferred_lft 85789sec [2020-10-26T15:54:30.087Z] inet6 fe80::f816:3eff:feb8:d3e7/64 scope link [2020-10-26T15:54:30.087Z] valid_lft forever preferred_lft forever [2020-10-26T15:54:30.087Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-26T15:54:30.087Z] link/ether 02:42:db:9a:0a:84 brd ff:ff:ff:ff:ff:ff [2020-10-26T15:54:30.087Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-26T15:54:30.087Z] valid_lft forever preferred_lft forever [2020-10-26T15:54:30.087Z] inet6 fe80::42:dbff:fe9a:a84/64 scope link [2020-10-26T15:54:30.087Z] valid_lft forever preferred_lft forever [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] ---> sar -b -r -n DEV: [2020-10-26T15:54:30.087Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] 15:44:00 LINUX RESTART (4 CPU) [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] 15:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-26T15:54:30.087Z] 15:46:01 31.70 11.92 19.78 0.00 4499.73 2044.73 0.00 [2020-10-26T15:54:30.087Z] 15:47:01 0.75 0.00 0.75 0.00 0.00 11.25 0.00 [2020-10-26T15:54:30.087Z] 15:48:01 0.72 0.00 0.72 0.00 0.00 8.09 0.00 [2020-10-26T15:54:30.087Z] 15:49:02 0.55 0.00 0.55 0.00 0.00 6.49 0.00 [2020-10-26T15:54:30.087Z] 15:50:01 0.71 0.00 0.71 0.00 0.00 9.32 0.00 [2020-10-26T15:54:30.087Z] 15:51:01 2.83 0.07 2.76 0.00 40.86 134.04 0.00 [2020-10-26T15:54:30.087Z] 15:52:01 242.46 138.56 103.91 0.00 7189.23 38403.31 0.00 [2020-10-26T15:54:30.087Z] 15:53:01 196.51 69.73 126.78 0.00 4152.16 25292.57 0.00 [2020-10-26T15:54:30.087Z] 15:54:02 127.80 41.41 86.39 0.00 4063.40 16374.53 0.00 [2020-10-26T15:54:30.087Z] Average: 67.35 29.17 38.19 0.00 2223.69 9174.15 0.00 [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] 15:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-26T15:54:30.087Z] 15:46:01 175140 0 559616 29.74 2620 1144180 1082216 36.93 449700 1096136 8 [2020-10-26T15:54:30.087Z] 15:47:01 182812 0 551936 29.33 2620 1144188 1022744 34.90 443424 1095828 8 [2020-10-26T15:54:30.087Z] 15:48:01 183272 0 551472 29.31 2620 1144192 1022744 34.90 443676 1095828 8 [2020-10-26T15:54:30.087Z] 15:49:02 180768 0 553976 29.44 2620 1144192 1022936 34.91 450204 1091492 8 [2020-10-26T15:54:30.087Z] 15:50:01 180548 0 554188 29.45 2620 1144200 1022984 34.91 450452 1091492 16 [2020-10-26T15:54:30.087Z] 15:51:01 78668 0 587380 31.22 2620 1212888 1221264 41.68 492724 1146376 66756 [2020-10-26T15:54:30.087Z] 15:52:01 64764 0 679708 36.12 2596 1134488 1498008 51.12 643544 970976 101904 [2020-10-26T15:54:30.087Z] 15:53:01 227416 0 711456 37.81 1868 940816 1219108 41.61 607336 757724 56 [2020-10-26T15:54:30.087Z] 15:54:02 216436 0 740068 39.33 1500 923552 1239564 42.30 557408 793252 65320 [2020-10-26T15:54:30.087Z] Average: 165536 0 609978 32.42 2409 1103633 1150174 39.25 504274 1015456 26009 [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] 15:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-26T15:54:30.087Z] 15:46:01 eth0 92.45 71.78 449.82 35.06 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:46:01 docker0 2.03 1.75 0.51 3.60 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:47:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:48:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:49:02 eth0 1.58 0.45 0.41 0.21 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:50:01 eth0 0.63 0.52 0.41 0.28 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:51:01 eth0 118.27 105.94 1076.96 8.90 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:52:01 eth0 627.97 528.60 5951.25 87.51 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:52:01 docker0 19.79 18.08 2.06 44.33 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:53:01 vethdb8fd8d 2.08 1.71 0.39 0.39 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:53:01 eth0 133.04 82.87 261.71 75.40 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:53:01 docker0 29.62 50.37 1.84 199.72 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:54:02 eth0 199.13 145.28 2156.21 19.84 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] 15:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] Average: eth0 130.75 104.25 1103.33 25.31 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] Average: docker0 5.73 7.81 0.49 27.57 0.00 0.00 0.00 0.00 [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] ---> sar -P ALL: [2020-10-26T15:54:30.087Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] 15:44:00 LINUX RESTART (4 CPU) [2020-10-26T15:54:30.087Z] [2020-10-26T15:54:30.087Z] 15:45:01 CPU %user %nice %system %iowait %steal %idle [2020-10-26T15:54:30.087Z] 15:46:01 all 2.34 0.00 1.79 0.62 4.64 90.60 [2020-10-26T15:54:30.087Z] 15:46:01 0 2.82 0.00 1.87 0.55 4.57 90.19 [2020-10-26T15:54:30.087Z] 15:46:01 1 1.94 0.00 1.71 0.37 4.72 91.26 [2020-10-26T15:54:30.087Z] 15:46:01 2 1.99 0.00 1.87 0.32 4.63 91.19 [2020-10-26T15:54:30.088Z] 15:46:01 3 2.60 0.00 1.72 1.27 4.65 89.76 [2020-10-26T15:54:30.088Z] 15:47:01 all 0.13 0.00 0.08 0.00 0.37 99.42 [2020-10-26T15:54:30.088Z] 15:47:01 0 0.40 0.00 0.10 0.00 0.43 99.07 [2020-10-26T15:54:30.088Z] 15:47:01 1 0.03 0.00 0.07 0.00 0.22 99.68 [2020-10-26T15:54:30.088Z] 15:47:01 2 0.02 0.00 0.07 0.00 0.25 99.67 [2020-10-26T15:54:30.088Z] 15:47:01 3 0.07 0.00 0.10 0.00 0.58 99.25 [2020-10-26T15:54:30.088Z] 15:48:01 all 0.13 0.00 0.03 0.00 0.23 99.61 [2020-10-26T15:54:30.088Z] 15:48:01 0 0.42 0.00 0.03 0.00 0.25 99.30 [2020-10-26T15:54:30.088Z] 15:48:01 1 0.03 0.00 0.02 0.00 0.17 99.78 [2020-10-26T15:54:30.088Z] 15:48:01 2 0.02 0.00 0.02 0.00 0.15 99.82 [2020-10-26T15:54:30.088Z] 15:48:01 3 0.05 0.00 0.05 0.02 0.35 99.53 [2020-10-26T15:54:30.088Z] 15:49:02 all 0.12 0.00 0.06 0.00 0.23 99.58 [2020-10-26T15:54:30.088Z] 15:49:02 0 0.35 0.00 0.05 0.00 0.25 99.35 [2020-10-26T15:54:30.088Z] 15:49:02 1 0.03 0.00 0.12 0.00 0.28 99.57 [2020-10-26T15:54:30.088Z] 15:49:02 2 0.07 0.00 0.03 0.00 0.25 99.65 [2020-10-26T15:54:30.088Z] 15:49:02 3 0.05 0.00 0.03 0.00 0.15 99.77 [2020-10-26T15:54:30.088Z] 15:50:01 all 0.12 0.00 0.07 0.00 0.25 99.56 [2020-10-26T15:54:30.088Z] 15:50:01 0 0.32 0.00 0.05 0.00 0.24 99.39 [2020-10-26T15:54:30.088Z] 15:50:01 1 0.07 0.00 0.14 0.00 0.34 99.46 [2020-10-26T15:54:30.088Z] 15:50:01 2 0.07 0.00 0.05 0.00 0.34 99.54 [2020-10-26T15:54:30.088Z] 15:50:01 3 0.02 0.00 0.05 0.00 0.08 99.85 [2020-10-26T15:54:30.088Z] 15:51:01 all 0.44 0.00 0.34 0.05 1.34 97.83 [2020-10-26T15:54:30.088Z] 15:51:01 0 0.55 0.00 0.27 0.00 1.45 97.73 [2020-10-26T15:54:30.088Z] 15:51:01 1 0.37 0.00 0.17 0.02 1.28 98.17 [2020-10-26T15:54:30.088Z] 15:51:01 2 0.38 0.00 0.35 0.00 1.20 98.07 [2020-10-26T15:54:30.088Z] 15:51:01 3 0.45 0.00 0.58 0.17 1.44 97.36 [2020-10-26T15:54:30.088Z] 15:52:01 all 6.46 0.00 5.04 1.43 17.04 70.03 [2020-10-26T15:54:30.088Z] 15:52:01 0 6.12 0.00 4.22 1.10 17.84 70.71 [2020-10-26T15:54:30.088Z] 15:52:01 1 6.90 0.00 5.59 1.93 17.42 68.16 [2020-10-26T15:54:30.088Z] 15:52:01 2 5.97 0.00 4.61 1.20 15.86 72.37 [2020-10-26T15:54:30.088Z] 15:52:01 3 6.86 0.00 5.74 1.50 17.06 68.84 [2020-10-26T15:54:30.088Z] 15:53:01 all 7.69 0.00 6.33 1.86 8.63 75.48 [2020-10-26T15:54:30.088Z] 15:53:01 0 7.83 0.00 5.27 1.54 9.12 76.25 [2020-10-26T15:54:30.088Z] 15:53:01 1 7.29 0.00 6.87 2.77 8.70 74.38 [2020-10-26T15:54:30.088Z] 15:53:01 2 9.55 0.00 6.05 1.25 8.47 74.68 [2020-10-26T15:54:30.088Z] 15:53:01 3 6.11 0.00 7.15 1.92 8.23 76.60 [2020-10-26T15:54:30.088Z] 15:54:02 all 5.41 0.00 5.56 1.32 32.46 55.25 [2020-10-26T15:54:30.088Z] 15:54:02 0 4.54 0.00 4.38 1.02 34.36 55.69 [2020-10-26T15:54:30.088Z] 15:54:02 1 6.13 0.00 6.43 2.99 31.74 52.71 [2020-10-26T15:54:30.088Z] 15:54:02 2 6.01 0.00 5.63 0.73 31.45 56.19 [2020-10-26T15:54:30.088Z] 15:54:02 3 5.00 0.00 5.86 0.54 32.20 56.40 [2020-10-26T15:54:30.088Z] Average: all 2.56 0.00 2.18 0.59 7.58 87.08 [2020-10-26T15:54:30.088Z] Average: 0 2.62 0.00 1.85 0.48 8.08 86.98 [2020-10-26T15:54:30.088Z] Average: 1 2.56 0.00 2.38 0.92 7.51 86.63 [2020-10-26T15:54:30.088Z] Average: 2 2.70 0.00 2.11 0.39 7.23 87.58 [2020-10-26T15:54:30.088Z] Average: 3 2.37 0.00 2.39 0.59 7.49 87.16 [2020-10-26T15:54:30.088Z] [2020-10-26T15:54:30.088Z] [2020-10-26T15:54:30.088Z]