Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9be6b06c26c45cacb7e1708e38267687b2a6d764 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2831 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9be6b06c26c45cacb7e1708e38267687b2a6d764 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9be6b06c26c45cacb7e1708e38267687b2a6d764 # timeout=10 Commit message: "Merge pull request #301 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.2" > git rev-list --no-walk 989ab59446d0667b15a71abbdaadd1bc675377a2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-01T17:53:04.037Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-01T17:53:04.301Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-01T17:53:04.396Z] ========================================================= [2020-10-01T17:53:04.396Z] EdgeX Global Pipelines Version Info [2020-10-01T17:53:04.396Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-01T17:53:06.657Z] ------------------- [2020-10-01T17:53:06.657Z] stable info: [2020-10-01T17:53:06.657Z] ------------------- [2020-10-01T17:53:06.657Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-01T17:53:06.657Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-01T17:53:06.657Z] Message: update stable to v1.0.131 [2020-10-01T17:53:07.631Z] ------------------- [2020-10-01T17:53:07.631Z] experimental info: [2020-10-01T17:53:07.631Z] ------------------- [2020-10-01T17:53:07.631Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-01T17:53:07.631Z] Commit SHA: 41577c21a85c69f5bb10b3280393e6d03042176a [2020-10-01T17:53:07.631Z] Message: update experimental to v1.0.132 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-01T17:53:08.009Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-01T17:53:08.118Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-01T17:53:08.203Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-01T17:53:08.289Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-01T17:53:08.372Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-01T17:53:08.456Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-01T17:53:08.572Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-01T17:53:08.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-01T17:53:08.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-01T17:53:08.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-01T17:53:08.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-01T17:53:08.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-01T17:53:09.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-01T17:53:09.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-01T17:53:09.259Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T17:53:09.386Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T17:53:09.483Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T17:53:09.576Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T17:53:09.679Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-01T17:53:09.775Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-01T17:53:09.871Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-01T17:53:09.993Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-01T17:53:10.248Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-01T17:53:10.369Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-01T17:53:10.459Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-01T17:53:10.554Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-01T17:53:10.643Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-01T17:53:10.769Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-01T17:53:10.890Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9be6b06c26c45cacb7e1708e38267687b2a6d764 [Pipeline] echo [2020-10-01T17:53:10.978Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9be6b06 [Pipeline] echo [2020-10-01T17:53:11.067Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-01T17:53:11.687Z] + git log --format=format:%s -1 9be6b06c26c45cacb7e1708e38267687b2a6d764 [Pipeline] echo [2020-10-01T17:53:11.746Z] GIT_COMMIT: 9be6b06c26c45cacb7e1708e38267687b2a6d764, Commit Message: Merge pull request #301 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.2 [Pipeline] echo [2020-10-01T17:53:11.792Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:53:12.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T17:53:13.546Z] [2020-10-01T17:53:13.546Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:53:14.033Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T17:53:14.033Z] latest: Pulling from edgex-devops/git-semver [2020-10-01T17:53:14.033Z] 31603596830f: Pulling fs layer [2020-10-01T17:53:14.033Z] 2a8b12db71e7: Pulling fs layer [2020-10-01T17:53:14.033Z] 6ca5941a6612: Pulling fs layer [2020-10-01T17:53:14.033Z] ecc8261a40a4: Pulling fs layer [2020-10-01T17:53:14.033Z] ecc8261a40a4: Waiting [2020-10-01T17:53:14.301Z] 2a8b12db71e7: Verifying Checksum [2020-10-01T17:53:14.301Z] 2a8b12db71e7: Download complete [2020-10-01T17:53:14.567Z] ecc8261a40a4: Verifying Checksum [2020-10-01T17:53:14.567Z] ecc8261a40a4: Download complete [2020-10-01T17:53:14.567Z] 6ca5941a6612: Verifying Checksum [2020-10-01T17:53:14.567Z] 6ca5941a6612: Download complete [2020-10-01T17:53:14.567Z] 31603596830f: Download complete [2020-10-01T17:53:15.167Z] 31603596830f: Pull complete [2020-10-01T17:53:15.167Z] 2a8b12db71e7: Pull complete [2020-10-01T17:53:16.145Z] 6ca5941a6612: Pull complete [2020-10-01T17:53:16.849Z] ecc8261a40a4: Pull complete [2020-10-01T17:53:16.849Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-01T17:53:16.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T17:53:16.849Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-01T17:53:17.029Z] prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container [2020-10-01T17:53:17.231Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-01T17:53:19.493Z] $ docker top 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T17:53:19.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T17:53:19.871Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T17:53:20.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T17:53:20.240Z] $ docker exec 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 ssh-agent [2020-10-01T17:53:20.617Z] SSH_AUTH_SOCK=/tmp/ssh-dbUuqTqSxggg/agent.12 [2020-10-01T17:53:20.617Z] SSH_AGENT_PID=18 [2020-10-01T17:53:20.651Z] Running ssh-add (command line suppressed) [2020-10-01T17:53:20.882Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5553457678024388117.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5553457678024388117.key) [2020-10-01T17:53:20.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T17:53:21.634Z] + git describe --exact-match --tags HEAD [2020-10-01T17:53:21.634Z] fatal: no tag exactly matches '9be6b06c26c45cacb7e1708e38267687b2a6d764' [Pipeline] } [2020-10-01T17:53:21.673Z] $ docker exec --env ******** --env ******** 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 ssh-agent -k [2020-10-01T17:53:21.959Z] unset SSH_AUTH_SOCK; [2020-10-01T17:53:21.959Z] unset SSH_AGENT_PID; [2020-10-01T17:53:21.959Z] echo Agent pid 18 killed; [2020-10-01T17:53:22.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-01T17:53:22.124Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-01T17:53:22.124Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-01T17:53:22.226Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T17:53:22.226Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T17:53:22.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T17:53:22.518Z] $ docker exec 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 ssh-agent [2020-10-01T17:53:23.033Z] SSH_AUTH_SOCK=/tmp/ssh-PxqAYsao6NfO/agent.48 [2020-10-01T17:53:23.033Z] SSH_AGENT_PID=54 [2020-10-01T17:53:23.043Z] Running ssh-add (command line suppressed) [2020-10-01T17:53:23.252Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7916286525905008948.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7916286525905008948.key) [2020-10-01T17:53:23.336Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T17:53:23.684Z] + git semver init [2020-10-01T17:53:23.684Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T17:53:23.684Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-01T17:53:23.684Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-01T17:53:23.684Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T17:53:23.684Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T17:53:23.684Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T17:53:23.684Z] # $SEMVER_BRANCH = master [2020-10-01T17:53:23.684Z] # $SEMVER_TEMP = /tmp/semver-942446588 [2020-10-01T17:53:23.684Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-01T17:53:24.264Z] # '/tmp/semver-942446588' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-01T17:53:24.264Z] # -> Force: false [2020-10-01T17:53:24.264Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-01T17:53:24.282Z] $ docker exec --env ******** --env ******** 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 ssh-agent -k [2020-10-01T17:53:24.446Z] unset SSH_AUTH_SOCK; [2020-10-01T17:53:24.447Z] unset SSH_AGENT_PID; [2020-10-01T17:53:24.447Z] echo Agent pid 54 killed; [2020-10-01T17:53:24.511Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T17:53:25.375Z] + git semver [Pipeline] } [2020-10-01T17:53:25.403Z] $ docker stop --time=1 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 [2020-10-01T17:53:28.023Z] $ docker rm -f 9d2fb42f831fc4f4454fe049416d160e2a81720ec2cce77be1f827613cdd7152 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-01T17:53:30.735Z] Stashed 98 file(s) [Pipeline] echo [2020-10-01T17:53:30.738Z] [edgeXSemver]: initialized semver on version 0.1.87 [Pipeline] echo [2020-10-01T17:53:30.836Z] Archived original version: [0.1.87] [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-01T17:53:46.505Z] Still waiting to schedule task [2020-10-01T17:53:46.505Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-01T17:53:46.508Z] Still waiting to schedule task [2020-10-01T17:53:46.508Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-01T17:54:58.272Z] Running on prd-centos7-docker-4c-2g-2836 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-01T17:54:58.317Z] Running in /w/workspace/go-mod-core-contracts/53 [Pipeline] { [Pipeline] checkout [2020-10-01T17:55:00.707Z] using credential edgex-jenkins-ssh [2020-10-01T17:55:00.754Z] Cloning the remote Git repository [2020-10-01T17:55:00.787Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T17:55:00.859Z] > git init /w/workspace/go-mod-core-contracts/53 # timeout=10 [2020-10-01T17:55:01.086Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T17:55:01.086Z] > git --version # timeout=10 [2020-10-01T17:55:01.096Z] > git --version # 'git version 2.16.5' [2020-10-01T17:55:01.097Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T17:55:01.186Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T17:55:02.072Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-01T17:55:02.080Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T17:55:02.094Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-01T17:55:02.109Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T17:55:02.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T17:55:02.115Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T17:55:03.286Z] Checking out Revision 9be6b06c26c45cacb7e1708e38267687b2a6d764 (master) [2020-10-01T17:55:03.299Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T17:55:03.305Z] > git checkout -f 9be6b06c26c45cacb7e1708e38267687b2a6d764 # timeout=10 [2020-10-01T17:55:07.036Z] Commit message: "Merge pull request #301 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-01T17:55:07.969Z] ========================================================= [2020-10-01T17:55:07.969Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-01T17:55:07.969Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:55:08.635Z] + 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-01T17:55:09.227Z] Sending build context to Docker daemon 2.487MB [2020-10-01T17:55:09.227Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-01T17:55:09.227Z] Step 2/7 : FROM ${BASE} [2020-10-01T17:55:09.227Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-01T17:55:09.227Z] df20fa9351a1: Pulling fs layer [2020-10-01T17:55:09.227Z] ed8968b2872e: Pulling fs layer [2020-10-01T17:55:09.227Z] a92cc7c5fd73: Pulling fs layer [2020-10-01T17:55:09.227Z] e871e8e8d7a9: Pulling fs layer [2020-10-01T17:55:09.227Z] e73272ec9a57: Pulling fs layer [2020-10-01T17:55:09.227Z] 1e910a182e73: Pulling fs layer [2020-10-01T17:55:09.227Z] 4e634b169226: Pulling fs layer [2020-10-01T17:55:09.227Z] e73272ec9a57: Waiting [2020-10-01T17:55:09.227Z] 1e910a182e73: Waiting [2020-10-01T17:55:09.227Z] 4e634b169226: Waiting [2020-10-01T17:55:09.227Z] e871e8e8d7a9: Waiting [2020-10-01T17:55:09.227Z] a92cc7c5fd73: Verifying Checksum [2020-10-01T17:55:09.227Z] a92cc7c5fd73: Download complete [2020-10-01T17:55:09.227Z] ed8968b2872e: Verifying Checksum [2020-10-01T17:55:09.227Z] ed8968b2872e: Download complete [2020-10-01T17:55:09.227Z] e73272ec9a57: Verifying Checksum [2020-10-01T17:55:09.227Z] e73272ec9a57: Download complete [2020-10-01T17:55:09.227Z] 1e910a182e73: Verifying Checksum [2020-10-01T17:55:09.227Z] 1e910a182e73: Download complete [2020-10-01T17:55:09.227Z] df20fa9351a1: Verifying Checksum [2020-10-01T17:55:09.227Z] df20fa9351a1: Download complete [2020-10-01T17:55:09.498Z] df20fa9351a1: Pull complete [2020-10-01T17:55:09.761Z] ed8968b2872e: Pull complete [2020-10-01T17:55:09.761Z] a92cc7c5fd73: Pull complete [2020-10-01T17:55:11.168Z] 4e634b169226: Verifying Checksum [2020-10-01T17:55:11.168Z] 4e634b169226: Download complete [2020-10-01T17:55:12.125Z] e871e8e8d7a9: Download complete [2020-10-01T17:55:16.366Z] e871e8e8d7a9: Pull complete [2020-10-01T17:55:16.628Z] e73272ec9a57: Pull complete [2020-10-01T17:55:16.628Z] 1e910a182e73: Pull complete [2020-10-01T17:55:26.663Z] 4e634b169226: Pull complete [2020-10-01T17:55:26.663Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-01T17:55:26.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-01T17:55:26.663Z] ---> f7629b54cfaa [2020-10-01T17:55:26.663Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-01T17:55:26.663Z] ---> Running in 53f04a61f152 [2020-10-01T17:55:26.663Z] Removing intermediate container 53f04a61f152 [2020-10-01T17:55:26.663Z] ---> c5f71b746d75 [2020-10-01T17:55:26.663Z] Step 4/7 : RUN apk add bash [2020-10-01T17:55:26.663Z] ---> Running in ececd27ffd4a [2020-10-01T17:55:27.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T17:55:28.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T17:55:29.587Z] OK: 166 MiB in 39 packages [2020-10-01T17:55:30.167Z] Removing intermediate container ececd27ffd4a [2020-10-01T17:55:30.167Z] ---> 2ab0610edacb [2020-10-01T17:55:30.167Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-01T17:55:30.167Z] ---> Running in af9e03cf34ee [2020-10-01T17:55:30.434Z] Removing intermediate container af9e03cf34ee [2020-10-01T17:55:30.434Z] ---> ff292d6a41e9 [2020-10-01T17:55:30.434Z] Step 6/7 : COPY go.mod . [2020-10-01T17:55:30.702Z] ---> 53e08f278be9 [2020-10-01T17:55:30.702Z] Step 7/7 : RUN go mod download [2020-10-01T17:55:30.702Z] ---> Running in a33df9c36a59 [2020-10-01T17:55:42.250Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2837 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-01T17:55:42.316Z] Running in /w/workspace/go-mod-core-contracts/53 [Pipeline] { [Pipeline] checkout [2020-10-01T17:55:42.986Z] Removing intermediate container a33df9c36a59 [2020-10-01T17:55:42.986Z] ---> a0ad29466906 [2020-10-01T17:55:42.986Z] Successfully built a0ad29466906 [2020-10-01T17:55:42.986Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:55:43.334Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-01T17:55:43.334Z] . [Pipeline] withDockerContainer [2020-10-01T17:55:43.477Z] prd-centos7-docker-4c-2g-2836 does not seem to be running inside a container [2020-10-01T17:55:43.606Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/53 -v /w/workspace/go-mod-core-contracts/53:/w/workspace/go-mod-core-contracts/53:rw,z -v /w/workspace/go-mod-core-contracts/53@tmp:/w/workspace/go-mod-core-contracts/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-01T17:55:44.478Z] $ docker top 04162eddb78a4dfbe284d5dcf3e43607821f74c99c2a27fb9fdf6828b6f0b025 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T17:55:44.995Z] + go version [2020-10-01T17:55:44.995Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-01T17:55:45.013Z] $ docker stop --time=1 04162eddb78a4dfbe284d5dcf3e43607821f74c99c2a27fb9fdf6828b6f0b025 [2020-10-01T17:55:46.361Z] $ docker rm -f 04162eddb78a4dfbe284d5dcf3e43607821f74c99c2a27fb9fdf6828b6f0b025 [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-01T17:55:48.353Z] using credential edgex-jenkins-ssh [2020-10-01T17:55:48.465Z] Cloning the remote Git repository [2020-10-01T17:55:48.534Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T17:55:48.677Z] > git init /w/workspace/go-mod-core-contracts/53 # timeout=10 [2020-10-01T17:55:48.762Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T17:55:48.763Z] > git --version # timeout=10 [2020-10-01T17:55:48.786Z] > git --version # 'git version 2.17.1' [2020-10-01T17:55:48.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T17:55:48.872Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T17:55:49.917Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-01T17:55:49.955Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T17:55:50.054Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-01T17:55:50.706Z] Checking out Revision 9be6b06c26c45cacb7e1708e38267687b2a6d764 (master) [2020-10-01T17:55:50.130Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T17:55:50.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T17:55:50.142Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T17:55:50.735Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T17:55:50.766Z] > git checkout -f 9be6b06c26c45cacb7e1708e38267687b2a6d764 # timeout=10 [2020-10-01T17:55:55.375Z] Commit message: "Merge pull request #301 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-01T17:55:56.540Z] ========================================================= [2020-10-01T17:55:56.540Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-01T17:55:56.540Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:55:57.781Z] + 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-01T17:55:58.800Z] Sending build context to Docker daemon 2.487MB [2020-10-01T17:55:58.800Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-01T17:55:58.800Z] Step 2/7 : FROM ${BASE} [2020-10-01T17:55:59.089Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-01T17:55:59.089Z] b538f80385f9: Pulling fs layer [2020-10-01T17:55:59.089Z] 74f711af9a0d: Pulling fs layer [2020-10-01T17:55:59.089Z] 99f96fe45779: Pulling fs layer [2020-10-01T17:55:59.089Z] 8529a6b9a6be: Pulling fs layer [2020-10-01T17:55:59.089Z] 45590311c82a: Pulling fs layer [2020-10-01T17:55:59.089Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-01T17:55:59.089Z] 209524e5b208: Pulling fs layer [2020-10-01T17:55:59.089Z] 8529a6b9a6be: Waiting [2020-10-01T17:55:59.089Z] 45590311c82a: Waiting [2020-10-01T17:55:59.089Z] 69ca0ff8b7b3: Waiting [2020-10-01T17:55:59.089Z] 209524e5b208: Waiting [2020-10-01T17:55:59.089Z] 99f96fe45779: Verifying Checksum [2020-10-01T17:55:59.089Z] 99f96fe45779: Download complete [2020-10-01T17:55:59.089Z] 74f711af9a0d: Verifying Checksum [2020-10-01T17:55:59.089Z] 74f711af9a0d: Download complete [2020-10-01T17:55:59.089Z] 45590311c82a: Verifying Checksum [2020-10-01T17:55:59.089Z] 45590311c82a: Download complete [2020-10-01T17:55:59.089Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-01T17:55:59.089Z] 69ca0ff8b7b3: Download complete [2020-10-01T17:55:59.365Z] b538f80385f9: Verifying Checksum [2020-10-01T17:55:59.365Z] b538f80385f9: Download complete [2020-10-01T17:55:59.965Z] b538f80385f9: Pull complete [2020-10-01T17:56:00.563Z] 74f711af9a0d: Pull complete [2020-10-01T17:56:00.837Z] 99f96fe45779: Pull complete [2020-10-01T17:56:03.490Z] 209524e5b208: Verifying Checksum [2020-10-01T17:56:04.980Z] 8529a6b9a6be: Verifying Checksum [2020-10-01T17:56:04.980Z] 8529a6b9a6be: Download complete [2020-10-01T17:56:15.226Z] 8529a6b9a6be: Pull complete [2020-10-01T17:56:15.504Z] 45590311c82a: Pull complete [2020-10-01T17:56:15.777Z] 69ca0ff8b7b3: Pull complete [2020-10-01T17:56:20.098Z] 209524e5b208: Pull complete [2020-10-01T17:56:20.098Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-01T17:56:20.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-01T17:56:20.098Z] ---> 5bddaf1c2fca [2020-10-01T17:56:20.099Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-01T17:56:22.728Z] ---> Running in 3e0478ffa1ac [2020-10-01T17:56:22.728Z] Removing intermediate container 3e0478ffa1ac [2020-10-01T17:56:22.728Z] ---> 7fa208af613f [2020-10-01T17:56:22.728Z] Step 4/7 : RUN apk add bash [2020-10-01T17:56:23.002Z] ---> Running in 33234d9c7702 [2020-10-01T17:56:24.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T17:56:25.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T17:56:26.865Z] OK: 142 MiB in 39 packages [2020-10-01T17:56:27.849Z] Removing intermediate container 33234d9c7702 [2020-10-01T17:56:27.849Z] ---> c9c5a3ae87aa [2020-10-01T17:56:27.849Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-01T17:56:28.123Z] ---> Running in 005869f246bf [2020-10-01T17:56:28.723Z] Removing intermediate container 005869f246bf [2020-10-01T17:56:28.723Z] ---> 6bd2f41e87cb [2020-10-01T17:56:28.723Z] Step 6/7 : COPY go.mod . [2020-10-01T17:56:29.326Z] ---> 6865428f99f4 [2020-10-01T17:56:29.326Z] Step 7/7 : RUN go mod download [2020-10-01T17:56:29.326Z] ---> Running in 8d2bdd80f8a2 [2020-10-01T17:56:44.435Z] Removing intermediate container 8d2bdd80f8a2 [2020-10-01T17:56:44.435Z] ---> ad2df13b7e33 [2020-10-01T17:56:44.435Z] Successfully built ad2df13b7e33 [2020-10-01T17:56:44.435Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:56:44.854Z] + docker inspect -f . ci-base-image-arm64 [2020-10-01T17:56:44.854Z] . [Pipeline] withDockerContainer [2020-10-01T17:56:45.139Z] prd-ubuntu18.04-docker-arm64-4c-16g-2837 does not seem to be running inside a container [2020-10-01T17:56:45.227Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/53 -v /w/workspace/go-mod-core-contracts/53:/w/workspace/go-mod-core-contracts/53:rw,z -v /w/workspace/go-mod-core-contracts/53@tmp:/w/workspace/go-mod-core-contracts/53@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-01T17:56:47.140Z] $ docker top 98b3526ca60495cdebd6be6b71fcc39aed965109f6250021e62855618356b7de -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T17:56:48.597Z] + go version [2020-10-01T17:56:48.597Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-01T17:56:48.621Z] $ docker stop --time=1 98b3526ca60495cdebd6be6b71fcc39aed965109f6250021e62855618356b7de [2020-10-01T17:56:50.555Z] $ docker rm -f 98b3526ca60495cdebd6be6b71fcc39aed965109f6250021e62855618356b7de [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-01T17:56:53.482Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-01T17:56:53.483Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-01T17:56:53.530Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:56:54.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-01T17:56:54.065Z] [2020-10-01T17:56:54.065Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:56:54.577Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-01T17:56:54.577Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-01T17:56:54.577Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-01T17:56:54.577Z] 408f87550127: Pulling fs layer [2020-10-01T17:56:54.577Z] fe522b08c979: Pulling fs layer [2020-10-01T17:56:54.577Z] 221eaa008020: Pulling fs layer [2020-10-01T17:56:54.577Z] 2a4607e5d6b9: Pulling fs layer [2020-10-01T17:56:54.577Z] 8f79b27c4fd2: Pulling fs layer [2020-10-01T17:56:54.577Z] e5c8dbe1645b: Pulling fs layer [2020-10-01T17:56:54.577Z] 23e8b3b47431: Pulling fs layer [2020-10-01T17:56:54.577Z] 5c568d65a230: Pulling fs layer [2020-10-01T17:56:54.577Z] 221eaa008020: Waiting [2020-10-01T17:56:54.577Z] 2a4607e5d6b9: Waiting [2020-10-01T17:56:54.577Z] 8f79b27c4fd2: Waiting [2020-10-01T17:56:54.577Z] e5c8dbe1645b: Waiting [2020-10-01T17:56:54.577Z] 23e8b3b47431: Waiting [2020-10-01T17:56:54.577Z] 5c568d65a230: Waiting [2020-10-01T17:56:54.577Z] fe522b08c979: Verifying Checksum [2020-10-01T17:56:54.577Z] fe522b08c979: Download complete [2020-10-01T17:56:54.577Z] 408f87550127: Verifying Checksum [2020-10-01T17:56:54.577Z] 408f87550127: Download complete [2020-10-01T17:56:54.866Z] 2a4607e5d6b9: Verifying Checksum [2020-10-01T17:56:54.866Z] 2a4607e5d6b9: Download complete [2020-10-01T17:56:55.536Z] 8f79b27c4fd2: Verifying Checksum [2020-10-01T17:56:55.536Z] 8f79b27c4fd2: Download complete [2020-10-01T17:56:55.536Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-01T17:56:55.536Z] cbdbe7a5bc2a: Download complete [2020-10-01T17:56:56.622Z] cbdbe7a5bc2a: Pull complete [2020-10-01T17:56:56.910Z] 408f87550127: Pull complete [2020-10-01T17:56:57.206Z] fe522b08c979: Pull complete [2020-10-01T17:56:57.527Z] e5c8dbe1645b: Download complete [2020-10-01T17:57:02.229Z] 23e8b3b47431: Verifying Checksum [2020-10-01T17:57:02.229Z] 23e8b3b47431: Download complete [2020-10-01T17:57:02.229Z] 5c568d65a230: Verifying Checksum [2020-10-01T17:57:02.229Z] 5c568d65a230: Download complete [2020-10-01T17:57:04.981Z] 221eaa008020: Verifying Checksum [2020-10-01T17:57:04.981Z] 221eaa008020: Download complete [2020-10-01T17:57:15.257Z] 221eaa008020: Pull complete [2020-10-01T17:57:15.527Z] 2a4607e5d6b9: Pull complete [2020-10-01T17:57:15.527Z] 8f79b27c4fd2: Pull complete [2020-10-01T17:57:17.523Z] e5c8dbe1645b: Pull complete [2020-10-01T17:57:22.020Z] 23e8b3b47431: Pull complete [2020-10-01T17:57:24.726Z] 5c568d65a230: Pull complete [2020-10-01T17:57:24.726Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-01T17:57:24.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-01T17:57:24.726Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-01T17:57:25.304Z] prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container [2020-10-01T17:57:25.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-01T17:57:26.822Z] $ docker top 65cdfb2abac359dfab7c9f040d4dd58fd25f9a3bcb1658a3cf78cfc370c8ef39 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T17:57:27.460Z] + snyk monitor '--org=edgex-jenkins' [2020-10-01T17:57:35.816Z] [2020-10-01T17:57:35.816Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-01T17:57:35.816Z] [2020-10-01T17:57:35.816Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/50c96753-0106-454d-bb23-f8769a286a48 [2020-10-01T17:57:35.816Z] [2020-10-01T17:57:35.816Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-01T17:57:35.816Z] [2020-10-01T17:57:35.816Z] [2020-10-01T17:57:35.816Z] Snyk CLI supports Node.js 8 and higher. [2020-10-01T17:57:35.816Z] 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-01T17:57:35.816Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-01T17:57:35.816Z] [2020-10-01T17:57:35.816Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-01T17:57:35.816Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-01T17:57:35.846Z] $ docker stop --time=1 65cdfb2abac359dfab7c9f040d4dd58fd25f9a3bcb1658a3cf78cfc370c8ef39 [2020-10-01T17:57:38.917Z] $ docker rm -f 65cdfb2abac359dfab7c9f040d4dd58fd25f9a3bcb1658a3cf78cfc370c8ef39 [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] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:57:41.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T17:57:41.539Z] . [Pipeline] withDockerContainer [2020-10-01T17:57:41.676Z] prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container [2020-10-01T17:57:41.752Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-01T17:57:43.301Z] $ docker top eb4b3761e8db602d4be1bb1f1f7a35db13e3c5dfdf09cd98bcaec6847efa86f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T17:57:43.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T17:57:43.710Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T17:57:44.215Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T17:57:44.226Z] $ docker exec eb4b3761e8db602d4be1bb1f1f7a35db13e3c5dfdf09cd98bcaec6847efa86f0 ssh-agent [2020-10-01T17:57:44.538Z] SSH_AUTH_SOCK=/tmp/ssh-ADpOSipYdu4d/agent.11 [2020-10-01T17:57:44.538Z] SSH_AGENT_PID=16 [2020-10-01T17:57:44.552Z] Running ssh-add (command line suppressed) [2020-10-01T17:57:44.795Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6680050020861158274.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6680050020861158274.key) [2020-10-01T17:57:44.971Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T17:57:45.364Z] + git semver tag [2020-10-01T17:57:45.642Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T17:57:45.642Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-01T17:57:45.642Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-01T17:57:45.642Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T17:57:45.642Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T17:57:45.642Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T17:57:45.642Z] # $SEMVER_BRANCH = master [2020-10-01T17:57:45.642Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-01T17:57:45.643Z] # 9be6b06c26c45cacb7e1708e38267687b2a6d764 HEAD [2020-10-01T17:57:45.643Z] # -> Force: false [2020-10-01T17:57:45.643Z] # f81f52afda3635e0ca91836e4fdb776be4c39d42 refs/tags/v0.1.87 [Pipeline] } [2020-10-01T17:57:45.665Z] $ docker exec --env ******** --env ******** eb4b3761e8db602d4be1bb1f1f7a35db13e3c5dfdf09cd98bcaec6847efa86f0 ssh-agent -k [2020-10-01T17:57:45.902Z] unset SSH_AUTH_SOCK; [2020-10-01T17:57:45.903Z] unset SSH_AGENT_PID; [2020-10-01T17:57:45.903Z] echo Agent pid 16 killed; [2020-10-01T17:57:46.064Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T17:57:46.576Z] + git semver [Pipeline] } [2020-10-01T17:57:46.628Z] $ docker stop --time=1 eb4b3761e8db602d4be1bb1f1f7a35db13e3c5dfdf09cd98bcaec6847efa86f0 [2020-10-01T17:57:48.169Z] $ docker rm -f eb4b3761e8db602d4be1bb1f1f7a35db13e3c5dfdf09cd98bcaec6847efa86f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:57:48.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T17:57:48.842Z] [2020-10-01T17:57:48.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:57:49.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T17:57:49.241Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-01T17:57:49.241Z] ab5ef0e58194: Pulling fs layer [2020-10-01T17:57:49.241Z] 9712f1f96733: Pulling fs layer [2020-10-01T17:57:49.241Z] 63f879dbbcfc: Pulling fs layer [2020-10-01T17:57:49.241Z] 0d9ebad4ef96: Pulling fs layer [2020-10-01T17:57:49.241Z] e9a5061849ea: Pulling fs layer [2020-10-01T17:57:49.241Z] d747dcd14b5f: Pulling fs layer [2020-10-01T17:57:49.241Z] 2de7ff778b66: Pulling fs layer [2020-10-01T17:57:49.241Z] e9a5061849ea: Waiting [2020-10-01T17:57:49.241Z] d747dcd14b5f: Waiting [2020-10-01T17:57:49.241Z] 2de7ff778b66: Waiting [2020-10-01T17:57:49.241Z] 0d9ebad4ef96: Waiting [2020-10-01T17:57:49.241Z] 9712f1f96733: Verifying Checksum [2020-10-01T17:57:49.241Z] 9712f1f96733: Download complete [2020-10-01T17:57:52.698Z] 63f879dbbcfc: Verifying Checksum [2020-10-01T17:57:52.698Z] 63f879dbbcfc: Download complete [2020-10-01T17:57:52.981Z] e9a5061849ea: Verifying Checksum [2020-10-01T17:57:52.981Z] e9a5061849ea: Download complete [2020-10-01T17:57:52.981Z] d747dcd14b5f: Verifying Checksum [2020-10-01T17:57:52.981Z] d747dcd14b5f: Download complete [2020-10-01T17:57:53.588Z] 0d9ebad4ef96: Verifying Checksum [2020-10-01T17:57:53.588Z] 0d9ebad4ef96: Download complete [2020-10-01T17:57:53.856Z] 2de7ff778b66: Verifying Checksum [2020-10-01T17:57:53.856Z] 2de7ff778b66: Download complete [2020-10-01T17:57:54.121Z] ab5ef0e58194: Verifying Checksum [2020-10-01T17:57:54.121Z] ab5ef0e58194: Download complete [2020-10-01T17:58:00.858Z] ab5ef0e58194: Pull complete [2020-10-01T17:58:00.858Z] 9712f1f96733: Pull complete [2020-10-01T17:58:03.481Z] 63f879dbbcfc: Pull complete [2020-10-01T17:58:14.351Z] 0d9ebad4ef96: Pull complete [2020-10-01T17:58:14.638Z] e9a5061849ea: Pull complete [2020-10-01T17:58:14.638Z] d747dcd14b5f: Pull complete [2020-10-01T17:58:18.168Z] 2de7ff778b66: Pull complete [2020-10-01T17:58:18.168Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-01T17:58:18.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T17:58:18.168Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-01T17:58:18.754Z] prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container [2020-10-01T17:58:18.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-01T17:58:21.931Z] $ docker top 8bb77f6ef54fc4e1906a07580a0b997e7a2ec18ce912f66f33ce75ce550fbdb9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-01T17:58:22.224Z] provisioning config files... [2020-10-01T17:58:22.242Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config78183834511715602tmp [2020-10-01T17:58:22.267Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6844249976374220087tmp [2020-10-01T17:58:22.284Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6951602624053055425tmp [Pipeline] { [Pipeline] echo [2020-10-01T17:58:22.351Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T17:58:22.723Z] ---> sigul-configuration.sh [2020-10-01T17:58:22.991Z] gpg: directory `/root/.gnupg' created [2020-10-01T17:58:22.991Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-01T17:58:22.991Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-01T17:58:22.991Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-01T17:58:22.991Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-01T17:58:22.991Z] gpg: CAST5 encrypted data [2020-10-01T17:58:22.991Z] gpg: encrypted with 1 passphrase [2020-10-01T17:58:22.991Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-01T17:58:23.622Z] + mkdir /home/jenkins [2020-10-01T17:58:23.622Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-01T17:58:23.963Z] + 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-01T17:58:23.990Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T17:58:24.667Z] ---> sigul-install.sh [2020-10-01T17:58:31.385Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-01T17:58:32.044Z] + git tag --list [2020-10-01T17:58:32.044Z] v0.0.0 [2020-10-01T17:58:32.045Z] v0.0.1 [2020-10-01T17:58:32.045Z] v0.1.0 [2020-10-01T17:58:32.045Z] v0.1.1 [2020-10-01T17:58:32.045Z] v0.1.10 [2020-10-01T17:58:32.045Z] v0.1.11 [2020-10-01T17:58:32.045Z] v0.1.12 [2020-10-01T17:58:32.045Z] v0.1.13 [2020-10-01T17:58:32.045Z] v0.1.14 [2020-10-01T17:58:32.045Z] v0.1.15 [2020-10-01T17:58:32.045Z] v0.1.16 [2020-10-01T17:58:32.045Z] v0.1.17 [2020-10-01T17:58:32.045Z] v0.1.18 [2020-10-01T17:58:32.045Z] v0.1.19 [2020-10-01T17:58:32.045Z] v0.1.2 [2020-10-01T17:58:32.045Z] v0.1.20 [2020-10-01T17:58:32.045Z] v0.1.21 [2020-10-01T17:58:32.045Z] v0.1.22 [2020-10-01T17:58:32.045Z] v0.1.23 [2020-10-01T17:58:32.045Z] v0.1.24 [2020-10-01T17:58:32.045Z] v0.1.25 [2020-10-01T17:58:32.045Z] v0.1.26 [2020-10-01T17:58:32.045Z] v0.1.27 [2020-10-01T17:58:32.045Z] v0.1.28 [2020-10-01T17:58:32.045Z] v0.1.29 [2020-10-01T17:58:32.045Z] v0.1.3 [2020-10-01T17:58:32.045Z] v0.1.30 [2020-10-01T17:58:32.045Z] v0.1.31 [2020-10-01T17:58:32.045Z] v0.1.32 [2020-10-01T17:58:32.045Z] v0.1.33 [2020-10-01T17:58:32.045Z] v0.1.34 [2020-10-01T17:58:32.045Z] v0.1.35 [2020-10-01T17:58:32.045Z] v0.1.36 [2020-10-01T17:58:32.045Z] v0.1.37 [2020-10-01T17:58:32.045Z] v0.1.38 [2020-10-01T17:58:32.045Z] v0.1.39 [2020-10-01T17:58:32.045Z] v0.1.4 [2020-10-01T17:58:32.045Z] v0.1.40 [2020-10-01T17:58:32.045Z] v0.1.41 [2020-10-01T17:58:32.045Z] v0.1.42 [2020-10-01T17:58:32.045Z] v0.1.43 [2020-10-01T17:58:32.045Z] v0.1.44 [2020-10-01T17:58:32.045Z] v0.1.45 [2020-10-01T17:58:32.045Z] v0.1.46 [2020-10-01T17:58:32.045Z] v0.1.47 [2020-10-01T17:58:32.045Z] v0.1.48 [2020-10-01T17:58:32.045Z] v0.1.49 [2020-10-01T17:58:32.045Z] v0.1.5 [2020-10-01T17:58:32.045Z] v0.1.50 [2020-10-01T17:58:32.045Z] v0.1.51 [2020-10-01T17:58:32.045Z] v0.1.52 [2020-10-01T17:58:32.045Z] v0.1.53 [2020-10-01T17:58:32.045Z] v0.1.54 [2020-10-01T17:58:32.045Z] v0.1.55 [2020-10-01T17:58:32.045Z] v0.1.56 [2020-10-01T17:58:32.045Z] v0.1.57 [2020-10-01T17:58:32.045Z] v0.1.58 [2020-10-01T17:58:32.045Z] v0.1.59 [2020-10-01T17:58:32.045Z] v0.1.6 [2020-10-01T17:58:32.045Z] v0.1.60 [2020-10-01T17:58:32.045Z] v0.1.61 [2020-10-01T17:58:32.045Z] v0.1.62 [2020-10-01T17:58:32.045Z] v0.1.63 [2020-10-01T17:58:32.045Z] v0.1.64 [2020-10-01T17:58:32.045Z] v0.1.65 [2020-10-01T17:58:32.045Z] v0.1.66 [2020-10-01T17:58:32.045Z] v0.1.67 [2020-10-01T17:58:32.045Z] v0.1.68 [2020-10-01T17:58:32.045Z] v0.1.69 [2020-10-01T17:58:32.045Z] v0.1.7 [2020-10-01T17:58:32.045Z] v0.1.70 [2020-10-01T17:58:32.045Z] v0.1.71 [2020-10-01T17:58:32.045Z] v0.1.72 [2020-10-01T17:58:32.045Z] v0.1.73 [2020-10-01T17:58:32.045Z] v0.1.74 [2020-10-01T17:58:32.045Z] v0.1.75 [2020-10-01T17:58:32.045Z] v0.1.76 [2020-10-01T17:58:32.045Z] v0.1.77 [2020-10-01T17:58:32.045Z] v0.1.78 [2020-10-01T17:58:32.045Z] v0.1.79 [2020-10-01T17:58:32.045Z] v0.1.8 [2020-10-01T17:58:32.045Z] v0.1.80 [2020-10-01T17:58:32.045Z] v0.1.81 [2020-10-01T17:58:32.045Z] v0.1.82 [2020-10-01T17:58:32.045Z] v0.1.83 [2020-10-01T17:58:32.045Z] v0.1.84 [2020-10-01T17:58:32.045Z] v0.1.85 [2020-10-01T17:58:32.045Z] v0.1.86 [2020-10-01T17:58:32.045Z] v0.1.87 [2020-10-01T17:58:32.045Z] v0.1.9 [Pipeline] sh [2020-10-01T17:58:32.760Z] + lftools sign git-tag v0.1.87 [2020-10-01T17:58:34.280Z] Signing Git tag with Sigul... [2020-10-01T17:58:34.280Z] Signing v0.1.87 [Pipeline] echo [2020-10-01T17:58:36.277Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T17:58:36.942Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-01T17:58:36.980Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-01T17:58:37.120Z] $ docker stop --time=1 8bb77f6ef54fc4e1906a07580a0b997e7a2ec18ce912f66f33ce75ce550fbdb9 [2020-10-01T17:58:39.451Z] $ docker rm -f 8bb77f6ef54fc4e1906a07580a0b997e7a2ec18ce912f66f33ce75ce550fbdb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:58:40.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T17:58:40.610Z] . [Pipeline] withDockerContainer [2020-10-01T17:58:41.261Z] prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container [2020-10-01T17:58:41.656Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-01T17:58:43.873Z] $ docker top 6bf30b067d7b46d96bbd45280f5d35e4822c6beb7e06e5a8ada741b42b93b275 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T17:58:44.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T17:58:44.396Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T17:58:44.844Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T17:58:44.850Z] $ docker exec 6bf30b067d7b46d96bbd45280f5d35e4822c6beb7e06e5a8ada741b42b93b275 ssh-agent [2020-10-01T17:58:45.218Z] SSH_AUTH_SOCK=/tmp/ssh-raE5IAtExyX7/agent.11 [2020-10-01T17:58:45.218Z] SSH_AGENT_PID=16 [2020-10-01T17:58:45.229Z] Running ssh-add (command line suppressed) [2020-10-01T17:58:45.581Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7353442258999492171.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7353442258999492171.key) [2020-10-01T17:58:45.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T17:58:46.727Z] + git semver bump patch [2020-10-01T17:58:46.727Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T17:58:46.727Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-01T17:58:46.727Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-01T17:58:46.727Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T17:58:46.727Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T17:58:46.727Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T17:58:46.727Z] # $SEMVER_BRANCH = master [2020-10-01T17:58:46.727Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-01T17:58:46.727Z] 0.1.88 [Pipeline] } [2020-10-01T17:58:46.813Z] $ docker exec --env ******** --env ******** 6bf30b067d7b46d96bbd45280f5d35e4822c6beb7e06e5a8ada741b42b93b275 ssh-agent -k [2020-10-01T17:58:48.180Z] unset SSH_AUTH_SOCK; [2020-10-01T17:58:48.180Z] unset SSH_AGENT_PID; [2020-10-01T17:58:48.180Z] echo Agent pid 16 killed; [2020-10-01T17:58:48.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T17:58:49.529Z] + git semver [Pipeline] } [2020-10-01T17:58:49.573Z] $ docker stop --time=1 6bf30b067d7b46d96bbd45280f5d35e4822c6beb7e06e5a8ada741b42b93b275 [2020-10-01T17:58:52.072Z] $ docker rm -f 6bf30b067d7b46d96bbd45280f5d35e4822c6beb7e06e5a8ada741b42b93b275 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T17:58:53.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T17:58:53.063Z] . [Pipeline] withDockerContainer [2020-10-01T17:58:53.538Z] prd-centos7-docker-4c-2g-2831 does not seem to be running inside a container [2020-10-01T17:58:53.754Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-01T17:58:56.578Z] $ docker top da6ea9dede20623c08b62f2926f292df7cda62d379c599f8f1ff9f2dd0190871 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T17:58:57.176Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T17:58:57.176Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T17:58:57.988Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T17:58:57.996Z] $ docker exec da6ea9dede20623c08b62f2926f292df7cda62d379c599f8f1ff9f2dd0190871 ssh-agent [2020-10-01T17:58:58.595Z] SSH_AUTH_SOCK=/tmp/ssh-Qg27n8zbQOtW/agent.12 [2020-10-01T17:58:58.595Z] SSH_AGENT_PID=17 [2020-10-01T17:58:58.612Z] Running ssh-add (command line suppressed) [2020-10-01T17:58:58.911Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6369466173912386671.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6369466173912386671.key) [2020-10-01T17:58:59.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T17:58:59.806Z] + git semver push [2020-10-01T17:58:59.806Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T17:58:59.806Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-01T17:58:59.806Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-01T17:58:59.806Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T17:58:59.806Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T17:58:59.806Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T17:58:59.806Z] # $SEMVER_BRANCH = master [2020-10-01T17:58:59.806Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-01T17:59:07.320Z] $ docker exec --env ******** --env ******** da6ea9dede20623c08b62f2926f292df7cda62d379c599f8f1ff9f2dd0190871 ssh-agent -k [2020-10-01T17:59:08.137Z] unset SSH_AUTH_SOCK; [2020-10-01T17:59:08.152Z] unset SSH_AGENT_PID; [2020-10-01T17:59:08.152Z] echo Agent pid 17 killed; [2020-10-01T17:59:08.563Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T17:59:09.158Z] + git semver [Pipeline] } [2020-10-01T17:59:09.501Z] $ docker stop --time=1 da6ea9dede20623c08b62f2926f292df7cda62d379c599f8f1ff9f2dd0190871 [2020-10-01T17:59:11.303Z] $ docker rm -f da6ea9dede20623c08b62f2926f292df7cda62d379c599f8f1ff9f2dd0190871 [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-01T17:59:12.825Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T17:59:13.813Z] ---> package-listing.sh [2020-10-01T17:59:13.813Z] ++ facter osfamily [2020-10-01T17:59:13.813Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-01T17:59:14.087Z] + OS_FAMILY=redhat [2020-10-01T17:59:14.087Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-01T17:59:14.087Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-01T17:59:14.087Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-01T17:59:14.087Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-01T17:59:14.087Z] + PACKAGES=/tmp/packages_start.txt [2020-10-01T17:59:14.087Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-01T17:59:14.087Z] + PACKAGES=/tmp/packages_end.txt [2020-10-01T17:59:14.087Z] + case "${OS_FAMILY}" in [2020-10-01T17:59:14.087Z] + rpm -qa [2020-10-01T17:59:14.087Z] + sort [2020-10-01T17:59:22.478Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-01T17:59:22.478Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-01T17:59:22.478Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-01T17:59:22.478Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-01T17:59:22.478Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-01T17:59:22.478Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-01T17:59:22.691Z] provisioning config files... [2020-10-01T17:59:22.711Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3369255290861548139tmp [Pipeline] { [Pipeline] echo [2020-10-01T17:59:22.793Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T17:59:23.121Z] ---> create-netrc.sh [Pipeline] } [2020-10-01T17:59:23.134Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-01T17:59:23.229Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T17:59:23.573Z] ---> python-tools-install.sh [2020-10-01T17:59:23.573Z] Generating Requirements File [2020-10-01T18:01:30.606Z] Python 3.6.8 [2020-10-01T18:01:30.606Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-01T18:01:30.606Z] aiohttp==3.6.2 [2020-10-01T18:01:30.606Z] appdirs==1.4.3 [2020-10-01T18:01:30.606Z] argcomplete==1.12.1 [2020-10-01T18:01:30.606Z] aspy.yaml==1.3.0 [2020-10-01T18:01:30.606Z] async-timeout==3.0.1 [2020-10-01T18:01:30.606Z] attrs==19.3.0 [2020-10-01T18:01:30.606Z] Babel==2.8.0 [2020-10-01T18:01:30.606Z] beautifulsoup4==4.8.2 [2020-10-01T18:01:30.606Z] boto3==1.11.6 [2020-10-01T18:01:30.606Z] botocore==1.14.6 [2020-10-01T18:01:30.606Z] bs4==0.0.1 [2020-10-01T18:01:30.606Z] cachetools==4.1.1 [2020-10-01T18:01:30.606Z] certifi==2019.11.28 [2020-10-01T18:01:30.606Z] cffi==1.14.3 [2020-10-01T18:01:30.606Z] cfgv==2.0.1 [2020-10-01T18:01:30.606Z] chardet==3.0.4 [2020-10-01T18:01:30.606Z] click==7.1 [2020-10-01T18:01:30.606Z] cliff==3.4.0 [2020-10-01T18:01:30.606Z] cmd2==1.3.11 [2020-10-01T18:01:30.606Z] colorama==0.4.3 [2020-10-01T18:01:30.606Z] cryptography==3.1.1 [2020-10-01T18:01:30.606Z] debtcollector==2.2.0 [2020-10-01T18:01:30.606Z] decorator==4.4.2 [2020-10-01T18:01:30.606Z] defusedxml==0.6.0 [2020-10-01T18:01:30.606Z] Deprecated==1.2.7 [2020-10-01T18:01:30.606Z] distlib==0.3.1 [2020-10-01T18:01:30.606Z] distro==1.2.0 [2020-10-01T18:01:30.606Z] dnspython==1.16.0 [2020-10-01T18:01:30.606Z] docker==4.2.0 [2020-10-01T18:01:30.606Z] docutils==0.15.2 [2020-10-01T18:01:30.606Z] dogpile.cache==1.0.2 [2020-10-01T18:01:30.606Z] email-validator==1.0.5 [2020-10-01T18:01:30.606Z] filelock==3.0.12 [2020-10-01T18:01:30.606Z] future==0.18.2 [2020-10-01T18:01:30.606Z] google-auth==1.22.0 [2020-10-01T18:01:30.606Z] httplib2==0.17.0 [2020-10-01T18:01:30.606Z] identify==1.4.11 [2020-10-01T18:01:30.606Z] idna==2.9 [2020-10-01T18:01:30.606Z] idna-ssl==1.1.0 [2020-10-01T18:01:30.606Z] importlib-metadata==1.7.0 [2020-10-01T18:01:30.606Z] importlib-resources==1.5.0 [2020-10-01T18:01:30.606Z] iso8601==0.1.13 [2020-10-01T18:01:30.606Z] Jinja2==2.11.1 [2020-10-01T18:01:30.606Z] jmespath==0.10.0 [2020-10-01T18:01:30.606Z] jsonpatch==1.26 [2020-10-01T18:01:30.606Z] jsonpointer==2.0 [2020-10-01T18:01:30.606Z] jsonschema==3.2.0 [2020-10-01T18:01:30.606Z] keystoneauth1==4.2.1 [2020-10-01T18:01:30.606Z] kubernetes==11.0.0 [2020-10-01T18:01:30.606Z] lftools==0.34.2 [2020-10-01T18:01:30.606Z] lxml==4.5.0 [2020-10-01T18:01:30.606Z] MarkupSafe==0.23 [2020-10-01T18:01:30.606Z] msgpack==1.0.0 [2020-10-01T18:01:30.606Z] multi-key-dict==2.0.3 [2020-10-01T18:01:30.606Z] multidict==4.7.6 [2020-10-01T18:01:30.606Z] munch==2.5.0 [2020-10-01T18:01:30.606Z] netaddr==0.8.0 [2020-10-01T18:01:30.606Z] netifaces==0.10.9 [2020-10-01T18:01:30.606Z] niet==1.4.2 [2020-10-01T18:01:30.606Z] nodeenv==1.3.5 [2020-10-01T18:01:30.606Z] oauth2client==4.1.3 [2020-10-01T18:01:30.606Z] oauthlib==3.1.0 [2020-10-01T18:01:30.606Z] openstacksdk==0.50.0 [2020-10-01T18:01:30.606Z] os-client-config==2.1.0 [2020-10-01T18:01:30.606Z] os-service-types==1.7.0 [2020-10-01T18:01:30.606Z] osc-lib==2.2.1 [2020-10-01T18:01:30.606Z] oslo.config==8.3.2 [2020-10-01T18:01:30.606Z] oslo.context==3.1.1 [2020-10-01T18:01:30.606Z] oslo.i18n==5.0.1 [2020-10-01T18:01:30.606Z] oslo.log==4.4.0 [2020-10-01T18:01:30.606Z] oslo.serialization==4.0.1 [2020-10-01T18:01:30.606Z] oslo.utils==4.6.0 [2020-10-01T18:01:30.606Z] packaging==20.4 [2020-10-01T18:01:30.606Z] pbr==5.4.4 [2020-10-01T18:01:30.606Z] pluggy==0.13.1 [2020-10-01T18:01:30.606Z] prettytable==0.7.2 [2020-10-01T18:01:30.606Z] py==1.9.0 [2020-10-01T18:01:30.606Z] pyasn1==0.4.8 [2020-10-01T18:01:30.606Z] pyasn1-modules==0.2.8 [2020-10-01T18:01:30.606Z] pycparser==2.20 [2020-10-01T18:01:30.606Z] pygerrit2==2.0.10 [2020-10-01T18:01:30.606Z] PyGithub==1.46 [2020-10-01T18:01:30.606Z] pyinotify==0.9.6 [2020-10-01T18:01:30.606Z] PyJWT==1.7.1 [2020-10-01T18:01:30.606Z] pyparsing==2.4.7 [2020-10-01T18:01:30.606Z] pyperclip==1.8.0 [2020-10-01T18:01:30.606Z] pyroute2==0.4.13 [2020-10-01T18:01:30.606Z] pyrsistent==0.15.7 [2020-10-01T18:01:30.606Z] PySocks==1.6.8 [2020-10-01T18:01:30.606Z] python-cinderclient==7.2.0 [2020-10-01T18:01:30.606Z] python-dateutil==2.8.1 [2020-10-01T18:01:30.606Z] python-heatclient==2.2.1 [2020-10-01T18:01:30.606Z] python-jenkins==1.7.0 [2020-10-01T18:01:30.606Z] python-keystoneclient==4.1.1 [2020-10-01T18:01:30.606Z] python-magnumclient==3.2.1 [2020-10-01T18:01:30.606Z] python-novaclient==17.2.1 [2020-10-01T18:01:30.606Z] python-openstackclient==5.3.1 [2020-10-01T18:01:30.606Z] python-swiftclient==3.10.1 [2020-10-01T18:01:30.606Z] pytz==2020.1 [2020-10-01T18:01:30.606Z] PyYAML==5.3 [2020-10-01T18:01:30.606Z] requests==2.23.0 [2020-10-01T18:01:30.606Z] requests-oauthlib==1.3.0 [2020-10-01T18:01:30.606Z] requestsexceptions==1.4.0 [2020-10-01T18:01:30.606Z] rfc3986==1.4.0 [2020-10-01T18:01:30.606Z] rpm==4.11.3 [2020-10-01T18:01:30.606Z] rsa==4.0 [2020-10-01T18:01:30.606Z] ruamel.yaml==0.16.10 [2020-10-01T18:01:30.606Z] ruamel.yaml.clib==0.2.0 [2020-10-01T18:01:30.606Z] s3transfer==0.3.3 [2020-10-01T18:01:30.606Z] shade==1.27.2 [2020-10-01T18:01:30.607Z] simplejson==3.17.2 [2020-10-01T18:01:30.607Z] six==1.14.0 [2020-10-01T18:01:30.607Z] soupsieve==2.0 [2020-10-01T18:01:30.607Z] stevedore==3.2.2 [2020-10-01T18:01:30.607Z] tabulate==0.8.6 [2020-10-01T18:01:30.607Z] toml==0.10.0 [2020-10-01T18:01:30.607Z] tox==3.20.0 [2020-10-01T18:01:30.607Z] tqdm==4.43.0 [2020-10-01T18:01:30.607Z] typing-extensions==3.7.4.3 [2020-10-01T18:01:30.607Z] urllib3==1.25.8 [2020-10-01T18:01:30.607Z] virtualenv==20.0.31 [2020-10-01T18:01:30.607Z] wcwidth==0.2.5 [2020-10-01T18:01:30.607Z] websocket-client==0.57.0 [2020-10-01T18:01:30.607Z] wrapt==1.12.1 [2020-10-01T18:01:30.607Z] xdg==3.0.2 [2020-10-01T18:01:30.607Z] xmltodict==0.12.0 [2020-10-01T18:01:30.607Z] yarl==1.6.0 [2020-10-01T18:01:30.607Z] yq==2.11.1 [2020-10-01T18:01:30.607Z] zipp==3.2.0 [2020-10-01T18:01:31.652Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:01:36.387Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-01T18:01:43.436Z] Python 2.7.5 [2020-10-01T18:01:43.436Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-01T18:01:43.736Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-01T18:01:44.407Z] ansible==2.9.7 [2020-10-01T18:01:44.407Z] Babel==0.9.6 [2020-10-01T18:01:44.407Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-01T18:01:44.407Z] beautifulsoup4==4.4.1 [2020-10-01T18:01:44.407Z] bodhi==2.11.0 [2020-10-01T18:01:44.407Z] bodhi-client==2.11.0 [2020-10-01T18:01:44.407Z] CCColUtils==1.4 [2020-10-01T18:01:44.407Z] cffi==1.6.0 [2020-10-01T18:01:44.407Z] chardet==2.2.1 [2020-10-01T18:01:44.407Z] click==6.7 [2020-10-01T18:01:44.407Z] cloud-init==18.5 [2020-10-01T18:01:44.407Z] configobj==4.7.2 [2020-10-01T18:01:44.407Z] cryptography==1.7.2 [2020-10-01T18:01:44.407Z] decorator==3.4.0 [2020-10-01T18:01:44.407Z] distro==1.2.0 [2020-10-01T18:01:44.407Z] enum34==1.0.4 [2020-10-01T18:01:44.407Z] fedpkg==1.38 [2020-10-01T18:01:44.407Z] futures==3.1.1 [2020-10-01T18:01:44.407Z] gitdb==0.6.4 [2020-10-01T18:01:44.407Z] GitPython==1.0.1 [2020-10-01T18:01:44.407Z] html5lib==0.999 [2020-10-01T18:01:44.407Z] httplib2==0.9.2 [2020-10-01T18:01:44.407Z] idna==2.4 [2020-10-01T18:01:44.407Z] iniparse==0.4 [2020-10-01T18:01:44.407Z] ipaddress==1.0.16 [2020-10-01T18:01:44.407Z] IPy==0.75 [2020-10-01T18:01:44.407Z] javapackages==1.0.0 [2020-10-01T18:01:44.407Z] Jinja2==2.7.2 [2020-10-01T18:01:44.407Z] jmespath==0.9.4 [2020-10-01T18:01:44.407Z] jsonpatch==1.2 [2020-10-01T18:01:44.407Z] jsonpointer==1.9 [2020-10-01T18:01:44.407Z] kerberos==1.1 [2020-10-01T18:01:44.407Z] kitchen==1.1.1 [2020-10-01T18:01:44.407Z] langtable==0.0.31 [2020-10-01T18:01:44.407Z] lockfile==0.9.1 [2020-10-01T18:01:44.407Z] lxml==3.2.1 [2020-10-01T18:01:44.407Z] MarkupSafe==0.11 [2020-10-01T18:01:44.407Z] munch==2.0.2 [2020-10-01T18:01:44.407Z] offtrac==0.1.0 [2020-10-01T18:01:44.407Z] openidc-client==0.6.0 [2020-10-01T18:01:44.407Z] packagedb-cli==2.14.1 [2020-10-01T18:01:44.407Z] paramiko==2.1.1 [2020-10-01T18:01:44.407Z] perf==0.1 [2020-10-01T18:01:44.407Z] ply==3.4 [2020-10-01T18:01:44.407Z] policycoreutils-default-encoding==0.1 [2020-10-01T18:01:44.407Z] prettytable==0.7.2 [2020-10-01T18:01:44.407Z] pyasn1==0.1.9 [2020-10-01T18:01:44.407Z] pycparser==2.14 [2020-10-01T18:01:44.407Z] pycurl==7.19.0 [2020-10-01T18:01:44.407Z] pygobject==3.22.0 [2020-10-01T18:01:44.407Z] pygpgme==0.3 [2020-10-01T18:01:44.407Z] pyliblzma==0.5.3 [2020-10-01T18:01:44.407Z] pyOpenSSL==0.13.1 [2020-10-01T18:01:44.407Z] pyparsing==1.5.6 [2020-10-01T18:01:44.407Z] pyserial==2.6 [2020-10-01T18:01:44.407Z] python-augeas==0.5.0 [2020-10-01T18:01:44.407Z] python-bugzilla==2.3.0 [2020-10-01T18:01:44.407Z] python-dateutil==1.5 [2020-10-01T18:01:44.407Z] python-fedora==0.10.0 [2020-10-01T18:01:44.407Z] python-linux-procfs==0.4.9 [2020-10-01T18:01:44.407Z] python-yubico==1.2.3 [2020-10-01T18:01:44.407Z] pyudev==0.15 [2020-10-01T18:01:44.407Z] pyusb==1.0.0b1 [2020-10-01T18:01:44.407Z] pyxattr==0.5.1 [2020-10-01T18:01:44.407Z] PyYAML==3.10 [2020-10-01T18:01:44.407Z] requests==2.6.0 [2020-10-01T18:01:44.407Z] requests-kerberos==0.7.0 [2020-10-01T18:01:44.407Z] rpkg==1.60 [2020-10-01T18:01:44.407Z] schedutils==0.4 [2020-10-01T18:01:44.407Z] seobject==0.1 [2020-10-01T18:01:44.407Z] sepolicy==1.1 [2020-10-01T18:01:44.407Z] six==1.9.0 [2020-10-01T18:01:44.407Z] smmap==0.9.0 [2020-10-01T18:01:44.407Z] urlgrabber==3.10 [2020-10-01T18:01:44.408Z] urllib3==1.10.2 [2020-10-01T18:01:44.408Z] virtualenv==15.1.0 [2020-10-01T18:01:44.408Z] yum-langpacks==0.4.2 [2020-10-01T18:01:44.408Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-01T18:01:44.454Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T18:01:44.979Z] ---> sudo-logs.sh [2020-10-01T18:01:44.980Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-01T18:01:46.089Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T18:01:46.512Z] ---> job-cost.sh [2020-10-01T18:01:46.512Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Nc84 [2020-10-01T18:02:14.993Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:14.993Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:14.993Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:14.993Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:14.993Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:14.993Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:14.993Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:15.300Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:15.596Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:15.596Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:15.596Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:16.243Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:16.243Z] Cache entry deserialization failed, entry ignored [2020-10-01T18:02:21.848Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-01T18:03:09.282Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-10-01T18:03:09.282Z] [2020-10-01T18:03:09.282Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-10-01T18:03:09.282Z] [2020-10-01T18:03:09.282Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-10-01T18:03:09.282Z] lf-activate-venv(): INFO: Adding /tmp/venv-Nc84/bin to PATH [2020-10-01T18:03:09.282Z] INFO: No Stack... [2020-10-01T18:03:09.282Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-01T18:03:09.282Z] INFO: Archiving Costs [Pipeline] echo [2020-10-01T18:03:09.310Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T18:03:09.722Z] ---> logs-deploy.sh [2020-10-01T18:03:09.722Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/53 [2020-10-01T18:03:09.722Z] INFO: archiving workspace using pattern(s): [2020-10-01T18:03:15.395Z] Archives upload complete. [2020-10-01T18:03:15.395Z] INFO: archiving logs to Nexus [2020-10-01T18:03:18.978Z] ---> uname -a: [2020-10-01T18:03:18.978Z] Linux prd-centos7-docker-4c-2g-2831.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] ---> lscpu: [2020-10-01T18:03:18.978Z] Architecture: x86_64 [2020-10-01T18:03:18.978Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-01T18:03:18.978Z] Byte Order: Little Endian [2020-10-01T18:03:18.978Z] CPU(s): 4 [2020-10-01T18:03:18.978Z] On-line CPU(s) list: 0-3 [2020-10-01T18:03:18.978Z] Thread(s) per core: 1 [2020-10-01T18:03:18.978Z] Core(s) per socket: 1 [2020-10-01T18:03:18.978Z] Socket(s): 4 [2020-10-01T18:03:18.978Z] NUMA node(s): 1 [2020-10-01T18:03:18.978Z] Vendor ID: GenuineIntel [2020-10-01T18:03:18.978Z] CPU family: 6 [2020-10-01T18:03:18.978Z] Model: 44 [2020-10-01T18:03:18.978Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-01T18:03:18.978Z] Stepping: 1 [2020-10-01T18:03:18.978Z] CPU MHz: 2933.438 [2020-10-01T18:03:18.978Z] BogoMIPS: 5866.87 [2020-10-01T18:03:18.978Z] Virtualization: VT-x [2020-10-01T18:03:18.978Z] Hypervisor vendor: KVM [2020-10-01T18:03:18.978Z] Virtualization type: full [2020-10-01T18:03:18.978Z] L1d cache: 32K [2020-10-01T18:03:18.978Z] L1i cache: 32K [2020-10-01T18:03:18.978Z] L2 cache: 4096K [2020-10-01T18:03:18.978Z] L3 cache: 16384K [2020-10-01T18:03:18.978Z] NUMA node0 CPU(s): 0-3 [2020-10-01T18:03:18.978Z] 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-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] ---> nproc: [2020-10-01T18:03:18.978Z] 4 [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] ---> df -h: [2020-10-01T18:03:18.978Z] Filesystem Size Used Avail Use% Mounted on [2020-10-01T18:03:18.978Z] devtmpfs 887M 0 887M 0% /dev [2020-10-01T18:03:18.978Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-01T18:03:18.978Z] tmpfs 919M 17M 903M 2% /run [2020-10-01T18:03:18.978Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-01T18:03:18.978Z] /dev/vda1 50G 8.6G 42G 18% / [2020-10-01T18:03:18.978Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-01T18:03:18.978Z] tmpfs 184M 0 184M 0% /run/user/0 [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] ---> free -m: [2020-10-01T18:03:18.978Z] total used free shared buff/cache available [2020-10-01T18:03:18.978Z] Mem: 1837 671 74 15 1091 966 [2020-10-01T18:03:18.978Z] Swap: 1023 3 1020 [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] ---> ip addr: [2020-10-01T18:03:18.978Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-01T18:03:18.978Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-01T18:03:18.978Z] inet 127.0.0.1/8 scope host lo [2020-10-01T18:03:18.978Z] valid_lft forever preferred_lft forever [2020-10-01T18:03:18.978Z] inet6 ::1/128 scope host [2020-10-01T18:03:18.978Z] valid_lft forever preferred_lft forever [2020-10-01T18:03:18.978Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-01T18:03:18.978Z] link/ether fa:16:3e:6e:fb:bd brd ff:ff:ff:ff:ff:ff [2020-10-01T18:03:18.978Z] inet 10.30.123.145/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-01T18:03:18.978Z] valid_lft 85727sec preferred_lft 85727sec [2020-10-01T18:03:18.978Z] inet6 fe80::f816:3eff:fe6e:fbbd/64 scope link [2020-10-01T18:03:18.978Z] valid_lft forever preferred_lft forever [2020-10-01T18:03:18.978Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-01T18:03:18.978Z] link/ether 02:42:21:ed:9c:49 brd ff:ff:ff:ff:ff:ff [2020-10-01T18:03:18.978Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-01T18:03:18.978Z] valid_lft forever preferred_lft forever [2020-10-01T18:03:18.978Z] inet6 fe80::42:21ff:feed:9c49/64 scope link [2020-10-01T18:03:18.978Z] valid_lft forever preferred_lft forever [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] ---> sar -b -r -n DEV: [2020-10-01T18:03:18.978Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/01/2020 _x86_64_ (4 CPU) [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] 05:51:44 PM LINUX RESTART [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] 05:53:01 PM tps rtps wtps bread/s bwrtn/s [2020-10-01T18:03:18.978Z] 05:54:01 PM 45.89 12.06 33.83 4784.84 4845.13 [2020-10-01T18:03:18.978Z] 05:55:01 PM 1.70 0.00 1.70 0.00 36.05 [2020-10-01T18:03:18.978Z] 05:56:01 PM 0.28 0.00 0.28 0.00 3.76 [2020-10-01T18:03:18.978Z] 05:57:01 PM 4.27 0.05 4.22 21.28 2627.60 [2020-10-01T18:03:18.978Z] 05:58:01 PM 286.05 152.09 133.96 7658.24 42570.86 [2020-10-01T18:03:18.978Z] 05:59:01 PM 169.92 70.60 99.32 3826.91 19885.22 [2020-10-01T18:03:18.978Z] 06:00:01 PM 82.00 59.48 22.52 4943.97 1674.86 [2020-10-01T18:03:18.978Z] 06:01:01 PM 78.92 5.69 73.23 792.70 6932.11 [2020-10-01T18:03:18.978Z] 06:02:02 PM 95.00 26.35 68.65 1132.75 6134.63 [2020-10-01T18:03:18.978Z] 06:03:01 PM 63.42 5.21 58.21 420.85 3064.79 [2020-10-01T18:03:18.978Z] Average: 82.94 33.22 49.71 2353.59 8814.50 [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] 05:53:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-01T18:03:18.978Z] 05:54:01 PM 176220 1705336 90.63 2620 1140456 1130064 38.57 434392 1109784 120 [2020-10-01T18:03:18.978Z] 05:55:01 PM 183820 1697736 90.23 2620 1140460 1061796 36.24 431736 1106588 12 [2020-10-01T18:03:18.978Z] 05:56:01 PM 183680 1697876 90.24 2620 1140468 1061908 36.24 432128 1106588 8 [2020-10-01T18:03:18.978Z] 05:57:01 PM 82408 1799148 95.62 2620 1200756 1259944 43.00 477868 1155992 66824 [2020-10-01T18:03:18.978Z] 05:58:01 PM 88312 1793244 95.31 2596 1072712 1508580 51.49 624040 958572 75384 [2020-10-01T18:03:18.978Z] 05:59:01 PM 240276 1641280 87.23 1840 900768 1360436 46.43 605556 750620 48 [2020-10-01T18:03:18.978Z] 06:00:01 PM 74472 1807084 96.04 1592 1014684 1258000 42.93 654800 861416 47900 [2020-10-01T18:03:18.978Z] 06:01:01 PM 77516 1804040 95.88 1492 999668 1180112 40.28 643680 855112 40560 [2020-10-01T18:03:18.978Z] 06:02:02 PM 132260 1749296 92.97 1492 967612 1126272 38.44 576100 842820 26772 [2020-10-01T18:03:18.978Z] 06:03:01 PM 78896 1802660 95.81 1492 970404 1158248 39.53 643664 810452 88924 [2020-10-01T18:03:18.978Z] Average: 131786 1749770 93.00 2098 1054799 1210536 41.31 552396 955794 34655 [2020-10-01T18:03:18.978Z] [2020-10-01T18:03:18.978Z] 05:53:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-01T18:03:18.978Z] 05:54:01 PM eth0 109.15 84.18 467.94 48.82 0.00 0.00 0.00 [2020-10-01T18:03:18.978Z] 05:54:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.978Z] 05:54:01 PM docker0 6.44 4.09 1.09 11.46 0.00 0.00 0.00 [2020-10-01T18:03:18.978Z] 05:55:01 PM eth0 2.88 0.67 0.72 0.40 0.00 0.00 0.00 [2020-10-01T18:03:18.978Z] 05:55:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.978Z] 05:55:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.978Z] 05:56:01 PM eth0 1.76 0.58 0.61 0.39 0.00 0.00 0.00 [2020-10-01T18:03:18.978Z] 05:56:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.978Z] 05:56:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 05:57:01 PM eth0 239.82 207.05 2381.56 16.29 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 05:57:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 05:57:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 05:58:01 PM eth0 497.18 421.06 4722.59 43.64 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 05:58:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 05:58:01 PM docker0 16.82 16.52 1.30 121.53 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 05:59:01 PM eth0 90.48 70.93 258.93 72.07 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 05:59:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 05:59:01 PM vetha5850bc 0.96 0.83 0.23 0.24 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 05:59:01 PM docker0 45.74 51.97 3.74 331.01 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:00:01 PM eth0 95.67 69.53 544.88 51.48 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:00:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:00:01 PM docker0 1.13 0.84 0.23 0.26 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:01:01 PM eth0 49.30 33.65 329.97 4.04 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:01:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:01:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:02:02 PM eth0 17.04 13.23 23.00 6.54 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:02:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:02:02 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:03:01 PM eth0 26.54 19.13 115.49 6.48 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:03:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] 06:03:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] Average: eth0 113.18 92.19 887.24 24.96 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] Average: docker0 4.71 5.31 0.40 33.31 0.00 0.00 0.00 [2020-10-01T18:03:18.979Z] [2020-10-01T18:03:18.979Z] [2020-10-01T18:03:18.979Z] ---> sar -P ALL: [2020-10-01T18:03:18.979Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/01/2020 _x86_64_ (4 CPU) [2020-10-01T18:03:18.979Z] [2020-10-01T18:03:18.979Z] 05:51:44 PM LINUX RESTART [2020-10-01T18:03:18.979Z] [2020-10-01T18:03:18.979Z] 05:53:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-01T18:03:18.979Z] 05:54:01 PM all 3.80 0.00 2.47 1.02 7.61 85.09 [2020-10-01T18:03:18.979Z] 05:54:01 PM 0 3.35 0.00 2.75 2.16 7.83 83.91 [2020-10-01T18:03:18.979Z] 05:54:01 PM 1 3.22 0.00 2.51 0.23 7.52 86.52 [2020-10-01T18:03:18.979Z] 05:54:01 PM 2 4.41 0.00 2.77 0.95 7.56 84.31 [2020-10-01T18:03:18.979Z] 05:54:01 PM 3 4.19 0.00 1.87 0.75 7.52 85.66 [2020-10-01T18:03:18.979Z] 05:55:01 PM all 0.08 0.00 0.13 0.00 1.26 98.53 [2020-10-01T18:03:18.979Z] 05:55:01 PM 0 0.02 0.00 0.15 0.00 1.19 98.65 [2020-10-01T18:03:18.979Z] 05:55:01 PM 1 0.13 0.00 0.10 0.00 0.93 98.84 [2020-10-01T18:03:18.979Z] 05:55:01 PM 2 0.13 0.00 0.20 0.00 1.66 98.01 [2020-10-01T18:03:18.979Z] 05:55:01 PM 3 0.05 0.00 0.08 0.00 1.27 98.60 [2020-10-01T18:03:18.979Z] 05:56:01 PM all 0.12 0.00 0.03 0.00 0.58 99.27 [2020-10-01T18:03:18.979Z] 05:56:01 PM 0 0.03 0.00 0.02 0.00 0.60 99.35 [2020-10-01T18:03:18.979Z] 05:56:01 PM 1 0.35 0.00 0.03 0.00 0.40 99.22 [2020-10-01T18:03:18.979Z] 05:56:01 PM 2 0.05 0.00 0.03 0.00 0.48 99.44 [2020-10-01T18:03:18.979Z] 05:56:01 PM 3 0.03 0.00 0.02 0.00 0.84 99.11 [2020-10-01T18:03:18.979Z] 05:57:01 PM all 0.60 0.00 0.65 0.01 4.78 93.96 [2020-10-01T18:03:18.979Z] 05:57:01 PM 0 0.64 0.00 0.72 0.02 4.84 93.78 [2020-10-01T18:03:18.979Z] 05:57:01 PM 1 0.55 0.00 0.52 0.02 4.68 94.23 [2020-10-01T18:03:18.979Z] 05:57:01 PM 2 0.64 0.00 0.95 0.00 4.71 93.70 [2020-10-01T18:03:18.979Z] 05:57:01 PM 3 0.55 0.00 0.42 0.00 4.91 94.11 [2020-10-01T18:03:18.979Z] 05:58:01 PM all 7.35 0.00 5.91 1.81 19.70 65.23 [2020-10-01T18:03:18.979Z] 05:58:01 PM 0 8.70 0.00 6.35 2.52 20.91 61.53 [2020-10-01T18:03:18.979Z] 05:58:01 PM 1 6.00 0.00 5.37 1.07 19.30 68.26 [2020-10-01T18:03:18.979Z] 05:58:01 PM 2 7.82 0.00 5.86 1.79 19.81 64.71 [2020-10-01T18:03:18.979Z] 05:58:01 PM 3 6.95 0.00 6.08 1.90 18.78 66.30 [2020-10-01T18:03:18.979Z] 05:59:01 PM all 6.20 0.00 6.10 1.89 22.22 63.58 [2020-10-01T18:03:18.979Z] 05:59:01 PM 0 5.67 0.00 7.33 2.09 23.52 61.41 [2020-10-01T18:03:18.979Z] 05:59:01 PM 1 9.39 0.00 5.72 1.12 22.12 61.64 [2020-10-01T18:03:18.979Z] 05:59:01 PM 2 4.86 0.00 6.24 1.70 21.72 65.47 [2020-10-01T18:03:18.979Z] 05:59:01 PM 3 4.86 0.00 5.12 2.62 21.52 65.88 [2020-10-01T18:03:18.979Z] 06:00:01 PM all 10.40 0.00 1.89 2.58 8.85 76.29 [2020-10-01T18:03:18.979Z] 06:00:01 PM 0 27.19 0.00 3.04 1.14 10.19 58.44 [2020-10-01T18:03:18.979Z] 06:00:01 PM 1 4.00 0.00 0.95 0.21 9.55 85.30 [2020-10-01T18:03:18.979Z] 06:00:01 PM 2 9.68 0.00 2.60 8.47 7.86 71.39 [2020-10-01T18:03:18.979Z] 06:00:01 PM 3 1.95 0.00 1.07 0.65 7.85 88.47 [2020-10-01T18:03:18.979Z] 06:01:01 PM all 12.64 0.00 1.94 0.74 9.89 74.78 [2020-10-01T18:03:18.979Z] 06:01:01 PM 0 14.57 0.00 1.92 0.18 9.23 74.09 [2020-10-01T18:03:18.979Z] 06:01:01 PM 1 15.57 0.00 2.13 0.18 10.14 71.98 [2020-10-01T18:03:18.979Z] 06:01:01 PM 2 13.10 0.00 1.62 1.34 11.86 72.08 [2020-10-01T18:03:18.979Z] 06:01:01 PM 3 7.32 0.00 2.13 1.26 8.34 80.95 [2020-10-01T18:03:18.979Z] 06:02:02 PM all 10.15 0.00 2.69 1.00 17.59 68.56 [2020-10-01T18:03:18.979Z] 06:02:02 PM 0 4.95 0.00 0.93 0.70 18.65 74.77 [2020-10-01T18:03:18.979Z] 06:02:02 PM 1 10.10 0.00 2.81 1.40 16.53 69.16 [2020-10-01T18:03:18.979Z] 06:02:02 PM 2 5.52 0.00 2.04 0.22 16.61 75.61 [2020-10-01T18:03:18.979Z] 06:02:02 PM 3 21.19 0.00 5.32 1.81 18.55 53.13 [2020-10-01T18:03:18.979Z] 06:03:01 PM all 13.63 0.00 2.41 0.61 10.69 72.66 [2020-10-01T18:03:18.979Z] 06:03:01 PM 0 15.77 0.00 1.65 1.15 10.94 70.49 [2020-10-01T18:03:18.979Z] 06:03:01 PM 1 4.47 0.00 1.25 0.74 12.20 81.33 [2020-10-01T18:03:18.979Z] 06:03:01 PM 2 24.52 0.00 5.14 0.14 10.07 60.13 [2020-10-01T18:03:18.979Z] 06:03:01 PM 3 10.98 0.00 1.82 0.36 9.42 77.41 [2020-10-01T18:03:18.979Z] Average: all 6.53 0.00 2.46 0.97 10.48 79.55 [2020-10-01T18:03:18.979Z] Average: 0 7.94 0.00 2.50 1.00 11.02 77.54 [2020-10-01T18:03:18.979Z] Average: 1 5.44 0.00 2.17 0.51 10.50 81.38 [2020-10-01T18:03:18.979Z] Average: 2 6.94 0.00 2.75 1.44 10.39 78.48 [2020-10-01T18:03:18.979Z] Average: 3 5.82 0.00 2.42 0.95 10.01 80.81 [2020-10-01T18:03:18.979Z] [2020-10-01T18:03:18.979Z] [2020-10-01T18:03:18.979Z]