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 23:52:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:52:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:52:16 ========================================================= 23:52:16 EdgeX Global Pipelines Version Info 23:52:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:52:18 ------------------- 23:52:18 stable info: 23:52:18 ------------------- 23:52:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:52:18 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 23:52:18 Message: update stable to v1.0.131 23:52:19 ------------------- 23:52:19 experimental info: 23:52:19 ------------------- 23:52:19 Commited By: **** collab-it+edgex@linuxfoundation.org 23:52:19 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 23:52:19 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:52:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 23:52:19 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 23:52:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:52:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:52:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:52:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:52:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:52:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:52:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:52:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:52:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:52:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 23:52:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:52:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:52:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:52:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:52:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:52:21 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:52:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 23:52:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:52:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:52:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:52:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:52:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:52:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:52:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:52:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:52:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:52:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 066862c7efff900ccb4b659105a93b7fab0a792a [Pipeline] echo 23:52:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 066862c [Pipeline] echo 23:52:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:52:23 + git log --format=format:%s -1 066862c7efff900ccb4b659105a93b7fab0a792a [Pipeline] echo 23:52:24 GIT_COMMIT: 066862c7efff900ccb4b659105a93b7fab0a792a, Commit Message: Merge pull request #321 from jpwhitemn/set-conventional-commits [Pipeline] echo 23:52:24 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:52:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:52:25 23:52:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:52:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:52:26 latest: Pulling from edgex-devops/git-semver 23:52:26 31603596830f: Pulling fs layer 23:52:26 2a8b12db71e7: Pulling fs layer 23:52:26 6ca5941a6612: Pulling fs layer 23:52:26 ecc8261a40a4: Pulling fs layer 23:52:26 ecc8261a40a4: Waiting 23:52:26 2a8b12db71e7: Verifying Checksum 23:52:26 31603596830f: Verifying Checksum 23:52:26 31603596830f: Download complete 23:52:27 31603596830f: Pull complete 23:52:27 6ca5941a6612: Verifying Checksum 23:52:27 6ca5941a6612: Download complete 23:52:27 2a8b12db71e7: Pull complete 23:52:27 ecc8261a40a4: Verifying Checksum 23:52:27 ecc8261a40a4: Download complete 23:52:28 6ca5941a6612: Pull complete 23:52:28 ecc8261a40a4: Pull complete 23:52:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:52:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:52:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:52:29 prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container 23:52:29 $ 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 23:52:31 $ docker top 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:52:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:52:31 [ssh-agent] Looking for ssh-agent implementation... 23:52:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:52:32 $ docker exec 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 ssh-agent 23:52:32 SSH_AUTH_SOCK=/tmp/ssh-gqnA0obdijR6/agent.11 23:52:32 SSH_AGENT_PID=16 23:52:32 Running ssh-add (command line suppressed) 23:52:32 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) 23:52:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:52:34 + git describe --exact-match --tags HEAD 23:52:34 fatal: no tag exactly matches '066862c7efff900ccb4b659105a93b7fab0a792a' [Pipeline] } 23:52:34 $ docker exec --env ******** --env ******** 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 ssh-agent -k 23:52:34 unset SSH_AUTH_SOCK; 23:52:34 unset SSH_AGENT_PID; 23:52:34 echo Agent pid 16 killed; 23:52:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:52:34 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:52:34 This usually means this commit has not been tagged. [Pipeline] sshagent 23:52:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:52:34 [ssh-agent] Looking for ssh-agent implementation... 23:52:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:52:35 $ docker exec 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 ssh-agent 23:52:35 SSH_AUTH_SOCK=/tmp/ssh-kyOLAW6ly7qA/agent.44 23:52:35 SSH_AGENT_PID=50 23:52:35 Running ssh-add (command line suppressed) 23:52:35 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) 23:52:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:52:36 + git semver init 23:52:36 # -> Open(): unable to determine branch for HEAD 23:52:36 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:52:36 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:52:36 # $SEMVER_REMOTE_NAME = origin 23:52:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:52:36 # $SEMVER_USER_NAME = edgex-jenkins 23:52:36 # $SEMVER_BRANCH = master 23:52:36 # $SEMVER_TEMP = /tmp/semver-107758415 23:52:36 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 23:52:37 # '/tmp/semver-107758415' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 23:52:37 # -> Force: false 23:52:37 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 23:52:37 $ docker exec --env ******** --env ******** 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 ssh-agent -k 23:52:37 unset SSH_AUTH_SOCK; 23:52:37 unset SSH_AGENT_PID; 23:52:37 echo Agent pid 50 killed; 23:52:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:52:38 + git semver [Pipeline] } 23:52:38 $ docker stop --time=1 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 23:52:40 $ docker rm -f 7b04b8ad00df007699bf4d8ab03657570df4bc3e61fa0bddab07d1c8ab2e3da2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:52:41 Stashed 103 file(s) [Pipeline] echo 23:52:41 [edgeXSemver]: initialized semver on version 0.1.92 [Pipeline] echo 23:52:41 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 23:52:57 Still waiting to schedule task 23:52:57 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:52:57 Still waiting to schedule task 23:52:57 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:55:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4034 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 23:55:00 Running in /w/workspace/go-mod-core-contracts/58 [Pipeline] { [Pipeline] checkout 23:55:05 using credential edgex-jenkins-ssh 23:55:06 Cloning the remote Git repository 23:55:06 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 23:55:06 > git init /w/workspace/go-mod-core-contracts/58 # timeout=10 23:55:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:55:06 > git --version # timeout=10 23:55:06 > git --version # 'git version 2.17.1' 23:55:06 using GIT_SSH to set credentials SSH Credentials for GitHub 23:55:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:55:07 Checking out Revision 066862c7efff900ccb4b659105a93b7fab0a792a (master) 23:55:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:55:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:55:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:55:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:55:07 using GIT_SSH to set credentials SSH Credentials for GitHub 23:55:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:55:08 > git config core.sparsecheckout # timeout=10 23:55:08 > git checkout -f 066862c7efff900ccb4b659105a93b7fab0a792a # timeout=10 23:55:12 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 23:55:13 ========================================================= 23:55:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:55:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:55:14 + 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 . 23:55:15 Sending build context to Docker daemon 2.533MB 23:55:15 Step 1/7 : ARG BASE=golang:1.15-alpine 23:55:15 Step 2/7 : FROM ${BASE} 23:55:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:55:16 b538f80385f9: Pulling fs layer 23:55:16 74f711af9a0d: Pulling fs layer 23:55:16 99f96fe45779: Pulling fs layer 23:55:16 8529a6b9a6be: Pulling fs layer 23:55:16 45590311c82a: Pulling fs layer 23:55:16 69ca0ff8b7b3: Pulling fs layer 23:55:16 209524e5b208: Pulling fs layer 23:55:16 45590311c82a: Waiting 23:55:16 69ca0ff8b7b3: Waiting 23:55:16 209524e5b208: Waiting 23:55:16 8529a6b9a6be: Waiting 23:55:16 99f96fe45779: Verifying Checksum 23:55:16 99f96fe45779: Download complete 23:55:16 74f711af9a0d: Verifying Checksum 23:55:16 74f711af9a0d: Download complete 23:55:17 45590311c82a: Verifying Checksum 23:55:17 45590311c82a: Download complete 23:55:17 b538f80385f9: Verifying Checksum 23:55:17 b538f80385f9: Download complete 23:55:18 b538f80385f9: Pull complete 23:55:18 74f711af9a0d: Pull complete 23:55:19 99f96fe45779: Pull complete 23:55:20 209524e5b208: Verifying Checksum 23:55:20 209524e5b208: Download complete 23:55:21 8529a6b9a6be: Verifying Checksum 23:55:21 8529a6b9a6be: Download complete 23:55:31 8529a6b9a6be: Pull complete 23:55:31 45590311c82a: Pull complete 23:55:31 69ca0ff8b7b3: Pull complete 23:55:35 209524e5b208: Pull complete 23:55:35 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:55:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:55:35 ---> 5bddaf1c2fca 23:55:35 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:55:38 ---> Running in e50c165bed59 23:55:38 Removing intermediate container e50c165bed59 23:55:38 ---> baa981856279 23:55:38 Step 4/7 : RUN apk add bash 23:55:38 ---> Running in d0390ee52ed2 23:55:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:55:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:55:41 OK: 142 MiB in 39 packages 23:55:43 Removing intermediate container d0390ee52ed2 23:55:43 ---> a3cc5e29e12e 23:55:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:55:43 ---> Running in 8a738065d12f 23:55:43 Removing intermediate container 8a738065d12f 23:55:43 ---> 2884d69999e0 23:55:43 Step 6/7 : COPY go.mod . 23:55:44 ---> 3dded65973ae 23:55:44 Step 7/7 : RUN go mod download 23:55:44 ---> Running in cac7ee0e0453 23:55:59 Removing intermediate container cac7ee0e0453 23:55:59 ---> 00bf4fa9271e 23:55:59 Successfully built 00bf4fa9271e 23:55:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:55:59 + docker inspect -f . ci-base-image-arm64 23:55:59 . [Pipeline] withDockerContainer 23:56:00 prd-ubuntu18.04-docker-arm64-4c-16g-4034 does not seem to be running inside a container 23:56:00 $ 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 23:56:02 $ docker top 7c6f5f3b63bd1bea1959766cc2156a4948e35f71b287a5db852a2504f2da7e44 -eo pid,comm [Pipeline] { [Pipeline] sh 23:56:03 + go version 23:56:03 go version go1.15.2 linux/arm64 [Pipeline] } 23:56:03 $ docker stop --time=1 7c6f5f3b63bd1bea1959766cc2156a4948e35f71b287a5db852a2504f2da7e44 23:56:05 $ 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] } 23:56:40 Running on prd-centos7-docker-4c-2g-4035 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 23:56:41 Running in /w/workspace/go-mod-core-contracts/58 [Pipeline] { [Pipeline] checkout 23:56:50 using credential edgex-jenkins-ssh 23:56:50 Cloning the remote Git repository 23:56:50 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 23:56:50 > git init /w/workspace/go-mod-core-contracts/58 # timeout=10 23:56:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:56:50 > git --version # timeout=10 23:56:50 > git --version # 'git version 2.16.5' 23:56:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:56:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:56:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:56:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:56:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:56:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:56:51 using GIT_SSH to set credentials SSH Credentials for GitHub 23:56:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:56:52 Checking out Revision 066862c7efff900ccb4b659105a93b7fab0a792a (master) 23:56:52 > git config core.sparsecheckout # timeout=10 23:56:52 > git checkout -f 066862c7efff900ccb4b659105a93b7fab0a792a # timeout=10 23:56:56 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 23:56:57 ========================================================= 23:56:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:56:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:56:58 + 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 . 23:56:59 Sending build context to Docker daemon 2.533MB 23:56:59 Step 1/7 : ARG BASE=golang:1.15-alpine 23:56:59 Step 2/7 : FROM ${BASE} 23:56:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:56:59 df20fa9351a1: Pulling fs layer 23:56:59 ed8968b2872e: Pulling fs layer 23:56:59 a92cc7c5fd73: Pulling fs layer 23:56:59 e871e8e8d7a9: Pulling fs layer 23:56:59 e73272ec9a57: Pulling fs layer 23:56:59 1e910a182e73: Pulling fs layer 23:56:59 4e634b169226: Pulling fs layer 23:56:59 e73272ec9a57: Waiting 23:56:59 1e910a182e73: Waiting 23:56:59 4e634b169226: Waiting 23:56:59 e871e8e8d7a9: Waiting 23:56:59 a92cc7c5fd73: Verifying Checksum 23:56:59 a92cc7c5fd73: Download complete 23:56:59 ed8968b2872e: Download complete 23:56:59 e73272ec9a57: Verifying Checksum 23:56:59 e73272ec9a57: Download complete 23:56:59 1e910a182e73: Verifying Checksum 23:56:59 1e910a182e73: Download complete 23:57:00 df20fa9351a1: Verifying Checksum 23:57:00 df20fa9351a1: Download complete 23:57:01 df20fa9351a1: Pull complete 23:57:01 ed8968b2872e: Pull complete 23:57:01 a92cc7c5fd73: Pull complete 23:57:03 4e634b169226: Verifying Checksum 23:57:03 4e634b169226: Download complete 23:57:04 e871e8e8d7a9: Verifying Checksum 23:57:04 e871e8e8d7a9: Download complete 23:57:13 e871e8e8d7a9: Pull complete 23:57:13 e73272ec9a57: Pull complete 23:57:13 1e910a182e73: Pull complete 23:57:18 4e634b169226: Pull complete 23:57:18 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:57:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:57:18 ---> f7629b54cfaa 23:57:18 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:57:19 ---> Running in 3a35e8aa6d05 23:57:19 Removing intermediate container 3a35e8aa6d05 23:57:19 ---> 4e316587a8e9 23:57:19 Step 4/7 : RUN apk add bash 23:57:19 ---> Running in c4dc16857aad 23:57:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:57:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:57:21 OK: 166 MiB in 39 packages 23:57:22 Removing intermediate container c4dc16857aad 23:57:22 ---> 69df5f3117f0 23:57:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:57:22 ---> Running in 32cdf633384e 23:57:22 Removing intermediate container 32cdf633384e 23:57:22 ---> 7225504b7a72 23:57:22 Step 6/7 : COPY go.mod . 23:57:22 ---> 857e4a621847 23:57:22 Step 7/7 : RUN go mod download 23:57:22 ---> Running in 9964da8dcf62 23:57:35 Removing intermediate container 9964da8dcf62 23:57:35 ---> 9de77d720323 23:57:35 Successfully built 9de77d720323 23:57:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:57:35 + docker inspect -f . ci-base-image-x86_64 23:57:35 . [Pipeline] withDockerContainer 23:57:36 prd-centos7-docker-4c-2g-4035 does not seem to be running inside a container 23:57:36 $ 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 23:57:37 $ docker top 188986bbf4fdfaf4aaf16799f32fab8c6f68bb32f634f9b1ec76f09e165a2741 -eo pid,comm [Pipeline] { [Pipeline] sh 23:57:37 + go version 23:57:37 go version go1.15.2 linux/amd64 [Pipeline] } 23:57:37 $ docker stop --time=1 188986bbf4fdfaf4aaf16799f32fab8c6f68bb32f634f9b1ec76f09e165a2741 23:57:39 $ 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 23:57:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:57:42 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:57:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:57:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:57:43 23:57:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 23:57:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:57:43 1.317.0: Pulling from edgex-devops/edgex-snyk-go 23:57:43 cbdbe7a5bc2a: Pulling fs layer 23:57:43 408f87550127: Pulling fs layer 23:57:43 fe522b08c979: Pulling fs layer 23:57:43 221eaa008020: Pulling fs layer 23:57:43 2a4607e5d6b9: Pulling fs layer 23:57:43 8f79b27c4fd2: Pulling fs layer 23:57:43 e5c8dbe1645b: Pulling fs layer 23:57:43 23e8b3b47431: Pulling fs layer 23:57:43 5c568d65a230: Pulling fs layer 23:57:43 2a4607e5d6b9: Waiting 23:57:43 8f79b27c4fd2: Waiting 23:57:43 e5c8dbe1645b: Waiting 23:57:43 23e8b3b47431: Waiting 23:57:43 5c568d65a230: Waiting 23:57:43 221eaa008020: Waiting 23:57:43 fe522b08c979: Verifying Checksum 23:57:43 fe522b08c979: Download complete 23:57:43 408f87550127: Download complete 23:57:43 2a4607e5d6b9: Verifying Checksum 23:57:43 2a4607e5d6b9: Download complete 23:57:44 8f79b27c4fd2: Verifying Checksum 23:57:44 8f79b27c4fd2: Download complete 23:57:44 cbdbe7a5bc2a: Verifying Checksum 23:57:45 cbdbe7a5bc2a: Pull complete 23:57:45 408f87550127: Pull complete 23:57:45 fe522b08c979: Pull complete 23:57:46 e5c8dbe1645b: Verifying Checksum 23:57:46 e5c8dbe1645b: Download complete 23:57:48 23e8b3b47431: Verifying Checksum 23:57:48 23e8b3b47431: Download complete 23:57:48 5c568d65a230: Verifying Checksum 23:57:48 5c568d65a230: Download complete 23:57:50 221eaa008020: Verifying Checksum 23:57:50 221eaa008020: Download complete 23:58:01 221eaa008020: Pull complete 23:58:01 2a4607e5d6b9: Pull complete 23:58:01 8f79b27c4fd2: Pull complete 23:58:03 e5c8dbe1645b: Pull complete 23:58:08 23e8b3b47431: Pull complete 23:58:09 5c568d65a230: Pull complete 23:58:09 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 23:58:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:58:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 23:58:09 prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container 23:58:09 $ 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 23:58:11 $ docker top c893f2b9af437979b21d30430387d600ef5f653ef601cdb679bcedaaacd0caa5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:58:12 + snyk monitor '--org=edgex-jenkins' 23:58:19 23:58:19 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 23:58:19 23:58:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/1066631c-9a75-440b-a8d8-8b0369516b98 23:58:19 23:58:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:58:19 23:58:19 23:58:19 Snyk CLI supports Node.js 8 and higher. 23:58:19 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 23:58:19 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 23:58:19 23:58:19 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 23:58:19 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 23:58:19 $ docker stop --time=1 c893f2b9af437979b21d30430387d600ef5f653ef601cdb679bcedaaacd0caa5 23:58:22 $ 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 23:58:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:58:24 . [Pipeline] withDockerContainer 23:58:24 prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container 23:58:24 $ 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 23:58:25 $ docker top e2b2b6ae6ee0296c56296389bd88331a201757aea51abf6129b440e64008f538 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:58:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:58:26 [ssh-agent] Looking for ssh-agent implementation... 23:58:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:58:26 $ docker exec e2b2b6ae6ee0296c56296389bd88331a201757aea51abf6129b440e64008f538 ssh-agent 23:58:26 SSH_AUTH_SOCK=/tmp/ssh-GcaWbEFTZqZb/agent.12 23:58:26 SSH_AGENT_PID=18 23:58:26 Running ssh-add (command line suppressed) 23:58:26 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) 23:58:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:58:27 + git semver tag 23:58:27 # -> Open(): unable to determine branch for HEAD 23:58:27 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:58:27 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:58:27 # $SEMVER_REMOTE_NAME = origin 23:58:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:58:27 # $SEMVER_USER_NAME = edgex-jenkins 23:58:27 # $SEMVER_BRANCH = master 23:58:27 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 23:58:27 # 066862c7efff900ccb4b659105a93b7fab0a792a HEAD 23:58:27 # -> Force: false 23:58:27 # 127a67c18562c2cd36ce38cb138f22c89c9a58f3 refs/tags/v0.1.92 [Pipeline] } 23:58:27 $ docker exec --env ******** --env ******** e2b2b6ae6ee0296c56296389bd88331a201757aea51abf6129b440e64008f538 ssh-agent -k 23:58:28 unset SSH_AUTH_SOCK; 23:58:28 unset SSH_AGENT_PID; 23:58:28 echo Agent pid 18 killed; 23:58:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:58:28 + git semver [Pipeline] } 23:58:28 $ docker stop --time=1 e2b2b6ae6ee0296c56296389bd88331a201757aea51abf6129b440e64008f538 23:58:30 $ docker rm -f e2b2b6ae6ee0296c56296389bd88331a201757aea51abf6129b440e64008f538 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:58:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:58:31 23:58:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:58:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:58:31 0.23.1-centos7: Pulling from edgex-lftools 23:58:31 ab5ef0e58194: Pulling fs layer 23:58:31 9712f1f96733: Pulling fs layer 23:58:31 63f879dbbcfc: Pulling fs layer 23:58:31 0d9ebad4ef96: Pulling fs layer 23:58:31 e9a5061849ea: Pulling fs layer 23:58:31 d747dcd14b5f: Pulling fs layer 23:58:31 2de7ff778b66: Pulling fs layer 23:58:31 e9a5061849ea: Waiting 23:58:31 d747dcd14b5f: Waiting 23:58:31 0d9ebad4ef96: Waiting 23:58:31 2de7ff778b66: Waiting 23:58:31 9712f1f96733: Verifying Checksum 23:58:31 9712f1f96733: Download complete 23:58:35 63f879dbbcfc: Download complete 23:58:35 e9a5061849ea: Verifying Checksum 23:58:35 e9a5061849ea: Download complete 23:58:35 d747dcd14b5f: Verifying Checksum 23:58:35 d747dcd14b5f: Download complete 23:58:35 0d9ebad4ef96: Verifying Checksum 23:58:35 0d9ebad4ef96: Download complete 23:58:36 2de7ff778b66: Verifying Checksum 23:58:36 2de7ff778b66: Download complete 23:58:36 ab5ef0e58194: Verifying Checksum 23:58:36 ab5ef0e58194: Download complete 23:58:43 ab5ef0e58194: Pull complete 23:58:43 9712f1f96733: Pull complete 23:58:45 63f879dbbcfc: Pull complete 23:58:54 0d9ebad4ef96: Pull complete 23:58:55 e9a5061849ea: Pull complete 23:58:55 d747dcd14b5f: Pull complete 23:59:00 2de7ff778b66: Pull complete 23:59:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:59:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:59:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:59:00 prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container 23:59:00 $ 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 23:59:04 $ docker top 4702d331e7016e6daea9821bc8a5219eea21a21cfa6bfc7c50045e4f46774912 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:59:04 provisioning config files... 23:59:04 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3861375445837354750tmp 23:59:04 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2211035252789264553tmp 23:59:04 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8161880038348315456tmp [Pipeline] { [Pipeline] echo 23:59:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:59:05 ---> sigul-configuration.sh 23:59:05 gpg: directory `/root/.gnupg' created 23:59:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:59:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:59:05 gpg: keyring `/root/.gnupg/secring.gpg' created 23:59:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:59:05 gpg: CAST5 encrypted data 23:59:05 gpg: encrypted with 1 passphrase 23:59:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:59:06 + mkdir /home/jenkins 23:59:06 + mkdir /home/jenkins/sigul [Pipeline] sh 23:59:06 + 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 23:59:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:59:06 ---> sigul-install.sh 23:59:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:59:15 + git tag --list 23:59:15 v0.0.0 23:59:15 v0.0.1 23:59:15 v0.1.0 23:59:15 v0.1.1 23:59:15 v0.1.10 23:59:15 v0.1.11 23:59:15 v0.1.12 23:59:15 v0.1.13 23:59:15 v0.1.14 23:59:15 v0.1.15 23:59:15 v0.1.16 23:59:15 v0.1.17 23:59:15 v0.1.18 23:59:15 v0.1.19 23:59:15 v0.1.2 23:59:15 v0.1.20 23:59:15 v0.1.21 23:59:15 v0.1.22 23:59:15 v0.1.23 23:59:15 v0.1.24 23:59:15 v0.1.25 23:59:15 v0.1.26 23:59:15 v0.1.27 23:59:15 v0.1.28 23:59:15 v0.1.29 23:59:15 v0.1.3 23:59:15 v0.1.30 23:59:15 v0.1.31 23:59:15 v0.1.32 23:59:15 v0.1.33 23:59:15 v0.1.34 23:59:15 v0.1.35 23:59:15 v0.1.36 23:59:15 v0.1.37 23:59:15 v0.1.38 23:59:15 v0.1.39 23:59:15 v0.1.4 23:59:15 v0.1.40 23:59:15 v0.1.41 23:59:15 v0.1.42 23:59:15 v0.1.43 23:59:15 v0.1.44 23:59:15 v0.1.45 23:59:15 v0.1.46 23:59:15 v0.1.47 23:59:15 v0.1.48 23:59:15 v0.1.49 23:59:15 v0.1.5 23:59:15 v0.1.50 23:59:15 v0.1.51 23:59:15 v0.1.52 23:59:15 v0.1.53 23:59:15 v0.1.54 23:59:15 v0.1.55 23:59:15 v0.1.56 23:59:15 v0.1.57 23:59:15 v0.1.58 23:59:15 v0.1.59 23:59:15 v0.1.6 23:59:15 v0.1.60 23:59:15 v0.1.61 23:59:15 v0.1.62 23:59:15 v0.1.63 23:59:15 v0.1.64 23:59:15 v0.1.65 23:59:15 v0.1.66 23:59:15 v0.1.67 23:59:15 v0.1.68 23:59:15 v0.1.69 23:59:15 v0.1.7 23:59:15 v0.1.70 23:59:15 v0.1.71 23:59:15 v0.1.72 23:59:15 v0.1.73 23:59:15 v0.1.74 23:59:15 v0.1.75 23:59:15 v0.1.76 23:59:15 v0.1.77 23:59:15 v0.1.78 23:59:15 v0.1.79 23:59:15 v0.1.8 23:59:15 v0.1.80 23:59:15 v0.1.81 23:59:15 v0.1.82 23:59:15 v0.1.83 23:59:15 v0.1.84 23:59:15 v0.1.85 23:59:15 v0.1.86 23:59:15 v0.1.87 23:59:15 v0.1.88 23:59:15 v0.1.89 23:59:15 v0.1.9 23:59:15 v0.1.90 23:59:15 v0.1.91 23:59:15 v0.1.92 [Pipeline] sh 23:59:16 + lftools sign git-tag v0.1.92 23:59:18 Signing Git tag with Sigul... 23:59:18 Signing v0.1.92 [Pipeline] echo 23:59:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:59:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:59:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:59:19 $ docker stop --time=1 4702d331e7016e6daea9821bc8a5219eea21a21cfa6bfc7c50045e4f46774912 23:59:22 $ docker rm -f 4702d331e7016e6daea9821bc8a5219eea21a21cfa6bfc7c50045e4f46774912 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:59:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:59:23 . [Pipeline] withDockerContainer 23:59:23 prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container 23:59:23 $ 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 23:59:25 $ docker top f62b677270c5b3f9215d8e645639c76fad1a6f2968b3f3b63a30fee1879fbcc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:59:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:59:25 [ssh-agent] Looking for ssh-agent implementation... 23:59:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:59:25 $ docker exec f62b677270c5b3f9215d8e645639c76fad1a6f2968b3f3b63a30fee1879fbcc0 ssh-agent 23:59:26 SSH_AUTH_SOCK=/tmp/ssh-uPswf6MteaKP/agent.12 23:59:26 SSH_AGENT_PID=17 23:59:26 Running ssh-add (command line suppressed) 23:59:26 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) 23:59:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:59:26 + git semver bump patch 23:59:26 # -> Open(): unable to determine branch for HEAD 23:59:26 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:59:26 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:59:26 # $SEMVER_REMOTE_NAME = origin 23:59:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:59:26 # $SEMVER_USER_NAME = edgex-jenkins 23:59:26 # $SEMVER_BRANCH = master 23:59:26 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 23:59:27 0.1.93 [Pipeline] } 23:59:27 $ docker exec --env ******** --env ******** f62b677270c5b3f9215d8e645639c76fad1a6f2968b3f3b63a30fee1879fbcc0 ssh-agent -k 23:59:27 unset SSH_AUTH_SOCK; 23:59:27 unset SSH_AGENT_PID; 23:59:27 echo Agent pid 17 killed; 23:59:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:59:28 + git semver [Pipeline] } 23:59:28 $ docker stop --time=1 f62b677270c5b3f9215d8e645639c76fad1a6f2968b3f3b63a30fee1879fbcc0 23:59:30 $ docker rm -f f62b677270c5b3f9215d8e645639c76fad1a6f2968b3f3b63a30fee1879fbcc0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:59:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:59:30 . [Pipeline] withDockerContainer 23:59:31 prd-centos7-docker-4c-2g-4032 does not seem to be running inside a container 23:59:31 $ 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 23:59:32 $ docker top 4c9971cd45bbcf1584074c519410fa7c67569369c8e7feae3fd8515a212335bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:59:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:59:33 [ssh-agent] Looking for ssh-agent implementation... 23:59:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:59:33 $ docker exec 4c9971cd45bbcf1584074c519410fa7c67569369c8e7feae3fd8515a212335bd ssh-agent 23:59:33 SSH_AUTH_SOCK=/tmp/ssh-0mmSWGy7xMR2/agent.12 23:59:33 SSH_AGENT_PID=17 23:59:33 Running ssh-add (command line suppressed) 23:59:34 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) 23:59:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:59:34 + git semver push 23:59:34 # -> Open(): unable to determine branch for HEAD 23:59:34 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:59:34 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:59:34 # $SEMVER_REMOTE_NAME = origin 23:59:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:59:34 # $SEMVER_USER_NAME = edgex-jenkins 23:59:34 # $SEMVER_BRANCH = master 23:59:34 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 23:59:41 $ docker exec --env ******** --env ******** 4c9971cd45bbcf1584074c519410fa7c67569369c8e7feae3fd8515a212335bd ssh-agent -k 23:59:41 unset SSH_AUTH_SOCK; 23:59:41 unset SSH_AGENT_PID; 23:59:41 echo Agent pid 17 killed; 23:59:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:59:42 + git semver [Pipeline] } 23:59:42 $ docker stop --time=1 4c9971cd45bbcf1584074c519410fa7c67569369c8e7feae3fd8515a212335bd 23:59:43 $ 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 23:59:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:59:45 ---> package-listing.sh 23:59:45 ++ facter osfamily 23:59:45 ++ tr '[:upper:]' '[:lower:]' 23:59:45 + OS_FAMILY=redhat 23:59:45 + workspace=/w/workspace/dry_go-mod-core-contracts_master 23:59:45 + START_PACKAGES=/tmp/packages_start.txt 23:59:45 + END_PACKAGES=/tmp/packages_end.txt 23:59:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:59:45 + PACKAGES=/tmp/packages_start.txt 23:59:45 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 23:59:45 + PACKAGES=/tmp/packages_end.txt 23:59:45 + case "${OS_FAMILY}" in 23:59:45 + rpm -qa 23:59:45 + sort 23:59:50 + '[' -f /tmp/packages_start.txt ']' 23:59:50 + '[' -f /tmp/packages_end.txt ']' 23:59:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:59:50 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 23:59:50 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 23:59:50 + 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 23:59:50 provisioning config files... 23:59:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6262111686028139230tmp [Pipeline] { [Pipeline] echo 23:59:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:59:51 ---> create-netrc.sh [Pipeline] } 23:59:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:59:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:59:51 ---> python-tools-install.sh 23:59:51 Generating Requirements File 00:01:28 Python 3.6.8 00:01:28 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 00:01:29 appdirs==1.4.3 00:01:29 argcomplete==1.12.1 00:01:29 aspy.yaml==1.3.0 00:01:29 attrs==19.3.0 00:01:29 Babel==2.8.0 00:01:29 beautifulsoup4==4.8.2 00:01:29 boto3==1.11.6 00:01:29 botocore==1.14.6 00:01:29 bs4==0.0.1 00:01:29 cachetools==4.1.1 00:01:29 certifi==2019.11.28 00:01:29 cffi==1.14.3 00:01:29 cfgv==2.0.1 00:01:29 chardet==3.0.4 00:01:29 click==7.1 00:01:29 cliff==3.4.0 00:01:29 cmd2==1.3.11 00:01:29 colorama==0.4.3 00:01:29 cryptography==3.1.1 00:01:29 debtcollector==2.2.0 00:01:29 decorator==4.4.2 00:01:29 defusedxml==0.6.0 00:01:29 Deprecated==1.2.7 00:01:29 distlib==0.3.1 00:01:29 distro==1.2.0 00:01:29 dnspython==1.16.0 00:01:29 docker==4.2.0 00:01:29 docutils==0.15.2 00:01:29 dogpile.cache==1.0.2 00:01:29 email-validator==1.0.5 00:01:29 filelock==3.0.12 00:01:29 future==0.18.2 00:01:29 google-auth==1.22.1 00:01:29 httplib2==0.17.0 00:01:29 identify==1.4.11 00:01:29 idna==2.9 00:01:29 importlib-metadata==1.7.0 00:01:29 importlib-resources==1.5.0 00:01:29 iso8601==0.1.13 00:01:29 Jinja2==2.11.1 00:01:29 jmespath==0.10.0 00:01:29 jsonpatch==1.26 00:01:29 jsonpointer==2.0 00:01:29 jsonschema==3.2.0 00:01:29 keystoneauth1==4.2.1 00:01:29 kubernetes==11.0.0 00:01:29 lftools==0.34.2 00:01:29 lxml==4.5.0 00:01:29 MarkupSafe==0.23 00:01:29 msgpack==1.0.0 00:01:29 multi-key-dict==2.0.3 00:01:29 munch==2.5.0 00:01:29 netaddr==0.8.0 00:01:29 netifaces==0.10.9 00:01:29 niet==1.4.2 00:01:29 nodeenv==1.3.5 00:01:29 oauth2client==4.1.3 00:01:29 oauthlib==3.1.0 00:01:29 openstacksdk==0.50.0 00:01:29 os-client-config==2.1.0 00:01:29 os-service-types==1.7.0 00:01:29 osc-lib==2.2.1 00:01:29 oslo.config==8.3.2 00:01:29 oslo.context==3.1.1 00:01:29 oslo.i18n==5.0.1 00:01:29 oslo.log==4.4.0 00:01:29 oslo.serialization==4.0.1 00:01:29 oslo.utils==4.6.0 00:01:29 packaging==20.4 00:01:29 pbr==5.4.4 00:01:29 pluggy==0.13.1 00:01:29 prettytable==0.7.2 00:01:29 py==1.9.0 00:01:29 pyasn1==0.4.8 00:01:29 pyasn1-modules==0.2.8 00:01:29 pycparser==2.20 00:01:29 pygerrit2==2.0.10 00:01:29 PyGithub==1.46 00:01:29 pyinotify==0.9.6 00:01:29 PyJWT==1.7.1 00:01:29 pyparsing==2.4.7 00:01:29 pyperclip==1.8.0 00:01:29 pyroute2==0.4.13 00:01:29 pyrsistent==0.15.7 00:01:29 PySocks==1.6.8 00:01:29 python-cinderclient==7.2.0 00:01:29 python-dateutil==2.8.1 00:01:29 python-heatclient==2.2.1 00:01:29 python-jenkins==1.7.0 00:01:29 python-keystoneclient==4.1.1 00:01:29 python-magnumclient==3.2.1 00:01:29 python-novaclient==17.2.1 00:01:29 python-openstackclient==5.4.0 00:01:29 python-swiftclient==3.10.1 00:01:29 pytz==2020.1 00:01:29 PyYAML==5.3 00:01:29 requests==2.23.0 00:01:29 requests-oauthlib==1.3.0 00:01:29 requestsexceptions==1.4.0 00:01:29 rfc3986==1.4.0 00:01:29 rpm==4.11.3 00:01:29 rsa==4.0 00:01:29 ruamel.yaml==0.16.10 00:01:29 ruamel.yaml.clib==0.2.0 00:01:29 s3transfer==0.3.3 00:01:29 shade==1.27.2 00:01:29 simplejson==3.17.2 00:01:29 six==1.14.0 00:01:29 soupsieve==2.0 00:01:29 stevedore==3.2.2 00:01:29 tabulate==0.8.6 00:01:29 toml==0.10.0 00:01:29 tox==3.20.0 00:01:29 tqdm==4.43.0 00:01:29 urllib3==1.25.8 00:01:29 virtualenv==20.0.33 00:01:29 wcwidth==0.2.5 00:01:29 websocket-client==0.57.0 00:01:29 wrapt==1.12.1 00:01:29 xdg==3.0.2 00:01:29 xmltodict==0.12.0 00:01:29 yq==2.11.1 00:01:29 zipp==3.3.0 00:01:31 Cache entry deserialization failed, entry ignored 00:01:33 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. 00:01:38 Python 2.7.5 00:01:38 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 00:01:39 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. 00:01:39 ansible==2.9.7 00:01:39 Babel==0.9.6 00:01:39 backports.ssl-match-hostname==3.5.0.1 00:01:39 beautifulsoup4==4.4.1 00:01:39 bodhi==2.11.0 00:01:39 bodhi-client==2.11.0 00:01:39 CCColUtils==1.4 00:01:39 cffi==1.6.0 00:01:39 chardet==2.2.1 00:01:39 click==6.7 00:01:39 cloud-init==18.5 00:01:39 configobj==4.7.2 00:01:39 cryptography==1.7.2 00:01:39 decorator==3.4.0 00:01:39 distro==1.2.0 00:01:39 enum34==1.0.4 00:01:39 fedpkg==1.38 00:01:39 futures==3.1.1 00:01:39 gitdb==0.6.4 00:01:39 GitPython==1.0.1 00:01:39 html5lib==0.999 00:01:39 httplib2==0.9.2 00:01:39 idna==2.4 00:01:39 iniparse==0.4 00:01:39 ipaddress==1.0.16 00:01:39 IPy==0.75 00:01:39 javapackages==1.0.0 00:01:39 Jinja2==2.7.2 00:01:39 jmespath==0.9.4 00:01:39 jsonpatch==1.2 00:01:39 jsonpointer==1.9 00:01:39 kerberos==1.1 00:01:39 kitchen==1.1.1 00:01:39 langtable==0.0.31 00:01:39 lockfile==0.9.1 00:01:39 lxml==3.2.1 00:01:39 MarkupSafe==0.11 00:01:39 munch==2.0.2 00:01:39 offtrac==0.1.0 00:01:39 openidc-client==0.6.0 00:01:39 packagedb-cli==2.14.1 00:01:39 paramiko==2.1.1 00:01:39 perf==0.1 00:01:39 ply==3.4 00:01:39 policycoreutils-default-encoding==0.1 00:01:39 prettytable==0.7.2 00:01:39 pyasn1==0.1.9 00:01:39 pycparser==2.14 00:01:39 pycurl==7.19.0 00:01:39 pygobject==3.22.0 00:01:39 pygpgme==0.3 00:01:39 pyliblzma==0.5.3 00:01:39 pyOpenSSL==0.13.1 00:01:39 pyparsing==1.5.6 00:01:39 pyserial==2.6 00:01:39 python-augeas==0.5.0 00:01:39 python-bugzilla==2.3.0 00:01:39 python-dateutil==1.5 00:01:39 python-fedora==0.10.0 00:01:39 python-linux-procfs==0.4.9 00:01:39 python-yubico==1.2.3 00:01:39 pyudev==0.15 00:01:39 pyusb==1.0.0b1 00:01:39 pyxattr==0.5.1 00:01:39 PyYAML==3.10 00:01:39 requests==2.6.0 00:01:39 requests-kerberos==0.7.0 00:01:39 rpkg==1.60 00:01:39 schedutils==0.4 00:01:39 seobject==0.1 00:01:39 sepolicy==1.1 00:01:39 six==1.9.0 00:01:39 smmap==0.9.0 00:01:39 urlgrabber==3.10 00:01:39 urllib3==1.10.2 00:01:39 virtualenv==15.1.0 00:01:39 yum-langpacks==0.4.2 00:01:39 yum-metadata-parser==1.1.4 [Pipeline] echo 00:01:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:01:40 ---> sudo-logs.sh 00:01:40 Archiving 'sudo' log.. [Pipeline] echo 00:01:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:01:40 ---> job-cost.sh 00:01:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZmVK 00:01:53 Cache entry deserialization failed, entry ignored 00:01:53 Cache entry deserialization failed, entry ignored 00:01:55 Cache entry deserialization failed, entry ignored 00:01:55 Cache entry deserialization failed, entry ignored 00:01:56 Cache entry deserialization failed, entry ignored 00:01:56 Cache entry deserialization failed, entry ignored 00:01:56 Cache entry deserialization failed, entry ignored 00:01:57 Cache entry deserialization failed, entry ignored 00:01:57 Cache entry deserialization failed, entry ignored 00:01:57 Cache entry deserialization failed, entry ignored 00:01:57 Cache entry deserialization failed, entry ignored 00:01:57 Cache entry deserialization failed, entry ignored 00:02:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:02:40 lf-activate-venv(): INFO: Adding /tmp/venv-ZmVK/bin to PATH 00:02:40 INFO: No Stack... 00:02:40 INFO: Retrieving Pricing Info for: v1-standard-2 00:02:40 INFO: Archiving Costs [Pipeline] echo 00:02:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:02:40 ---> logs-deploy.sh 00:02:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/58 00:02:40 INFO: archiving workspace using pattern(s): 00:02:42 Archives upload complete. 00:02:43 INFO: archiving logs to Nexus 00:02:45 ---> uname -a: 00:02:45 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 00:02:45 00:02:45 00:02:45 ---> lscpu: 00:02:45 Architecture: x86_64 00:02:45 CPU op-mode(s): 32-bit, 64-bit 00:02:45 Byte Order: Little Endian 00:02:45 CPU(s): 4 00:02:45 On-line CPU(s) list: 0-3 00:02:45 Thread(s) per core: 1 00:02:45 Core(s) per socket: 1 00:02:45 Socket(s): 4 00:02:45 NUMA node(s): 1 00:02:45 Vendor ID: GenuineIntel 00:02:45 CPU family: 6 00:02:45 Model: 44 00:02:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:02:45 Stepping: 1 00:02:45 CPU MHz: 2933.438 00:02:45 BogoMIPS: 5866.87 00:02:45 Virtualization: VT-x 00:02:45 Hypervisor vendor: KVM 00:02:45 Virtualization type: full 00:02:45 L1d cache: 32K 00:02:45 L1i cache: 32K 00:02:45 L2 cache: 4096K 00:02:45 L3 cache: 16384K 00:02:45 NUMA node0 CPU(s): 0-3 00:02:45 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 00:02:45 00:02:45