Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b40e1ba929d547a0583aceea1360a74f4fea7da0 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4775 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b40e1ba929d547a0583aceea1360a74f4fea7da0 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b40e1ba929d547a0583aceea1360a74f4fea7da0 # timeout=10 Commit message: "Merge pull request #333 from judehung/issue-332" > git rev-list --no-walk 5f961f373d8f09754680a6d099764ec051c090d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:38:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:38:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:38:56 ========================================================= 08:38:56 EdgeX Global Pipelines Version Info 08:38:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:38:59 ------------------- 08:38:59 stable info: 08:38:59 ------------------- 08:38:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:38:59 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 08:38:59 Message: update stable to v1.0.131 08:39:00 ------------------- 08:39:00 experimental info: 08:39:00 ------------------- 08:39:00 Commited By: **** collab-it+edgex@linuxfoundation.org 08:39:00 Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af 08:39:00 Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:39:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:39:00 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:39:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:39:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:39:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:39:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:39:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:39:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:39:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:39:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:39:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 08:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:39:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:39:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:39:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:39:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:39:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 08:39:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:39:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:39:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:39:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:39:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:39:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:39:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:39:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:39:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:39:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b40e1ba929d547a0583aceea1360a74f4fea7da0 [Pipeline] echo 08:39:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b40e1ba [Pipeline] echo 08:39:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:39:04 + git log --format=format:%s -1 b40e1ba929d547a0583aceea1360a74f4fea7da0 [Pipeline] echo 08:39:04 GIT_COMMIT: b40e1ba929d547a0583aceea1360a74f4fea7da0, Commit Message: Merge pull request #333 from judehung/issue-332 [Pipeline] echo 08:39:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:39:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:39:06 08:39:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:39:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:39:06 latest: Pulling from edgex-devops/git-semver 08:39:06 31603596830f: Pulling fs layer 08:39:06 2a8b12db71e7: Pulling fs layer 08:39:06 6ca5941a6612: Pulling fs layer 08:39:06 ecc8261a40a4: Pulling fs layer 08:39:06 ecc8261a40a4: Waiting 08:39:06 2a8b12db71e7: Verifying Checksum 08:39:06 2a8b12db71e7: Download complete 08:39:06 31603596830f: Verifying Checksum 08:39:06 31603596830f: Download complete 08:39:07 6ca5941a6612: Verifying Checksum 08:39:07 6ca5941a6612: Download complete 08:39:07 ecc8261a40a4: Verifying Checksum 08:39:07 ecc8261a40a4: Download complete 08:39:07 31603596830f: Pull complete 08:39:07 2a8b12db71e7: Pull complete 08:39:09 6ca5941a6612: Pull complete 08:39:09 ecc8261a40a4: Pull complete 08:39:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:39:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:39:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:39:09 prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container 08:39:09 $ 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 08:39:12 $ docker top f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:39:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:39:13 [ssh-agent] Looking for ssh-agent implementation... 08:39:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:39:13 $ docker exec f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 ssh-agent 08:39:13 SSH_AUTH_SOCK=/tmp/ssh-qookbnwptLkL/agent.13 08:39:13 SSH_AGENT_PID=18 08:39:13 Running ssh-add (command line suppressed) 08:39:14 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8256154548567582050.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8256154548567582050.key) 08:39:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:39:14 + git describe --exact-match --tags HEAD 08:39:14 fatal: no tag exactly matches 'b40e1ba929d547a0583aceea1360a74f4fea7da0' [Pipeline] } 08:39:14 $ docker exec --env ******** --env ******** f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 ssh-agent -k 08:39:15 unset SSH_AUTH_SOCK; 08:39:15 unset SSH_AGENT_PID; 08:39:15 echo Agent pid 18 killed; 08:39:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:39:15 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:39:15 This usually means this commit has not been tagged. [Pipeline] sshagent 08:39:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:39:15 [ssh-agent] Looking for ssh-agent implementation... 08:39:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:39:15 $ docker exec f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 ssh-agent 08:39:15 SSH_AUTH_SOCK=/tmp/ssh-VUq3u1cQVa3Z/agent.47 08:39:15 SSH_AGENT_PID=52 08:39:15 Running ssh-add (command line suppressed) 08:39:16 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4508844966718318199.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4508844966718318199.key) 08:39:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:39:16 + git semver init 08:39:16 # -> Open(): unable to determine branch for HEAD 08:39:16 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:39:16 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:39:16 # $SEMVER_REMOTE_NAME = origin 08:39:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:39:16 # $SEMVER_USER_NAME = edgex-jenkins 08:39:16 # $SEMVER_BRANCH = master 08:39:16 # $SEMVER_TEMP = /tmp/semver-771913807 08:39:16 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:39:17 # '/tmp/semver-771913807' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 08:39:17 # -> Force: false 08:39:17 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:39:17 $ docker exec --env ******** --env ******** f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 ssh-agent -k 08:39:17 unset SSH_AUTH_SOCK; 08:39:17 unset SSH_AGENT_PID; 08:39:17 echo Agent pid 52 killed; 08:39:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:39:18 + git semver [Pipeline] } 08:39:18 $ docker stop --time=1 f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 08:39:20 $ docker rm -f f2b000635d4039a75de54e734687785cda615066569313c0390923b4c67b0e97 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:39:22 Stashed 108 file(s) [Pipeline] echo 08:39:22 [edgeXSemver]: initialized semver on version 0.1.97 [Pipeline] echo 08:39:22 Archived original version: [0.1.97] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 08:39:37 Still waiting to schedule task 08:39:37 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:39:37 Still waiting to schedule task 08:39:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:41:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4777 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:41:53 Running in /w/workspace/go-mod-core-contracts/63 [Pipeline] { [Pipeline] checkout 08:41:58 using credential edgex-jenkins-ssh 08:41:58 Cloning the remote Git repository 08:41:58 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:41:58 > git init /w/workspace/go-mod-core-contracts/63 # timeout=10 08:41:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:41:58 > git --version # timeout=10 08:41:58 > git --version # 'git version 2.17.1' 08:41:58 using GIT_SSH to set credentials SSH Credentials for GitHub 08:41:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:41:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:41:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:41:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:41:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:41:59 using GIT_SSH to set credentials SSH Credentials for GitHub 08:41:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:42:00 Checking out Revision b40e1ba929d547a0583aceea1360a74f4fea7da0 (master) 08:42:00 > git config core.sparsecheckout # timeout=10 08:42:00 > git checkout -f b40e1ba929d547a0583aceea1360a74f4fea7da0 # timeout=10 08:42:04 Commit message: "Merge pull request #333 from judehung/issue-332" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:42:06 ========================================================= 08:42:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:42:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:42:07 + 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 . 08:42:08 Sending build context to Docker daemon 2.58MB 08:42:08 Step 1/7 : ARG BASE=golang:1.15-alpine 08:42:08 Step 2/7 : FROM ${BASE} 08:42:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:42:08 b538f80385f9: Pulling fs layer 08:42:08 74f711af9a0d: Pulling fs layer 08:42:08 99f96fe45779: Pulling fs layer 08:42:08 8529a6b9a6be: Pulling fs layer 08:42:08 45590311c82a: Pulling fs layer 08:42:08 69ca0ff8b7b3: Pulling fs layer 08:42:08 209524e5b208: Pulling fs layer 08:42:08 45590311c82a: Waiting 08:42:08 69ca0ff8b7b3: Waiting 08:42:08 8529a6b9a6be: Waiting 08:42:08 209524e5b208: Waiting 08:42:08 99f96fe45779: Verifying Checksum 08:42:08 99f96fe45779: Download complete 08:42:08 74f711af9a0d: Verifying Checksum 08:42:08 74f711af9a0d: Download complete 08:42:08 45590311c82a: Download complete 08:42:08 69ca0ff8b7b3: Verifying Checksum 08:42:08 69ca0ff8b7b3: Download complete 08:42:09 b538f80385f9: Verifying Checksum 08:42:09 b538f80385f9: Download complete 08:42:09 b538f80385f9: Pull complete 08:42:10 74f711af9a0d: Pull complete 08:42:10 99f96fe45779: Pull complete 08:42:11 209524e5b208: Verifying Checksum 08:42:11 209524e5b208: Download complete 08:42:12 8529a6b9a6be: Verifying Checksum 08:42:12 8529a6b9a6be: Download complete 08:42:22 8529a6b9a6be: Pull complete 08:42:22 45590311c82a: Pull complete 08:42:23 69ca0ff8b7b3: Pull complete 08:42:27 209524e5b208: Pull complete 08:42:27 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:42:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:42:27 ---> 5bddaf1c2fca 08:42:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:42:30 ---> Running in 7187164d9d07 08:42:30 Removing intermediate container 7187164d9d07 08:42:30 ---> 29e9d8f8d6cd 08:42:30 Step 4/7 : RUN apk add bash 08:42:30 ---> Running in 3be6011fe6f3 08:42:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:33 OK: 142 MiB in 39 packages 08:42:34 Removing intermediate container 3be6011fe6f3 08:42:34 ---> ef6a854a973e 08:42:34 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:42:34 ---> Running in fac8c3144890 08:42:35 Removing intermediate container fac8c3144890 08:42:35 ---> dfd9f20fed15 08:42:35 Step 6/7 : COPY go.mod . 08:42:36 ---> 7126cd0743e9 08:42:36 Step 7/7 : RUN go mod download 08:42:36 ---> Running in 81e91ad6bed0 08:42:51 Removing intermediate container 81e91ad6bed0 08:42:51 ---> 60ec50949e3d 08:42:51 Successfully built 60ec50949e3d 08:42:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:42:51 + docker inspect -f . ci-base-image-arm64 08:42:51 . [Pipeline] withDockerContainer 08:42:52 prd-ubuntu18.04-docker-arm64-4c-16g-4777 does not seem to be running inside a container 08:42:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/63 -v /w/workspace/go-mod-core-contracts/63:/w/workspace/go-mod-core-contracts/63:rw,z -v /w/workspace/go-mod-core-contracts/63@tmp:/w/workspace/go-mod-core-contracts/63@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:42:53 Running on prd-centos7-docker-4c-2g-4778 in /w/workspace/dry_go-mod-core-contracts_master 08:42:54 $ docker top 2f48fd8df74daddf4a176abeab037cbe88a1f3e82536d444971bb39663204cdd -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 08:42:54 Running in /w/workspace/go-mod-core-contracts/63 [Pipeline] { [Pipeline] checkout 08:42:55 + go version 08:42:55 go version go1.15.2 linux/arm64 [Pipeline] } 08:42:55 $ docker stop --time=1 2f48fd8df74daddf4a176abeab037cbe88a1f3e82536d444971bb39663204cdd 08:42:57 using credential edgex-jenkins-ssh 08:42:57 Cloning the remote Git repository 08:42:57 $ docker rm -f 2f48fd8df74daddf4a176abeab037cbe88a1f3e82536d444971bb39663204cdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage 08:42:57 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:42:57 > git init /w/workspace/go-mod-core-contracts/63 # timeout=10 08:42:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:42:57 > git --version # timeout=10 08:42:57 > git --version # 'git version 2.16.5' 08:42:57 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage 08:42:58 Checking out Revision b40e1ba929d547a0583aceea1360a74f4fea7da0 (master) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:42:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:42:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:42:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:42:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:42:58 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:42:58 > git config core.sparsecheckout # timeout=10 08:42:58 > git checkout -f b40e1ba929d547a0583aceea1360a74f4fea7da0 # timeout=10 08:43:02 Commit message: "Merge pull request #333 from judehung/issue-332" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:43:03 ========================================================= 08:43:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:43:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:43:04 + 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 . 08:43:04 Sending build context to Docker daemon 2.58MB 08:43:04 Step 1/7 : ARG BASE=golang:1.15-alpine 08:43:04 Step 2/7 : FROM ${BASE} 08:43:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:43:04 df20fa9351a1: Pulling fs layer 08:43:04 ed8968b2872e: Pulling fs layer 08:43:04 a92cc7c5fd73: Pulling fs layer 08:43:04 e871e8e8d7a9: Pulling fs layer 08:43:04 e73272ec9a57: Pulling fs layer 08:43:04 1e910a182e73: Pulling fs layer 08:43:04 4e634b169226: Pulling fs layer 08:43:04 e73272ec9a57: Waiting 08:43:04 1e910a182e73: Waiting 08:43:04 e871e8e8d7a9: Waiting 08:43:04 4e634b169226: Waiting 08:43:04 a92cc7c5fd73: Verifying Checksum 08:43:04 a92cc7c5fd73: Download complete 08:43:04 ed8968b2872e: Verifying Checksum 08:43:04 ed8968b2872e: Download complete 08:43:04 e73272ec9a57: Download complete 08:43:04 1e910a182e73: Verifying Checksum 08:43:04 1e910a182e73: Download complete 08:43:04 df20fa9351a1: Download complete 08:43:05 df20fa9351a1: Pull complete 08:43:05 ed8968b2872e: Pull complete 08:43:05 a92cc7c5fd73: Pull complete 08:43:07 4e634b169226: Verifying Checksum 08:43:07 4e634b169226: Download complete 08:43:07 e871e8e8d7a9: Verifying Checksum 08:43:07 e871e8e8d7a9: Download complete 08:43:12 e871e8e8d7a9: Pull complete 08:43:12 e73272ec9a57: Pull complete 08:43:12 1e910a182e73: Pull complete 08:43:19 4e634b169226: Pull complete 08:43:19 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:43:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:43:19 ---> f7629b54cfaa 08:43:19 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:43:19 ---> Running in bec3e438a551 08:43:19 Removing intermediate container bec3e438a551 08:43:19 ---> 6fff9e7b2eed 08:43:19 Step 4/7 : RUN apk add bash 08:43:20 ---> Running in b75bacc8a6c9 08:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:21 OK: 166 MiB in 39 packages 08:43:22 Removing intermediate container b75bacc8a6c9 08:43:22 ---> bed0fee39868 08:43:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:43:22 ---> Running in e4848ffd06a7 08:43:22 Removing intermediate container e4848ffd06a7 08:43:22 ---> 9c3161f00498 08:43:22 Step 6/7 : COPY go.mod . 08:43:22 ---> de5200c9c65c 08:43:22 Step 7/7 : RUN go mod download 08:43:22 ---> Running in 8ac3bdcc5e37 08:43:33 Removing intermediate container 8ac3bdcc5e37 08:43:33 ---> 7345148c1ac7 08:43:33 Successfully built 7345148c1ac7 08:43:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:43:34 + docker inspect -f . ci-base-image-x86_64 08:43:34 . [Pipeline] withDockerContainer 08:43:34 prd-centos7-docker-4c-2g-4778 does not seem to be running inside a container 08:43:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/63 -v /w/workspace/go-mod-core-contracts/63:/w/workspace/go-mod-core-contracts/63:rw,z -v /w/workspace/go-mod-core-contracts/63@tmp:/w/workspace/go-mod-core-contracts/63@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:43:35 $ docker top acc904b6ed55c5fcf246c06e3f5de3af994ce4818d3496d01627b5cdde4b9cb4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:43:35 + go version 08:43:35 go version go1.15.2 linux/amd64 [Pipeline] } 08:43:35 $ docker stop --time=1 acc904b6ed55c5fcf246c06e3f5de3af994ce4818d3496d01627b5cdde4b9cb4 08:43:36 $ docker rm -f acc904b6ed55c5fcf246c06e3f5de3af994ce4818d3496d01627b5cdde4b9cb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 08:43:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 08:43:39 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 08:43:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:43:40 08:43:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 08:43:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:43:41 1.317.0: Pulling from edgex-devops/edgex-snyk-go 08:43:41 cbdbe7a5bc2a: Pulling fs layer 08:43:41 408f87550127: Pulling fs layer 08:43:41 fe522b08c979: Pulling fs layer 08:43:41 221eaa008020: Pulling fs layer 08:43:41 2a4607e5d6b9: Pulling fs layer 08:43:41 8f79b27c4fd2: Pulling fs layer 08:43:41 e5c8dbe1645b: Pulling fs layer 08:43:41 23e8b3b47431: Pulling fs layer 08:43:41 5c568d65a230: Pulling fs layer 08:43:41 2a4607e5d6b9: Waiting 08:43:41 8f79b27c4fd2: Waiting 08:43:41 e5c8dbe1645b: Waiting 08:43:41 23e8b3b47431: Waiting 08:43:41 5c568d65a230: Waiting 08:43:41 221eaa008020: Waiting 08:43:41 fe522b08c979: Verifying Checksum 08:43:41 fe522b08c979: Download complete 08:43:41 408f87550127: Verifying Checksum 08:43:41 408f87550127: Download complete 08:43:41 2a4607e5d6b9: Verifying Checksum 08:43:41 2a4607e5d6b9: Download complete 08:43:41 8f79b27c4fd2: Verifying Checksum 08:43:41 8f79b27c4fd2: Download complete 08:43:41 cbdbe7a5bc2a: Download complete 08:43:41 cbdbe7a5bc2a: Pull complete 08:43:41 408f87550127: Pull complete 08:43:42 fe522b08c979: Pull complete 08:43:42 e5c8dbe1645b: Verifying Checksum 08:43:42 e5c8dbe1645b: Download complete 08:43:46 5c568d65a230: Verifying Checksum 08:43:46 5c568d65a230: Download complete 08:43:46 23e8b3b47431: Verifying Checksum 08:43:48 221eaa008020: Verifying Checksum 08:43:48 221eaa008020: Download complete 08:44:00 221eaa008020: Pull complete 08:44:00 2a4607e5d6b9: Pull complete 08:44:00 8f79b27c4fd2: Pull complete 08:44:01 e5c8dbe1645b: Pull complete 08:44:05 23e8b3b47431: Pull complete 08:44:06 5c568d65a230: Pull complete 08:44:06 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 08:44:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:44:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 08:44:07 prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container 08:44:07 $ 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 08:44:08 $ docker top ad6b8525f700bbd92d6afdb62b83684f66cdd777c67aedaf8439d4d65814b34e -eo pid,comm [Pipeline] { [Pipeline] sh 08:44:09 + snyk monitor '--org=edgex-jenkins' 08:44:24 08:44:24 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 08:44:24 08:44:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/24bf9597-f7e3-4f4d-bca0-1bfb4fc6145f 08:44:24 08:44:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:44:24 08:44:24 08:44:24 Snyk CLI supports Node.js 8 and higher. 08:44:24 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 08:44:24 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 08:44:24 08:44:24 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 08:44:24 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 08:44:24 $ docker stop --time=1 ad6b8525f700bbd92d6afdb62b83684f66cdd777c67aedaf8439d4d65814b34e 08:44:27 $ docker rm -f ad6b8525f700bbd92d6afdb62b83684f66cdd777c67aedaf8439d4d65814b34e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 08:44:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:44:30 . [Pipeline] withDockerContainer 08:44:30 prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container 08:44:30 $ 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 08:44:31 $ docker top 1be4368a75f90df6f939cb6102c26709d76840ae707b8248e05cc2e723bfc008 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:44:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:44:31 [ssh-agent] Looking for ssh-agent implementation... 08:44:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:44:32 $ docker exec 1be4368a75f90df6f939cb6102c26709d76840ae707b8248e05cc2e723bfc008 ssh-agent 08:44:32 SSH_AUTH_SOCK=/tmp/ssh-HGFv6SIyX5WB/agent.11 08:44:32 SSH_AGENT_PID=16 08:44:32 Running ssh-add (command line suppressed) 08:44:32 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8262973358695767613.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8262973358695767613.key) 08:44:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:44:33 + git semver tag 08:44:33 # -> Open(): unable to determine branch for HEAD 08:44:33 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:44:33 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:44:33 # $SEMVER_REMOTE_NAME = origin 08:44:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:44:33 # $SEMVER_USER_NAME = edgex-jenkins 08:44:33 # $SEMVER_BRANCH = master 08:44:33 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:44:33 # b40e1ba929d547a0583aceea1360a74f4fea7da0 HEAD 08:44:33 # -> Force: false 08:44:33 # 0eef66b8a53de48f002db743e6433d7b2180b87d refs/tags/v0.1.97 [Pipeline] } 08:44:33 $ docker exec --env ******** --env ******** 1be4368a75f90df6f939cb6102c26709d76840ae707b8248e05cc2e723bfc008 ssh-agent -k 08:44:33 unset SSH_AUTH_SOCK; 08:44:33 unset SSH_AGENT_PID; 08:44:33 echo Agent pid 16 killed; 08:44:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:44:34 + git semver [Pipeline] } 08:44:34 $ docker stop --time=1 1be4368a75f90df6f939cb6102c26709d76840ae707b8248e05cc2e723bfc008 08:44:36 $ docker rm -f 1be4368a75f90df6f939cb6102c26709d76840ae707b8248e05cc2e723bfc008 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:44:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:44:37 08:44:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:44:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:44:37 0.23.1-centos7: Pulling from edgex-lftools 08:44:37 ab5ef0e58194: Pulling fs layer 08:44:37 9712f1f96733: Pulling fs layer 08:44:37 63f879dbbcfc: Pulling fs layer 08:44:37 0d9ebad4ef96: Pulling fs layer 08:44:37 e9a5061849ea: Pulling fs layer 08:44:37 d747dcd14b5f: Pulling fs layer 08:44:37 2de7ff778b66: Pulling fs layer 08:44:37 d747dcd14b5f: Waiting 08:44:37 2de7ff778b66: Waiting 08:44:37 0d9ebad4ef96: Waiting 08:44:37 9712f1f96733: Verifying Checksum 08:44:37 9712f1f96733: Download complete 08:44:42 63f879dbbcfc: Verifying Checksum 08:44:42 63f879dbbcfc: Download complete 08:44:42 e9a5061849ea: Verifying Checksum 08:44:42 e9a5061849ea: Download complete 08:44:42 d747dcd14b5f: Verifying Checksum 08:44:42 d747dcd14b5f: Download complete 08:44:44 2de7ff778b66: Verifying Checksum 08:44:44 2de7ff778b66: Download complete 08:44:44 0d9ebad4ef96: Verifying Checksum 08:44:45 ab5ef0e58194: Verifying Checksum 08:44:45 ab5ef0e58194: Download complete 08:44:52 ab5ef0e58194: Pull complete 08:44:52 9712f1f96733: Pull complete 08:44:54 63f879dbbcfc: Pull complete 08:45:05 0d9ebad4ef96: Pull complete 08:45:05 e9a5061849ea: Pull complete 08:45:05 d747dcd14b5f: Pull complete 08:45:10 2de7ff778b66: Pull complete 08:45:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:45:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:45:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:45:10 prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container 08:45:10 $ 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 08:45:13 $ docker top 459891f1e8b93e89593db2695408e6ee989b3a647f10e99e12fd4361e5cff30a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:45:14 provisioning config files... 08:45:14 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7482461441268585077tmp 08:45:14 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config713181594099693662tmp 08:45:14 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1925957505304883346tmp [Pipeline] { [Pipeline] echo 08:45:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:45:15 ---> sigul-configuration.sh 08:45:15 gpg: directory `/root/.gnupg' created 08:45:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:45:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:45:15 gpg: keyring `/root/.gnupg/secring.gpg' created 08:45:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:45:15 gpg: CAST5 encrypted data 08:45:15 gpg: encrypted with 1 passphrase 08:45:15 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:45:15 + mkdir /home/jenkins 08:45:15 + mkdir /home/jenkins/sigul [Pipeline] sh 08:45:16 + 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 08:45:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:45:16 ---> sigul-install.sh 08:45:24 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:45:25 + git tag --list 08:45:25 v0.0.0 08:45:25 v0.0.1 08:45:25 v0.1.0 08:45:25 v0.1.1 08:45:25 v0.1.10 08:45:25 v0.1.11 08:45:25 v0.1.12 08:45:25 v0.1.13 08:45:25 v0.1.14 08:45:25 v0.1.15 08:45:25 v0.1.16 08:45:25 v0.1.17 08:45:25 v0.1.18 08:45:25 v0.1.19 08:45:25 v0.1.2 08:45:25 v0.1.20 08:45:25 v0.1.21 08:45:25 v0.1.22 08:45:25 v0.1.23 08:45:25 v0.1.24 08:45:25 v0.1.25 08:45:25 v0.1.26 08:45:25 v0.1.27 08:45:25 v0.1.28 08:45:25 v0.1.29 08:45:25 v0.1.3 08:45:25 v0.1.30 08:45:25 v0.1.31 08:45:25 v0.1.32 08:45:25 v0.1.33 08:45:25 v0.1.34 08:45:25 v0.1.35 08:45:25 v0.1.36 08:45:25 v0.1.37 08:45:25 v0.1.38 08:45:25 v0.1.39 08:45:25 v0.1.4 08:45:25 v0.1.40 08:45:25 v0.1.41 08:45:25 v0.1.42 08:45:25 v0.1.43 08:45:25 v0.1.44 08:45:25 v0.1.45 08:45:25 v0.1.46 08:45:25 v0.1.47 08:45:25 v0.1.48 08:45:25 v0.1.49 08:45:25 v0.1.5 08:45:25 v0.1.50 08:45:25 v0.1.51 08:45:25 v0.1.52 08:45:25 v0.1.53 08:45:25 v0.1.54 08:45:25 v0.1.55 08:45:25 v0.1.56 08:45:25 v0.1.57 08:45:25 v0.1.58 08:45:25 v0.1.59 08:45:25 v0.1.6 08:45:25 v0.1.60 08:45:25 v0.1.61 08:45:25 v0.1.62 08:45:25 v0.1.63 08:45:25 v0.1.64 08:45:25 v0.1.65 08:45:25 v0.1.66 08:45:25 v0.1.67 08:45:25 v0.1.68 08:45:25 v0.1.69 08:45:25 v0.1.7 08:45:25 v0.1.70 08:45:25 v0.1.71 08:45:25 v0.1.72 08:45:25 v0.1.73 08:45:25 v0.1.74 08:45:25 v0.1.75 08:45:25 v0.1.76 08:45:25 v0.1.77 08:45:25 v0.1.78 08:45:25 v0.1.79 08:45:25 v0.1.8 08:45:25 v0.1.80 08:45:25 v0.1.81 08:45:25 v0.1.82 08:45:25 v0.1.83 08:45:25 v0.1.84 08:45:25 v0.1.85 08:45:25 v0.1.86 08:45:25 v0.1.87 08:45:25 v0.1.88 08:45:25 v0.1.89 08:45:25 v0.1.9 08:45:25 v0.1.90 08:45:25 v0.1.91 08:45:25 v0.1.92 08:45:25 v0.1.93 08:45:25 v0.1.94 08:45:25 v0.1.95 08:45:25 v0.1.96 08:45:25 v0.1.97 [Pipeline] sh 08:45:25 + lftools sign git-tag v0.1.97 08:45:27 Signing Git tag with Sigul... 08:45:27 Signing v0.1.97 [Pipeline] echo 08:45:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:45:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:45:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:45:29 $ docker stop --time=1 459891f1e8b93e89593db2695408e6ee989b3a647f10e99e12fd4361e5cff30a 08:45:32 $ docker rm -f 459891f1e8b93e89593db2695408e6ee989b3a647f10e99e12fd4361e5cff30a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:45:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:45:33 . [Pipeline] withDockerContainer 08:45:33 prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container 08:45:33 $ 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 08:45:34 $ docker top b66510504d75786d13d2d19a6431a4a42b8a91f3d2bcdc86445863ae251b5772 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:45:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:45:34 [ssh-agent] Looking for ssh-agent implementation... 08:45:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:45:35 $ docker exec b66510504d75786d13d2d19a6431a4a42b8a91f3d2bcdc86445863ae251b5772 ssh-agent 08:45:35 SSH_AUTH_SOCK=/tmp/ssh-xwwHRoSylgsD/agent.12 08:45:35 SSH_AGENT_PID=17 08:45:35 Running ssh-add (command line suppressed) 08:45:36 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5693915223525091761.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5693915223525091761.key) 08:45:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:45:37 + git semver bump patch 08:45:37 # -> Open(): unable to determine branch for HEAD 08:45:37 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:45:37 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:45:37 # $SEMVER_REMOTE_NAME = origin 08:45:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:45:37 # $SEMVER_USER_NAME = edgex-jenkins 08:45:37 # $SEMVER_BRANCH = master 08:45:37 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:45:37 0.1.98 [Pipeline] } 08:45:37 $ docker exec --env ******** --env ******** b66510504d75786d13d2d19a6431a4a42b8a91f3d2bcdc86445863ae251b5772 ssh-agent -k 08:45:37 unset SSH_AUTH_SOCK; 08:45:37 unset SSH_AGENT_PID; 08:45:37 echo Agent pid 17 killed; 08:45:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:45:38 + git semver [Pipeline] } 08:45:38 $ docker stop --time=1 b66510504d75786d13d2d19a6431a4a42b8a91f3d2bcdc86445863ae251b5772 08:45:40 $ docker rm -f b66510504d75786d13d2d19a6431a4a42b8a91f3d2bcdc86445863ae251b5772 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:45:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:45:41 . [Pipeline] withDockerContainer 08:45:41 prd-centos7-docker-4c-2g-4775 does not seem to be running inside a container 08:45:41 $ 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 08:45:43 $ docker top 28f10a9f750f42a3e57a6ee049356742db1ef9c83c9bf30a80a7798b379bb87f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:45:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:45:43 [ssh-agent] Looking for ssh-agent implementation... 08:45:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:45:44 $ docker exec 28f10a9f750f42a3e57a6ee049356742db1ef9c83c9bf30a80a7798b379bb87f ssh-agent 08:45:44 SSH_AUTH_SOCK=/tmp/ssh-XoEtYX3aNgPs/agent.12 08:45:44 SSH_AGENT_PID=18 08:45:44 Running ssh-add (command line suppressed) 08:45:45 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_622843697813842386.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_622843697813842386.key) 08:45:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:45:45 + git semver push 08:45:46 # -> Open(): unable to determine branch for HEAD 08:45:46 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:45:46 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:45:46 # $SEMVER_REMOTE_NAME = origin 08:45:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:45:46 # $SEMVER_USER_NAME = edgex-jenkins 08:45:46 # $SEMVER_BRANCH = master 08:45:46 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:45:53 $ docker exec --env ******** --env ******** 28f10a9f750f42a3e57a6ee049356742db1ef9c83c9bf30a80a7798b379bb87f ssh-agent -k 08:45:53 unset SSH_AUTH_SOCK; 08:45:53 unset SSH_AGENT_PID; 08:45:53 echo Agent pid 18 killed; 08:45:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:45:54 + git semver [Pipeline] } 08:45:54 $ docker stop --time=1 28f10a9f750f42a3e57a6ee049356742db1ef9c83c9bf30a80a7798b379bb87f 08:45:56 $ docker rm -f 28f10a9f750f42a3e57a6ee049356742db1ef9c83c9bf30a80a7798b379bb87f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:45:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:45:59 ---> package-listing.sh 08:45:59 ++ facter osfamily 08:45:59 ++ tr '[:upper:]' '[:lower:]' 08:45:59 + OS_FAMILY=redhat 08:45:59 + workspace=/w/workspace/dry_go-mod-core-contracts_master 08:45:59 + START_PACKAGES=/tmp/packages_start.txt 08:45:59 + END_PACKAGES=/tmp/packages_end.txt 08:45:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:45:59 + PACKAGES=/tmp/packages_start.txt 08:45:59 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:45:59 + PACKAGES=/tmp/packages_end.txt 08:45:59 + case "${OS_FAMILY}" in 08:45:59 + rpm -qa 08:45:59 + sort 08:46:06 + '[' -f /tmp/packages_start.txt ']' 08:46:06 + '[' -f /tmp/packages_end.txt ']' 08:46:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:46:06 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:46:06 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 08:46:06 + 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 08:46:06 provisioning config files... 08:46:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4234935599552741896tmp [Pipeline] { [Pipeline] echo 08:46:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:46:07 ---> create-netrc.sh [Pipeline] } 08:46:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:46:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:46:08 ---> python-tools-install.sh 08:46:08 Generating Requirements File 08:48:00 Python 3.6.8 08:48:00 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 08:48:00 appdirs==1.4.3 08:48:00 argcomplete==1.12.1 08:48:00 aspy.yaml==1.3.0 08:48:00 attrs==19.3.0 08:48:00 Babel==2.8.0 08:48:00 beautifulsoup4==4.8.2 08:48:00 boto3==1.11.6 08:48:00 botocore==1.14.6 08:48:00 bs4==0.0.1 08:48:00 cachetools==4.1.1 08:48:00 certifi==2019.11.28 08:48:00 cffi==1.14.3 08:48:00 cfgv==2.0.1 08:48:00 chardet==3.0.4 08:48:00 click==7.1 08:48:00 cliff==3.4.0 08:48:00 cmd2==1.3.11 08:48:00 colorama==0.4.3 08:48:00 cryptography==3.1.1 08:48:00 debtcollector==2.2.0 08:48:00 decorator==4.4.2 08:48:00 defusedxml==0.6.0 08:48:00 Deprecated==1.2.7 08:48:00 distlib==0.3.1 08:48:00 distro==1.2.0 08:48:00 dnspython==1.16.0 08:48:00 docker==4.2.0 08:48:00 docutils==0.15.2 08:48:00 dogpile.cache==1.0.2 08:48:00 email-validator==1.0.5 08:48:00 filelock==3.0.12 08:48:00 future==0.18.2 08:48:00 google-auth==1.22.1 08:48:00 httplib2==0.17.0 08:48:00 identify==1.4.11 08:48:00 idna==2.9 08:48:00 importlib-metadata==2.0.0 08:48:00 importlib-resources==1.5.0 08:48:00 iso8601==0.1.13 08:48:00 Jinja2==2.11.1 08:48:00 jmespath==0.10.0 08:48:00 jsonpatch==1.26 08:48:00 jsonpointer==2.0 08:48:00 jsonschema==3.2.0 08:48:00 keystoneauth1==4.2.1 08:48:00 kubernetes==11.0.0 08:48:00 lftools==0.34.2 08:48:00 lxml==4.5.0 08:48:00 MarkupSafe==0.23 08:48:00 msgpack==1.0.0 08:48:00 multi-key-dict==2.0.3 08:48:00 munch==2.5.0 08:48:00 netaddr==0.8.0 08:48:00 netifaces==0.10.9 08:48:00 niet==1.4.2 08:48:00 nodeenv==1.3.5 08:48:00 oauth2client==4.1.3 08:48:00 oauthlib==3.1.0 08:48:00 openstacksdk==0.50.0 08:48:00 os-client-config==2.1.0 08:48:00 os-service-types==1.7.0 08:48:00 osc-lib==2.2.1 08:48:00 oslo.config==8.3.2 08:48:00 oslo.context==3.1.1 08:48:00 oslo.i18n==5.0.1 08:48:00 oslo.log==4.4.0 08:48:00 oslo.serialization==4.0.1 08:48:00 oslo.utils==4.6.0 08:48:00 packaging==20.4 08:48:00 pbr==5.4.4 08:48:00 pluggy==0.13.1 08:48:00 prettytable==0.7.2 08:48:00 py==1.9.0 08:48:00 pyasn1==0.4.8 08:48:00 pyasn1-modules==0.2.8 08:48:00 pycparser==2.20 08:48:00 pygerrit2==2.0.10 08:48:00 PyGithub==1.46 08:48:00 pyinotify==0.9.6 08:48:00 PyJWT==1.7.1 08:48:00 pyparsing==2.4.7 08:48:00 pyperclip==1.8.1 08:48:00 pyroute2==0.4.13 08:48:00 pyrsistent==0.15.7 08:48:00 PySocks==1.6.8 08:48:00 python-cinderclient==7.2.0 08:48:00 python-dateutil==2.8.1 08:48:00 python-heatclient==2.2.1 08:48:00 python-jenkins==1.7.0 08:48:00 python-keystoneclient==4.1.1 08:48:00 python-magnumclient==3.2.1 08:48:00 python-novaclient==17.2.1 08:48:00 python-openstackclient==5.4.0 08:48:00 python-swiftclient==3.10.1 08:48:00 pytz==2020.1 08:48:00 PyYAML==5.3 08:48:00 requests==2.23.0 08:48:00 requests-oauthlib==1.3.0 08:48:00 requestsexceptions==1.4.0 08:48:00 rfc3986==1.4.0 08:48:00 rpm==4.11.3 08:48:00 rsa==4.0 08:48:00 ruamel.yaml==0.16.10 08:48:00 ruamel.yaml.clib==0.2.0 08:48:00 s3transfer==0.3.3 08:48:00 shade==1.27.2 08:48:00 simplejson==3.17.2 08:48:00 six==1.14.0 08:48:00 soupsieve==2.0 08:48:00 stevedore==3.2.2 08:48:00 tabulate==0.8.6 08:48:00 toml==0.10.0 08:48:00 tox==3.20.1 08:48:00 tqdm==4.43.0 08:48:00 urllib3==1.25.8 08:48:00 virtualenv==20.0.33 08:48:00 wcwidth==0.2.5 08:48:00 websocket-client==0.57.0 08:48:00 wrapt==1.12.1 08:48:00 xdg==3.0.2 08:48:00 xmltodict==0.12.0 08:48:00 yq==2.11.1 08:48:00 zipp==3.3.0 08:48:00 Cache entry deserialization failed, entry ignored 08:48:00 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. 08:48:05 Python 2.7.5 08:48:05 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 08:48:05 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. 08:48:05 ansible==2.9.7 08:48:05 Babel==0.9.6 08:48:05 backports.ssl-match-hostname==3.5.0.1 08:48:05 beautifulsoup4==4.4.1 08:48:05 bodhi==2.11.0 08:48:05 bodhi-client==2.11.0 08:48:05 CCColUtils==1.4 08:48:05 cffi==1.6.0 08:48:05 chardet==2.2.1 08:48:05 click==6.7 08:48:05 cloud-init==18.5 08:48:05 configobj==4.7.2 08:48:05 cryptography==1.7.2 08:48:05 decorator==3.4.0 08:48:05 distro==1.2.0 08:48:05 enum34==1.0.4 08:48:05 fedpkg==1.38 08:48:05 futures==3.1.1 08:48:05 gitdb==0.6.4 08:48:05 GitPython==1.0.1 08:48:05 html5lib==0.999 08:48:05 httplib2==0.9.2 08:48:05 idna==2.4 08:48:05 iniparse==0.4 08:48:05 ipaddress==1.0.16 08:48:05 IPy==0.75 08:48:05 javapackages==1.0.0 08:48:05 Jinja2==2.7.2 08:48:05 jmespath==0.9.4 08:48:05 jsonpatch==1.2 08:48:05 jsonpointer==1.9 08:48:05 kerberos==1.1 08:48:05 kitchen==1.1.1 08:48:05 langtable==0.0.31 08:48:05 lockfile==0.9.1 08:48:05 lxml==3.2.1 08:48:05 MarkupSafe==0.11 08:48:05 munch==2.0.2 08:48:05 offtrac==0.1.0 08:48:05 openidc-client==0.6.0 08:48:05 packagedb-cli==2.14.1 08:48:05 paramiko==2.1.1 08:48:05 perf==0.1 08:48:05 ply==3.4 08:48:05 policycoreutils-default-encoding==0.1 08:48:05 prettytable==0.7.2 08:48:05 pyasn1==0.1.9 08:48:05 pycparser==2.14 08:48:05 pycurl==7.19.0 08:48:05 pygobject==3.22.0 08:48:05 pygpgme==0.3 08:48:05 pyliblzma==0.5.3 08:48:05 pyOpenSSL==0.13.1 08:48:05 pyparsing==1.5.6 08:48:05 pyserial==2.6 08:48:05 python-augeas==0.5.0 08:48:05 python-bugzilla==2.3.0 08:48:05 python-dateutil==1.5 08:48:05 python-fedora==0.10.0 08:48:05 python-linux-procfs==0.4.9 08:48:05 python-yubico==1.2.3 08:48:05 pyudev==0.15 08:48:05 pyusb==1.0.0b1 08:48:05 pyxattr==0.5.1 08:48:05 PyYAML==3.10 08:48:05 requests==2.6.0 08:48:05 requests-kerberos==0.7.0 08:48:05 rpkg==1.60 08:48:05 schedutils==0.4 08:48:05 seobject==0.1 08:48:05 sepolicy==1.1 08:48:05 six==1.9.0 08:48:05 smmap==0.9.0 08:48:05 urlgrabber==3.10 08:48:05 urllib3==1.10.2 08:48:05 virtualenv==15.1.0 08:48:05 yum-langpacks==0.4.2 08:48:05 yum-metadata-parser==1.1.4 [Pipeline] echo 08:48:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:48:06 ---> sudo-logs.sh 08:48:06 Archiving 'sudo' log.. [Pipeline] echo 08:48:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:48:07 ---> job-cost.sh 08:48:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Os0x 08:48:22 Cache entry deserialization failed, entry ignored 08:48:22 Cache entry deserialization failed, entry ignored 08:48:22 Cache entry deserialization failed, entry ignored 08:48:22 Cache entry deserialization failed, entry ignored 08:48:22 Cache entry deserialization failed, entry ignored 08:48:22 Cache entry deserialization failed, entry ignored 08:48:22 Cache entry deserialization failed, entry ignored 08:48:23 Cache entry deserialization failed, entry ignored 08:48:23 Cache entry deserialization failed, entry ignored 08:48:24 Cache entry deserialization failed, entry ignored 08:48:24 Cache entry deserialization failed, entry ignored 08:48:25 Cache entry deserialization failed, entry ignored 08:48:25 Cache entry deserialization failed, entry ignored 08:48:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:49:08 lf-activate-venv(): INFO: Adding /tmp/venv-Os0x/bin to PATH 08:49:08 INFO: No Stack... 08:49:08 INFO: Retrieving Pricing Info for: v1-standard-2 08:49:08 INFO: Archiving Costs [Pipeline] echo 08:49:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:49:09 ---> logs-deploy.sh 08:49:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/63 08:49:09 INFO: archiving workspace using pattern(s): 08:49:12 Archives upload complete. 08:49:12 INFO: archiving logs to Nexus