Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fea83f768be8873eb74d359eca9233db51769833 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4093 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 fea83f768be8873eb74d359eca9233db51769833 (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 fea83f768be8873eb74d359eca9233db51769833 # timeout=10 Commit message: "Merge pull request #325 from judehung/issue-324" > git rev-list --no-walk 066862c7efff900ccb4b659105a93b7fab0a792a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-08T02:53:25.914Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-08T02:53:26.234Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-08T02:53:26.342Z] ========================================================= [2020-10-08T02:53:26.342Z] EdgeX Global Pipelines Version Info [2020-10-08T02:53:26.342Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-08T02:53:27.884Z] ------------------- [2020-10-08T02:53:27.884Z] stable info: [2020-10-08T02:53:27.884Z] ------------------- [2020-10-08T02:53:27.884Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-08T02:53:27.884Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-08T02:53:27.884Z] Message: update stable to v1.0.131 [2020-10-08T02:53:28.828Z] ------------------- [2020-10-08T02:53:28.828Z] experimental info: [2020-10-08T02:53:28.828Z] ------------------- [2020-10-08T02:53:28.829Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-08T02:53:28.829Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-08T02:53:28.829Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-08T02:53:29.178Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-08T02:53:29.264Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-08T02:53:29.361Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-08T02:53:29.454Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-08T02:53:29.551Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-08T02:53:29.640Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-08T02:53:29.741Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-08T02:53:29.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-08T02:53:29.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-08T02:53:30.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-08T02:53:30.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-08T02:53:30.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-08T02:53:30.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-08T02:53:30.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-08T02:53:30.602Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-08T02:53:30.716Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-08T02:53:30.817Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-08T02:53:30.951Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-08T02:53:31.046Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-08T02:53:31.145Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-08T02:53:31.233Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-08T02:53:31.320Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-08T02:53:31.424Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-08T02:53:31.517Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-08T02:53:31.619Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-08T02:53:31.725Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-08T02:53:31.814Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-08T02:53:31.911Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-08T02:53:32.025Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fea83f768be8873eb74d359eca9233db51769833 [Pipeline] echo [2020-10-08T02:53:32.129Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fea83f7 [Pipeline] echo [2020-10-08T02:53:32.217Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-08T02:53:32.923Z] + git log --format=format:%s -1 fea83f768be8873eb74d359eca9233db51769833 [Pipeline] echo [2020-10-08T02:53:32.990Z] GIT_COMMIT: fea83f768be8873eb74d359eca9233db51769833, Commit Message: Merge pull request #325 from judehung/issue-324 [Pipeline] echo [2020-10-08T02:53:33.038Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:53:33.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T02:53:33.881Z] [2020-10-08T02:53:33.881Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:53:34.241Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T02:53:34.241Z] latest: Pulling from edgex-devops/git-semver [2020-10-08T02:53:34.241Z] 31603596830f: Pulling fs layer [2020-10-08T02:53:34.241Z] 2a8b12db71e7: Pulling fs layer [2020-10-08T02:53:34.241Z] 6ca5941a6612: Pulling fs layer [2020-10-08T02:53:34.241Z] ecc8261a40a4: Pulling fs layer [2020-10-08T02:53:34.241Z] ecc8261a40a4: Waiting [2020-10-08T02:53:34.241Z] 2a8b12db71e7: Verifying Checksum [2020-10-08T02:53:34.241Z] 2a8b12db71e7: Download complete [2020-10-08T02:53:34.507Z] 31603596830f: Verifying Checksum [2020-10-08T02:53:34.507Z] 31603596830f: Download complete [2020-10-08T02:53:34.507Z] ecc8261a40a4: Verifying Checksum [2020-10-08T02:53:34.507Z] ecc8261a40a4: Download complete [2020-10-08T02:53:34.507Z] 6ca5941a6612: Verifying Checksum [2020-10-08T02:53:34.507Z] 6ca5941a6612: Download complete [2020-10-08T02:53:34.771Z] 31603596830f: Pull complete [2020-10-08T02:53:34.771Z] 2a8b12db71e7: Pull complete [2020-10-08T02:53:35.720Z] 6ca5941a6612: Pull complete [2020-10-08T02:53:35.720Z] ecc8261a40a4: Pull complete [2020-10-08T02:53:35.982Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-08T02:53:35.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T02:53:35.982Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-08T02:53:36.118Z] prd-centos7-docker-4c-2g-4093 does not seem to be running inside a container [2020-10-08T02:53:36.175Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-08T02:53:38.387Z] $ docker top 2746f50d48d068a9a7e42281c69a55dc611f7acbf91eb5e6a0e3a849c4dc7077 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T02:53:38.663Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T02:53:38.663Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T02:53:38.848Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T02:53:38.852Z] $ docker exec 2746f50d48d068a9a7e42281c69a55dc611f7acbf91eb5e6a0e3a849c4dc7077 ssh-agent [2020-10-08T02:53:39.008Z] SSH_AUTH_SOCK=/tmp/ssh-N8ze7y5nahQ0/agent.13 [2020-10-08T02:53:39.008Z] SSH_AGENT_PID=18 [2020-10-08T02:53:39.019Z] Running ssh-add (command line suppressed) [2020-10-08T02:53:39.134Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4190082359647276398.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4190082359647276398.key) [2020-10-08T02:53:39.185Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T02:53:39.516Z] + git describe --exact-match --tags HEAD [2020-10-08T02:53:39.517Z] fatal: no tag exactly matches 'fea83f768be8873eb74d359eca9233db51769833' [Pipeline] } [2020-10-08T02:53:39.538Z] $ docker exec --env ******** --env ******** 2746f50d48d068a9a7e42281c69a55dc611f7acbf91eb5e6a0e3a849c4dc7077 ssh-agent -k [2020-10-08T02:53:39.642Z] unset SSH_AUTH_SOCK; [2020-10-08T02:53:39.643Z] unset SSH_AGENT_PID; [2020-10-08T02:53:39.643Z] echo Agent pid 18 killed; [2020-10-08T02:53:39.687Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-08T02:53:39.778Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-08T02:53:39.778Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-08T02:53:39.873Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T02:53:39.873Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T02:53:40.036Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T02:53:40.043Z] $ docker exec 2746f50d48d068a9a7e42281c69a55dc611f7acbf91eb5e6a0e3a849c4dc7077 ssh-agent [2020-10-08T02:53:40.208Z] SSH_AUTH_SOCK=/tmp/ssh-ATN54eEUtzad/agent.47 [2020-10-08T02:53:40.209Z] SSH_AGENT_PID=53 [2020-10-08T02:53:40.216Z] Running ssh-add (command line suppressed) [2020-10-08T02:53:40.332Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7846313386207081857.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7846313386207081857.key) [2020-10-08T02:53:40.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T02:53:40.722Z] + git semver init [2020-10-08T02:53:40.722Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T02:53:40.722Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-08T02:53:40.722Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-08T02:53:40.722Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T02:53:40.722Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T02:53:40.722Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T02:53:40.722Z] # $SEMVER_BRANCH = master [2020-10-08T02:53:40.722Z] # $SEMVER_TEMP = /tmp/semver-425033821 [2020-10-08T02:53:40.722Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-08T02:53:41.296Z] # '/tmp/semver-425033821' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-08T02:53:41.296Z] # -> Force: false [2020-10-08T02:53:41.296Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-08T02:53:41.363Z] $ docker exec --env ******** --env ******** 2746f50d48d068a9a7e42281c69a55dc611f7acbf91eb5e6a0e3a849c4dc7077 ssh-agent -k [2020-10-08T02:53:41.476Z] unset SSH_AUTH_SOCK; [2020-10-08T02:53:41.476Z] unset SSH_AGENT_PID; [2020-10-08T02:53:41.476Z] echo Agent pid 53 killed; [2020-10-08T02:53:41.517Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T02:53:41.992Z] + git semver [Pipeline] } [2020-10-08T02:53:42.009Z] $ docker stop --time=1 2746f50d48d068a9a7e42281c69a55dc611f7acbf91eb5e6a0e3a849c4dc7077 [2020-10-08T02:53:43.798Z] $ docker rm -f 2746f50d48d068a9a7e42281c69a55dc611f7acbf91eb5e6a0e3a849c4dc7077 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-08T02:53:44.628Z] Stashed 104 file(s) [Pipeline] echo [2020-10-08T02:53:44.631Z] [edgeXSemver]: initialized semver on version 0.1.93 [Pipeline] echo [2020-10-08T02:53:44.730Z] Archived original version: [0.1.93] [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-08T02:54:00.237Z] Still waiting to schedule task [2020-10-08T02:54:00.237Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-08T02:54:00.240Z] Still waiting to schedule task [2020-10-08T02:54:00.240Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-08T02:55:57.301Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4094 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-08T02:55:57.387Z] Running in /w/workspace/go-mod-core-contracts/59 [Pipeline] { [Pipeline] checkout [2020-10-08T02:56:02.500Z] using credential edgex-jenkins-ssh [2020-10-08T02:56:02.610Z] Cloning the remote Git repository [2020-10-08T02:56:02.670Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-08T02:56:02.794Z] > git init /w/workspace/go-mod-core-contracts/59 # timeout=10 [2020-10-08T02:56:02.873Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-08T02:56:02.873Z] > git --version # timeout=10 [2020-10-08T02:56:02.895Z] > git --version # 'git version 2.17.1' [2020-10-08T02:56:02.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T02:56:02.961Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T02:56:04.527Z] Checking out Revision fea83f768be8873eb74d359eca9233db51769833 (master) [2020-10-08T02:56:03.895Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-08T02:56:03.923Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T02:56:03.949Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-08T02:56:03.993Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-08T02:56:03.994Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T02:56:04.009Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-08T02:56:04.598Z] > git config core.sparsecheckout # timeout=10 [2020-10-08T02:56:04.651Z] > git checkout -f fea83f768be8873eb74d359eca9233db51769833 # timeout=10 [2020-10-08T02:56:09.144Z] Commit message: "Merge pull request #325 from judehung/issue-324" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-08T02:56:10.613Z] ========================================================= [2020-10-08T02:56:10.613Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-08T02:56:10.613Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:56:11.802Z] + 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-08T02:56:12.809Z] Sending build context to Docker daemon 2.543MB [2020-10-08T02:56:12.809Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-08T02:56:12.809Z] Step 2/7 : FROM ${BASE} [2020-10-08T02:56:13.098Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-08T02:56:13.098Z] b538f80385f9: Pulling fs layer [2020-10-08T02:56:13.098Z] 74f711af9a0d: Pulling fs layer [2020-10-08T02:56:13.098Z] 99f96fe45779: Pulling fs layer [2020-10-08T02:56:13.098Z] 8529a6b9a6be: Pulling fs layer [2020-10-08T02:56:13.098Z] 45590311c82a: Pulling fs layer [2020-10-08T02:56:13.098Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-08T02:56:13.098Z] 209524e5b208: Pulling fs layer [2020-10-08T02:56:13.098Z] 8529a6b9a6be: Waiting [2020-10-08T02:56:13.098Z] 45590311c82a: Waiting [2020-10-08T02:56:13.098Z] 209524e5b208: Waiting [2020-10-08T02:56:13.098Z] 99f96fe45779: Download complete [2020-10-08T02:56:13.098Z] 74f711af9a0d: Verifying Checksum [2020-10-08T02:56:13.098Z] 74f711af9a0d: Download complete [2020-10-08T02:56:13.098Z] 45590311c82a: Download complete [2020-10-08T02:56:13.098Z] 69ca0ff8b7b3: Download complete [2020-10-08T02:56:14.085Z] b538f80385f9: Download complete [2020-10-08T02:56:14.691Z] b538f80385f9: Pull complete [2020-10-08T02:56:15.302Z] 74f711af9a0d: Pull complete [2020-10-08T02:56:15.579Z] 99f96fe45779: Pull complete [2020-10-08T02:56:17.029Z] 209524e5b208: Verifying Checksum [2020-10-08T02:56:17.029Z] 209524e5b208: Download complete [2020-10-08T02:56:18.026Z] 8529a6b9a6be: Verifying Checksum [2020-10-08T02:56:18.026Z] 8529a6b9a6be: Download complete [2020-10-08T02:56:28.240Z] 8529a6b9a6be: Pull complete [2020-10-08T02:56:28.838Z] 45590311c82a: Pull complete [2020-10-08T02:56:29.113Z] 69ca0ff8b7b3: Pull complete [2020-10-08T02:56:33.461Z] 209524e5b208: Pull complete [2020-10-08T02:56:33.461Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-08T02:56:33.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-08T02:56:33.461Z] ---> 5bddaf1c2fca [2020-10-08T02:56:33.461Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-08T02:56:36.097Z] ---> Running in 66ae45511509 [2020-10-08T02:56:36.097Z] Removing intermediate container 66ae45511509 [2020-10-08T02:56:36.097Z] ---> af4086d33369 [2020-10-08T02:56:36.097Z] Step 4/7 : RUN apk add bash [2020-10-08T02:56:36.368Z] ---> Running in 53811cd3eabe [2020-10-08T02:56:37.525Z] Running on prd-centos7-docker-4c-2g-4095 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-08T02:56:37.606Z] Running in /w/workspace/go-mod-core-contracts/59 [Pipeline] { [Pipeline] checkout [2020-10-08T02:56:37.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T02:56:38.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T02:56:39.401Z] OK: 142 MiB in 39 packages [2020-10-08T02:56:40.861Z] Removing intermediate container 53811cd3eabe [2020-10-08T02:56:40.861Z] ---> f67e6bb83a94 [2020-10-08T02:56:40.861Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-08T02:56:40.861Z] ---> Running in ee601bde516f [2020-10-08T02:56:41.141Z] Removing intermediate container ee601bde516f [2020-10-08T02:56:41.141Z] ---> 2c15459c698b [2020-10-08T02:56:41.418Z] Step 6/7 : COPY go.mod . [2020-10-08T02:56:42.014Z] ---> 4672150ab3ed [2020-10-08T02:56:42.014Z] Step 7/7 : RUN go mod download [2020-10-08T02:56:42.014Z] ---> Running in 2b8b5c3d6f2d [2020-10-08T02:56:44.918Z] using credential edgex-jenkins-ssh [2020-10-08T02:56:44.982Z] Cloning the remote Git repository [2020-10-08T02:56:45.050Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-08T02:56:45.145Z] > git init /w/workspace/go-mod-core-contracts/59 # timeout=10 [2020-10-08T02:56:45.401Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-08T02:56:45.401Z] > git --version # timeout=10 [2020-10-08T02:56:45.523Z] > git --version # 'git version 2.16.5' [2020-10-08T02:56:45.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T02:56:45.573Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T02:56:48.540Z] Checking out Revision fea83f768be8873eb74d359eca9233db51769833 (master) [2020-10-08T02:56:47.984Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-08T02:56:47.997Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T02:56:48.033Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-08T02:56:48.050Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-08T02:56:48.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T02:56:48.056Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-08T02:56:48.563Z] > git config core.sparsecheckout # timeout=10 [2020-10-08T02:56:48.580Z] > git checkout -f fea83f768be8873eb74d359eca9233db51769833 # timeout=10 [2020-10-08T02:56:52.604Z] Commit message: "Merge pull request #325 from judehung/issue-324" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-08T02:56:53.869Z] ========================================================= [2020-10-08T02:56:53.869Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-08T02:56:53.869Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:56:55.020Z] + 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-08T02:56:55.654Z] Sending build context to Docker daemon 2.543MB [2020-10-08T02:56:55.654Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-08T02:56:55.654Z] Step 2/7 : FROM ${BASE} [2020-10-08T02:56:55.654Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-08T02:56:55.654Z] df20fa9351a1: Pulling fs layer [2020-10-08T02:56:55.654Z] ed8968b2872e: Pulling fs layer [2020-10-08T02:56:55.654Z] a92cc7c5fd73: Pulling fs layer [2020-10-08T02:56:55.654Z] e871e8e8d7a9: Pulling fs layer [2020-10-08T02:56:55.654Z] e73272ec9a57: Pulling fs layer [2020-10-08T02:56:55.654Z] 1e910a182e73: Pulling fs layer [2020-10-08T02:56:55.654Z] 4e634b169226: Pulling fs layer [2020-10-08T02:56:55.654Z] e871e8e8d7a9: Waiting [2020-10-08T02:56:55.654Z] e73272ec9a57: Waiting [2020-10-08T02:56:55.654Z] 4e634b169226: Waiting [2020-10-08T02:56:55.654Z] 1e910a182e73: Waiting [2020-10-08T02:56:55.654Z] a92cc7c5fd73: Verifying Checksum [2020-10-08T02:56:55.654Z] a92cc7c5fd73: Download complete [2020-10-08T02:56:55.654Z] ed8968b2872e: Verifying Checksum [2020-10-08T02:56:55.654Z] ed8968b2872e: Download complete [2020-10-08T02:56:55.654Z] e73272ec9a57: Download complete [2020-10-08T02:56:55.654Z] 1e910a182e73: Verifying Checksum [2020-10-08T02:56:55.654Z] 1e910a182e73: Download complete [2020-10-08T02:56:56.238Z] df20fa9351a1: Verifying Checksum [2020-10-08T02:56:56.238Z] df20fa9351a1: Download complete [2020-10-08T02:56:56.873Z] df20fa9351a1: Pull complete [2020-10-08T02:56:56.873Z] ed8968b2872e: Pull complete [2020-10-08T02:56:57.143Z] Removing intermediate container 2b8b5c3d6f2d [2020-10-08T02:56:57.143Z] ---> b1ba00b3b133 [2020-10-08T02:56:57.143Z] Successfully built b1ba00b3b133 [2020-10-08T02:56:57.143Z] Successfully tagged ci-base-image-arm64:latest [2020-10-08T02:56:57.165Z] a92cc7c5fd73: Pull complete [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:56:57.559Z] + docker inspect -f . ci-base-image-arm64 [2020-10-08T02:56:57.559Z] . [Pipeline] withDockerContainer [2020-10-08T02:56:57.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-4094 does not seem to be running inside a container [2020-10-08T02:56:57.927Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/59 -v /w/workspace/go-mod-core-contracts/59:/w/workspace/go-mod-core-contracts/59:rw,z -v /w/workspace/go-mod-core-contracts/59@tmp:/w/workspace/go-mod-core-contracts/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-08T02:56:59.841Z] $ docker top 3a953e09d1ebffad68b6eb41106098253ba1f8bc1640bc868e8325b0a6f684d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T02:57:00.651Z] 4e634b169226: Verifying Checksum [2020-10-08T02:57:00.651Z] 4e634b169226: Download complete [2020-10-08T02:57:01.357Z] + go version [2020-10-08T02:57:01.357Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-08T02:57:01.382Z] $ docker stop --time=1 3a953e09d1ebffad68b6eb41106098253ba1f8bc1640bc868e8325b0a6f684d7 [2020-10-08T02:57:02.207Z] e871e8e8d7a9: Verifying Checksum [2020-10-08T02:57:02.207Z] e871e8e8d7a9: Download complete [2020-10-08T02:57:03.403Z] $ docker rm -f 3a953e09d1ebffad68b6eb41106098253ba1f8bc1640bc868e8325b0a6f684d7 [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-08T02:57:12.465Z] e871e8e8d7a9: Pull complete [2020-10-08T02:57:12.465Z] e73272ec9a57: Pull complete [2020-10-08T02:57:12.465Z] 1e910a182e73: Pull complete [2020-10-08T02:57:17.840Z] 4e634b169226: Pull complete [2020-10-08T02:57:17.840Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-08T02:57:17.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-08T02:57:17.840Z] ---> f7629b54cfaa [2020-10-08T02:57:17.840Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-08T02:57:18.104Z] ---> Running in 80027f4266f0 [2020-10-08T02:57:18.395Z] Removing intermediate container 80027f4266f0 [2020-10-08T02:57:18.395Z] ---> 0d5af9abe310 [2020-10-08T02:57:18.395Z] Step 4/7 : RUN apk add bash [2020-10-08T02:57:18.395Z] ---> Running in a465d8ce3fd6 [2020-10-08T02:57:19.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T02:57:19.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T02:57:20.553Z] OK: 166 MiB in 39 packages [2020-10-08T02:57:21.141Z] Removing intermediate container a465d8ce3fd6 [2020-10-08T02:57:21.141Z] ---> 5a4f16059be7 [2020-10-08T02:57:21.141Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-08T02:57:21.423Z] ---> Running in b95a40548986 [2020-10-08T02:57:21.423Z] Removing intermediate container b95a40548986 [2020-10-08T02:57:21.423Z] ---> 9d6ba0b733ab [2020-10-08T02:57:21.423Z] Step 6/7 : COPY go.mod . [2020-10-08T02:57:21.694Z] ---> b115bdfe0691 [2020-10-08T02:57:21.694Z] Step 7/7 : RUN go mod download [2020-10-08T02:57:21.967Z] ---> Running in d9c5875c9bc8 [2020-10-08T02:57:34.603Z] Removing intermediate container d9c5875c9bc8 [2020-10-08T02:57:34.603Z] ---> 1250b0fb9cf9 [2020-10-08T02:57:34.603Z] Successfully built 1250b0fb9cf9 [2020-10-08T02:57:34.603Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:57:35.221Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-08T02:57:35.493Z] . [Pipeline] withDockerContainer [2020-10-08T02:57:35.782Z] prd-centos7-docker-4c-2g-4095 does not seem to be running inside a container [2020-10-08T02:57:35.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/59 -v /w/workspace/go-mod-core-contracts/59:/w/workspace/go-mod-core-contracts/59:rw,z -v /w/workspace/go-mod-core-contracts/59@tmp:/w/workspace/go-mod-core-contracts/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-08T02:57:36.751Z] $ docker top 917e12a6972019babe6656a7efbcf7f4a9133cddfda70dd5d02804de3c5a495c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T02:57:37.376Z] + go version [2020-10-08T02:57:37.376Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-08T02:57:37.396Z] $ docker stop --time=1 917e12a6972019babe6656a7efbcf7f4a9133cddfda70dd5d02804de3c5a495c [2020-10-08T02:57:38.851Z] $ docker rm -f 917e12a6972019babe6656a7efbcf7f4a9133cddfda70dd5d02804de3c5a495c [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-08T02:57:41.691Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-08T02:57:41.693Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-08T02:57:41.747Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:57:42.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-08T02:57:42.124Z] [2020-10-08T02:57:42.124Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:57:42.490Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-08T02:57:42.490Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-08T02:57:42.490Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-08T02:57:42.490Z] 408f87550127: Pulling fs layer [2020-10-08T02:57:42.490Z] fe522b08c979: Pulling fs layer [2020-10-08T02:57:42.490Z] 221eaa008020: Pulling fs layer [2020-10-08T02:57:42.490Z] 2a4607e5d6b9: Pulling fs layer [2020-10-08T02:57:42.490Z] 8f79b27c4fd2: Pulling fs layer [2020-10-08T02:57:42.490Z] e5c8dbe1645b: Pulling fs layer [2020-10-08T02:57:42.490Z] 23e8b3b47431: Pulling fs layer [2020-10-08T02:57:42.490Z] 5c568d65a230: Pulling fs layer [2020-10-08T02:57:42.490Z] 8f79b27c4fd2: Waiting [2020-10-08T02:57:42.490Z] e5c8dbe1645b: Waiting [2020-10-08T02:57:42.490Z] 23e8b3b47431: Waiting [2020-10-08T02:57:42.490Z] 5c568d65a230: Waiting [2020-10-08T02:57:42.490Z] 2a4607e5d6b9: Waiting [2020-10-08T02:57:42.490Z] fe522b08c979: Verifying Checksum [2020-10-08T02:57:42.490Z] fe522b08c979: Download complete [2020-10-08T02:57:42.490Z] 408f87550127: Verifying Checksum [2020-10-08T02:57:42.490Z] 408f87550127: Download complete [2020-10-08T02:57:42.490Z] 2a4607e5d6b9: Verifying Checksum [2020-10-08T02:57:42.490Z] 2a4607e5d6b9: Download complete [2020-10-08T02:57:42.490Z] 8f79b27c4fd2: Verifying Checksum [2020-10-08T02:57:42.490Z] 8f79b27c4fd2: Download complete [2020-10-08T02:57:42.490Z] cbdbe7a5bc2a: Download complete [2020-10-08T02:57:42.756Z] cbdbe7a5bc2a: Pull complete [2020-10-08T02:57:43.020Z] 408f87550127: Pull complete [2020-10-08T02:57:43.020Z] fe522b08c979: Pull complete [2020-10-08T02:57:43.594Z] e5c8dbe1645b: Download complete [2020-10-08T02:57:44.989Z] 5c568d65a230: Verifying Checksum [2020-10-08T02:57:44.989Z] 5c568d65a230: Download complete [2020-10-08T02:57:44.989Z] 23e8b3b47431: Verifying Checksum [2020-10-08T02:57:44.989Z] 23e8b3b47431: Download complete [2020-10-08T02:57:45.935Z] 221eaa008020: Verifying Checksum [2020-10-08T02:57:45.935Z] 221eaa008020: Download complete [2020-10-08T02:57:51.249Z] 221eaa008020: Pull complete [2020-10-08T02:57:51.249Z] 2a4607e5d6b9: Pull complete [2020-10-08T02:57:51.249Z] 8f79b27c4fd2: Pull complete [2020-10-08T02:57:53.170Z] e5c8dbe1645b: Pull complete [2020-10-08T02:57:56.488Z] 23e8b3b47431: Pull complete [2020-10-08T02:57:57.889Z] 5c568d65a230: Pull complete [2020-10-08T02:57:57.889Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-08T02:57:57.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-08T02:57:57.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-08T02:57:58.028Z] prd-centos7-docker-4c-2g-4093 does not seem to be running inside a container [2020-10-08T02:57:58.074Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-08T02:57:58.875Z] $ docker top ae2097b1355d4299bff16cecbe51f1266aa37fb624e99ee3d6a23ce43be64af0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T02:57:59.420Z] + snyk monitor '--org=edgex-jenkins' [2020-10-08T02:58:04.730Z] [2020-10-08T02:58:04.730Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-08T02:58:04.730Z] [2020-10-08T02:58:04.730Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/b5a304ba-af89-4ac6-86e1-09ee0b0c19b1 [2020-10-08T02:58:04.730Z] [2020-10-08T02:58:04.730Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-08T02:58:04.730Z] [2020-10-08T02:58:04.730Z] [2020-10-08T02:58:04.730Z] Snyk CLI supports Node.js 8 and higher. [2020-10-08T02:58:04.730Z] 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-08T02:58:04.730Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-08T02:58:04.730Z] [2020-10-08T02:58:04.730Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-08T02:58:04.730Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-08T02:58:04.746Z] $ docker stop --time=1 ae2097b1355d4299bff16cecbe51f1266aa37fb624e99ee3d6a23ce43be64af0 [2020-10-08T02:58:06.997Z] $ docker rm -f ae2097b1355d4299bff16cecbe51f1266aa37fb624e99ee3d6a23ce43be64af0 [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-08T02:58:08.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T02:58:08.921Z] . [Pipeline] withDockerContainer [2020-10-08T02:58:09.014Z] prd-centos7-docker-4c-2g-4093 does not seem to be running inside a container [2020-10-08T02:58:09.059Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-08T02:58:09.651Z] $ docker top 901b4608db994a280809649ee056a53798b904004117e7d7da3227687e701b73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T02:58:09.943Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T02:58:09.943Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T02:58:10.127Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T02:58:10.131Z] $ docker exec 901b4608db994a280809649ee056a53798b904004117e7d7da3227687e701b73 ssh-agent [2020-10-08T02:58:10.281Z] SSH_AUTH_SOCK=/tmp/ssh-XKX7d6wpbu8H/agent.12 [2020-10-08T02:58:10.281Z] SSH_AGENT_PID=18 [2020-10-08T02:58:10.288Z] Running ssh-add (command line suppressed) [2020-10-08T02:58:10.408Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8620043095252336970.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8620043095252336970.key) [2020-10-08T02:58:10.459Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T02:58:10.814Z] + git semver tag [2020-10-08T02:58:10.814Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T02:58:10.814Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-08T02:58:10.814Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-08T02:58:10.814Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T02:58:10.814Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T02:58:10.814Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T02:58:10.814Z] # $SEMVER_BRANCH = master [2020-10-08T02:58:10.814Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-08T02:58:10.814Z] # fea83f768be8873eb74d359eca9233db51769833 HEAD [2020-10-08T02:58:10.814Z] # -> Force: false [2020-10-08T02:58:10.814Z] # e6dfc63def77ecb120d6bab2b9310f547459ba83 refs/tags/v0.1.93 [Pipeline] } [2020-10-08T02:58:10.828Z] $ docker exec --env ******** --env ******** 901b4608db994a280809649ee056a53798b904004117e7d7da3227687e701b73 ssh-agent -k [2020-10-08T02:58:10.946Z] unset SSH_AUTH_SOCK; [2020-10-08T02:58:10.946Z] unset SSH_AGENT_PID; [2020-10-08T02:58:10.946Z] echo Agent pid 18 killed; [2020-10-08T02:58:10.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T02:58:11.489Z] + git semver [Pipeline] } [2020-10-08T02:58:11.505Z] $ docker stop --time=1 901b4608db994a280809649ee056a53798b904004117e7d7da3227687e701b73 [2020-10-08T02:58:12.836Z] $ docker rm -f 901b4608db994a280809649ee056a53798b904004117e7d7da3227687e701b73 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:58:13.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-08T02:58:13.470Z] [2020-10-08T02:58:13.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:58:13.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-08T02:58:13.816Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-08T02:58:13.816Z] ab5ef0e58194: Pulling fs layer [2020-10-08T02:58:13.816Z] 9712f1f96733: Pulling fs layer [2020-10-08T02:58:13.816Z] 63f879dbbcfc: Pulling fs layer [2020-10-08T02:58:13.816Z] 0d9ebad4ef96: Pulling fs layer [2020-10-08T02:58:13.816Z] e9a5061849ea: Pulling fs layer [2020-10-08T02:58:13.816Z] d747dcd14b5f: Pulling fs layer [2020-10-08T02:58:13.816Z] 2de7ff778b66: Pulling fs layer [2020-10-08T02:58:13.816Z] e9a5061849ea: Waiting [2020-10-08T02:58:13.816Z] d747dcd14b5f: Waiting [2020-10-08T02:58:13.816Z] 2de7ff778b66: Waiting [2020-10-08T02:58:13.816Z] 0d9ebad4ef96: Waiting [2020-10-08T02:58:13.816Z] 9712f1f96733: Verifying Checksum [2020-10-08T02:58:13.816Z] 9712f1f96733: Download complete [2020-10-08T02:58:15.204Z] 63f879dbbcfc: Verifying Checksum [2020-10-08T02:58:15.204Z] 63f879dbbcfc: Download complete [2020-10-08T02:58:15.204Z] e9a5061849ea: Verifying Checksum [2020-10-08T02:58:15.204Z] e9a5061849ea: Download complete [2020-10-08T02:58:15.469Z] d747dcd14b5f: Verifying Checksum [2020-10-08T02:58:15.469Z] d747dcd14b5f: Download complete [2020-10-08T02:58:15.760Z] 2de7ff778b66: Verifying Checksum [2020-10-08T02:58:15.760Z] 2de7ff778b66: Download complete [2020-10-08T02:58:16.022Z] 0d9ebad4ef96: Verifying Checksum [2020-10-08T02:58:16.022Z] 0d9ebad4ef96: Download complete [2020-10-08T02:58:16.285Z] ab5ef0e58194: Verifying Checksum [2020-10-08T02:58:16.285Z] ab5ef0e58194: Download complete [2020-10-08T02:58:19.613Z] ab5ef0e58194: Pull complete [2020-10-08T02:58:19.881Z] 9712f1f96733: Pull complete [2020-10-08T02:58:22.448Z] 63f879dbbcfc: Pull complete [2020-10-08T02:58:29.062Z] 0d9ebad4ef96: Pull complete [2020-10-08T02:58:30.447Z] e9a5061849ea: Pull complete [2020-10-08T02:58:30.447Z] d747dcd14b5f: Pull complete [2020-10-08T02:58:33.752Z] 2de7ff778b66: Pull complete [2020-10-08T02:58:33.752Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-08T02:58:33.752Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-08T02:58:33.752Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-08T02:58:33.891Z] prd-centos7-docker-4c-2g-4093 does not seem to be running inside a container [2020-10-08T02:58:33.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-08T02:58:37.440Z] $ docker top ce98c68895292df0c08e3962933833ce44d9d45a2fd8e94339b249aadcb296a4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-08T02:58:37.703Z] provisioning config files... [2020-10-08T02:58:37.715Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7621153778680156171tmp [2020-10-08T02:58:37.731Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8070332046311880748tmp [2020-10-08T02:58:37.744Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8394095597608355452tmp [Pipeline] { [Pipeline] echo [2020-10-08T02:58:37.810Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T02:58:38.109Z] ---> sigul-configuration.sh [2020-10-08T02:58:38.110Z] gpg: directory `/root/.gnupg' created [2020-10-08T02:58:38.110Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-08T02:58:38.110Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-08T02:58:38.110Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-08T02:58:38.110Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-08T02:58:38.110Z] gpg: CAST5 encrypted data [2020-10-08T02:58:38.370Z] gpg: encrypted with 1 passphrase [2020-10-08T02:58:38.371Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-08T02:58:38.664Z] + mkdir /home/jenkins [2020-10-08T02:58:38.664Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-08T02:58:38.963Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-08T02:58:38.974Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T02:58:39.402Z] ---> sigul-install.sh [2020-10-08T02:58:44.796Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-08T02:58:45.095Z] + git tag --list [2020-10-08T02:58:45.095Z] v0.0.0 [2020-10-08T02:58:45.095Z] v0.0.1 [2020-10-08T02:58:45.095Z] v0.1.0 [2020-10-08T02:58:45.095Z] v0.1.1 [2020-10-08T02:58:45.095Z] v0.1.10 [2020-10-08T02:58:45.095Z] v0.1.11 [2020-10-08T02:58:45.095Z] v0.1.12 [2020-10-08T02:58:45.095Z] v0.1.13 [2020-10-08T02:58:45.095Z] v0.1.14 [2020-10-08T02:58:45.095Z] v0.1.15 [2020-10-08T02:58:45.095Z] v0.1.16 [2020-10-08T02:58:45.095Z] v0.1.17 [2020-10-08T02:58:45.095Z] v0.1.18 [2020-10-08T02:58:45.095Z] v0.1.19 [2020-10-08T02:58:45.095Z] v0.1.2 [2020-10-08T02:58:45.095Z] v0.1.20 [2020-10-08T02:58:45.095Z] v0.1.21 [2020-10-08T02:58:45.095Z] v0.1.22 [2020-10-08T02:58:45.095Z] v0.1.23 [2020-10-08T02:58:45.095Z] v0.1.24 [2020-10-08T02:58:45.095Z] v0.1.25 [2020-10-08T02:58:45.095Z] v0.1.26 [2020-10-08T02:58:45.095Z] v0.1.27 [2020-10-08T02:58:45.095Z] v0.1.28 [2020-10-08T02:58:45.095Z] v0.1.29 [2020-10-08T02:58:45.095Z] v0.1.3 [2020-10-08T02:58:45.095Z] v0.1.30 [2020-10-08T02:58:45.095Z] v0.1.31 [2020-10-08T02:58:45.095Z] v0.1.32 [2020-10-08T02:58:45.095Z] v0.1.33 [2020-10-08T02:58:45.095Z] v0.1.34 [2020-10-08T02:58:45.095Z] v0.1.35 [2020-10-08T02:58:45.095Z] v0.1.36 [2020-10-08T02:58:45.095Z] v0.1.37 [2020-10-08T02:58:45.095Z] v0.1.38 [2020-10-08T02:58:45.095Z] v0.1.39 [2020-10-08T02:58:45.095Z] v0.1.4 [2020-10-08T02:58:45.095Z] v0.1.40 [2020-10-08T02:58:45.095Z] v0.1.41 [2020-10-08T02:58:45.095Z] v0.1.42 [2020-10-08T02:58:45.095Z] v0.1.43 [2020-10-08T02:58:45.095Z] v0.1.44 [2020-10-08T02:58:45.095Z] v0.1.45 [2020-10-08T02:58:45.095Z] v0.1.46 [2020-10-08T02:58:45.095Z] v0.1.47 [2020-10-08T02:58:45.095Z] v0.1.48 [2020-10-08T02:58:45.095Z] v0.1.49 [2020-10-08T02:58:45.095Z] v0.1.5 [2020-10-08T02:58:45.095Z] v0.1.50 [2020-10-08T02:58:45.095Z] v0.1.51 [2020-10-08T02:58:45.095Z] v0.1.52 [2020-10-08T02:58:45.095Z] v0.1.53 [2020-10-08T02:58:45.095Z] v0.1.54 [2020-10-08T02:58:45.095Z] v0.1.55 [2020-10-08T02:58:45.095Z] v0.1.56 [2020-10-08T02:58:45.095Z] v0.1.57 [2020-10-08T02:58:45.095Z] v0.1.58 [2020-10-08T02:58:45.095Z] v0.1.59 [2020-10-08T02:58:45.095Z] v0.1.6 [2020-10-08T02:58:45.095Z] v0.1.60 [2020-10-08T02:58:45.095Z] v0.1.61 [2020-10-08T02:58:45.095Z] v0.1.62 [2020-10-08T02:58:45.095Z] v0.1.63 [2020-10-08T02:58:45.095Z] v0.1.64 [2020-10-08T02:58:45.095Z] v0.1.65 [2020-10-08T02:58:45.095Z] v0.1.66 [2020-10-08T02:58:45.095Z] v0.1.67 [2020-10-08T02:58:45.095Z] v0.1.68 [2020-10-08T02:58:45.095Z] v0.1.69 [2020-10-08T02:58:45.095Z] v0.1.7 [2020-10-08T02:58:45.095Z] v0.1.70 [2020-10-08T02:58:45.095Z] v0.1.71 [2020-10-08T02:58:45.095Z] v0.1.72 [2020-10-08T02:58:45.095Z] v0.1.73 [2020-10-08T02:58:45.095Z] v0.1.74 [2020-10-08T02:58:45.095Z] v0.1.75 [2020-10-08T02:58:45.095Z] v0.1.76 [2020-10-08T02:58:45.095Z] v0.1.77 [2020-10-08T02:58:45.095Z] v0.1.78 [2020-10-08T02:58:45.095Z] v0.1.79 [2020-10-08T02:58:45.095Z] v0.1.8 [2020-10-08T02:58:45.095Z] v0.1.80 [2020-10-08T02:58:45.095Z] v0.1.81 [2020-10-08T02:58:45.095Z] v0.1.82 [2020-10-08T02:58:45.095Z] v0.1.83 [2020-10-08T02:58:45.095Z] v0.1.84 [2020-10-08T02:58:45.095Z] v0.1.85 [2020-10-08T02:58:45.095Z] v0.1.86 [2020-10-08T02:58:45.095Z] v0.1.87 [2020-10-08T02:58:45.095Z] v0.1.88 [2020-10-08T02:58:45.095Z] v0.1.89 [2020-10-08T02:58:45.095Z] v0.1.9 [2020-10-08T02:58:45.095Z] v0.1.90 [2020-10-08T02:58:45.095Z] v0.1.91 [2020-10-08T02:58:45.095Z] v0.1.92 [2020-10-08T02:58:45.095Z] v0.1.93 [Pipeline] sh [2020-10-08T02:58:45.394Z] + lftools sign git-tag v0.1.93 [2020-10-08T02:58:46.784Z] Signing Git tag with Sigul... [2020-10-08T02:58:46.784Z] Signing v0.1.93 [Pipeline] echo [2020-10-08T02:58:47.736Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T02:58:48.029Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-08T02:58:48.038Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-08T02:58:48.143Z] $ docker stop --time=1 ce98c68895292df0c08e3962933833ce44d9d45a2fd8e94339b249aadcb296a4 [2020-10-08T02:58:50.148Z] $ docker rm -f ce98c68895292df0c08e3962933833ce44d9d45a2fd8e94339b249aadcb296a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:58:51.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T02:58:51.002Z] . [Pipeline] withDockerContainer [2020-10-08T02:58:51.098Z] prd-centos7-docker-4c-2g-4093 does not seem to be running inside a container [2020-10-08T02:58:51.137Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-08T02:58:51.750Z] $ docker top dcd1c6458031c38db523ec4332ef7c9a8ba9daf6e8cd60864843eddf219a181d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T02:58:52.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T02:58:52.027Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T02:58:52.205Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T02:58:52.210Z] $ docker exec dcd1c6458031c38db523ec4332ef7c9a8ba9daf6e8cd60864843eddf219a181d ssh-agent [2020-10-08T02:58:52.377Z] SSH_AUTH_SOCK=/tmp/ssh-i14bScl20NTl/agent.13 [2020-10-08T02:58:52.377Z] SSH_AGENT_PID=18 [2020-10-08T02:58:52.384Z] Running ssh-add (command line suppressed) [2020-10-08T02:58:52.506Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8564058408600867144.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8564058408600867144.key) [2020-10-08T02:58:52.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T02:58:52.888Z] + git semver bump patch [2020-10-08T02:58:52.888Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T02:58:52.888Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-08T02:58:52.888Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-08T02:58:52.888Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T02:58:52.888Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T02:58:52.888Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T02:58:52.888Z] # $SEMVER_BRANCH = master [2020-10-08T02:58:52.888Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-08T02:58:52.888Z] 0.1.94 [Pipeline] } [2020-10-08T02:58:52.899Z] $ docker exec --env ******** --env ******** dcd1c6458031c38db523ec4332ef7c9a8ba9daf6e8cd60864843eddf219a181d ssh-agent -k [2020-10-08T02:58:53.022Z] unset SSH_AUTH_SOCK; [2020-10-08T02:58:53.022Z] unset SSH_AGENT_PID; [2020-10-08T02:58:53.022Z] echo Agent pid 18 killed; [2020-10-08T02:58:53.070Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T02:58:53.539Z] + git semver [Pipeline] } [2020-10-08T02:58:53.556Z] $ docker stop --time=1 dcd1c6458031c38db523ec4332ef7c9a8ba9daf6e8cd60864843eddf219a181d [2020-10-08T02:58:54.900Z] $ docker rm -f dcd1c6458031c38db523ec4332ef7c9a8ba9daf6e8cd60864843eddf219a181d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T02:58:55.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T02:58:55.416Z] . [Pipeline] withDockerContainer [2020-10-08T02:58:55.513Z] prd-centos7-docker-4c-2g-4093 does not seem to be running inside a container [2020-10-08T02:58:55.559Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-08T02:58:56.185Z] $ docker top bdd7ca5a54064a66bb6e6a3cb0078a840028bc45b7d333e2ec98db4d4aaa7eb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T02:58:56.534Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T02:58:56.534Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T02:58:56.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T02:58:56.731Z] $ docker exec bdd7ca5a54064a66bb6e6a3cb0078a840028bc45b7d333e2ec98db4d4aaa7eb9 ssh-agent [2020-10-08T02:58:56.914Z] SSH_AUTH_SOCK=/tmp/ssh-PiXx5r5jwyrS/agent.12 [2020-10-08T02:58:56.914Z] SSH_AGENT_PID=18 [2020-10-08T02:58:56.920Z] Running ssh-add (command line suppressed) [2020-10-08T02:58:57.039Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_202778480757648572.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_202778480757648572.key) [2020-10-08T02:58:57.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T02:58:57.425Z] + git semver push [2020-10-08T02:58:57.425Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T02:58:57.425Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-08T02:58:57.425Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-08T02:58:57.425Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T02:58:57.425Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T02:58:57.425Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T02:58:57.425Z] # $SEMVER_BRANCH = master [2020-10-08T02:58:57.425Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-08T02:59:04.027Z] $ docker exec --env ******** --env ******** bdd7ca5a54064a66bb6e6a3cb0078a840028bc45b7d333e2ec98db4d4aaa7eb9 ssh-agent -k [2020-10-08T02:59:04.157Z] unset SSH_AUTH_SOCK; [2020-10-08T02:59:04.157Z] unset SSH_AGENT_PID; [2020-10-08T02:59:04.157Z] echo Agent pid 18 killed; [2020-10-08T02:59:04.205Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T02:59:04.685Z] + git semver [Pipeline] } [2020-10-08T02:59:04.700Z] $ docker stop --time=1 bdd7ca5a54064a66bb6e6a3cb0078a840028bc45b7d333e2ec98db4d4aaa7eb9 [2020-10-08T02:59:06.454Z] $ docker rm -f bdd7ca5a54064a66bb6e6a3cb0078a840028bc45b7d333e2ec98db4d4aaa7eb9 [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-08T02:59:07.910Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T02:59:08.475Z] ---> package-listing.sh [2020-10-08T02:59:08.475Z] ++ facter osfamily [2020-10-08T02:59:08.475Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-08T02:59:08.475Z] + OS_FAMILY=redhat [2020-10-08T02:59:08.475Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-08T02:59:08.475Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-08T02:59:08.475Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-08T02:59:08.475Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-08T02:59:08.475Z] + PACKAGES=/tmp/packages_start.txt [2020-10-08T02:59:08.475Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-08T02:59:08.475Z] + PACKAGES=/tmp/packages_end.txt [2020-10-08T02:59:08.475Z] + case "${OS_FAMILY}" in [2020-10-08T02:59:08.475Z] + rpm -qa [2020-10-08T02:59:08.475Z] + sort [2020-10-08T02:59:12.686Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-08T02:59:12.686Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-08T02:59:12.686Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-08T02:59:12.686Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-08T02:59:12.686Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-08T02:59:12.686Z] + 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-08T02:59:13.361Z] provisioning config files... [2020-10-08T02:59:13.377Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2406000088776735727tmp [Pipeline] { [Pipeline] echo [2020-10-08T02:59:13.484Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T02:59:13.781Z] ---> create-netrc.sh [Pipeline] } [2020-10-08T02:59:13.789Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-08T02:59:13.892Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T02:59:14.188Z] ---> python-tools-install.sh [2020-10-08T02:59:14.188Z] Generating Requirements File [2020-10-08T03:00:35.710Z] Python 3.6.8 [2020-10-08T03:00:35.710Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-08T03:00:35.710Z] appdirs==1.4.3 [2020-10-08T03:00:35.710Z] argcomplete==1.12.1 [2020-10-08T03:00:35.710Z] aspy.yaml==1.3.0 [2020-10-08T03:00:35.710Z] attrs==19.3.0 [2020-10-08T03:00:35.710Z] Babel==2.8.0 [2020-10-08T03:00:35.710Z] beautifulsoup4==4.8.2 [2020-10-08T03:00:35.710Z] boto3==1.11.6 [2020-10-08T03:00:35.710Z] botocore==1.14.6 [2020-10-08T03:00:35.710Z] bs4==0.0.1 [2020-10-08T03:00:35.710Z] cachetools==4.1.1 [2020-10-08T03:00:35.710Z] certifi==2019.11.28 [2020-10-08T03:00:35.710Z] cffi==1.14.3 [2020-10-08T03:00:35.710Z] cfgv==2.0.1 [2020-10-08T03:00:35.710Z] chardet==3.0.4 [2020-10-08T03:00:35.710Z] click==7.1 [2020-10-08T03:00:35.710Z] cliff==3.4.0 [2020-10-08T03:00:35.710Z] cmd2==1.3.11 [2020-10-08T03:00:35.710Z] colorama==0.4.3 [2020-10-08T03:00:35.710Z] cryptography==3.1.1 [2020-10-08T03:00:35.710Z] debtcollector==2.2.0 [2020-10-08T03:00:35.710Z] decorator==4.4.2 [2020-10-08T03:00:35.710Z] defusedxml==0.6.0 [2020-10-08T03:00:35.710Z] Deprecated==1.2.7 [2020-10-08T03:00:35.710Z] distlib==0.3.1 [2020-10-08T03:00:35.710Z] distro==1.2.0 [2020-10-08T03:00:35.710Z] dnspython==1.16.0 [2020-10-08T03:00:35.710Z] docker==4.2.0 [2020-10-08T03:00:35.710Z] docutils==0.15.2 [2020-10-08T03:00:35.710Z] dogpile.cache==1.0.2 [2020-10-08T03:00:35.710Z] email-validator==1.0.5 [2020-10-08T03:00:35.710Z] filelock==3.0.12 [2020-10-08T03:00:35.710Z] future==0.18.2 [2020-10-08T03:00:35.710Z] google-auth==1.22.1 [2020-10-08T03:00:35.710Z] httplib2==0.17.0 [2020-10-08T03:00:35.710Z] identify==1.4.11 [2020-10-08T03:00:35.710Z] idna==2.9 [2020-10-08T03:00:35.710Z] importlib-metadata==1.7.0 [2020-10-08T03:00:35.710Z] importlib-resources==1.5.0 [2020-10-08T03:00:35.710Z] iso8601==0.1.13 [2020-10-08T03:00:35.710Z] Jinja2==2.11.1 [2020-10-08T03:00:35.710Z] jmespath==0.10.0 [2020-10-08T03:00:35.710Z] jsonpatch==1.26 [2020-10-08T03:00:35.710Z] jsonpointer==2.0 [2020-10-08T03:00:35.710Z] jsonschema==3.2.0 [2020-10-08T03:00:35.710Z] keystoneauth1==4.2.1 [2020-10-08T03:00:35.710Z] kubernetes==11.0.0 [2020-10-08T03:00:35.710Z] lftools==0.34.2 [2020-10-08T03:00:35.710Z] lxml==4.5.0 [2020-10-08T03:00:35.710Z] MarkupSafe==0.23 [2020-10-08T03:00:35.710Z] msgpack==1.0.0 [2020-10-08T03:00:35.710Z] multi-key-dict==2.0.3 [2020-10-08T03:00:35.710Z] munch==2.5.0 [2020-10-08T03:00:35.710Z] netaddr==0.8.0 [2020-10-08T03:00:35.710Z] netifaces==0.10.9 [2020-10-08T03:00:35.710Z] niet==1.4.2 [2020-10-08T03:00:35.710Z] nodeenv==1.3.5 [2020-10-08T03:00:35.710Z] oauth2client==4.1.3 [2020-10-08T03:00:35.710Z] oauthlib==3.1.0 [2020-10-08T03:00:35.710Z] openstacksdk==0.50.0 [2020-10-08T03:00:35.710Z] os-client-config==2.1.0 [2020-10-08T03:00:35.710Z] os-service-types==1.7.0 [2020-10-08T03:00:35.710Z] osc-lib==2.2.1 [2020-10-08T03:00:35.710Z] oslo.config==8.3.2 [2020-10-08T03:00:35.710Z] oslo.context==3.1.1 [2020-10-08T03:00:35.710Z] oslo.i18n==5.0.1 [2020-10-08T03:00:35.710Z] oslo.log==4.4.0 [2020-10-08T03:00:35.710Z] oslo.serialization==4.0.1 [2020-10-08T03:00:35.710Z] oslo.utils==4.6.0 [2020-10-08T03:00:35.710Z] packaging==20.4 [2020-10-08T03:00:35.710Z] pbr==5.4.4 [2020-10-08T03:00:35.710Z] pluggy==0.13.1 [2020-10-08T03:00:35.710Z] prettytable==0.7.2 [2020-10-08T03:00:35.710Z] py==1.9.0 [2020-10-08T03:00:35.710Z] pyasn1==0.4.8 [2020-10-08T03:00:35.710Z] pyasn1-modules==0.2.8 [2020-10-08T03:00:35.710Z] pycparser==2.20 [2020-10-08T03:00:35.710Z] pygerrit2==2.0.10 [2020-10-08T03:00:35.710Z] PyGithub==1.46 [2020-10-08T03:00:35.710Z] pyinotify==0.9.6 [2020-10-08T03:00:35.710Z] PyJWT==1.7.1 [2020-10-08T03:00:35.710Z] pyparsing==2.4.7 [2020-10-08T03:00:35.710Z] pyperclip==1.8.0 [2020-10-08T03:00:35.710Z] pyroute2==0.4.13 [2020-10-08T03:00:35.710Z] pyrsistent==0.15.7 [2020-10-08T03:00:35.710Z] PySocks==1.6.8 [2020-10-08T03:00:35.710Z] python-cinderclient==7.2.0 [2020-10-08T03:00:35.710Z] python-dateutil==2.8.1 [2020-10-08T03:00:35.710Z] python-heatclient==2.2.1 [2020-10-08T03:00:35.710Z] python-jenkins==1.7.0 [2020-10-08T03:00:35.710Z] python-keystoneclient==4.1.1 [2020-10-08T03:00:35.710Z] python-magnumclient==3.2.1 [2020-10-08T03:00:35.710Z] python-novaclient==17.2.1 [2020-10-08T03:00:35.710Z] python-openstackclient==5.4.0 [2020-10-08T03:00:35.710Z] python-swiftclient==3.10.1 [2020-10-08T03:00:35.710Z] pytz==2020.1 [2020-10-08T03:00:35.710Z] PyYAML==5.3 [2020-10-08T03:00:35.710Z] requests==2.23.0 [2020-10-08T03:00:35.710Z] requests-oauthlib==1.3.0 [2020-10-08T03:00:35.710Z] requestsexceptions==1.4.0 [2020-10-08T03:00:35.710Z] rfc3986==1.4.0 [2020-10-08T03:00:35.710Z] rpm==4.11.3 [2020-10-08T03:00:35.710Z] rsa==4.0 [2020-10-08T03:00:35.710Z] ruamel.yaml==0.16.10 [2020-10-08T03:00:35.710Z] ruamel.yaml.clib==0.2.0 [2020-10-08T03:00:35.710Z] s3transfer==0.3.3 [2020-10-08T03:00:35.710Z] shade==1.27.2 [2020-10-08T03:00:35.710Z] simplejson==3.17.2 [2020-10-08T03:00:35.710Z] six==1.14.0 [2020-10-08T03:00:35.710Z] soupsieve==2.0 [2020-10-08T03:00:35.710Z] stevedore==3.2.2 [2020-10-08T03:00:35.710Z] tabulate==0.8.6 [2020-10-08T03:00:35.710Z] toml==0.10.0 [2020-10-08T03:00:35.710Z] tox==3.20.0 [2020-10-08T03:00:35.710Z] tqdm==4.43.0 [2020-10-08T03:00:35.710Z] urllib3==1.25.8 [2020-10-08T03:00:35.710Z] virtualenv==20.0.33 [2020-10-08T03:00:35.710Z] wcwidth==0.2.5 [2020-10-08T03:00:35.710Z] websocket-client==0.57.0 [2020-10-08T03:00:35.710Z] wrapt==1.12.1 [2020-10-08T03:00:35.710Z] xdg==3.0.2 [2020-10-08T03:00:35.710Z] xmltodict==0.12.0 [2020-10-08T03:00:35.710Z] yq==2.11.1 [2020-10-08T03:00:35.710Z] zipp==3.3.0 [2020-10-08T03:00:35.710Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:35.710Z] 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-08T03:00:35.710Z] Python 2.7.5 [2020-10-08T03:00:35.710Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-08T03:00:35.710Z] 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-08T03:00:35.710Z] ansible==2.9.7 [2020-10-08T03:00:35.710Z] Babel==0.9.6 [2020-10-08T03:00:35.710Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-08T03:00:35.710Z] beautifulsoup4==4.4.1 [2020-10-08T03:00:35.710Z] bodhi==2.11.0 [2020-10-08T03:00:35.710Z] bodhi-client==2.11.0 [2020-10-08T03:00:35.710Z] CCColUtils==1.4 [2020-10-08T03:00:35.710Z] cffi==1.6.0 [2020-10-08T03:00:35.711Z] chardet==2.2.1 [2020-10-08T03:00:35.711Z] click==6.7 [2020-10-08T03:00:35.711Z] cloud-init==18.5 [2020-10-08T03:00:35.711Z] configobj==4.7.2 [2020-10-08T03:00:35.711Z] cryptography==1.7.2 [2020-10-08T03:00:35.711Z] decorator==3.4.0 [2020-10-08T03:00:35.711Z] distro==1.2.0 [2020-10-08T03:00:35.711Z] enum34==1.0.4 [2020-10-08T03:00:35.711Z] fedpkg==1.38 [2020-10-08T03:00:35.711Z] futures==3.1.1 [2020-10-08T03:00:35.711Z] gitdb==0.6.4 [2020-10-08T03:00:35.711Z] GitPython==1.0.1 [2020-10-08T03:00:35.711Z] html5lib==0.999 [2020-10-08T03:00:35.711Z] httplib2==0.9.2 [2020-10-08T03:00:35.711Z] idna==2.4 [2020-10-08T03:00:35.711Z] iniparse==0.4 [2020-10-08T03:00:35.711Z] ipaddress==1.0.16 [2020-10-08T03:00:35.711Z] IPy==0.75 [2020-10-08T03:00:35.711Z] javapackages==1.0.0 [2020-10-08T03:00:35.711Z] Jinja2==2.7.2 [2020-10-08T03:00:35.711Z] jmespath==0.9.4 [2020-10-08T03:00:35.711Z] jsonpatch==1.2 [2020-10-08T03:00:35.711Z] jsonpointer==1.9 [2020-10-08T03:00:35.711Z] kerberos==1.1 [2020-10-08T03:00:35.711Z] kitchen==1.1.1 [2020-10-08T03:00:35.711Z] langtable==0.0.31 [2020-10-08T03:00:35.711Z] lockfile==0.9.1 [2020-10-08T03:00:35.711Z] lxml==3.2.1 [2020-10-08T03:00:35.711Z] MarkupSafe==0.11 [2020-10-08T03:00:35.711Z] munch==2.0.2 [2020-10-08T03:00:35.711Z] offtrac==0.1.0 [2020-10-08T03:00:35.711Z] openidc-client==0.6.0 [2020-10-08T03:00:35.711Z] packagedb-cli==2.14.1 [2020-10-08T03:00:35.711Z] paramiko==2.1.1 [2020-10-08T03:00:35.711Z] perf==0.1 [2020-10-08T03:00:35.711Z] ply==3.4 [2020-10-08T03:00:35.711Z] policycoreutils-default-encoding==0.1 [2020-10-08T03:00:35.711Z] prettytable==0.7.2 [2020-10-08T03:00:35.711Z] pyasn1==0.1.9 [2020-10-08T03:00:35.711Z] pycparser==2.14 [2020-10-08T03:00:35.711Z] pycurl==7.19.0 [2020-10-08T03:00:35.711Z] pygobject==3.22.0 [2020-10-08T03:00:35.711Z] pygpgme==0.3 [2020-10-08T03:00:35.711Z] pyliblzma==0.5.3 [2020-10-08T03:00:35.711Z] pyOpenSSL==0.13.1 [2020-10-08T03:00:35.711Z] pyparsing==1.5.6 [2020-10-08T03:00:35.711Z] pyserial==2.6 [2020-10-08T03:00:35.711Z] python-augeas==0.5.0 [2020-10-08T03:00:35.711Z] python-bugzilla==2.3.0 [2020-10-08T03:00:35.711Z] python-dateutil==1.5 [2020-10-08T03:00:35.711Z] python-fedora==0.10.0 [2020-10-08T03:00:35.711Z] python-linux-procfs==0.4.9 [2020-10-08T03:00:35.711Z] python-yubico==1.2.3 [2020-10-08T03:00:35.711Z] pyudev==0.15 [2020-10-08T03:00:35.711Z] pyusb==1.0.0b1 [2020-10-08T03:00:35.711Z] pyxattr==0.5.1 [2020-10-08T03:00:35.711Z] PyYAML==3.10 [2020-10-08T03:00:35.711Z] requests==2.6.0 [2020-10-08T03:00:35.711Z] requests-kerberos==0.7.0 [2020-10-08T03:00:35.711Z] rpkg==1.60 [2020-10-08T03:00:35.711Z] schedutils==0.4 [2020-10-08T03:00:35.711Z] seobject==0.1 [2020-10-08T03:00:35.711Z] sepolicy==1.1 [2020-10-08T03:00:35.711Z] six==1.9.0 [2020-10-08T03:00:35.711Z] smmap==0.9.0 [2020-10-08T03:00:35.711Z] urlgrabber==3.10 [2020-10-08T03:00:35.711Z] urllib3==1.10.2 [2020-10-08T03:00:35.711Z] virtualenv==15.1.0 [2020-10-08T03:00:35.711Z] yum-langpacks==0.4.2 [2020-10-08T03:00:35.711Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-08T03:00:35.723Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:00:36.021Z] ---> sudo-logs.sh [2020-10-08T03:00:36.021Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-08T03:00:36.295Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:00:37.180Z] ---> job-cost.sh [2020-10-08T03:00:37.180Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PW2a [2020-10-08T03:00:45.368Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:45.368Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:46.318Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:46.318Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:46.318Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:46.318Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:46.580Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:46.580Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:46.843Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:47.103Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:47.103Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:47.103Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:00:50.451Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-08T03:01:22.768Z] lf-activate-venv(): INFO: Adding /tmp/venv-PW2a/bin to PATH [2020-10-08T03:01:22.768Z] INFO: No Stack... [2020-10-08T03:01:22.768Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-08T03:01:22.768Z] INFO: Archiving Costs [Pipeline] echo [2020-10-08T03:01:22.791Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:01:23.101Z] ---> logs-deploy.sh [2020-10-08T03:01:23.101Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/59 [2020-10-08T03:01:23.101Z] INFO: archiving workspace using pattern(s): [2020-10-08T03:01:25.047Z] Archives upload complete. [2020-10-08T03:01:25.047Z] INFO: archiving logs to Nexus