Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b40e1ba929d547a0583aceea1360a74f4fea7da0 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-4775 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 b40e1ba929d547a0583aceea1360a74f4fea7da0 (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 b40e1ba929d547a0583aceea1360a74f4fea7da0 # timeout=10 Commit message: "Merge pull request #333 from judehung/issue-332" > git rev-list --no-walk 5f961f373d8f09754680a6d099764ec051c090d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-12T08:38:56.453Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-12T08:38:56.744Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-12T08:38:56.837Z] ========================================================= [2020-10-12T08:38:56.837Z] EdgeX Global Pipelines Version Info [2020-10-12T08:38:56.837Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-12T08:38:59.371Z] ------------------- [2020-10-12T08:38:59.371Z] stable info: [2020-10-12T08:38:59.371Z] ------------------- [2020-10-12T08:38:59.371Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-12T08:38:59.371Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-12T08:38:59.371Z] Message: update stable to v1.0.131 [2020-10-12T08:39:00.355Z] ------------------- [2020-10-12T08:39:00.355Z] experimental info: [2020-10-12T08:39:00.355Z] ------------------- [2020-10-12T08:39:00.355Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-12T08:39:00.355Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-12T08:39:00.355Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-12T08:39:00.800Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-12T08:39:00.916Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-12T08:39:01.006Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-12T08:39:01.151Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-12T08:39:01.243Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-12T08:39:01.344Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-12T08:39:01.461Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-12T08:39:01.550Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-12T08:39:01.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-12T08:39:01.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-12T08:39:01.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-12T08:39:02.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-12T08:39:02.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-12T08:39:02.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-12T08:39:02.364Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-12T08:39:02.458Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-12T08:39:02.550Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-12T08:39:02.647Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-12T08:39:02.738Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-12T08:39:02.857Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-12T08:39:02.960Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-12T08:39:03.084Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-12T08:39:03.187Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-12T08:39:03.278Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-12T08:39:03.394Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-12T08:39:03.486Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-12T08:39:03.600Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-12T08:39:03.706Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-12T08:39:03.797Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b40e1ba929d547a0583aceea1360a74f4fea7da0 [Pipeline] echo [2020-10-12T08:39:03.891Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b40e1ba [Pipeline] echo [2020-10-12T08:39:03.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-12T08:39:04.619Z] + git log --format=format:%s -1 b40e1ba929d547a0583aceea1360a74f4fea7da0 [Pipeline] echo [2020-10-12T08:39:04.720Z] GIT_COMMIT: b40e1ba929d547a0583aceea1360a74f4fea7da0, Commit Message: Merge pull request #333 from judehung/issue-332 [Pipeline] echo [2020-10-12T08:39:04.770Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:39:05.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T08:39:06.023Z] [2020-10-12T08:39:06.023Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:39:06.457Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T08:39:06.764Z] latest: Pulling from edgex-devops/git-semver [2020-10-12T08:39:06.764Z] 31603596830f: Pulling fs layer [2020-10-12T08:39:06.764Z] 2a8b12db71e7: Pulling fs layer [2020-10-12T08:39:06.764Z] 6ca5941a6612: Pulling fs layer [2020-10-12T08:39:06.764Z] ecc8261a40a4: Pulling fs layer [2020-10-12T08:39:06.764Z] ecc8261a40a4: Waiting [2020-10-12T08:39:06.764Z] 2a8b12db71e7: Verifying Checksum [2020-10-12T08:39:06.764Z] 2a8b12db71e7: Download complete [2020-10-12T08:39:06.764Z] 31603596830f: Verifying Checksum [2020-10-12T08:39:06.764Z] 31603596830f: Download complete [2020-10-12T08:39:07.413Z] 6ca5941a6612: Verifying Checksum [2020-10-12T08:39:07.414Z] 6ca5941a6612: Download complete [2020-10-12T08:39:07.414Z] ecc8261a40a4: Verifying Checksum [2020-10-12T08:39:07.414Z] ecc8261a40a4: Download complete [2020-10-12T08:39:07.414Z] 31603596830f: Pull complete [2020-10-12T08:39:07.738Z] 2a8b12db71e7: Pull complete [2020-10-12T08:39:09.192Z] 6ca5941a6612: Pull complete [2020-10-12T08:39:09.485Z] ecc8261a40a4: Pull complete [2020-10-12T08:39:09.485Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-12T08:39:09.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T08:39:09.485Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-12T08:39:09.701Z] prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container [2020-10-12T08:39:09.856Z] $ 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-12T08:39:12.201Z] $ docker top f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T08:39:13.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T08:39:13.264Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T08:39:13.694Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T08:39:13.702Z] $ docker exec f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 ssh-agent [2020-10-12T08:39:13.908Z] SSH_AUTH_SOCK=/tmp/ssh-qookbnwptLkL/agent.13 [2020-10-12T08:39:13.908Z] SSH_AGENT_PID=18 [2020-10-12T08:39:13.935Z] Running ssh-add (command line suppressed) [2020-10-12T08:39:14.256Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8256154548567582050.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8256154548567582050.key) [2020-10-12T08:39:14.415Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T08:39:14.803Z] + git describe --exact-match --tags HEAD [2020-10-12T08:39:14.803Z] fatal: no tag exactly matches 'b40e1ba929d547a0583aceea1360a74f4fea7da0' [Pipeline] } [2020-10-12T08:39:14.858Z] $ docker exec --env ******** --env ******** f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 ssh-agent -k [2020-10-12T08:39:15.076Z] unset SSH_AUTH_SOCK; [2020-10-12T08:39:15.076Z] unset SSH_AGENT_PID; [2020-10-12T08:39:15.076Z] echo Agent pid 18 killed; [2020-10-12T08:39:15.213Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-12T08:39:15.303Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-12T08:39:15.303Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-12T08:39:15.412Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T08:39:15.412Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T08:39:15.664Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T08:39:15.672Z] $ docker exec f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 ssh-agent [2020-10-12T08:39:15.933Z] SSH_AUTH_SOCK=/tmp/ssh-VUq3u1cQVa3Z/agent.47 [2020-10-12T08:39:15.933Z] SSH_AGENT_PID=52 [2020-10-12T08:39:15.944Z] Running ssh-add (command line suppressed) [2020-10-12T08:39:16.195Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4508844966718318199.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4508844966718318199.key) [2020-10-12T08:39:16.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T08:39:16.680Z] + git semver init [2020-10-12T08:39:16.680Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T08:39:16.680Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-12T08:39:16.680Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-12T08:39:16.680Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T08:39:16.680Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T08:39:16.680Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T08:39:16.680Z] # $SEMVER_BRANCH = master [2020-10-12T08:39:16.680Z] # $SEMVER_TEMP = /tmp/semver-771913807 [2020-10-12T08:39:16.680Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-12T08:39:17.655Z] # '/tmp/semver-771913807' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-12T08:39:17.655Z] # -> Force: false [2020-10-12T08:39:17.655Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-12T08:39:17.679Z] $ docker exec --env ******** --env ******** f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 ssh-agent -k [2020-10-12T08:39:17.850Z] unset SSH_AUTH_SOCK; [2020-10-12T08:39:17.851Z] unset SSH_AGENT_PID; [2020-10-12T08:39:17.851Z] echo Agent pid 52 killed; [2020-10-12T08:39:17.912Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T08:39:18.454Z] + git semver [Pipeline] } [2020-10-12T08:39:18.536Z] $ docker stop --time=1 f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 [2020-10-12T08:39:20.379Z] $ docker rm -f f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-12T08:39:22.012Z] Stashed 108 file(s) [Pipeline] echo [2020-10-12T08:39:22.015Z] [edgeXSemver]: initialized semver on version 0.1.97 [Pipeline] echo [2020-10-12T08:39:22.115Z] Archived original version: [0.1.97] [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-12T08:39:37.520Z] Still waiting to schedule task [2020-10-12T08:39:37.520Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-12T08:39:37.523Z] Still waiting to schedule task [2020-10-12T08:39:37.523Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-12T08:41:53.211Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4777 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-12T08:41:53.284Z] Running in /w/workspace/go-mod-core-contracts/63 [Pipeline] { [Pipeline] checkout [2020-10-12T08:41:58.288Z] using credential edgex-jenkins-ssh [2020-10-12T08:41:58.349Z] Cloning the remote Git repository [2020-10-12T08:41:58.428Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T08:41:58.533Z] > git init /w/workspace/go-mod-core-contracts/63 # timeout=10 [2020-10-12T08:41:58.608Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T08:41:58.609Z] > git --version # timeout=10 [2020-10-12T08:41:58.628Z] > git --version # 'git version 2.17.1' [2020-10-12T08:41:58.630Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T08:41:58.702Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T08:41:59.585Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-12T08:41:59.608Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T08:41:59.638Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-12T08:41:59.685Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T08:41:59.686Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T08:41:59.698Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-12T08:42:00.225Z] Checking out Revision b40e1ba929d547a0583aceea1360a74f4fea7da0 (master) [2020-10-12T08:42:00.268Z] > git config core.sparsecheckout # timeout=10 [2020-10-12T08:42:00.290Z] > git checkout -f b40e1ba929d547a0583aceea1360a74f4fea7da0 # timeout=10 [2020-10-12T08:42:04.723Z] Commit message: "Merge pull request #333 from judehung/issue-332" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-12T08:42:06.090Z] ========================================================= [2020-10-12T08:42:06.090Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-12T08:42:06.090Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:42:07.279Z] + 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-12T08:42:08.267Z] Sending build context to Docker daemon 2.58MB [2020-10-12T08:42:08.267Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T08:42:08.267Z] Step 2/7 : FROM ${BASE} [2020-10-12T08:42:08.543Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-12T08:42:08.543Z] b538f80385f9: Pulling fs layer [2020-10-12T08:42:08.543Z] 74f711af9a0d: Pulling fs layer [2020-10-12T08:42:08.543Z] 99f96fe45779: Pulling fs layer [2020-10-12T08:42:08.543Z] 8529a6b9a6be: Pulling fs layer [2020-10-12T08:42:08.543Z] 45590311c82a: Pulling fs layer [2020-10-12T08:42:08.543Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-12T08:42:08.543Z] 209524e5b208: Pulling fs layer [2020-10-12T08:42:08.543Z] 45590311c82a: Waiting [2020-10-12T08:42:08.543Z] 69ca0ff8b7b3: Waiting [2020-10-12T08:42:08.543Z] 8529a6b9a6be: Waiting [2020-10-12T08:42:08.543Z] 209524e5b208: Waiting [2020-10-12T08:42:08.543Z] 99f96fe45779: Verifying Checksum [2020-10-12T08:42:08.543Z] 99f96fe45779: Download complete [2020-10-12T08:42:08.543Z] 74f711af9a0d: Verifying Checksum [2020-10-12T08:42:08.543Z] 74f711af9a0d: Download complete [2020-10-12T08:42:08.543Z] 45590311c82a: Download complete [2020-10-12T08:42:08.543Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-12T08:42:08.543Z] 69ca0ff8b7b3: Download complete [2020-10-12T08:42:09.144Z] b538f80385f9: Verifying Checksum [2020-10-12T08:42:09.144Z] b538f80385f9: Download complete [2020-10-12T08:42:09.760Z] b538f80385f9: Pull complete [2020-10-12T08:42:10.364Z] 74f711af9a0d: Pull complete [2020-10-12T08:42:10.970Z] 99f96fe45779: Pull complete [2020-10-12T08:42:11.246Z] 209524e5b208: Verifying Checksum [2020-10-12T08:42:11.246Z] 209524e5b208: Download complete [2020-10-12T08:42:12.687Z] 8529a6b9a6be: Verifying Checksum [2020-10-12T08:42:12.687Z] 8529a6b9a6be: Download complete [2020-10-12T08:42:22.872Z] 8529a6b9a6be: Pull complete [2020-10-12T08:42:22.872Z] 45590311c82a: Pull complete [2020-10-12T08:42:23.148Z] 69ca0ff8b7b3: Pull complete [2020-10-12T08:42:27.492Z] 209524e5b208: Pull complete [2020-10-12T08:42:27.492Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-12T08:42:27.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-12T08:42:27.492Z] ---> 5bddaf1c2fca [2020-10-12T08:42:27.492Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-12T08:42:30.111Z] ---> Running in 7187164d9d07 [2020-10-12T08:42:30.385Z] Removing intermediate container 7187164d9d07 [2020-10-12T08:42:30.385Z] ---> 29e9d8f8d6cd [2020-10-12T08:42:30.385Z] Step 4/7 : RUN apk add bash [2020-10-12T08:42:30.385Z] ---> Running in 3be6011fe6f3 [2020-10-12T08:42:32.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T08:42:32.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T08:42:33.943Z] OK: 142 MiB in 39 packages [2020-10-12T08:42:34.927Z] Removing intermediate container 3be6011fe6f3 [2020-10-12T08:42:34.927Z] ---> ef6a854a973e [2020-10-12T08:42:34.927Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-12T08:42:34.927Z] ---> Running in fac8c3144890 [2020-10-12T08:42:35.526Z] Removing intermediate container fac8c3144890 [2020-10-12T08:42:35.526Z] ---> dfd9f20fed15 [2020-10-12T08:42:35.526Z] Step 6/7 : COPY go.mod . [2020-10-12T08:42:36.123Z] ---> 7126cd0743e9 [2020-10-12T08:42:36.123Z] Step 7/7 : RUN go mod download [2020-10-12T08:42:36.399Z] ---> Running in 81e91ad6bed0 [2020-10-12T08:42:51.515Z] Removing intermediate container 81e91ad6bed0 [2020-10-12T08:42:51.515Z] ---> 60ec50949e3d [2020-10-12T08:42:51.515Z] Successfully built 60ec50949e3d [2020-10-12T08:42:51.515Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:42:51.922Z] + docker inspect -f . ci-base-image-arm64 [2020-10-12T08:42:51.922Z] . [Pipeline] withDockerContainer [2020-10-12T08:42:52.178Z] prd-ubuntu18.04-docker-arm64-4c-16g-4777 does not seem to be running inside a container [2020-10-12T08:42:52.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/63 -v /w/workspace/go-mod-core-contracts/63:/w/workspace/go-mod-core-contracts/63:rw,z -v /w/workspace/go-mod-core-contracts/63@tmp:/w/workspace/go-mod-core-contracts/63@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-12T08:42:53.290Z] Running on prd-centos7-docker-4c-2g-4778 in /w/workspace/dry_go-mod-core-contracts_master [2020-10-12T08:42:54.165Z] $ docker top 2f48fd8df74daddf4a176abeab037cbe88a1f3e82536d444971bb39663204cdd -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2020-10-12T08:42:54.672Z] Running in /w/workspace/go-mod-core-contracts/63 [Pipeline] { [Pipeline] checkout [2020-10-12T08:42:55.636Z] + go version [2020-10-12T08:42:55.636Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-12T08:42:55.670Z] $ docker stop --time=1 2f48fd8df74daddf4a176abeab037cbe88a1f3e82536d444971bb39663204cdd [2020-10-12T08:42:57.472Z] using credential edgex-jenkins-ssh [2020-10-12T08:42:57.526Z] Cloning the remote Git repository [2020-10-12T08:42:57.560Z] $ docker rm -f 2f48fd8df74daddf4a176abeab037cbe88a1f3e82536d444971bb39663204cdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-10-12T08:42:57.551Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T08:42:57.612Z] > git init /w/workspace/go-mod-core-contracts/63 # timeout=10 [2020-10-12T08:42:57.696Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T08:42:57.696Z] > git --version # timeout=10 [2020-10-12T08:42:57.702Z] > git --version # 'git version 2.16.5' [2020-10-12T08:42:57.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T08:42:57.729Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [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 [2020-10-12T08:42:58.819Z] Checking out Revision b40e1ba929d547a0583aceea1360a74f4fea7da0 (master) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-12T08:42:58.380Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-12T08:42:58.386Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T08:42:58.399Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-12T08:42:58.411Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T08:42:58.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T08:42:58.415Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-12T08:42:58.828Z] > git config core.sparsecheckout # timeout=10 [2020-10-12T08:42:58.836Z] > git checkout -f b40e1ba929d547a0583aceea1360a74f4fea7da0 # timeout=10 [2020-10-12T08:43:02.562Z] Commit message: "Merge pull request #333 from judehung/issue-332" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-12T08:43:03.424Z] ========================================================= [2020-10-12T08:43:03.424Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-12T08:43:03.424Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:43:04.259Z] + 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-12T08:43:04.524Z] Sending build context to Docker daemon 2.58MB [2020-10-12T08:43:04.524Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T08:43:04.524Z] Step 2/7 : FROM ${BASE} [2020-10-12T08:43:04.793Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-12T08:43:04.793Z] df20fa9351a1: Pulling fs layer [2020-10-12T08:43:04.793Z] ed8968b2872e: Pulling fs layer [2020-10-12T08:43:04.793Z] a92cc7c5fd73: Pulling fs layer [2020-10-12T08:43:04.793Z] e871e8e8d7a9: Pulling fs layer [2020-10-12T08:43:04.793Z] e73272ec9a57: Pulling fs layer [2020-10-12T08:43:04.793Z] 1e910a182e73: Pulling fs layer [2020-10-12T08:43:04.793Z] 4e634b169226: Pulling fs layer [2020-10-12T08:43:04.793Z] e73272ec9a57: Waiting [2020-10-12T08:43:04.793Z] 1e910a182e73: Waiting [2020-10-12T08:43:04.793Z] e871e8e8d7a9: Waiting [2020-10-12T08:43:04.793Z] 4e634b169226: Waiting [2020-10-12T08:43:04.793Z] a92cc7c5fd73: Verifying Checksum [2020-10-12T08:43:04.793Z] a92cc7c5fd73: Download complete [2020-10-12T08:43:04.793Z] ed8968b2872e: Verifying Checksum [2020-10-12T08:43:04.793Z] ed8968b2872e: Download complete [2020-10-12T08:43:04.793Z] e73272ec9a57: Download complete [2020-10-12T08:43:04.793Z] 1e910a182e73: Verifying Checksum [2020-10-12T08:43:04.793Z] 1e910a182e73: Download complete [2020-10-12T08:43:04.793Z] df20fa9351a1: Download complete [2020-10-12T08:43:05.058Z] df20fa9351a1: Pull complete [2020-10-12T08:43:05.321Z] ed8968b2872e: Pull complete [2020-10-12T08:43:05.321Z] a92cc7c5fd73: Pull complete [2020-10-12T08:43:07.251Z] 4e634b169226: Verifying Checksum [2020-10-12T08:43:07.251Z] 4e634b169226: Download complete [2020-10-12T08:43:07.514Z] e871e8e8d7a9: Verifying Checksum [2020-10-12T08:43:07.514Z] e871e8e8d7a9: Download complete [2020-10-12T08:43:12.873Z] e871e8e8d7a9: Pull complete [2020-10-12T08:43:12.873Z] e73272ec9a57: Pull complete [2020-10-12T08:43:12.873Z] 1e910a182e73: Pull complete [2020-10-12T08:43:19.503Z] 4e634b169226: Pull complete [2020-10-12T08:43:19.503Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-12T08:43:19.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-12T08:43:19.503Z] ---> f7629b54cfaa [2020-10-12T08:43:19.503Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-12T08:43:19.503Z] ---> Running in bec3e438a551 [2020-10-12T08:43:19.768Z] Removing intermediate container bec3e438a551 [2020-10-12T08:43:19.768Z] ---> 6fff9e7b2eed [2020-10-12T08:43:19.768Z] Step 4/7 : RUN apk add bash [2020-10-12T08:43:20.030Z] ---> Running in b75bacc8a6c9 [2020-10-12T08:43:20.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T08:43:21.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T08:43:21.764Z] OK: 166 MiB in 39 packages [2020-10-12T08:43:22.339Z] Removing intermediate container b75bacc8a6c9 [2020-10-12T08:43:22.339Z] ---> bed0fee39868 [2020-10-12T08:43:22.339Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-12T08:43:22.339Z] ---> Running in e4848ffd06a7 [2020-10-12T08:43:22.339Z] Removing intermediate container e4848ffd06a7 [2020-10-12T08:43:22.339Z] ---> 9c3161f00498 [2020-10-12T08:43:22.339Z] Step 6/7 : COPY go.mod . [2020-10-12T08:43:22.606Z] ---> de5200c9c65c [2020-10-12T08:43:22.606Z] Step 7/7 : RUN go mod download [2020-10-12T08:43:22.606Z] ---> Running in 8ac3bdcc5e37 [2020-10-12T08:43:33.767Z] Removing intermediate container 8ac3bdcc5e37 [2020-10-12T08:43:33.767Z] ---> 7345148c1ac7 [2020-10-12T08:43:33.767Z] Successfully built 7345148c1ac7 [2020-10-12T08:43:33.767Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:43:34.122Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-12T08:43:34.122Z] . [Pipeline] withDockerContainer [2020-10-12T08:43:34.281Z] prd-centos7-docker-4c-2g-4778 does not seem to be running inside a container [2020-10-12T08:43:34.330Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/63 -v /w/workspace/go-mod-core-contracts/63:/w/workspace/go-mod-core-contracts/63:rw,z -v /w/workspace/go-mod-core-contracts/63@tmp:/w/workspace/go-mod-core-contracts/63@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-12T08:43:35.058Z] $ docker top acc904b6ed55c5fcf246c06e3f5de3af994ce4818d3496d01627b5cdde4b9cb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T08:43:35.580Z] + go version [2020-10-12T08:43:35.580Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-12T08:43:35.596Z] $ docker stop --time=1 acc904b6ed55c5fcf246c06e3f5de3af994ce4818d3496d01627b5cdde4b9cb4 [2020-10-12T08:43:36.962Z] $ docker rm -f acc904b6ed55c5fcf246c06e3f5de3af994ce4818d3496d01627b5cdde4b9cb4 [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-12T08:43:39.871Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-12T08:43:39.873Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-12T08:43:39.932Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:43:40.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T08:43:40.570Z] [2020-10-12T08:43:40.570Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:43:41.007Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T08:43:41.007Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-12T08:43:41.007Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-12T08:43:41.007Z] 408f87550127: Pulling fs layer [2020-10-12T08:43:41.007Z] fe522b08c979: Pulling fs layer [2020-10-12T08:43:41.007Z] 221eaa008020: Pulling fs layer [2020-10-12T08:43:41.007Z] 2a4607e5d6b9: Pulling fs layer [2020-10-12T08:43:41.007Z] 8f79b27c4fd2: Pulling fs layer [2020-10-12T08:43:41.007Z] e5c8dbe1645b: Pulling fs layer [2020-10-12T08:43:41.007Z] 23e8b3b47431: Pulling fs layer [2020-10-12T08:43:41.007Z] 5c568d65a230: Pulling fs layer [2020-10-12T08:43:41.007Z] 2a4607e5d6b9: Waiting [2020-10-12T08:43:41.007Z] 8f79b27c4fd2: Waiting [2020-10-12T08:43:41.007Z] e5c8dbe1645b: Waiting [2020-10-12T08:43:41.007Z] 23e8b3b47431: Waiting [2020-10-12T08:43:41.007Z] 5c568d65a230: Waiting [2020-10-12T08:43:41.007Z] 221eaa008020: Waiting [2020-10-12T08:43:41.007Z] fe522b08c979: Verifying Checksum [2020-10-12T08:43:41.007Z] fe522b08c979: Download complete [2020-10-12T08:43:41.007Z] 408f87550127: Verifying Checksum [2020-10-12T08:43:41.007Z] 408f87550127: Download complete [2020-10-12T08:43:41.007Z] 2a4607e5d6b9: Verifying Checksum [2020-10-12T08:43:41.007Z] 2a4607e5d6b9: Download complete [2020-10-12T08:43:41.007Z] 8f79b27c4fd2: Verifying Checksum [2020-10-12T08:43:41.007Z] 8f79b27c4fd2: Download complete [2020-10-12T08:43:41.007Z] cbdbe7a5bc2a: Download complete [2020-10-12T08:43:41.644Z] cbdbe7a5bc2a: Pull complete [2020-10-12T08:43:41.948Z] 408f87550127: Pull complete [2020-10-12T08:43:42.235Z] fe522b08c979: Pull complete [2020-10-12T08:43:42.510Z] e5c8dbe1645b: Verifying Checksum [2020-10-12T08:43:42.510Z] e5c8dbe1645b: Download complete [2020-10-12T08:43:46.118Z] 5c568d65a230: Verifying Checksum [2020-10-12T08:43:46.118Z] 5c568d65a230: Download complete [2020-10-12T08:43:46.715Z] 23e8b3b47431: Verifying Checksum [2020-10-12T08:43:48.218Z] 221eaa008020: Verifying Checksum [2020-10-12T08:43:48.218Z] 221eaa008020: Download complete [2020-10-12T08:44:00.796Z] 221eaa008020: Pull complete [2020-10-12T08:44:00.796Z] 2a4607e5d6b9: Pull complete [2020-10-12T08:44:00.796Z] 8f79b27c4fd2: Pull complete [2020-10-12T08:44:01.763Z] e5c8dbe1645b: Pull complete [2020-10-12T08:44:05.230Z] 23e8b3b47431: Pull complete [2020-10-12T08:44:06.682Z] 5c568d65a230: Pull complete [2020-10-12T08:44:06.682Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-12T08:44:06.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T08:44:06.736Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-12T08:44:07.108Z] prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container [2020-10-12T08:44:07.245Z] $ 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-12T08:44:08.712Z] $ docker top ad6b8525f700bbd92d6afdb62b83684f66cdd777c67aedaf8439d4d65814b34e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T08:44:09.350Z] + snyk monitor '--org=edgex-jenkins' [2020-10-12T08:44:24.524Z] [2020-10-12T08:44:24.524Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-12T08:44:24.524Z] [2020-10-12T08:44:24.524Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/24bf9597-f7e3-4f4d-bca0-1bfb4fc6145f [2020-10-12T08:44:24.524Z] [2020-10-12T08:44:24.524Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-12T08:44:24.524Z] [2020-10-12T08:44:24.524Z] [2020-10-12T08:44:24.524Z] Snyk CLI supports Node.js 8 and higher. [2020-10-12T08:44:24.524Z] 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-12T08:44:24.524Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-12T08:44:24.524Z] [2020-10-12T08:44:24.524Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-12T08:44:24.525Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-12T08:44:24.570Z] $ docker stop --time=1 ad6b8525f700bbd92d6afdb62b83684f66cdd777c67aedaf8439d4d65814b34e [2020-10-12T08:44:27.376Z] $ docker rm -f ad6b8525f700bbd92d6afdb62b83684f66cdd777c67aedaf8439d4d65814b34e [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-12T08:44:30.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T08:44:30.044Z] . [Pipeline] withDockerContainer [2020-10-12T08:44:30.174Z] prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container [2020-10-12T08:44:30.280Z] $ 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-12T08:44:31.599Z] $ docker top 1be4368a75f90df6f939cb6102c26709d76840ae707b8248e05cc2e723bfc008 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T08:44:31.956Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T08:44:31.956Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T08:44:32.271Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T08:44:32.277Z] $ docker exec 1be4368a75f90df6f939cb6102c26709d76840ae707b8248e05cc2e723bfc008 ssh-agent [2020-10-12T08:44:32.585Z] SSH_AUTH_SOCK=/tmp/ssh-HGFv6SIyX5WB/agent.11 [2020-10-12T08:44:32.585Z] SSH_AGENT_PID=16 [2020-10-12T08:44:32.614Z] Running ssh-add (command line suppressed) [2020-10-12T08:44:32.846Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8262973358695767613.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8262973358695767613.key) [2020-10-12T08:44:32.964Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T08:44:33.434Z] + git semver tag [2020-10-12T08:44:33.705Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T08:44:33.705Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-12T08:44:33.705Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-12T08:44:33.705Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T08:44:33.705Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T08:44:33.705Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T08:44:33.705Z] # $SEMVER_BRANCH = master [2020-10-12T08:44:33.705Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-12T08:44:33.705Z] # b40e1ba929d547a0583aceea1360a74f4fea7da0 HEAD [2020-10-12T08:44:33.705Z] # -> Force: false [2020-10-12T08:44:33.705Z] # 0eef66b8a53de48f002db743e6433d7b2180b87d refs/tags/v0.1.97 [Pipeline] } [2020-10-12T08:44:33.752Z] $ docker exec --env ******** --env ******** 1be4368a75f90df6f939cb6102c26709d76840ae707b8248e05cc2e723bfc008 ssh-agent -k [2020-10-12T08:44:33.976Z] unset SSH_AUTH_SOCK; [2020-10-12T08:44:33.977Z] unset SSH_AGENT_PID; [2020-10-12T08:44:33.977Z] echo Agent pid 16 killed; [2020-10-12T08:44:34.056Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T08:44:34.612Z] + git semver [Pipeline] } [2020-10-12T08:44:34.664Z] $ docker stop --time=1 1be4368a75f90df6f939cb6102c26709d76840ae707b8248e05cc2e723bfc008 [2020-10-12T08:44:36.383Z] $ docker rm -f 1be4368a75f90df6f939cb6102c26709d76840ae707b8248e05cc2e723bfc008 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:44:37.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T08:44:37.257Z] [2020-10-12T08:44:37.257Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:44:37.644Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T08:44:37.644Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-12T08:44:37.644Z] ab5ef0e58194: Pulling fs layer [2020-10-12T08:44:37.644Z] 9712f1f96733: Pulling fs layer [2020-10-12T08:44:37.644Z] 63f879dbbcfc: Pulling fs layer [2020-10-12T08:44:37.644Z] 0d9ebad4ef96: Pulling fs layer [2020-10-12T08:44:37.644Z] e9a5061849ea: Pulling fs layer [2020-10-12T08:44:37.644Z] d747dcd14b5f: Pulling fs layer [2020-10-12T08:44:37.644Z] 2de7ff778b66: Pulling fs layer [2020-10-12T08:44:37.644Z] d747dcd14b5f: Waiting [2020-10-12T08:44:37.644Z] 2de7ff778b66: Waiting [2020-10-12T08:44:37.644Z] 0d9ebad4ef96: Waiting [2020-10-12T08:44:37.644Z] 9712f1f96733: Verifying Checksum [2020-10-12T08:44:37.644Z] 9712f1f96733: Download complete [2020-10-12T08:44:42.007Z] 63f879dbbcfc: Verifying Checksum [2020-10-12T08:44:42.007Z] 63f879dbbcfc: Download complete [2020-10-12T08:44:42.275Z] e9a5061849ea: Verifying Checksum [2020-10-12T08:44:42.275Z] e9a5061849ea: Download complete [2020-10-12T08:44:42.565Z] d747dcd14b5f: Verifying Checksum [2020-10-12T08:44:42.565Z] d747dcd14b5f: Download complete [2020-10-12T08:44:44.699Z] 2de7ff778b66: Verifying Checksum [2020-10-12T08:44:44.699Z] 2de7ff778b66: Download complete [2020-10-12T08:44:44.699Z] 0d9ebad4ef96: Verifying Checksum [2020-10-12T08:44:45.346Z] ab5ef0e58194: Verifying Checksum [2020-10-12T08:44:45.346Z] ab5ef0e58194: Download complete [2020-10-12T08:44:52.119Z] ab5ef0e58194: Pull complete [2020-10-12T08:44:52.119Z] 9712f1f96733: Pull complete [2020-10-12T08:44:54.862Z] 63f879dbbcfc: Pull complete [2020-10-12T08:45:05.171Z] 0d9ebad4ef96: Pull complete [2020-10-12T08:45:05.449Z] e9a5061849ea: Pull complete [2020-10-12T08:45:05.747Z] d747dcd14b5f: Pull complete [2020-10-12T08:45:10.093Z] 2de7ff778b66: Pull complete [2020-10-12T08:45:10.093Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-12T08:45:10.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T08:45:10.093Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-12T08:45:10.376Z] prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container [2020-10-12T08:45:10.460Z] $ 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-12T08:45:13.879Z] $ docker top 459891f1e8b93e89593db2695408e6ee989b3a647f10e99e12fd4361e5cff30a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-12T08:45:14.322Z] provisioning config files... [2020-10-12T08:45:14.373Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7482461441268585077tmp [2020-10-12T08:45:14.553Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config713181594099693662tmp [2020-10-12T08:45:14.587Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1925957505304883346tmp [Pipeline] { [Pipeline] echo [2020-10-12T08:45:14.649Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T08:45:15.007Z] ---> sigul-configuration.sh [2020-10-12T08:45:15.276Z] gpg: directory `/root/.gnupg' created [2020-10-12T08:45:15.276Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-12T08:45:15.276Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-12T08:45:15.276Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-12T08:45:15.276Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-12T08:45:15.276Z] gpg: CAST5 encrypted data [2020-10-12T08:45:15.276Z] gpg: encrypted with 1 passphrase [2020-10-12T08:45:15.276Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-12T08:45:15.657Z] + mkdir /home/jenkins [2020-10-12T08:45:15.657Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-12T08:45:16.073Z] + 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-12T08:45:16.092Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T08:45:16.423Z] ---> sigul-install.sh [2020-10-12T08:45:24.766Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-12T08:45:25.452Z] + git tag --list [2020-10-12T08:45:25.452Z] v0.0.0 [2020-10-12T08:45:25.452Z] v0.0.1 [2020-10-12T08:45:25.452Z] v0.1.0 [2020-10-12T08:45:25.452Z] v0.1.1 [2020-10-12T08:45:25.452Z] v0.1.10 [2020-10-12T08:45:25.452Z] v0.1.11 [2020-10-12T08:45:25.452Z] v0.1.12 [2020-10-12T08:45:25.452Z] v0.1.13 [2020-10-12T08:45:25.452Z] v0.1.14 [2020-10-12T08:45:25.452Z] v0.1.15 [2020-10-12T08:45:25.452Z] v0.1.16 [2020-10-12T08:45:25.452Z] v0.1.17 [2020-10-12T08:45:25.452Z] v0.1.18 [2020-10-12T08:45:25.452Z] v0.1.19 [2020-10-12T08:45:25.452Z] v0.1.2 [2020-10-12T08:45:25.452Z] v0.1.20 [2020-10-12T08:45:25.452Z] v0.1.21 [2020-10-12T08:45:25.452Z] v0.1.22 [2020-10-12T08:45:25.452Z] v0.1.23 [2020-10-12T08:45:25.452Z] v0.1.24 [2020-10-12T08:45:25.452Z] v0.1.25 [2020-10-12T08:45:25.452Z] v0.1.26 [2020-10-12T08:45:25.452Z] v0.1.27 [2020-10-12T08:45:25.452Z] v0.1.28 [2020-10-12T08:45:25.452Z] v0.1.29 [2020-10-12T08:45:25.452Z] v0.1.3 [2020-10-12T08:45:25.452Z] v0.1.30 [2020-10-12T08:45:25.452Z] v0.1.31 [2020-10-12T08:45:25.452Z] v0.1.32 [2020-10-12T08:45:25.452Z] v0.1.33 [2020-10-12T08:45:25.452Z] v0.1.34 [2020-10-12T08:45:25.452Z] v0.1.35 [2020-10-12T08:45:25.452Z] v0.1.36 [2020-10-12T08:45:25.452Z] v0.1.37 [2020-10-12T08:45:25.452Z] v0.1.38 [2020-10-12T08:45:25.452Z] v0.1.39 [2020-10-12T08:45:25.452Z] v0.1.4 [2020-10-12T08:45:25.452Z] v0.1.40 [2020-10-12T08:45:25.452Z] v0.1.41 [2020-10-12T08:45:25.452Z] v0.1.42 [2020-10-12T08:45:25.452Z] v0.1.43 [2020-10-12T08:45:25.452Z] v0.1.44 [2020-10-12T08:45:25.452Z] v0.1.45 [2020-10-12T08:45:25.452Z] v0.1.46 [2020-10-12T08:45:25.452Z] v0.1.47 [2020-10-12T08:45:25.452Z] v0.1.48 [2020-10-12T08:45:25.452Z] v0.1.49 [2020-10-12T08:45:25.452Z] v0.1.5 [2020-10-12T08:45:25.452Z] v0.1.50 [2020-10-12T08:45:25.452Z] v0.1.51 [2020-10-12T08:45:25.452Z] v0.1.52 [2020-10-12T08:45:25.452Z] v0.1.53 [2020-10-12T08:45:25.452Z] v0.1.54 [2020-10-12T08:45:25.452Z] v0.1.55 [2020-10-12T08:45:25.452Z] v0.1.56 [2020-10-12T08:45:25.452Z] v0.1.57 [2020-10-12T08:45:25.452Z] v0.1.58 [2020-10-12T08:45:25.452Z] v0.1.59 [2020-10-12T08:45:25.452Z] v0.1.6 [2020-10-12T08:45:25.452Z] v0.1.60 [2020-10-12T08:45:25.452Z] v0.1.61 [2020-10-12T08:45:25.452Z] v0.1.62 [2020-10-12T08:45:25.452Z] v0.1.63 [2020-10-12T08:45:25.452Z] v0.1.64 [2020-10-12T08:45:25.452Z] v0.1.65 [2020-10-12T08:45:25.452Z] v0.1.66 [2020-10-12T08:45:25.452Z] v0.1.67 [2020-10-12T08:45:25.452Z] v0.1.68 [2020-10-12T08:45:25.452Z] v0.1.69 [2020-10-12T08:45:25.452Z] v0.1.7 [2020-10-12T08:45:25.452Z] v0.1.70 [2020-10-12T08:45:25.452Z] v0.1.71 [2020-10-12T08:45:25.452Z] v0.1.72 [2020-10-12T08:45:25.452Z] v0.1.73 [2020-10-12T08:45:25.452Z] v0.1.74 [2020-10-12T08:45:25.452Z] v0.1.75 [2020-10-12T08:45:25.452Z] v0.1.76 [2020-10-12T08:45:25.452Z] v0.1.77 [2020-10-12T08:45:25.452Z] v0.1.78 [2020-10-12T08:45:25.452Z] v0.1.79 [2020-10-12T08:45:25.452Z] v0.1.8 [2020-10-12T08:45:25.452Z] v0.1.80 [2020-10-12T08:45:25.452Z] v0.1.81 [2020-10-12T08:45:25.452Z] v0.1.82 [2020-10-12T08:45:25.452Z] v0.1.83 [2020-10-12T08:45:25.452Z] v0.1.84 [2020-10-12T08:45:25.452Z] v0.1.85 [2020-10-12T08:45:25.452Z] v0.1.86 [2020-10-12T08:45:25.452Z] v0.1.87 [2020-10-12T08:45:25.452Z] v0.1.88 [2020-10-12T08:45:25.452Z] v0.1.89 [2020-10-12T08:45:25.452Z] v0.1.9 [2020-10-12T08:45:25.452Z] v0.1.90 [2020-10-12T08:45:25.452Z] v0.1.91 [2020-10-12T08:45:25.452Z] v0.1.92 [2020-10-12T08:45:25.452Z] v0.1.93 [2020-10-12T08:45:25.452Z] v0.1.94 [2020-10-12T08:45:25.452Z] v0.1.95 [2020-10-12T08:45:25.452Z] v0.1.96 [2020-10-12T08:45:25.452Z] v0.1.97 [Pipeline] sh [2020-10-12T08:45:25.805Z] + lftools sign git-tag v0.1.97 [2020-10-12T08:45:27.797Z] Signing Git tag with Sigul... [2020-10-12T08:45:27.797Z] Signing v0.1.97 [Pipeline] echo [2020-10-12T08:45:29.227Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T08:45:29.549Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-12T08:45:29.563Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-12T08:45:29.664Z] $ docker stop --time=1 459891f1e8b93e89593db2695408e6ee989b3a647f10e99e12fd4361e5cff30a [2020-10-12T08:45:32.105Z] $ docker rm -f 459891f1e8b93e89593db2695408e6ee989b3a647f10e99e12fd4361e5cff30a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:45:33.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T08:45:33.014Z] . [Pipeline] withDockerContainer [2020-10-12T08:45:33.177Z] prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container [2020-10-12T08:45:33.247Z] $ 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-12T08:45:34.497Z] $ docker top b66510504d75786d13d2d19a6431a4a42b8a91f3d2bcdc86445863ae251b5772 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T08:45:34.997Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T08:45:34.998Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T08:45:35.461Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T08:45:35.471Z] $ docker exec b66510504d75786d13d2d19a6431a4a42b8a91f3d2bcdc86445863ae251b5772 ssh-agent [2020-10-12T08:45:35.883Z] SSH_AUTH_SOCK=/tmp/ssh-xwwHRoSylgsD/agent.12 [2020-10-12T08:45:35.883Z] SSH_AGENT_PID=17 [2020-10-12T08:45:35.895Z] Running ssh-add (command line suppressed) [2020-10-12T08:45:36.209Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5693915223525091761.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5693915223525091761.key) [2020-10-12T08:45:36.362Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T08:45:37.110Z] + git semver bump patch [2020-10-12T08:45:37.110Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T08:45:37.110Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-12T08:45:37.110Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-12T08:45:37.110Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T08:45:37.110Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T08:45:37.110Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T08:45:37.110Z] # $SEMVER_BRANCH = master [2020-10-12T08:45:37.110Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-12T08:45:37.383Z] 0.1.98 [Pipeline] } [2020-10-12T08:45:37.403Z] $ docker exec --env ******** --env ******** b66510504d75786d13d2d19a6431a4a42b8a91f3d2bcdc86445863ae251b5772 ssh-agent -k [2020-10-12T08:45:37.802Z] unset SSH_AUTH_SOCK; [2020-10-12T08:45:37.806Z] unset SSH_AGENT_PID; [2020-10-12T08:45:37.806Z] echo Agent pid 17 killed; [2020-10-12T08:45:37.955Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T08:45:38.515Z] + git semver [Pipeline] } [2020-10-12T08:45:38.561Z] $ docker stop --time=1 b66510504d75786d13d2d19a6431a4a42b8a91f3d2bcdc86445863ae251b5772 [2020-10-12T08:45:40.624Z] $ docker rm -f b66510504d75786d13d2d19a6431a4a42b8a91f3d2bcdc86445863ae251b5772 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T08:45:41.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T08:45:41.404Z] . [Pipeline] withDockerContainer [2020-10-12T08:45:41.712Z] prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container [2020-10-12T08:45:41.858Z] $ 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-12T08:45:43.065Z] $ docker top 28f10a9f750f42a3e57a6ee049356742db1ef9c83c9bf30a80a7798b379bb87f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T08:45:43.700Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T08:45:43.700Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T08:45:44.433Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T08:45:44.442Z] $ docker exec 28f10a9f750f42a3e57a6ee049356742db1ef9c83c9bf30a80a7798b379bb87f ssh-agent [2020-10-12T08:45:44.861Z] SSH_AUTH_SOCK=/tmp/ssh-XoEtYX3aNgPs/agent.12 [2020-10-12T08:45:44.861Z] SSH_AGENT_PID=18 [2020-10-12T08:45:44.873Z] Running ssh-add (command line suppressed) [2020-10-12T08:45:45.487Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_622843697813842386.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_622843697813842386.key) [2020-10-12T08:45:45.598Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T08:45:45.991Z] + git semver push [2020-10-12T08:45:46.262Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T08:45:46.262Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-12T08:45:46.262Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-12T08:45:46.262Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T08:45:46.262Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T08:45:46.262Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T08:45:46.262Z] # $SEMVER_BRANCH = master [2020-10-12T08:45:46.262Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-12T08:45:53.122Z] $ docker exec --env ******** --env ******** 28f10a9f750f42a3e57a6ee049356742db1ef9c83c9bf30a80a7798b379bb87f ssh-agent -k [2020-10-12T08:45:53.688Z] unset SSH_AUTH_SOCK; [2020-10-12T08:45:53.689Z] unset SSH_AGENT_PID; [2020-10-12T08:45:53.689Z] echo Agent pid 18 killed; [2020-10-12T08:45:53.906Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T08:45:54.559Z] + git semver [Pipeline] } [2020-10-12T08:45:54.658Z] $ docker stop --time=1 28f10a9f750f42a3e57a6ee049356742db1ef9c83c9bf30a80a7798b379bb87f [2020-10-12T08:45:56.295Z] $ docker rm -f 28f10a9f750f42a3e57a6ee049356742db1ef9c83c9bf30a80a7798b379bb87f [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-12T08:45:58.506Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T08:45:59.264Z] ---> package-listing.sh [2020-10-12T08:45:59.265Z] ++ facter osfamily [2020-10-12T08:45:59.265Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-12T08:45:59.538Z] + OS_FAMILY=redhat [2020-10-12T08:45:59.538Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-12T08:45:59.538Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-12T08:45:59.538Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-12T08:45:59.538Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-12T08:45:59.538Z] + PACKAGES=/tmp/packages_start.txt [2020-10-12T08:45:59.538Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-12T08:45:59.538Z] + PACKAGES=/tmp/packages_end.txt [2020-10-12T08:45:59.538Z] + case "${OS_FAMILY}" in [2020-10-12T08:45:59.538Z] + rpm -qa [2020-10-12T08:45:59.538Z] + sort [2020-10-12T08:46:06.445Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-12T08:46:06.445Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-12T08:46:06.445Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-12T08:46:06.445Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-12T08:46:06.445Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-12T08:46:06.445Z] + 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-12T08:46:06.845Z] provisioning config files... [2020-10-12T08:46:06.998Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4234935599552741896tmp [Pipeline] { [Pipeline] echo [2020-10-12T08:46:07.215Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T08:46:07.669Z] ---> create-netrc.sh [Pipeline] } [2020-10-12T08:46:07.681Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-12T08:46:07.787Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T08:46:08.141Z] ---> python-tools-install.sh [2020-10-12T08:46:08.141Z] Generating Requirements File [2020-10-12T08:48:00.399Z] Python 3.6.8 [2020-10-12T08:48:00.399Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-12T08:48:00.399Z] appdirs==1.4.3 [2020-10-12T08:48:00.399Z] argcomplete==1.12.1 [2020-10-12T08:48:00.399Z] aspy.yaml==1.3.0 [2020-10-12T08:48:00.399Z] attrs==19.3.0 [2020-10-12T08:48:00.399Z] Babel==2.8.0 [2020-10-12T08:48:00.399Z] beautifulsoup4==4.8.2 [2020-10-12T08:48:00.399Z] boto3==1.11.6 [2020-10-12T08:48:00.399Z] botocore==1.14.6 [2020-10-12T08:48:00.399Z] bs4==0.0.1 [2020-10-12T08:48:00.399Z] cachetools==4.1.1 [2020-10-12T08:48:00.399Z] certifi==2019.11.28 [2020-10-12T08:48:00.399Z] cffi==1.14.3 [2020-10-12T08:48:00.399Z] cfgv==2.0.1 [2020-10-12T08:48:00.399Z] chardet==3.0.4 [2020-10-12T08:48:00.399Z] click==7.1 [2020-10-12T08:48:00.399Z] cliff==3.4.0 [2020-10-12T08:48:00.399Z] cmd2==1.3.11 [2020-10-12T08:48:00.399Z] colorama==0.4.3 [2020-10-12T08:48:00.399Z] cryptography==3.1.1 [2020-10-12T08:48:00.399Z] debtcollector==2.2.0 [2020-10-12T08:48:00.399Z] decorator==4.4.2 [2020-10-12T08:48:00.399Z] defusedxml==0.6.0 [2020-10-12T08:48:00.399Z] Deprecated==1.2.7 [2020-10-12T08:48:00.399Z] distlib==0.3.1 [2020-10-12T08:48:00.399Z] distro==1.2.0 [2020-10-12T08:48:00.399Z] dnspython==1.16.0 [2020-10-12T08:48:00.399Z] docker==4.2.0 [2020-10-12T08:48:00.399Z] docutils==0.15.2 [2020-10-12T08:48:00.399Z] dogpile.cache==1.0.2 [2020-10-12T08:48:00.399Z] email-validator==1.0.5 [2020-10-12T08:48:00.399Z] filelock==3.0.12 [2020-10-12T08:48:00.399Z] future==0.18.2 [2020-10-12T08:48:00.399Z] google-auth==1.22.1 [2020-10-12T08:48:00.399Z] httplib2==0.17.0 [2020-10-12T08:48:00.399Z] identify==1.4.11 [2020-10-12T08:48:00.399Z] idna==2.9 [2020-10-12T08:48:00.399Z] importlib-metadata==2.0.0 [2020-10-12T08:48:00.399Z] importlib-resources==1.5.0 [2020-10-12T08:48:00.399Z] iso8601==0.1.13 [2020-10-12T08:48:00.399Z] Jinja2==2.11.1 [2020-10-12T08:48:00.399Z] jmespath==0.10.0 [2020-10-12T08:48:00.399Z] jsonpatch==1.26 [2020-10-12T08:48:00.399Z] jsonpointer==2.0 [2020-10-12T08:48:00.399Z] jsonschema==3.2.0 [2020-10-12T08:48:00.399Z] keystoneauth1==4.2.1 [2020-10-12T08:48:00.399Z] kubernetes==11.0.0 [2020-10-12T08:48:00.399Z] lftools==0.34.2 [2020-10-12T08:48:00.399Z] lxml==4.5.0 [2020-10-12T08:48:00.399Z] MarkupSafe==0.23 [2020-10-12T08:48:00.399Z] msgpack==1.0.0 [2020-10-12T08:48:00.399Z] multi-key-dict==2.0.3 [2020-10-12T08:48:00.399Z] munch==2.5.0 [2020-10-12T08:48:00.399Z] netaddr==0.8.0 [2020-10-12T08:48:00.399Z] netifaces==0.10.9 [2020-10-12T08:48:00.399Z] niet==1.4.2 [2020-10-12T08:48:00.399Z] nodeenv==1.3.5 [2020-10-12T08:48:00.399Z] oauth2client==4.1.3 [2020-10-12T08:48:00.399Z] oauthlib==3.1.0 [2020-10-12T08:48:00.399Z] openstacksdk==0.50.0 [2020-10-12T08:48:00.399Z] os-client-config==2.1.0 [2020-10-12T08:48:00.399Z] os-service-types==1.7.0 [2020-10-12T08:48:00.399Z] osc-lib==2.2.1 [2020-10-12T08:48:00.399Z] oslo.config==8.3.2 [2020-10-12T08:48:00.399Z] oslo.context==3.1.1 [2020-10-12T08:48:00.399Z] oslo.i18n==5.0.1 [2020-10-12T08:48:00.399Z] oslo.log==4.4.0 [2020-10-12T08:48:00.399Z] oslo.serialization==4.0.1 [2020-10-12T08:48:00.399Z] oslo.utils==4.6.0 [2020-10-12T08:48:00.399Z] packaging==20.4 [2020-10-12T08:48:00.399Z] pbr==5.4.4 [2020-10-12T08:48:00.399Z] pluggy==0.13.1 [2020-10-12T08:48:00.399Z] prettytable==0.7.2 [2020-10-12T08:48:00.399Z] py==1.9.0 [2020-10-12T08:48:00.399Z] pyasn1==0.4.8 [2020-10-12T08:48:00.399Z] pyasn1-modules==0.2.8 [2020-10-12T08:48:00.399Z] pycparser==2.20 [2020-10-12T08:48:00.399Z] pygerrit2==2.0.10 [2020-10-12T08:48:00.399Z] PyGithub==1.46 [2020-10-12T08:48:00.399Z] pyinotify==0.9.6 [2020-10-12T08:48:00.399Z] PyJWT==1.7.1 [2020-10-12T08:48:00.399Z] pyparsing==2.4.7 [2020-10-12T08:48:00.399Z] pyperclip==1.8.1 [2020-10-12T08:48:00.399Z] pyroute2==0.4.13 [2020-10-12T08:48:00.399Z] pyrsistent==0.15.7 [2020-10-12T08:48:00.399Z] PySocks==1.6.8 [2020-10-12T08:48:00.399Z] python-cinderclient==7.2.0 [2020-10-12T08:48:00.399Z] python-dateutil==2.8.1 [2020-10-12T08:48:00.399Z] python-heatclient==2.2.1 [2020-10-12T08:48:00.399Z] python-jenkins==1.7.0 [2020-10-12T08:48:00.399Z] python-keystoneclient==4.1.1 [2020-10-12T08:48:00.399Z] python-magnumclient==3.2.1 [2020-10-12T08:48:00.399Z] python-novaclient==17.2.1 [2020-10-12T08:48:00.399Z] python-openstackclient==5.4.0 [2020-10-12T08:48:00.399Z] python-swiftclient==3.10.1 [2020-10-12T08:48:00.399Z] pytz==2020.1 [2020-10-12T08:48:00.399Z] PyYAML==5.3 [2020-10-12T08:48:00.399Z] requests==2.23.0 [2020-10-12T08:48:00.399Z] requests-oauthlib==1.3.0 [2020-10-12T08:48:00.399Z] requestsexceptions==1.4.0 [2020-10-12T08:48:00.399Z] rfc3986==1.4.0 [2020-10-12T08:48:00.399Z] rpm==4.11.3 [2020-10-12T08:48:00.399Z] rsa==4.0 [2020-10-12T08:48:00.399Z] ruamel.yaml==0.16.10 [2020-10-12T08:48:00.399Z] ruamel.yaml.clib==0.2.0 [2020-10-12T08:48:00.399Z] s3transfer==0.3.3 [2020-10-12T08:48:00.399Z] shade==1.27.2 [2020-10-12T08:48:00.399Z] simplejson==3.17.2 [2020-10-12T08:48:00.399Z] six==1.14.0 [2020-10-12T08:48:00.399Z] soupsieve==2.0 [2020-10-12T08:48:00.399Z] stevedore==3.2.2 [2020-10-12T08:48:00.399Z] tabulate==0.8.6 [2020-10-12T08:48:00.399Z] toml==0.10.0 [2020-10-12T08:48:00.399Z] tox==3.20.1 [2020-10-12T08:48:00.399Z] tqdm==4.43.0 [2020-10-12T08:48:00.399Z] urllib3==1.25.8 [2020-10-12T08:48:00.399Z] virtualenv==20.0.33 [2020-10-12T08:48:00.399Z] wcwidth==0.2.5 [2020-10-12T08:48:00.399Z] websocket-client==0.57.0 [2020-10-12T08:48:00.399Z] wrapt==1.12.1 [2020-10-12T08:48:00.399Z] xdg==3.0.2 [2020-10-12T08:48:00.399Z] xmltodict==0.12.0 [2020-10-12T08:48:00.399Z] yq==2.11.1 [2020-10-12T08:48:00.399Z] zipp==3.3.0 [2020-10-12T08:48:00.399Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:00.990Z] 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-12T08:48:05.292Z] Python 2.7.5 [2020-10-12T08:48:05.292Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-12T08:48:05.872Z] 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-12T08:48:05.872Z] ansible==2.9.7 [2020-10-12T08:48:05.872Z] Babel==0.9.6 [2020-10-12T08:48:05.872Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-12T08:48:05.872Z] beautifulsoup4==4.4.1 [2020-10-12T08:48:05.872Z] bodhi==2.11.0 [2020-10-12T08:48:05.872Z] bodhi-client==2.11.0 [2020-10-12T08:48:05.872Z] CCColUtils==1.4 [2020-10-12T08:48:05.872Z] cffi==1.6.0 [2020-10-12T08:48:05.872Z] chardet==2.2.1 [2020-10-12T08:48:05.872Z] click==6.7 [2020-10-12T08:48:05.872Z] cloud-init==18.5 [2020-10-12T08:48:05.872Z] configobj==4.7.2 [2020-10-12T08:48:05.872Z] cryptography==1.7.2 [2020-10-12T08:48:05.872Z] decorator==3.4.0 [2020-10-12T08:48:05.872Z] distro==1.2.0 [2020-10-12T08:48:05.872Z] enum34==1.0.4 [2020-10-12T08:48:05.872Z] fedpkg==1.38 [2020-10-12T08:48:05.872Z] futures==3.1.1 [2020-10-12T08:48:05.872Z] gitdb==0.6.4 [2020-10-12T08:48:05.872Z] GitPython==1.0.1 [2020-10-12T08:48:05.872Z] html5lib==0.999 [2020-10-12T08:48:05.872Z] httplib2==0.9.2 [2020-10-12T08:48:05.872Z] idna==2.4 [2020-10-12T08:48:05.872Z] iniparse==0.4 [2020-10-12T08:48:05.873Z] ipaddress==1.0.16 [2020-10-12T08:48:05.873Z] IPy==0.75 [2020-10-12T08:48:05.873Z] javapackages==1.0.0 [2020-10-12T08:48:05.873Z] Jinja2==2.7.2 [2020-10-12T08:48:05.873Z] jmespath==0.9.4 [2020-10-12T08:48:05.873Z] jsonpatch==1.2 [2020-10-12T08:48:05.873Z] jsonpointer==1.9 [2020-10-12T08:48:05.873Z] kerberos==1.1 [2020-10-12T08:48:05.873Z] kitchen==1.1.1 [2020-10-12T08:48:05.873Z] langtable==0.0.31 [2020-10-12T08:48:05.873Z] lockfile==0.9.1 [2020-10-12T08:48:05.873Z] lxml==3.2.1 [2020-10-12T08:48:05.873Z] MarkupSafe==0.11 [2020-10-12T08:48:05.873Z] munch==2.0.2 [2020-10-12T08:48:05.873Z] offtrac==0.1.0 [2020-10-12T08:48:05.873Z] openidc-client==0.6.0 [2020-10-12T08:48:05.873Z] packagedb-cli==2.14.1 [2020-10-12T08:48:05.873Z] paramiko==2.1.1 [2020-10-12T08:48:05.873Z] perf==0.1 [2020-10-12T08:48:05.873Z] ply==3.4 [2020-10-12T08:48:05.873Z] policycoreutils-default-encoding==0.1 [2020-10-12T08:48:05.873Z] prettytable==0.7.2 [2020-10-12T08:48:05.873Z] pyasn1==0.1.9 [2020-10-12T08:48:05.873Z] pycparser==2.14 [2020-10-12T08:48:05.873Z] pycurl==7.19.0 [2020-10-12T08:48:05.873Z] pygobject==3.22.0 [2020-10-12T08:48:05.873Z] pygpgme==0.3 [2020-10-12T08:48:05.873Z] pyliblzma==0.5.3 [2020-10-12T08:48:05.873Z] pyOpenSSL==0.13.1 [2020-10-12T08:48:05.873Z] pyparsing==1.5.6 [2020-10-12T08:48:05.873Z] pyserial==2.6 [2020-10-12T08:48:05.873Z] python-augeas==0.5.0 [2020-10-12T08:48:05.873Z] python-bugzilla==2.3.0 [2020-10-12T08:48:05.873Z] python-dateutil==1.5 [2020-10-12T08:48:05.873Z] python-fedora==0.10.0 [2020-10-12T08:48:05.873Z] python-linux-procfs==0.4.9 [2020-10-12T08:48:05.873Z] python-yubico==1.2.3 [2020-10-12T08:48:05.873Z] pyudev==0.15 [2020-10-12T08:48:05.873Z] pyusb==1.0.0b1 [2020-10-12T08:48:05.873Z] pyxattr==0.5.1 [2020-10-12T08:48:05.873Z] PyYAML==3.10 [2020-10-12T08:48:05.873Z] requests==2.6.0 [2020-10-12T08:48:05.873Z] requests-kerberos==0.7.0 [2020-10-12T08:48:05.873Z] rpkg==1.60 [2020-10-12T08:48:05.873Z] schedutils==0.4 [2020-10-12T08:48:05.873Z] seobject==0.1 [2020-10-12T08:48:05.873Z] sepolicy==1.1 [2020-10-12T08:48:05.873Z] six==1.9.0 [2020-10-12T08:48:05.873Z] smmap==0.9.0 [2020-10-12T08:48:05.873Z] urlgrabber==3.10 [2020-10-12T08:48:05.873Z] urllib3==1.10.2 [2020-10-12T08:48:05.873Z] virtualenv==15.1.0 [2020-10-12T08:48:05.873Z] yum-langpacks==0.4.2 [2020-10-12T08:48:05.873Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-12T08:48:06.159Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T08:48:06.487Z] ---> sudo-logs.sh [2020-10-12T08:48:06.487Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-12T08:48:07.095Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T08:48:07.419Z] ---> job-cost.sh [2020-10-12T08:48:07.419Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Os0x [2020-10-12T08:48:22.539Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:22.539Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:22.539Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:22.539Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:22.539Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:22.815Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:22.815Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:23.081Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:23.362Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:24.761Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:24.761Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:25.036Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:25.036Z] Cache entry deserialization failed, entry ignored [2020-10-12T08:48:29.365Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-12T08:49:08.516Z] lf-activate-venv(): INFO: Adding /tmp/venv-Os0x/bin to PATH [2020-10-12T08:49:08.516Z] INFO: No Stack... [2020-10-12T08:49:08.516Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-12T08:49:08.786Z] INFO: Archiving Costs [Pipeline] echo [2020-10-12T08:49:08.809Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T08:49:09.174Z] ---> logs-deploy.sh [2020-10-12T08:49:09.174Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/63 [2020-10-12T08:49:09.174Z] INFO: archiving workspace using pattern(s): [2020-10-12T08:49:12.606Z] Archives upload complete. [2020-10-12T08:49:12.606Z] INFO: archiving logs to Nexus