Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 066862c7efff900ccb4b659105a93b7fab0a792a 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-4032 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 066862c7efff900ccb4b659105a93b7fab0a792a (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 066862c7efff900ccb4b659105a93b7fab0a792a # timeout=10 Commit message: "Merge pull request #321 from jpwhitemn/set-conventional-commits" > git rev-list --no-walk 290797f7d7dd49f530bf97020959acc7de0a9a3b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-07T23:52:15.813Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-07T23:52:16.065Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-07T23:52:16.159Z] ========================================================= [2020-10-07T23:52:16.159Z] EdgeX Global Pipelines Version Info [2020-10-07T23:52:16.159Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:52:18.204Z] ------------------- [2020-10-07T23:52:18.204Z] stable info: [2020-10-07T23:52:18.204Z] ------------------- [2020-10-07T23:52:18.204Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-07T23:52:18.204Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-07T23:52:18.204Z] Message: update stable to v1.0.131 [2020-10-07T23:52:19.181Z] ------------------- [2020-10-07T23:52:19.181Z] experimental info: [2020-10-07T23:52:19.181Z] ------------------- [2020-10-07T23:52:19.181Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-07T23:52:19.181Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-07T23:52:19.181Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-07T23:52:19.627Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-07T23:52:19.729Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-07T23:52:19.851Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-07T23:52:19.952Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-07T23:52:20.053Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-07T23:52:20.179Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-07T23:52:20.285Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-07T23:52:20.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-07T23:52:20.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-07T23:52:20.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-07T23:52:21.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-07T23:52:21.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-07T23:52:21.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-07T23:52:21.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-07T23:52:21.409Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-07T23:52:21.539Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-07T23:52:21.646Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-07T23:52:21.732Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-07T23:52:21.830Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-07T23:52:21.938Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-07T23:52:22.029Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-07T23:52:22.123Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-07T23:52:22.208Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-07T23:52:22.304Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-07T23:52:22.446Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-07T23:52:22.540Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-07T23:52:22.665Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-07T23:52:22.770Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-07T23:52:22.894Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 066862c7efff900ccb4b659105a93b7fab0a792a [Pipeline] echo [2020-10-07T23:52:22.984Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 066862c [Pipeline] echo [2020-10-07T23:52:23.075Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-07T23:52:23.983Z] + git log --format=format:%s -1 066862c7efff900ccb4b659105a93b7fab0a792a [Pipeline] echo [2020-10-07T23:52:24.104Z] GIT_COMMIT: 066862c7efff900ccb4b659105a93b7fab0a792a, Commit Message: Merge pull request #321 from jpwhitemn/set-conventional-commits [Pipeline] echo [2020-10-07T23:52:24.162Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:52:25.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:52:25.660Z] [2020-10-07T23:52:25.660Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:52:26.038Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:52:26.038Z] latest: Pulling from edgex-devops/git-semver [2020-10-07T23:52:26.038Z] 31603596830f: Pulling fs layer [2020-10-07T23:52:26.038Z] 2a8b12db71e7: Pulling fs layer [2020-10-07T23:52:26.038Z] 6ca5941a6612: Pulling fs layer [2020-10-07T23:52:26.038Z] ecc8261a40a4: Pulling fs layer [2020-10-07T23:52:26.038Z] ecc8261a40a4: Waiting [2020-10-07T23:52:26.038Z] 2a8b12db71e7: Verifying Checksum [2020-10-07T23:52:26.687Z] 31603596830f: Verifying Checksum [2020-10-07T23:52:26.687Z] 31603596830f: Download complete [2020-10-07T23:52:27.023Z] 31603596830f: Pull complete [2020-10-07T23:52:27.023Z] 6ca5941a6612: Verifying Checksum [2020-10-07T23:52:27.023Z] 6ca5941a6612: Download complete [2020-10-07T23:52:27.023Z] 2a8b12db71e7: Pull complete [2020-10-07T23:52:27.319Z] ecc8261a40a4: Verifying Checksum [2020-10-07T23:52:27.319Z] ecc8261a40a4: Download complete [2020-10-07T23:52:28.342Z] 6ca5941a6612: Pull complete [2020-10-07T23:52:28.625Z] ecc8261a40a4: Pull complete [2020-10-07T23:52:28.906Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-07T23:52:28.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:52:28.906Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-07T23:52:29.135Z] prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container [2020-10-07T23:52:29.276Z] $ 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-07T23:52:31.490Z] $ docker top 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T23:52:31.916Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T23:52:31.916Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T23:52:32.263Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T23:52:32.300Z] $ docker exec 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 ssh-agent [2020-10-07T23:52:32.577Z] SSH_AUTH_SOCK=/tmp/ssh-gqnA0obdijR6/agent.11 [2020-10-07T23:52:32.577Z] SSH_AGENT_PID=16 [2020-10-07T23:52:32.647Z] Running ssh-add (command line suppressed) [2020-10-07T23:52:32.991Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6220304381801331577.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6220304381801331577.key) [2020-10-07T23:52:33.133Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T23:52:34.056Z] + git describe --exact-match --tags HEAD [2020-10-07T23:52:34.056Z] fatal: no tag exactly matches '066862c7efff900ccb4b659105a93b7fab0a792a' [Pipeline] } [2020-10-07T23:52:34.207Z] $ docker exec --env ******** --env ******** 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 ssh-agent -k [2020-10-07T23:52:34.344Z] unset SSH_AUTH_SOCK; [2020-10-07T23:52:34.345Z] unset SSH_AGENT_PID; [2020-10-07T23:52:34.345Z] echo Agent pid 16 killed; [2020-10-07T23:52:34.431Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-07T23:52:34.516Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-07T23:52:34.516Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-07T23:52:34.620Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T23:52:34.620Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T23:52:35.036Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T23:52:35.044Z] $ docker exec 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 ssh-agent [2020-10-07T23:52:35.379Z] SSH_AUTH_SOCK=/tmp/ssh-kyOLAW6ly7qA/agent.44 [2020-10-07T23:52:35.379Z] SSH_AGENT_PID=50 [2020-10-07T23:52:35.414Z] Running ssh-add (command line suppressed) [2020-10-07T23:52:35.607Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5921179370693783744.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5921179370693783744.key) [2020-10-07T23:52:35.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T23:52:36.279Z] + git semver init [2020-10-07T23:52:36.279Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T23:52:36.279Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-07T23:52:36.279Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-07T23:52:36.279Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T23:52:36.279Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T23:52:36.279Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T23:52:36.279Z] # $SEMVER_BRANCH = master [2020-10-07T23:52:36.279Z] # $SEMVER_TEMP = /tmp/semver-107758415 [2020-10-07T23:52:36.279Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-07T23:52:37.493Z] # '/tmp/semver-107758415' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-07T23:52:37.493Z] # -> Force: false [2020-10-07T23:52:37.493Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-07T23:52:37.531Z] $ docker exec --env ******** --env ******** 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 ssh-agent -k [2020-10-07T23:52:37.682Z] unset SSH_AUTH_SOCK; [2020-10-07T23:52:37.690Z] unset SSH_AGENT_PID; [2020-10-07T23:52:37.690Z] echo Agent pid 50 killed; [2020-10-07T23:52:37.752Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T23:52:38.334Z] + git semver [Pipeline] } [2020-10-07T23:52:38.377Z] $ docker stop --time=1 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 [2020-10-07T23:52:40.184Z] $ docker rm -f 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-07T23:52:41.669Z] Stashed 103 file(s) [Pipeline] echo [2020-10-07T23:52:41.672Z] [edgeXSemver]: initialized semver on version 0.1.92 [Pipeline] echo [2020-10-07T23:52:41.758Z] Archived original version: [0.1.92] [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-07T23:52:57.211Z] Still waiting to schedule task [2020-10-07T23:52:57.211Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-07T23:52:57.213Z] Still waiting to schedule task [2020-10-07T23:52:57.214Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-07T23:55:00.875Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4034 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-07T23:55:00.951Z] Running in /w/workspace/go-mod-core-contracts/58 [Pipeline] { [Pipeline] checkout [2020-10-07T23:55:05.990Z] using credential edgex-jenkins-ssh [2020-10-07T23:55:06.061Z] Cloning the remote Git repository [2020-10-07T23:55:06.121Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-07T23:55:06.229Z] > git init /w/workspace/go-mod-core-contracts/58 # timeout=10 [2020-10-07T23:55:06.292Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-07T23:55:06.293Z] > git --version # timeout=10 [2020-10-07T23:55:06.313Z] > git --version # 'git version 2.17.1' [2020-10-07T23:55:06.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T23:55:06.369Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T23:55:07.989Z] Checking out Revision 066862c7efff900ccb4b659105a93b7fab0a792a (master) [2020-10-07T23:55:07.377Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-07T23:55:07.403Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T23:55:07.429Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-07T23:55:07.458Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-07T23:55:07.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T23:55:07.471Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-07T23:55:08.009Z] > git config core.sparsecheckout # timeout=10 [2020-10-07T23:55:08.030Z] > git checkout -f 066862c7efff900ccb4b659105a93b7fab0a792a # timeout=10 [2020-10-07T23:55:12.426Z] Commit message: "Merge pull request #321 from jpwhitemn/set-conventional-commits" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-07T23:55:13.615Z] ========================================================= [2020-10-07T23:55:13.615Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-07T23:55:13.615Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:55:14.843Z] + 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-07T23:55:15.828Z] Sending build context to Docker daemon 2.533MB [2020-10-07T23:55:15.828Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T23:55:15.828Z] Step 2/7 : FROM ${BASE} [2020-10-07T23:55:16.435Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-07T23:55:16.435Z] b538f80385f9: Pulling fs layer [2020-10-07T23:55:16.435Z] 74f711af9a0d: Pulling fs layer [2020-10-07T23:55:16.435Z] 99f96fe45779: Pulling fs layer [2020-10-07T23:55:16.435Z] 8529a6b9a6be: Pulling fs layer [2020-10-07T23:55:16.435Z] 45590311c82a: Pulling fs layer [2020-10-07T23:55:16.435Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-07T23:55:16.435Z] 209524e5b208: Pulling fs layer [2020-10-07T23:55:16.435Z] 45590311c82a: Waiting [2020-10-07T23:55:16.435Z] 69ca0ff8b7b3: Waiting [2020-10-07T23:55:16.435Z] 209524e5b208: Waiting [2020-10-07T23:55:16.435Z] 8529a6b9a6be: Waiting [2020-10-07T23:55:16.435Z] 99f96fe45779: Verifying Checksum [2020-10-07T23:55:16.435Z] 99f96fe45779: Download complete [2020-10-07T23:55:16.435Z] 74f711af9a0d: Verifying Checksum [2020-10-07T23:55:16.435Z] 74f711af9a0d: Download complete [2020-10-07T23:55:17.036Z] 45590311c82a: Verifying Checksum [2020-10-07T23:55:17.036Z] 45590311c82a: Download complete [2020-10-07T23:55:17.631Z] b538f80385f9: Verifying Checksum [2020-10-07T23:55:17.631Z] b538f80385f9: Download complete [2020-10-07T23:55:18.232Z] b538f80385f9: Pull complete [2020-10-07T23:55:18.837Z] 74f711af9a0d: Pull complete [2020-10-07T23:55:19.435Z] 99f96fe45779: Pull complete [2020-10-07T23:55:20.044Z] 209524e5b208: Verifying Checksum [2020-10-07T23:55:20.044Z] 209524e5b208: Download complete [2020-10-07T23:55:21.470Z] 8529a6b9a6be: Verifying Checksum [2020-10-07T23:55:21.470Z] 8529a6b9a6be: Download complete [2020-10-07T23:55:31.625Z] 8529a6b9a6be: Pull complete [2020-10-07T23:55:31.625Z] 45590311c82a: Pull complete [2020-10-07T23:55:31.625Z] 69ca0ff8b7b3: Pull complete [2020-10-07T23:55:35.027Z] 209524e5b208: Pull complete [2020-10-07T23:55:35.027Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-07T23:55:35.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-07T23:55:35.027Z] ---> 5bddaf1c2fca [2020-10-07T23:55:35.027Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-07T23:55:38.425Z] ---> Running in e50c165bed59 [2020-10-07T23:55:38.425Z] Removing intermediate container e50c165bed59 [2020-10-07T23:55:38.425Z] ---> baa981856279 [2020-10-07T23:55:38.425Z] Step 4/7 : RUN apk add bash [2020-10-07T23:55:38.698Z] ---> Running in d0390ee52ed2 [2020-10-07T23:55:40.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T23:55:41.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T23:55:41.701Z] OK: 142 MiB in 39 packages [2020-10-07T23:55:43.140Z] Removing intermediate container d0390ee52ed2 [2020-10-07T23:55:43.140Z] ---> a3cc5e29e12e [2020-10-07T23:55:43.140Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-07T23:55:43.140Z] ---> Running in 8a738065d12f [2020-10-07T23:55:43.746Z] Removing intermediate container 8a738065d12f [2020-10-07T23:55:43.746Z] ---> 2884d69999e0 [2020-10-07T23:55:43.746Z] Step 6/7 : COPY go.mod . [2020-10-07T23:55:44.345Z] ---> 3dded65973ae [2020-10-07T23:55:44.345Z] Step 7/7 : RUN go mod download [2020-10-07T23:55:44.345Z] ---> Running in cac7ee0e0453 [2020-10-07T23:55:59.452Z] Removing intermediate container cac7ee0e0453 [2020-10-07T23:55:59.452Z] ---> 00bf4fa9271e [2020-10-07T23:55:59.452Z] Successfully built 00bf4fa9271e [2020-10-07T23:55:59.452Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:55:59.875Z] + docker inspect -f . ci-base-image-arm64 [2020-10-07T23:55:59.875Z] . [Pipeline] withDockerContainer [2020-10-07T23:56:00.110Z] prd-ubuntu18.04-docker-arm64-4c-16g-4034 does not seem to be running inside a container [2020-10-07T23:56:00.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/58 -v /w/workspace/go-mod-core-contracts/58:/w/workspace/go-mod-core-contracts/58:rw,z -v /w/workspace/go-mod-core-contracts/58@tmp:/w/workspace/go-mod-core-contracts/58@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-07T23:56:02.016Z] $ docker top 7c6f5f3b63bd1bea1959766cc2156a4948e35f71b287a5db852a2504f2da7e44 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T23:56:03.450Z] + go version [2020-10-07T23:56:03.450Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-07T23:56:03.474Z] $ docker stop --time=1 7c6f5f3b63bd1bea1959766cc2156a4948e35f71b287a5db852a2504f2da7e44 [2020-10-07T23:56:05.434Z] $ docker rm -f 7c6f5f3b63bd1bea1959766cc2156a4948e35f71b287a5db852a2504f2da7e44 [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-07T23:56:40.952Z] Running on prd-centos7-docker-4c-2g-4035 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-07T23:56:41.004Z] Running in /w/workspace/go-mod-core-contracts/58 [Pipeline] { [Pipeline] checkout [2020-10-07T23:56:50.535Z] using credential edgex-jenkins-ssh [2020-10-07T23:56:50.669Z] Cloning the remote Git repository [2020-10-07T23:56:50.716Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-07T23:56:50.820Z] > git init /w/workspace/go-mod-core-contracts/58 # timeout=10 [2020-10-07T23:56:50.901Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-07T23:56:50.901Z] > git --version # timeout=10 [2020-10-07T23:56:50.913Z] > git --version # 'git version 2.16.5' [2020-10-07T23:56:50.914Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T23:56:50.951Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T23:56:51.640Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-07T23:56:51.655Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T23:56:51.685Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-07T23:56:51.704Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-07T23:56:51.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T23:56:51.713Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-07T23:56:52.126Z] Checking out Revision 066862c7efff900ccb4b659105a93b7fab0a792a (master) [2020-10-07T23:56:52.140Z] > git config core.sparsecheckout # timeout=10 [2020-10-07T23:56:52.185Z] > git checkout -f 066862c7efff900ccb4b659105a93b7fab0a792a # timeout=10 [2020-10-07T23:56:56.158Z] Commit message: "Merge pull request #321 from jpwhitemn/set-conventional-commits" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-07T23:56:57.435Z] ========================================================= [2020-10-07T23:56:57.435Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-07T23:56:57.435Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:56:58.436Z] + 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-07T23:56:59.044Z] Sending build context to Docker daemon 2.533MB [2020-10-07T23:56:59.044Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T23:56:59.044Z] Step 2/7 : FROM ${BASE} [2020-10-07T23:56:59.044Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-07T23:56:59.044Z] df20fa9351a1: Pulling fs layer [2020-10-07T23:56:59.044Z] ed8968b2872e: Pulling fs layer [2020-10-07T23:56:59.044Z] a92cc7c5fd73: Pulling fs layer [2020-10-07T23:56:59.044Z] e871e8e8d7a9: Pulling fs layer [2020-10-07T23:56:59.044Z] e73272ec9a57: Pulling fs layer [2020-10-07T23:56:59.044Z] 1e910a182e73: Pulling fs layer [2020-10-07T23:56:59.044Z] 4e634b169226: Pulling fs layer [2020-10-07T23:56:59.044Z] e73272ec9a57: Waiting [2020-10-07T23:56:59.044Z] 1e910a182e73: Waiting [2020-10-07T23:56:59.044Z] 4e634b169226: Waiting [2020-10-07T23:56:59.044Z] e871e8e8d7a9: Waiting [2020-10-07T23:56:59.321Z] a92cc7c5fd73: Verifying Checksum [2020-10-07T23:56:59.321Z] a92cc7c5fd73: Download complete [2020-10-07T23:56:59.321Z] ed8968b2872e: Download complete [2020-10-07T23:56:59.321Z] e73272ec9a57: Verifying Checksum [2020-10-07T23:56:59.321Z] e73272ec9a57: Download complete [2020-10-07T23:56:59.910Z] 1e910a182e73: Verifying Checksum [2020-10-07T23:56:59.910Z] 1e910a182e73: Download complete [2020-10-07T23:57:00.515Z] df20fa9351a1: Verifying Checksum [2020-10-07T23:57:00.515Z] df20fa9351a1: Download complete [2020-10-07T23:57:01.205Z] df20fa9351a1: Pull complete [2020-10-07T23:57:01.205Z] ed8968b2872e: Pull complete [2020-10-07T23:57:01.485Z] a92cc7c5fd73: Pull complete [2020-10-07T23:57:03.492Z] 4e634b169226: Verifying Checksum [2020-10-07T23:57:03.492Z] 4e634b169226: Download complete [2020-10-07T23:57:04.967Z] e871e8e8d7a9: Verifying Checksum [2020-10-07T23:57:04.967Z] e871e8e8d7a9: Download complete [2020-10-07T23:57:13.312Z] e871e8e8d7a9: Pull complete [2020-10-07T23:57:13.586Z] e73272ec9a57: Pull complete [2020-10-07T23:57:13.586Z] 1e910a182e73: Pull complete [2020-10-07T23:57:18.972Z] 4e634b169226: Pull complete [2020-10-07T23:57:18.972Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-07T23:57:18.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-07T23:57:18.972Z] ---> f7629b54cfaa [2020-10-07T23:57:18.972Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-07T23:57:19.242Z] ---> Running in 3a35e8aa6d05 [2020-10-07T23:57:19.242Z] Removing intermediate container 3a35e8aa6d05 [2020-10-07T23:57:19.242Z] ---> 4e316587a8e9 [2020-10-07T23:57:19.242Z] Step 4/7 : RUN apk add bash [2020-10-07T23:57:19.512Z] ---> Running in c4dc16857aad [2020-10-07T23:57:20.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T23:57:21.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T23:57:21.716Z] OK: 166 MiB in 39 packages [2020-10-07T23:57:22.331Z] Removing intermediate container c4dc16857aad [2020-10-07T23:57:22.331Z] ---> 69df5f3117f0 [2020-10-07T23:57:22.331Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-07T23:57:22.331Z] ---> Running in 32cdf633384e [2020-10-07T23:57:22.610Z] Removing intermediate container 32cdf633384e [2020-10-07T23:57:22.610Z] ---> 7225504b7a72 [2020-10-07T23:57:22.610Z] Step 6/7 : COPY go.mod . [2020-10-07T23:57:22.889Z] ---> 857e4a621847 [2020-10-07T23:57:22.889Z] Step 7/7 : RUN go mod download [2020-10-07T23:57:22.889Z] ---> Running in 9964da8dcf62 [2020-10-07T23:57:35.412Z] Removing intermediate container 9964da8dcf62 [2020-10-07T23:57:35.412Z] ---> 9de77d720323 [2020-10-07T23:57:35.412Z] Successfully built 9de77d720323 [2020-10-07T23:57:35.412Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:57:35.829Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-07T23:57:35.829Z] . [Pipeline] withDockerContainer [2020-10-07T23:57:36.001Z] prd-centos7-docker-4c-2g-4035 does not seem to be running inside a container [2020-10-07T23:57:36.107Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/58 -v /w/workspace/go-mod-core-contracts/58:/w/workspace/go-mod-core-contracts/58:rw,z -v /w/workspace/go-mod-core-contracts/58@tmp:/w/workspace/go-mod-core-contracts/58@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-07T23:57:37.058Z] $ docker top 188986bbf4fdfaf4aaf16799f32fab8c6f68bb32f634f9b1ec76f09e165a2741 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T23:57:37.680Z] + go version [2020-10-07T23:57:37.680Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-07T23:57:37.757Z] $ docker stop --time=1 188986bbf4fdfaf4aaf16799f32fab8c6f68bb32f634f9b1ec76f09e165a2741 [2020-10-07T23:57:39.425Z] $ docker rm -f 188986bbf4fdfaf4aaf16799f32fab8c6f68bb32f634f9b1ec76f09e165a2741 [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-07T23:57:42.697Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-07T23:57:42.699Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-07T23:57:42.748Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:57:43.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T23:57:43.177Z] [2020-10-07T23:57:43.177Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:57:43.582Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T23:57:43.582Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-07T23:57:43.582Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-07T23:57:43.582Z] 408f87550127: Pulling fs layer [2020-10-07T23:57:43.582Z] fe522b08c979: Pulling fs layer [2020-10-07T23:57:43.582Z] 221eaa008020: Pulling fs layer [2020-10-07T23:57:43.582Z] 2a4607e5d6b9: Pulling fs layer [2020-10-07T23:57:43.582Z] 8f79b27c4fd2: Pulling fs layer [2020-10-07T23:57:43.582Z] e5c8dbe1645b: Pulling fs layer [2020-10-07T23:57:43.582Z] 23e8b3b47431: Pulling fs layer [2020-10-07T23:57:43.582Z] 5c568d65a230: Pulling fs layer [2020-10-07T23:57:43.582Z] 2a4607e5d6b9: Waiting [2020-10-07T23:57:43.582Z] 8f79b27c4fd2: Waiting [2020-10-07T23:57:43.582Z] e5c8dbe1645b: Waiting [2020-10-07T23:57:43.582Z] 23e8b3b47431: Waiting [2020-10-07T23:57:43.582Z] 5c568d65a230: Waiting [2020-10-07T23:57:43.582Z] 221eaa008020: Waiting [2020-10-07T23:57:43.582Z] fe522b08c979: Verifying Checksum [2020-10-07T23:57:43.582Z] fe522b08c979: Download complete [2020-10-07T23:57:43.582Z] 408f87550127: Download complete [2020-10-07T23:57:43.582Z] 2a4607e5d6b9: Verifying Checksum [2020-10-07T23:57:43.582Z] 2a4607e5d6b9: Download complete [2020-10-07T23:57:44.561Z] 8f79b27c4fd2: Verifying Checksum [2020-10-07T23:57:44.561Z] 8f79b27c4fd2: Download complete [2020-10-07T23:57:44.561Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-07T23:57:45.188Z] cbdbe7a5bc2a: Pull complete [2020-10-07T23:57:45.461Z] 408f87550127: Pull complete [2020-10-07T23:57:45.461Z] fe522b08c979: Pull complete [2020-10-07T23:57:46.058Z] e5c8dbe1645b: Verifying Checksum [2020-10-07T23:57:46.058Z] e5c8dbe1645b: Download complete [2020-10-07T23:57:48.718Z] 23e8b3b47431: Verifying Checksum [2020-10-07T23:57:48.718Z] 23e8b3b47431: Download complete [2020-10-07T23:57:48.718Z] 5c568d65a230: Verifying Checksum [2020-10-07T23:57:48.718Z] 5c568d65a230: Download complete [2020-10-07T23:57:50.789Z] 221eaa008020: Verifying Checksum [2020-10-07T23:57:50.789Z] 221eaa008020: Download complete [2020-10-07T23:58:01.180Z] 221eaa008020: Pull complete [2020-10-07T23:58:01.180Z] 2a4607e5d6b9: Pull complete [2020-10-07T23:58:01.181Z] 8f79b27c4fd2: Pull complete [2020-10-07T23:58:03.820Z] e5c8dbe1645b: Pull complete [2020-10-07T23:58:08.207Z] 23e8b3b47431: Pull complete [2020-10-07T23:58:09.200Z] 5c568d65a230: Pull complete [2020-10-07T23:58:09.200Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-07T23:58:09.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T23:58:09.200Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-07T23:58:09.495Z] prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container [2020-10-07T23:58:09.938Z] $ 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-07T23:58:11.622Z] $ docker top c893f2b9af437979b21d30430387d600ef5f653ef601cdb679bcedaaacd0caa5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T23:58:12.364Z] + snyk monitor '--org=edgex-jenkins' [2020-10-07T23:58:19.222Z] [2020-10-07T23:58:19.222Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-07T23:58:19.222Z] [2020-10-07T23:58:19.222Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/1066631c-9a75-440b-a8d8-8b0369516b98 [2020-10-07T23:58:19.222Z] [2020-10-07T23:58:19.222Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-07T23:58:19.223Z] [2020-10-07T23:58:19.223Z] [2020-10-07T23:58:19.223Z] Snyk CLI supports Node.js 8 and higher. [2020-10-07T23:58:19.223Z] 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-07T23:58:19.223Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-07T23:58:19.223Z] [2020-10-07T23:58:19.223Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-07T23:58:19.223Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-07T23:58:19.255Z] $ docker stop --time=1 c893f2b9af437979b21d30430387d600ef5f653ef601cdb679bcedaaacd0caa5 [2020-10-07T23:58:22.381Z] $ docker rm -f c893f2b9af437979b21d30430387d600ef5f653ef601cdb679bcedaaacd0caa5 [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-07T23:58:24.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:58:24.420Z] . [Pipeline] withDockerContainer [2020-10-07T23:58:24.533Z] prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container [2020-10-07T23:58:24.585Z] $ 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-07T23:58:25.839Z] $ docker top e2b2b6ae6ee0296c56296389bd88331a201757aea51abf6129b440e64008f538 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T23:58:26.207Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T23:58:26.207Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T23:58:26.558Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T23:58:26.570Z] $ docker exec e2b2b6ae6ee0296c56296389bd88331a201757aea51abf6129b440e64008f538 ssh-agent [2020-10-07T23:58:26.779Z] SSH_AUTH_SOCK=/tmp/ssh-GcaWbEFTZqZb/agent.12 [2020-10-07T23:58:26.779Z] SSH_AGENT_PID=18 [2020-10-07T23:58:26.788Z] Running ssh-add (command line suppressed) [2020-10-07T23:58:26.940Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6688251695308022138.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6688251695308022138.key) [2020-10-07T23:58:27.022Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T23:58:27.480Z] + git semver tag [2020-10-07T23:58:27.480Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T23:58:27.480Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-07T23:58:27.480Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-07T23:58:27.480Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T23:58:27.480Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T23:58:27.480Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T23:58:27.480Z] # $SEMVER_BRANCH = master [2020-10-07T23:58:27.480Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-07T23:58:27.480Z] # 066862c7efff900ccb4b659105a93b7fab0a792a HEAD [2020-10-07T23:58:27.771Z] # -> Force: false [2020-10-07T23:58:27.771Z] # 127a67c18562c2cd36ce38cb138f22c89c9a58f3 refs/tags/v0.1.92 [Pipeline] } [2020-10-07T23:58:27.790Z] $ docker exec --env ******** --env ******** e2b2b6ae6ee0296c56296389bd88331a201757aea51abf6129b440e64008f538 ssh-agent -k [2020-10-07T23:58:28.094Z] unset SSH_AUTH_SOCK; [2020-10-07T23:58:28.096Z] unset SSH_AGENT_PID; [2020-10-07T23:58:28.096Z] echo Agent pid 18 killed; [2020-10-07T23:58:28.205Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T23:58:28.728Z] + git semver [Pipeline] } [2020-10-07T23:58:28.751Z] $ docker stop --time=1 e2b2b6ae6ee0296c56296389bd88331a201757aea51abf6129b440e64008f538 [2020-10-07T23:58:30.570Z] $ docker rm -f e2b2b6ae6ee0296c56296389bd88331a201757aea51abf6129b440e64008f538 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:58:31.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T23:58:31.356Z] [2020-10-07T23:58:31.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:58:31.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T23:58:31.747Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-07T23:58:31.747Z] ab5ef0e58194: Pulling fs layer [2020-10-07T23:58:31.747Z] 9712f1f96733: Pulling fs layer [2020-10-07T23:58:31.747Z] 63f879dbbcfc: Pulling fs layer [2020-10-07T23:58:31.747Z] 0d9ebad4ef96: Pulling fs layer [2020-10-07T23:58:31.747Z] e9a5061849ea: Pulling fs layer [2020-10-07T23:58:31.747Z] d747dcd14b5f: Pulling fs layer [2020-10-07T23:58:31.747Z] 2de7ff778b66: Pulling fs layer [2020-10-07T23:58:31.747Z] e9a5061849ea: Waiting [2020-10-07T23:58:31.747Z] d747dcd14b5f: Waiting [2020-10-07T23:58:31.747Z] 0d9ebad4ef96: Waiting [2020-10-07T23:58:31.747Z] 2de7ff778b66: Waiting [2020-10-07T23:58:31.747Z] 9712f1f96733: Verifying Checksum [2020-10-07T23:58:31.747Z] 9712f1f96733: Download complete [2020-10-07T23:58:35.149Z] 63f879dbbcfc: Download complete [2020-10-07T23:58:35.432Z] e9a5061849ea: Verifying Checksum [2020-10-07T23:58:35.432Z] e9a5061849ea: Download complete [2020-10-07T23:58:35.432Z] d747dcd14b5f: Verifying Checksum [2020-10-07T23:58:35.432Z] d747dcd14b5f: Download complete [2020-10-07T23:58:35.731Z] 0d9ebad4ef96: Verifying Checksum [2020-10-07T23:58:35.731Z] 0d9ebad4ef96: Download complete [2020-10-07T23:58:36.005Z] 2de7ff778b66: Verifying Checksum [2020-10-07T23:58:36.005Z] 2de7ff778b66: Download complete [2020-10-07T23:58:36.276Z] ab5ef0e58194: Verifying Checksum [2020-10-07T23:58:36.276Z] ab5ef0e58194: Download complete [2020-10-07T23:58:43.239Z] ab5ef0e58194: Pull complete [2020-10-07T23:58:43.239Z] 9712f1f96733: Pull complete [2020-10-07T23:58:45.919Z] 63f879dbbcfc: Pull complete [2020-10-07T23:58:54.280Z] 0d9ebad4ef96: Pull complete [2020-10-07T23:58:55.705Z] e9a5061849ea: Pull complete [2020-10-07T23:58:55.970Z] d747dcd14b5f: Pull complete [2020-10-07T23:59:00.231Z] 2de7ff778b66: Pull complete [2020-10-07T23:59:00.231Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-07T23:59:00.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T23:59:00.231Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-07T23:59:00.597Z] prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container [2020-10-07T23:59:00.716Z] $ 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-07T23:59:04.305Z] $ docker top 4702d331e7016e6daea9821bc8a5219eea21a21cfa6bfc7c50045e4f46774912 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-07T23:59:04.690Z] provisioning config files... [2020-10-07T23:59:04.705Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3861375445837354750tmp [2020-10-07T23:59:04.731Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2211035252789264553tmp [2020-10-07T23:59:04.748Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8161880038348315456tmp [Pipeline] { [Pipeline] echo [2020-10-07T23:59:04.803Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:59:05.124Z] ---> sigul-configuration.sh [2020-10-07T23:59:05.124Z] gpg: directory `/root/.gnupg' created [2020-10-07T23:59:05.124Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-07T23:59:05.124Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-07T23:59:05.124Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-07T23:59:05.124Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-07T23:59:05.124Z] gpg: CAST5 encrypted data [2020-10-07T23:59:05.400Z] gpg: encrypted with 1 passphrase [2020-10-07T23:59:05.400Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-07T23:59:06.098Z] + mkdir /home/jenkins [2020-10-07T23:59:06.098Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-07T23:59:06.422Z] + 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-07T23:59:06.437Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:59:06.778Z] ---> sigul-install.sh [2020-10-07T23:59:15.038Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-07T23:59:15.727Z] + git tag --list [2020-10-07T23:59:15.727Z] v0.0.0 [2020-10-07T23:59:15.727Z] v0.0.1 [2020-10-07T23:59:15.727Z] v0.1.0 [2020-10-07T23:59:15.727Z] v0.1.1 [2020-10-07T23:59:15.727Z] v0.1.10 [2020-10-07T23:59:15.727Z] v0.1.11 [2020-10-07T23:59:15.727Z] v0.1.12 [2020-10-07T23:59:15.727Z] v0.1.13 [2020-10-07T23:59:15.727Z] v0.1.14 [2020-10-07T23:59:15.727Z] v0.1.15 [2020-10-07T23:59:15.727Z] v0.1.16 [2020-10-07T23:59:15.727Z] v0.1.17 [2020-10-07T23:59:15.727Z] v0.1.18 [2020-10-07T23:59:15.727Z] v0.1.19 [2020-10-07T23:59:15.727Z] v0.1.2 [2020-10-07T23:59:15.727Z] v0.1.20 [2020-10-07T23:59:15.727Z] v0.1.21 [2020-10-07T23:59:15.727Z] v0.1.22 [2020-10-07T23:59:15.727Z] v0.1.23 [2020-10-07T23:59:15.727Z] v0.1.24 [2020-10-07T23:59:15.727Z] v0.1.25 [2020-10-07T23:59:15.727Z] v0.1.26 [2020-10-07T23:59:15.727Z] v0.1.27 [2020-10-07T23:59:15.727Z] v0.1.28 [2020-10-07T23:59:15.727Z] v0.1.29 [2020-10-07T23:59:15.727Z] v0.1.3 [2020-10-07T23:59:15.727Z] v0.1.30 [2020-10-07T23:59:15.727Z] v0.1.31 [2020-10-07T23:59:15.727Z] v0.1.32 [2020-10-07T23:59:15.727Z] v0.1.33 [2020-10-07T23:59:15.727Z] v0.1.34 [2020-10-07T23:59:15.727Z] v0.1.35 [2020-10-07T23:59:15.727Z] v0.1.36 [2020-10-07T23:59:15.727Z] v0.1.37 [2020-10-07T23:59:15.727Z] v0.1.38 [2020-10-07T23:59:15.727Z] v0.1.39 [2020-10-07T23:59:15.727Z] v0.1.4 [2020-10-07T23:59:15.727Z] v0.1.40 [2020-10-07T23:59:15.727Z] v0.1.41 [2020-10-07T23:59:15.727Z] v0.1.42 [2020-10-07T23:59:15.727Z] v0.1.43 [2020-10-07T23:59:15.727Z] v0.1.44 [2020-10-07T23:59:15.727Z] v0.1.45 [2020-10-07T23:59:15.727Z] v0.1.46 [2020-10-07T23:59:15.727Z] v0.1.47 [2020-10-07T23:59:15.727Z] v0.1.48 [2020-10-07T23:59:15.727Z] v0.1.49 [2020-10-07T23:59:15.727Z] v0.1.5 [2020-10-07T23:59:15.727Z] v0.1.50 [2020-10-07T23:59:15.727Z] v0.1.51 [2020-10-07T23:59:15.727Z] v0.1.52 [2020-10-07T23:59:15.727Z] v0.1.53 [2020-10-07T23:59:15.727Z] v0.1.54 [2020-10-07T23:59:15.727Z] v0.1.55 [2020-10-07T23:59:15.727Z] v0.1.56 [2020-10-07T23:59:15.727Z] v0.1.57 [2020-10-07T23:59:15.727Z] v0.1.58 [2020-10-07T23:59:15.727Z] v0.1.59 [2020-10-07T23:59:15.727Z] v0.1.6 [2020-10-07T23:59:15.727Z] v0.1.60 [2020-10-07T23:59:15.727Z] v0.1.61 [2020-10-07T23:59:15.727Z] v0.1.62 [2020-10-07T23:59:15.727Z] v0.1.63 [2020-10-07T23:59:15.727Z] v0.1.64 [2020-10-07T23:59:15.727Z] v0.1.65 [2020-10-07T23:59:15.727Z] v0.1.66 [2020-10-07T23:59:15.727Z] v0.1.67 [2020-10-07T23:59:15.727Z] v0.1.68 [2020-10-07T23:59:15.727Z] v0.1.69 [2020-10-07T23:59:15.727Z] v0.1.7 [2020-10-07T23:59:15.727Z] v0.1.70 [2020-10-07T23:59:15.727Z] v0.1.71 [2020-10-07T23:59:15.727Z] v0.1.72 [2020-10-07T23:59:15.727Z] v0.1.73 [2020-10-07T23:59:15.727Z] v0.1.74 [2020-10-07T23:59:15.727Z] v0.1.75 [2020-10-07T23:59:15.727Z] v0.1.76 [2020-10-07T23:59:15.727Z] v0.1.77 [2020-10-07T23:59:15.727Z] v0.1.78 [2020-10-07T23:59:15.727Z] v0.1.79 [2020-10-07T23:59:15.727Z] v0.1.8 [2020-10-07T23:59:15.727Z] v0.1.80 [2020-10-07T23:59:15.727Z] v0.1.81 [2020-10-07T23:59:15.727Z] v0.1.82 [2020-10-07T23:59:15.727Z] v0.1.83 [2020-10-07T23:59:15.727Z] v0.1.84 [2020-10-07T23:59:15.727Z] v0.1.85 [2020-10-07T23:59:15.727Z] v0.1.86 [2020-10-07T23:59:15.727Z] v0.1.87 [2020-10-07T23:59:15.727Z] v0.1.88 [2020-10-07T23:59:15.727Z] v0.1.89 [2020-10-07T23:59:15.727Z] v0.1.9 [2020-10-07T23:59:15.727Z] v0.1.90 [2020-10-07T23:59:15.727Z] v0.1.91 [2020-10-07T23:59:15.727Z] v0.1.92 [Pipeline] sh [2020-10-07T23:59:16.415Z] + lftools sign git-tag v0.1.92 [2020-10-07T23:59:18.493Z] Signing Git tag with Sigul... [2020-10-07T23:59:18.493Z] Signing v0.1.92 [Pipeline] echo [2020-10-07T23:59:19.467Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:59:19.782Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-07T23:59:19.792Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-07T23:59:19.893Z] $ docker stop --time=1 4702d331e7016e6daea9821bc8a5219eea21a21cfa6bfc7c50045e4f46774912 [2020-10-07T23:59:22.191Z] $ docker rm -f 4702d331e7016e6daea9821bc8a5219eea21a21cfa6bfc7c50045e4f46774912 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:59:23.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:59:23.181Z] . [Pipeline] withDockerContainer [2020-10-07T23:59:23.720Z] prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container [2020-10-07T23:59:23.825Z] $ 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-07T23:59:25.118Z] $ docker top f62b677270c5b3f9215d8e645639c76fad1a6f2968b3f3b63a30fee1879fbcc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T23:59:25.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T23:59:25.455Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T23:59:25.928Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T23:59:25.935Z] $ docker exec f62b677270c5b3f9215d8e645639c76fad1a6f2968b3f3b63a30fee1879fbcc0 ssh-agent [2020-10-07T23:59:26.242Z] SSH_AUTH_SOCK=/tmp/ssh-uPswf6MteaKP/agent.12 [2020-10-07T23:59:26.243Z] SSH_AGENT_PID=17 [2020-10-07T23:59:26.254Z] Running ssh-add (command line suppressed) [2020-10-07T23:59:26.525Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3347078343542916249.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3347078343542916249.key) [2020-10-07T23:59:26.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T23:59:26.974Z] + git semver bump patch [2020-10-07T23:59:26.974Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T23:59:26.974Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-07T23:59:26.974Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-07T23:59:26.974Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T23:59:26.974Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T23:59:26.974Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T23:59:26.974Z] # $SEMVER_BRANCH = master [2020-10-07T23:59:26.974Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-07T23:59:27.242Z] 0.1.93 [Pipeline] } [2020-10-07T23:59:27.276Z] $ docker exec --env ******** --env ******** f62b677270c5b3f9215d8e645639c76fad1a6f2968b3f3b63a30fee1879fbcc0 ssh-agent -k [2020-10-07T23:59:27.714Z] unset SSH_AUTH_SOCK; [2020-10-07T23:59:27.715Z] unset SSH_AGENT_PID; [2020-10-07T23:59:27.715Z] echo Agent pid 17 killed; [2020-10-07T23:59:27.905Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T23:59:28.716Z] + git semver [Pipeline] } [2020-10-07T23:59:28.740Z] $ docker stop --time=1 f62b677270c5b3f9215d8e645639c76fad1a6f2968b3f3b63a30fee1879fbcc0 [2020-10-07T23:59:30.341Z] $ docker rm -f f62b677270c5b3f9215d8e645639c76fad1a6f2968b3f3b63a30fee1879fbcc0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:59:30.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:59:30.939Z] . [Pipeline] withDockerContainer [2020-10-07T23:59:31.136Z] prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container [2020-10-07T23:59:31.321Z] $ 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-07T23:59:32.679Z] $ docker top 4c9971cd45bbcf1584074c519410fa7c67569369c8e7feae3fd8515a212335bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T23:59:33.035Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T23:59:33.035Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T23:59:33.528Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T23:59:33.537Z] $ docker exec 4c9971cd45bbcf1584074c519410fa7c67569369c8e7feae3fd8515a212335bd ssh-agent [2020-10-07T23:59:33.877Z] SSH_AUTH_SOCK=/tmp/ssh-0mmSWGy7xMR2/agent.12 [2020-10-07T23:59:33.877Z] SSH_AGENT_PID=17 [2020-10-07T23:59:33.886Z] Running ssh-add (command line suppressed) [2020-10-07T23:59:34.114Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5836118645369989333.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5836118645369989333.key) [2020-10-07T23:59:34.197Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T23:59:34.571Z] + git semver push [2020-10-07T23:59:34.571Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T23:59:34.571Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-07T23:59:34.571Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-07T23:59:34.571Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T23:59:34.571Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T23:59:34.571Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T23:59:34.571Z] # $SEMVER_BRANCH = master [2020-10-07T23:59:34.571Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-07T23:59:41.299Z] $ docker exec --env ******** --env ******** 4c9971cd45bbcf1584074c519410fa7c67569369c8e7feae3fd8515a212335bd ssh-agent -k [2020-10-07T23:59:41.525Z] unset SSH_AUTH_SOCK; [2020-10-07T23:59:41.539Z] unset SSH_AGENT_PID; [2020-10-07T23:59:41.539Z] echo Agent pid 17 killed; [2020-10-07T23:59:41.684Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T23:59:42.250Z] + git semver [Pipeline] } [2020-10-07T23:59:42.270Z] $ docker stop --time=1 4c9971cd45bbcf1584074c519410fa7c67569369c8e7feae3fd8515a212335bd [2020-10-07T23:59:43.710Z] $ docker rm -f 4c9971cd45bbcf1584074c519410fa7c67569369c8e7feae3fd8515a212335bd [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-07T23:59:45.204Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:59:45.799Z] ---> package-listing.sh [2020-10-07T23:59:45.799Z] ++ facter osfamily [2020-10-07T23:59:45.799Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-07T23:59:45.799Z] + OS_FAMILY=redhat [2020-10-07T23:59:45.799Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-07T23:59:45.799Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-07T23:59:45.799Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-07T23:59:45.799Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-07T23:59:45.799Z] + PACKAGES=/tmp/packages_start.txt [2020-10-07T23:59:45.799Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-07T23:59:45.799Z] + PACKAGES=/tmp/packages_end.txt [2020-10-07T23:59:45.799Z] + case "${OS_FAMILY}" in [2020-10-07T23:59:45.799Z] + rpm -qa [2020-10-07T23:59:45.799Z] + sort [2020-10-07T23:59:50.058Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-07T23:59:50.058Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-07T23:59:50.058Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-07T23:59:50.058Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-07T23:59:50.058Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-07T23:59:50.058Z] + 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-07T23:59:50.728Z] provisioning config files... [2020-10-07T23:59:50.751Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6262111686028139230tmp [Pipeline] { [Pipeline] echo [2020-10-07T23:59:50.883Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:59:51.200Z] ---> create-netrc.sh [Pipeline] } [2020-10-07T23:59:51.214Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-07T23:59:51.303Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:59:51.667Z] ---> python-tools-install.sh [2020-10-07T23:59:51.667Z] Generating Requirements File [2020-10-08T00:01:28.837Z] Python 3.6.8 [2020-10-08T00:01:28.837Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-08T00:01:29.273Z] appdirs==1.4.3 [2020-10-08T00:01:29.273Z] argcomplete==1.12.1 [2020-10-08T00:01:29.273Z] aspy.yaml==1.3.0 [2020-10-08T00:01:29.273Z] attrs==19.3.0 [2020-10-08T00:01:29.273Z] Babel==2.8.0 [2020-10-08T00:01:29.273Z] beautifulsoup4==4.8.2 [2020-10-08T00:01:29.273Z] boto3==1.11.6 [2020-10-08T00:01:29.273Z] botocore==1.14.6 [2020-10-08T00:01:29.273Z] bs4==0.0.1 [2020-10-08T00:01:29.273Z] cachetools==4.1.1 [2020-10-08T00:01:29.273Z] certifi==2019.11.28 [2020-10-08T00:01:29.273Z] cffi==1.14.3 [2020-10-08T00:01:29.273Z] cfgv==2.0.1 [2020-10-08T00:01:29.273Z] chardet==3.0.4 [2020-10-08T00:01:29.273Z] click==7.1 [2020-10-08T00:01:29.273Z] cliff==3.4.0 [2020-10-08T00:01:29.273Z] cmd2==1.3.11 [2020-10-08T00:01:29.273Z] colorama==0.4.3 [2020-10-08T00:01:29.273Z] cryptography==3.1.1 [2020-10-08T00:01:29.273Z] debtcollector==2.2.0 [2020-10-08T00:01:29.273Z] decorator==4.4.2 [2020-10-08T00:01:29.273Z] defusedxml==0.6.0 [2020-10-08T00:01:29.273Z] Deprecated==1.2.7 [2020-10-08T00:01:29.273Z] distlib==0.3.1 [2020-10-08T00:01:29.273Z] distro==1.2.0 [2020-10-08T00:01:29.273Z] dnspython==1.16.0 [2020-10-08T00:01:29.273Z] docker==4.2.0 [2020-10-08T00:01:29.273Z] docutils==0.15.2 [2020-10-08T00:01:29.273Z] dogpile.cache==1.0.2 [2020-10-08T00:01:29.273Z] email-validator==1.0.5 [2020-10-08T00:01:29.273Z] filelock==3.0.12 [2020-10-08T00:01:29.273Z] future==0.18.2 [2020-10-08T00:01:29.273Z] google-auth==1.22.1 [2020-10-08T00:01:29.273Z] httplib2==0.17.0 [2020-10-08T00:01:29.273Z] identify==1.4.11 [2020-10-08T00:01:29.273Z] idna==2.9 [2020-10-08T00:01:29.273Z] importlib-metadata==1.7.0 [2020-10-08T00:01:29.273Z] importlib-resources==1.5.0 [2020-10-08T00:01:29.273Z] iso8601==0.1.13 [2020-10-08T00:01:29.273Z] Jinja2==2.11.1 [2020-10-08T00:01:29.273Z] jmespath==0.10.0 [2020-10-08T00:01:29.273Z] jsonpatch==1.26 [2020-10-08T00:01:29.273Z] jsonpointer==2.0 [2020-10-08T00:01:29.273Z] jsonschema==3.2.0 [2020-10-08T00:01:29.273Z] keystoneauth1==4.2.1 [2020-10-08T00:01:29.273Z] kubernetes==11.0.0 [2020-10-08T00:01:29.273Z] lftools==0.34.2 [2020-10-08T00:01:29.273Z] lxml==4.5.0 [2020-10-08T00:01:29.273Z] MarkupSafe==0.23 [2020-10-08T00:01:29.273Z] msgpack==1.0.0 [2020-10-08T00:01:29.273Z] multi-key-dict==2.0.3 [2020-10-08T00:01:29.273Z] munch==2.5.0 [2020-10-08T00:01:29.273Z] netaddr==0.8.0 [2020-10-08T00:01:29.273Z] netifaces==0.10.9 [2020-10-08T00:01:29.273Z] niet==1.4.2 [2020-10-08T00:01:29.273Z] nodeenv==1.3.5 [2020-10-08T00:01:29.273Z] oauth2client==4.1.3 [2020-10-08T00:01:29.273Z] oauthlib==3.1.0 [2020-10-08T00:01:29.273Z] openstacksdk==0.50.0 [2020-10-08T00:01:29.273Z] os-client-config==2.1.0 [2020-10-08T00:01:29.273Z] os-service-types==1.7.0 [2020-10-08T00:01:29.273Z] osc-lib==2.2.1 [2020-10-08T00:01:29.273Z] oslo.config==8.3.2 [2020-10-08T00:01:29.273Z] oslo.context==3.1.1 [2020-10-08T00:01:29.273Z] oslo.i18n==5.0.1 [2020-10-08T00:01:29.273Z] oslo.log==4.4.0 [2020-10-08T00:01:29.273Z] oslo.serialization==4.0.1 [2020-10-08T00:01:29.273Z] oslo.utils==4.6.0 [2020-10-08T00:01:29.273Z] packaging==20.4 [2020-10-08T00:01:29.273Z] pbr==5.4.4 [2020-10-08T00:01:29.273Z] pluggy==0.13.1 [2020-10-08T00:01:29.273Z] prettytable==0.7.2 [2020-10-08T00:01:29.273Z] py==1.9.0 [2020-10-08T00:01:29.273Z] pyasn1==0.4.8 [2020-10-08T00:01:29.273Z] pyasn1-modules==0.2.8 [2020-10-08T00:01:29.273Z] pycparser==2.20 [2020-10-08T00:01:29.273Z] pygerrit2==2.0.10 [2020-10-08T00:01:29.273Z] PyGithub==1.46 [2020-10-08T00:01:29.273Z] pyinotify==0.9.6 [2020-10-08T00:01:29.273Z] PyJWT==1.7.1 [2020-10-08T00:01:29.273Z] pyparsing==2.4.7 [2020-10-08T00:01:29.273Z] pyperclip==1.8.0 [2020-10-08T00:01:29.273Z] pyroute2==0.4.13 [2020-10-08T00:01:29.273Z] pyrsistent==0.15.7 [2020-10-08T00:01:29.273Z] PySocks==1.6.8 [2020-10-08T00:01:29.273Z] python-cinderclient==7.2.0 [2020-10-08T00:01:29.273Z] python-dateutil==2.8.1 [2020-10-08T00:01:29.273Z] python-heatclient==2.2.1 [2020-10-08T00:01:29.273Z] python-jenkins==1.7.0 [2020-10-08T00:01:29.273Z] python-keystoneclient==4.1.1 [2020-10-08T00:01:29.273Z] python-magnumclient==3.2.1 [2020-10-08T00:01:29.273Z] python-novaclient==17.2.1 [2020-10-08T00:01:29.273Z] python-openstackclient==5.4.0 [2020-10-08T00:01:29.273Z] python-swiftclient==3.10.1 [2020-10-08T00:01:29.273Z] pytz==2020.1 [2020-10-08T00:01:29.273Z] PyYAML==5.3 [2020-10-08T00:01:29.273Z] requests==2.23.0 [2020-10-08T00:01:29.273Z] requests-oauthlib==1.3.0 [2020-10-08T00:01:29.273Z] requestsexceptions==1.4.0 [2020-10-08T00:01:29.273Z] rfc3986==1.4.0 [2020-10-08T00:01:29.273Z] rpm==4.11.3 [2020-10-08T00:01:29.273Z] rsa==4.0 [2020-10-08T00:01:29.273Z] ruamel.yaml==0.16.10 [2020-10-08T00:01:29.273Z] ruamel.yaml.clib==0.2.0 [2020-10-08T00:01:29.273Z] s3transfer==0.3.3 [2020-10-08T00:01:29.273Z] shade==1.27.2 [2020-10-08T00:01:29.273Z] simplejson==3.17.2 [2020-10-08T00:01:29.273Z] six==1.14.0 [2020-10-08T00:01:29.273Z] soupsieve==2.0 [2020-10-08T00:01:29.273Z] stevedore==3.2.2 [2020-10-08T00:01:29.273Z] tabulate==0.8.6 [2020-10-08T00:01:29.273Z] toml==0.10.0 [2020-10-08T00:01:29.273Z] tox==3.20.0 [2020-10-08T00:01:29.273Z] tqdm==4.43.0 [2020-10-08T00:01:29.273Z] urllib3==1.25.8 [2020-10-08T00:01:29.273Z] virtualenv==20.0.33 [2020-10-08T00:01:29.273Z] wcwidth==0.2.5 [2020-10-08T00:01:29.273Z] websocket-client==0.57.0 [2020-10-08T00:01:29.273Z] wrapt==1.12.1 [2020-10-08T00:01:29.273Z] xdg==3.0.2 [2020-10-08T00:01:29.273Z] xmltodict==0.12.0 [2020-10-08T00:01:29.273Z] yq==2.11.1 [2020-10-08T00:01:29.273Z] zipp==3.3.0 [2020-10-08T00:01:31.048Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:33.675Z] 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-08T00:01:38.486Z] Python 2.7.5 [2020-10-08T00:01:38.789Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-08T00:01:39.860Z] 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-08T00:01:39.860Z] ansible==2.9.7 [2020-10-08T00:01:39.860Z] Babel==0.9.6 [2020-10-08T00:01:39.860Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-08T00:01:39.860Z] beautifulsoup4==4.4.1 [2020-10-08T00:01:39.860Z] bodhi==2.11.0 [2020-10-08T00:01:39.860Z] bodhi-client==2.11.0 [2020-10-08T00:01:39.860Z] CCColUtils==1.4 [2020-10-08T00:01:39.860Z] cffi==1.6.0 [2020-10-08T00:01:39.860Z] chardet==2.2.1 [2020-10-08T00:01:39.860Z] click==6.7 [2020-10-08T00:01:39.860Z] cloud-init==18.5 [2020-10-08T00:01:39.860Z] configobj==4.7.2 [2020-10-08T00:01:39.860Z] cryptography==1.7.2 [2020-10-08T00:01:39.860Z] decorator==3.4.0 [2020-10-08T00:01:39.860Z] distro==1.2.0 [2020-10-08T00:01:39.860Z] enum34==1.0.4 [2020-10-08T00:01:39.860Z] fedpkg==1.38 [2020-10-08T00:01:39.860Z] futures==3.1.1 [2020-10-08T00:01:39.860Z] gitdb==0.6.4 [2020-10-08T00:01:39.860Z] GitPython==1.0.1 [2020-10-08T00:01:39.860Z] html5lib==0.999 [2020-10-08T00:01:39.860Z] httplib2==0.9.2 [2020-10-08T00:01:39.860Z] idna==2.4 [2020-10-08T00:01:39.860Z] iniparse==0.4 [2020-10-08T00:01:39.860Z] ipaddress==1.0.16 [2020-10-08T00:01:39.860Z] IPy==0.75 [2020-10-08T00:01:39.860Z] javapackages==1.0.0 [2020-10-08T00:01:39.860Z] Jinja2==2.7.2 [2020-10-08T00:01:39.860Z] jmespath==0.9.4 [2020-10-08T00:01:39.860Z] jsonpatch==1.2 [2020-10-08T00:01:39.860Z] jsonpointer==1.9 [2020-10-08T00:01:39.860Z] kerberos==1.1 [2020-10-08T00:01:39.860Z] kitchen==1.1.1 [2020-10-08T00:01:39.860Z] langtable==0.0.31 [2020-10-08T00:01:39.860Z] lockfile==0.9.1 [2020-10-08T00:01:39.860Z] lxml==3.2.1 [2020-10-08T00:01:39.860Z] MarkupSafe==0.11 [2020-10-08T00:01:39.860Z] munch==2.0.2 [2020-10-08T00:01:39.860Z] offtrac==0.1.0 [2020-10-08T00:01:39.860Z] openidc-client==0.6.0 [2020-10-08T00:01:39.860Z] packagedb-cli==2.14.1 [2020-10-08T00:01:39.860Z] paramiko==2.1.1 [2020-10-08T00:01:39.860Z] perf==0.1 [2020-10-08T00:01:39.860Z] ply==3.4 [2020-10-08T00:01:39.860Z] policycoreutils-default-encoding==0.1 [2020-10-08T00:01:39.860Z] prettytable==0.7.2 [2020-10-08T00:01:39.860Z] pyasn1==0.1.9 [2020-10-08T00:01:39.860Z] pycparser==2.14 [2020-10-08T00:01:39.860Z] pycurl==7.19.0 [2020-10-08T00:01:39.860Z] pygobject==3.22.0 [2020-10-08T00:01:39.860Z] pygpgme==0.3 [2020-10-08T00:01:39.860Z] pyliblzma==0.5.3 [2020-10-08T00:01:39.860Z] pyOpenSSL==0.13.1 [2020-10-08T00:01:39.860Z] pyparsing==1.5.6 [2020-10-08T00:01:39.860Z] pyserial==2.6 [2020-10-08T00:01:39.860Z] python-augeas==0.5.0 [2020-10-08T00:01:39.860Z] python-bugzilla==2.3.0 [2020-10-08T00:01:39.860Z] python-dateutil==1.5 [2020-10-08T00:01:39.860Z] python-fedora==0.10.0 [2020-10-08T00:01:39.860Z] python-linux-procfs==0.4.9 [2020-10-08T00:01:39.860Z] python-yubico==1.2.3 [2020-10-08T00:01:39.860Z] pyudev==0.15 [2020-10-08T00:01:39.860Z] pyusb==1.0.0b1 [2020-10-08T00:01:39.860Z] pyxattr==0.5.1 [2020-10-08T00:01:39.860Z] PyYAML==3.10 [2020-10-08T00:01:39.860Z] requests==2.6.0 [2020-10-08T00:01:39.860Z] requests-kerberos==0.7.0 [2020-10-08T00:01:39.860Z] rpkg==1.60 [2020-10-08T00:01:39.860Z] schedutils==0.4 [2020-10-08T00:01:39.860Z] seobject==0.1 [2020-10-08T00:01:39.860Z] sepolicy==1.1 [2020-10-08T00:01:39.860Z] six==1.9.0 [2020-10-08T00:01:39.860Z] smmap==0.9.0 [2020-10-08T00:01:39.860Z] urlgrabber==3.10 [2020-10-08T00:01:39.860Z] urllib3==1.10.2 [2020-10-08T00:01:39.860Z] virtualenv==15.1.0 [2020-10-08T00:01:39.860Z] yum-langpacks==0.4.2 [2020-10-08T00:01:39.860Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-08T00:01:39.907Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T00:01:40.325Z] ---> sudo-logs.sh [2020-10-08T00:01:40.325Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-08T00:01:40.616Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T00:01:40.988Z] ---> job-cost.sh [2020-10-08T00:01:40.988Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZmVK [2020-10-08T00:01:53.396Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:53.763Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:55.844Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:55.844Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:56.123Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:56.417Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:56.682Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:57.012Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:57.012Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:57.012Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:57.339Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:01:57.339Z] Cache entry deserialization failed, entry ignored [2020-10-08T00:02:00.715Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-08T00:02:40.219Z] lf-activate-venv(): INFO: Adding /tmp/venv-ZmVK/bin to PATH [2020-10-08T00:02:40.219Z] INFO: No Stack... [2020-10-08T00:02:40.219Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-08T00:02:40.481Z] INFO: Archiving Costs [Pipeline] echo [2020-10-08T00:02:40.500Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T00:02:40.856Z] ---> logs-deploy.sh [2020-10-08T00:02:40.856Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/58 [2020-10-08T00:02:40.856Z] INFO: archiving workspace using pattern(s): [2020-10-08T00:02:42.945Z] Archives upload complete. [2020-10-08T00:02:43.221Z] INFO: archiving logs to Nexus [2020-10-08T00:02:45.549Z] ---> uname -a: [2020-10-08T00:02:45.549Z] Linux prd-centos7-docker-4c-2g-4032.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-08T00:02:45.549Z] [2020-10-08T00:02:45.549Z] [2020-10-08T00:02:45.549Z] ---> lscpu: [2020-10-08T00:02:45.549Z] Architecture: x86_64 [2020-10-08T00:02:45.549Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-08T00:02:45.549Z] Byte Order: Little Endian [2020-10-08T00:02:45.549Z] CPU(s): 4 [2020-10-08T00:02:45.549Z] On-line CPU(s) list: 0-3 [2020-10-08T00:02:45.549Z] Thread(s) per core: 1 [2020-10-08T00:02:45.549Z] Core(s) per socket: 1 [2020-10-08T00:02:45.549Z] Socket(s): 4 [2020-10-08T00:02:45.549Z] NUMA node(s): 1 [2020-10-08T00:02:45.549Z] Vendor ID: GenuineIntel [2020-10-08T00:02:45.549Z] CPU family: 6 [2020-10-08T00:02:45.549Z] Model: 44 [2020-10-08T00:02:45.549Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-08T00:02:45.549Z] Stepping: 1 [2020-10-08T00:02:45.549Z] CPU MHz: 2933.438 [2020-10-08T00:02:45.549Z] BogoMIPS: 5866.87 [2020-10-08T00:02:45.549Z] Virtualization: VT-x [2020-10-08T00:02:45.549Z] Hypervisor vendor: KVM [2020-10-08T00:02:45.549Z] Virtualization type: full [2020-10-08T00:02:45.549Z] L1d cache: 32K [2020-10-08T00:02:45.549Z] L1i cache: 32K [2020-10-08T00:02:45.549Z] L2 cache: 4096K [2020-10-08T00:02:45.549Z] L3 cache: 16384K [2020-10-08T00:02:45.549Z] NUMA node0 CPU(s): 0-3 [2020-10-08T00:02:45.549Z] 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-08T00:02:45.549Z] [2020-10-08T00:02:45.549Z]