Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 989ab59446d0667b15a71abbdaadd1bc675377a2 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-2163 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 989ab59446d0667b15a71abbdaadd1bc675377a2 (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 989ab59446d0667b15a71abbdaadd1bc675377a2 # timeout=10 Commit message: "Merge pull request #311 from weichou1229/issue-310" > git rev-list --no-walk a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:01:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:01:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:01:30 ========================================================= 06:01:30 EdgeX Global Pipelines Version Info 06:01:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:01:33 ------------------- 06:01:33 stable info: 06:01:33 ------------------- 06:01:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:01:33 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 06:01:33 Message: update stable to v1.0.131 06:01:34 ------------------- 06:01:34 experimental info: 06:01:34 ------------------- 06:01:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:01:34 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 06:01:34 Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:01:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:01:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:01:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:01:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:01:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:01:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:01:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:01:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:01:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:01:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:01:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:01:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:01:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:01:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:01:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:01:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:01:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:01:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:01:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:01:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:01:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:01:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:01:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:01:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:01:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:01:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:01:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:01:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 989ab59446d0667b15a71abbdaadd1bc675377a2 [Pipeline] echo 06:01:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 989ab59 [Pipeline] echo 06:01:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:01:39 + git log --format=format:%s -1 989ab59446d0667b15a71abbdaadd1bc675377a2 [Pipeline] echo 06:01:39 GIT_COMMIT: 989ab59446d0667b15a71abbdaadd1bc675377a2, Commit Message: Merge pull request #311 from weichou1229/issue-310 [Pipeline] echo 06:01:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:01:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:01:41 06:01:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:01:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:01:41 latest: Pulling from edgex-devops/git-semver 06:01:41 31603596830f: Pulling fs layer 06:01:41 2a8b12db71e7: Pulling fs layer 06:01:41 6ca5941a6612: Pulling fs layer 06:01:41 ecc8261a40a4: Pulling fs layer 06:01:41 ecc8261a40a4: Waiting 06:01:41 2a8b12db71e7: Verifying Checksum 06:01:41 2a8b12db71e7: Download complete 06:01:42 31603596830f: Verifying Checksum 06:01:42 31603596830f: Download complete 06:01:42 ecc8261a40a4: Verifying Checksum 06:01:42 ecc8261a40a4: Download complete 06:01:42 6ca5941a6612: Verifying Checksum 06:01:42 6ca5941a6612: Download complete 06:01:42 31603596830f: Pull complete 06:01:42 2a8b12db71e7: Pull complete 06:01:43 6ca5941a6612: Pull complete 06:01:43 ecc8261a40a4: Pull complete 06:01:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:01:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:01:44 prd-centos7-docker-4c-2g-2163 does not seem to be running inside a container 06:01:44 $ 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 06:01:46 $ docker top 8209d528d17cde92c38e7f3c016b4f5a29218b0786f220bfd566fda6d973b8e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:01:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:01:46 [ssh-agent] Looking for ssh-agent implementation... 06:01:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:01:47 $ docker exec 8209d528d17cde92c38e7f3c016b4f5a29218b0786f220bfd566fda6d973b8e6 ssh-agent 06:01:47 SSH_AUTH_SOCK=/tmp/ssh-IRZDW5uxtPya/agent.11 06:01:47 SSH_AGENT_PID=16 06:01:47 Running ssh-add (command line suppressed) 06:01:47 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6978634272677639545.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6978634272677639545.key) 06:01:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:01:48 + git describe --exact-match --tags HEAD 06:01:48 fatal: no tag exactly matches '989ab59446d0667b15a71abbdaadd1bc675377a2' [Pipeline] } 06:01:48 $ docker exec --env ******** --env ******** 8209d528d17cde92c38e7f3c016b4f5a29218b0786f220bfd566fda6d973b8e6 ssh-agent -k 06:01:48 unset SSH_AUTH_SOCK; 06:01:48 unset SSH_AGENT_PID; 06:01:48 echo Agent pid 16 killed; 06:01:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:01:48 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:01:48 This usually means this commit has not been tagged. [Pipeline] sshagent 06:01:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:01:48 [ssh-agent] Looking for ssh-agent implementation... 06:01:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:01:48 $ docker exec 8209d528d17cde92c38e7f3c016b4f5a29218b0786f220bfd566fda6d973b8e6 ssh-agent 06:01:48 SSH_AUTH_SOCK=/tmp/ssh-YOAGELZy2PY1/agent.45 06:01:48 SSH_AGENT_PID=50 06:01:48 Running ssh-add (command line suppressed) 06:01:49 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_329944772184324591.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_329944772184324591.key) 06:01:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:01:49 + git semver init 06:01:49 # -> Open(): unable to determine branch for HEAD 06:01:49 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:01:49 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:01:49 # $SEMVER_REMOTE_NAME = origin 06:01:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:01:49 # $SEMVER_USER_NAME = edgex-jenkins 06:01:49 # $SEMVER_BRANCH = master 06:01:49 # $SEMVER_TEMP = /tmp/semver-656782355 06:01:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:01:50 # '/tmp/semver-656782355' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 06:01:50 # -> Force: false 06:01:50 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 06:01:50 $ docker exec --env ******** --env ******** 8209d528d17cde92c38e7f3c016b4f5a29218b0786f220bfd566fda6d973b8e6 ssh-agent -k 06:01:50 unset SSH_AUTH_SOCK; 06:01:50 unset SSH_AGENT_PID; 06:01:50 echo Agent pid 50 killed; 06:01:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:01:51 + git semver [Pipeline] } 06:01:51 $ docker stop --time=1 8209d528d17cde92c38e7f3c016b4f5a29218b0786f220bfd566fda6d973b8e6 06:01:53 $ docker rm -f 8209d528d17cde92c38e7f3c016b4f5a29218b0786f220bfd566fda6d973b8e6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:01:53 Stashed 97 file(s) [Pipeline] echo 06:01:53 [edgeXSemver]: initialized semver on version 0.1.86 [Pipeline] echo 06:01:54 Archived original version: [0.1.86] [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 06:02:09 Still waiting to schedule task 06:02:09 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:02:09 Still waiting to schedule task 06:02:09 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:04:06 Running on prd-centos7-docker-4c-2g-2164 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 06:04:06 Running in /w/workspace/go-mod-core-contracts/52 [Pipeline] { [Pipeline] checkout 06:04:09 using credential edgex-jenkins-ssh 06:04:09 Cloning the remote Git repository 06:04:09 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:04:09 > git init /w/workspace/go-mod-core-contracts/52 # timeout=10 06:04:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:04:09 > git --version # timeout=10 06:04:09 > git --version # 'git version 2.16.5' 06:04:09 using GIT_SSH to set credentials SSH Credentials for GitHub 06:04:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:04:11 Checking out Revision 989ab59446d0667b15a71abbdaadd1bc675377a2 (master) 06:04:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:04:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:04:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:04:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:04:10 using GIT_SSH to set credentials SSH Credentials for GitHub 06:04:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:04:11 > git config core.sparsecheckout # timeout=10 06:04:11 > git checkout -f 989ab59446d0667b15a71abbdaadd1bc675377a2 # timeout=10 06:04:14 Commit message: "Merge pull request #311 from weichou1229/issue-310" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:04:15 ========================================================= 06:04:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:04:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:04:16 + 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 . 06:04:16 Sending build context to Docker daemon 2.49MB 06:04:16 Step 1/7 : ARG BASE=golang:1.15-alpine 06:04:16 Step 2/7 : FROM ${BASE} 06:04:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:04:16 df20fa9351a1: Pulling fs layer 06:04:16 ed8968b2872e: Pulling fs layer 06:04:16 a92cc7c5fd73: Pulling fs layer 06:04:16 e871e8e8d7a9: Pulling fs layer 06:04:16 e73272ec9a57: Pulling fs layer 06:04:16 1e910a182e73: Pulling fs layer 06:04:16 4e634b169226: Pulling fs layer 06:04:16 e73272ec9a57: Waiting 06:04:16 1e910a182e73: Waiting 06:04:16 4e634b169226: Waiting 06:04:16 e871e8e8d7a9: Waiting 06:04:16 a92cc7c5fd73: Verifying Checksum 06:04:16 a92cc7c5fd73: Download complete 06:04:16 ed8968b2872e: Download complete 06:04:16 e73272ec9a57: Verifying Checksum 06:04:16 e73272ec9a57: Download complete 06:04:16 1e910a182e73: Download complete 06:04:16 df20fa9351a1: Download complete 06:04:17 df20fa9351a1: Pull complete 06:04:17 ed8968b2872e: Pull complete 06:04:17 a92cc7c5fd73: Pull complete 06:04:19 4e634b169226: Verifying Checksum 06:04:19 4e634b169226: Download complete 06:04:20 e871e8e8d7a9: Verifying Checksum 06:04:20 e871e8e8d7a9: Download complete 06:04:25 e871e8e8d7a9: Pull complete 06:04:25 e73272ec9a57: Pull complete 06:04:25 1e910a182e73: Pull complete 06:04:34 4e634b169226: Pull complete 06:04:34 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:04:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:04:34 ---> f7629b54cfaa 06:04:34 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:04:34 ---> Running in 661cfa28fb77 06:04:34 Removing intermediate container 661cfa28fb77 06:04:34 ---> 7741f117b1cd 06:04:34 Step 4/7 : RUN apk add bash 06:04:34 ---> Running in 08919facc0a6 06:04:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:04:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:04:36 OK: 166 MiB in 39 packages 06:04:36 Removing intermediate container 08919facc0a6 06:04:36 ---> 9fbfccf8d0d1 06:04:36 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:04:36 ---> Running in d4d8116aa4e0 06:04:36 Removing intermediate container d4d8116aa4e0 06:04:36 ---> 490184928d46 06:04:36 Step 6/7 : COPY go.mod . 06:04:37 ---> a50fda7e6b0a 06:04:37 Step 7/7 : RUN go mod download 06:04:37 ---> Running in bcde57223770 06:04:49 Removing intermediate container bcde57223770 06:04:49 ---> 07063cbf5a07 06:04:49 Successfully built 07063cbf5a07 06:04:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:04:49 + docker inspect -f . ci-base-image-x86_64 06:04:49 . [Pipeline] withDockerContainer 06:04:50 prd-centos7-docker-4c-2g-2164 does not seem to be running inside a container 06:04:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/52 -v /w/workspace/go-mod-core-contracts/52:/w/workspace/go-mod-core-contracts/52:rw,z -v /w/workspace/go-mod-core-contracts/52@tmp:/w/workspace/go-mod-core-contracts/52@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 06:04:50 $ docker top 9ae94f129483a872b78c1f9f6c4bed0427334df3ea3899eec0ef557e13d0eb33 -eo pid,comm [Pipeline] { [Pipeline] sh 06:04:51 + go version 06:04:51 go version go1.15.2 linux/amd64 [Pipeline] } 06:04:51 $ docker stop --time=1 9ae94f129483a872b78c1f9f6c4bed0427334df3ea3899eec0ef557e13d0eb33 06:04:53 $ docker rm -f 9ae94f129483a872b78c1f9f6c4bed0427334df3ea3899eec0ef557e13d0eb33 [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] } 06:05:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2167 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 06:05:41 Running in /w/workspace/go-mod-core-contracts/52 [Pipeline] { [Pipeline] checkout 06:05:46 using credential edgex-jenkins-ssh 06:05:46 Cloning the remote Git repository 06:05:46 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:46 > git init /w/workspace/go-mod-core-contracts/52 # timeout=10 06:05:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:46 > git --version # timeout=10 06:05:46 > git --version # 'git version 2.17.1' 06:05:46 using GIT_SSH to set credentials SSH Credentials for GitHub 06:05:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:05:48 Checking out Revision 989ab59446d0667b15a71abbdaadd1bc675377a2 (master) 06:05:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:05:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:05:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:05:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:48 using GIT_SSH to set credentials SSH Credentials for GitHub 06:05:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:05:48 > git config core.sparsecheckout # timeout=10 06:05:48 > git checkout -f 989ab59446d0667b15a71abbdaadd1bc675377a2 # timeout=10 06:05:53 Commit message: "Merge pull request #311 from weichou1229/issue-310" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:05:54 ========================================================= 06:05:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:05:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:05:55 + 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 . 06:05:56 Sending build context to Docker daemon 2.49MB 06:05:56 Step 1/7 : ARG BASE=golang:1.15-alpine 06:05:56 Step 2/7 : FROM ${BASE} 06:05:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:05:56 b538f80385f9: Pulling fs layer 06:05:56 74f711af9a0d: Pulling fs layer 06:05:56 99f96fe45779: Pulling fs layer 06:05:56 8529a6b9a6be: Pulling fs layer 06:05:56 45590311c82a: Pulling fs layer 06:05:56 69ca0ff8b7b3: Pulling fs layer 06:05:56 209524e5b208: Pulling fs layer 06:05:56 8529a6b9a6be: Waiting 06:05:56 45590311c82a: Waiting 06:05:56 69ca0ff8b7b3: Waiting 06:05:56 209524e5b208: Waiting 06:05:56 99f96fe45779: Download complete 06:05:56 74f711af9a0d: Verifying Checksum 06:05:56 74f711af9a0d: Download complete 06:05:57 69ca0ff8b7b3: Verifying Checksum 06:05:57 69ca0ff8b7b3: Download complete 06:05:57 b538f80385f9: Verifying Checksum 06:05:57 b538f80385f9: Download complete 06:05:57 b538f80385f9: Pull complete 06:05:58 74f711af9a0d: Pull complete 06:05:59 99f96fe45779: Pull complete 06:05:59 209524e5b208: Verifying Checksum 06:05:59 209524e5b208: Download complete 06:06:00 8529a6b9a6be: Verifying Checksum 06:06:00 8529a6b9a6be: Download complete 06:06:15 8529a6b9a6be: Pull complete 06:06:15 45590311c82a: Pull complete 06:06:15 69ca0ff8b7b3: Pull complete 06:06:19 209524e5b208: Pull complete 06:06:19 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:06:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:06:19 ---> 5bddaf1c2fca 06:06:19 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:06:21 ---> Running in ce29b707329c 06:06:22 Removing intermediate container ce29b707329c 06:06:22 ---> 8a7ee9cd8fea 06:06:22 Step 4/7 : RUN apk add bash 06:06:22 ---> Running in 593d81e1a67d 06:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:06:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:06:25 OK: 142 MiB in 39 packages 06:06:26 Removing intermediate container 593d81e1a67d 06:06:26 ---> af3bc4153634 06:06:26 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:06:26 ---> Running in bc94c62ba3e4 06:06:27 Removing intermediate container bc94c62ba3e4 06:06:27 ---> ebb3628330f5 06:06:27 Step 6/7 : COPY go.mod . 06:06:28 ---> 259dc0968bca 06:06:28 Step 7/7 : RUN go mod download 06:06:28 ---> Running in f756f3a9aed1 06:06:43 Removing intermediate container f756f3a9aed1 06:06:43 ---> ecf5ef365bce 06:06:43 Successfully built ecf5ef365bce 06:06:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:06:43 + docker inspect -f . ci-base-image-arm64 06:06:43 . [Pipeline] withDockerContainer 06:06:44 prd-ubuntu18.04-docker-arm64-4c-16g-2167 does not seem to be running inside a container 06:06:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/52 -v /w/workspace/go-mod-core-contracts/52:/w/workspace/go-mod-core-contracts/52:rw,z -v /w/workspace/go-mod-core-contracts/52@tmp:/w/workspace/go-mod-core-contracts/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:06:46 $ docker top 30a96c5609038abb724f8143dacbd6f0648c419c0e562793d5130a4769e5ea99 -eo pid,comm [Pipeline] { [Pipeline] sh 06:06:47 + go version 06:06:47 go version go1.15.2 linux/arm64 [Pipeline] } 06:06:47 $ docker stop --time=1 30a96c5609038abb724f8143dacbd6f0648c419c0e562793d5130a4769e5ea99 06:06:49 $ docker rm -f 30a96c5609038abb724f8143dacbd6f0648c419c0e562793d5130a4769e5ea99 [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 06:06:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 06:06:52 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 06:06:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:06:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:06:52 06:06:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 06:06:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:06:53 1.317.0: Pulling from edgex-devops/edgex-snyk-go 06:06:53 cbdbe7a5bc2a: Pulling fs layer 06:06:53 408f87550127: Pulling fs layer 06:06:53 fe522b08c979: Pulling fs layer 06:06:53 221eaa008020: Pulling fs layer 06:06:53 2a4607e5d6b9: Pulling fs layer 06:06:53 8f79b27c4fd2: Pulling fs layer 06:06:53 e5c8dbe1645b: Pulling fs layer 06:06:53 23e8b3b47431: Pulling fs layer 06:06:53 5c568d65a230: Pulling fs layer 06:06:53 8f79b27c4fd2: Waiting 06:06:53 e5c8dbe1645b: Waiting 06:06:53 221eaa008020: Waiting 06:06:53 2a4607e5d6b9: Waiting 06:06:53 23e8b3b47431: Waiting 06:06:53 5c568d65a230: Waiting 06:06:53 fe522b08c979: Verifying Checksum 06:06:53 fe522b08c979: Download complete 06:06:53 408f87550127: Verifying Checksum 06:06:53 408f87550127: Download complete 06:06:53 2a4607e5d6b9: Verifying Checksum 06:06:53 2a4607e5d6b9: Download complete 06:06:53 8f79b27c4fd2: Verifying Checksum 06:06:53 8f79b27c4fd2: Download complete 06:06:53 cbdbe7a5bc2a: Verifying Checksum 06:06:53 cbdbe7a5bc2a: Download complete 06:06:54 cbdbe7a5bc2a: Pull complete 06:06:54 408f87550127: Pull complete 06:06:55 fe522b08c979: Pull complete 06:06:56 e5c8dbe1645b: Verifying Checksum 06:06:56 e5c8dbe1645b: Download complete 06:06:58 23e8b3b47431: Verifying Checksum 06:06:58 23e8b3b47431: Download complete 06:06:58 5c568d65a230: Verifying Checksum 06:06:58 5c568d65a230: Download complete 06:06:59 221eaa008020: Verifying Checksum 06:06:59 221eaa008020: Download complete 06:07:12 221eaa008020: Pull complete 06:07:12 2a4607e5d6b9: Pull complete 06:07:12 8f79b27c4fd2: Pull complete 06:07:16 e5c8dbe1645b: Pull complete 06:07:21 23e8b3b47431: Pull complete 06:07:23 5c568d65a230: Pull complete 06:07:23 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 06:07:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:07:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 06:07:23 prd-centos7-docker-4c-2g-2163 does not seem to be running inside a container 06:07:23 $ 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 06:07:25 $ docker top a6a4d1d20f5164ab58a8f7dd1d324634421de78973e6d7497a4097716d643c7b -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:25 + snyk monitor '--org=edgex-jenkins' 06:07:34 06:07:34 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 06:07:34 06:07:34 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/352f64ee-f46b-4364-bc33-8d8087ec59e1 06:07:34 06:07:34 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:07:34 06:07:34 06:07:34 Snyk CLI supports Node.js 8 and higher. 06:07:34 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 06:07:34 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 06:07:34 06:07:34 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 06:07:34 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 06:07:34 $ docker stop --time=1 a6a4d1d20f5164ab58a8f7dd1d324634421de78973e6d7497a4097716d643c7b 06:07:37 $ docker rm -f a6a4d1d20f5164ab58a8f7dd1d324634421de78973e6d7497a4097716d643c7b [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 06:07:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:07:39 . [Pipeline] withDockerContainer 06:07:39 prd-centos7-docker-4c-2g-2163 does not seem to be running inside a container 06:07:39 $ 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 06:07:40 $ docker top 35dceea0138695c22e85d1a82ab3772c3198d743f901287481284c64708f57d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:07:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:40 [ssh-agent] Looking for ssh-agent implementation... 06:07:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:41 $ docker exec 35dceea0138695c22e85d1a82ab3772c3198d743f901287481284c64708f57d3 ssh-agent 06:07:41 SSH_AUTH_SOCK=/tmp/ssh-EUKROmq8Z6NI/agent.12 06:07:41 SSH_AGENT_PID=17 06:07:41 Running ssh-add (command line suppressed) 06:07:41 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_153609969087163844.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_153609969087163844.key) 06:07:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:42 + git semver tag 06:07:42 # -> Open(): unable to determine branch for HEAD 06:07:42 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:07:42 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:07:42 # $SEMVER_REMOTE_NAME = origin 06:07:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:07:42 # $SEMVER_USER_NAME = edgex-jenkins 06:07:42 # $SEMVER_BRANCH = master 06:07:42 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 06:07:42 # 989ab59446d0667b15a71abbdaadd1bc675377a2 HEAD 06:07:42 # -> Force: false 06:07:42 # c5155c0b54f6599ed7aadc97f9b068de7ed492c1 refs/tags/v0.1.86 [Pipeline] } 06:07:42 $ docker exec --env ******** --env ******** 35dceea0138695c22e85d1a82ab3772c3198d743f901287481284c64708f57d3 ssh-agent -k 06:07:42 unset SSH_AUTH_SOCK; 06:07:42 unset SSH_AGENT_PID; 06:07:42 echo Agent pid 17 killed; 06:07:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:07:43 + git semver [Pipeline] } 06:07:43 $ docker stop --time=1 35dceea0138695c22e85d1a82ab3772c3198d743f901287481284c64708f57d3 06:07:44 $ docker rm -f 35dceea0138695c22e85d1a82ab3772c3198d743f901287481284c64708f57d3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:07:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:07:45 06:07:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:07:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:07:45 0.23.1-centos7: Pulling from edgex-lftools 06:07:45 ab5ef0e58194: Pulling fs layer 06:07:45 9712f1f96733: Pulling fs layer 06:07:45 63f879dbbcfc: Pulling fs layer 06:07:45 0d9ebad4ef96: Pulling fs layer 06:07:45 e9a5061849ea: Pulling fs layer 06:07:45 d747dcd14b5f: Pulling fs layer 06:07:45 2de7ff778b66: Pulling fs layer 06:07:45 e9a5061849ea: Waiting 06:07:45 d747dcd14b5f: Waiting 06:07:45 2de7ff778b66: Waiting 06:07:45 0d9ebad4ef96: Waiting 06:07:45 9712f1f96733: Verifying Checksum 06:07:45 9712f1f96733: Download complete 06:07:48 63f879dbbcfc: Verifying Checksum 06:07:48 63f879dbbcfc: Download complete 06:07:49 e9a5061849ea: Verifying Checksum 06:07:49 e9a5061849ea: Download complete 06:07:49 d747dcd14b5f: Verifying Checksum 06:07:49 d747dcd14b5f: Download complete 06:07:49 2de7ff778b66: Verifying Checksum 06:07:49 2de7ff778b66: Download complete 06:07:50 0d9ebad4ef96: Verifying Checksum 06:07:50 0d9ebad4ef96: Download complete 06:07:50 ab5ef0e58194: Download complete 06:07:57 ab5ef0e58194: Pull complete 06:07:57 9712f1f96733: Pull complete 06:07:58 63f879dbbcfc: Pull complete 06:08:09 0d9ebad4ef96: Pull complete 06:08:09 e9a5061849ea: Pull complete 06:08:09 d747dcd14b5f: Pull complete 06:08:13 2de7ff778b66: Pull complete 06:08:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:08:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:08:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:08:13 prd-centos7-docker-4c-2g-2163 does not seem to be running inside a container 06:08:13 $ 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 06:08:16 $ docker top df31239e99d43ab33917e5b3c858abece4e3ea18d31a27284a371370bfb03a0b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:08:17 provisioning config files... 06:08:17 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1236297991194389478tmp 06:08:17 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2402291842270740259tmp 06:08:17 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1563848622069878493tmp [Pipeline] { [Pipeline] echo 06:08:17 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:08:18 ---> sigul-configuration.sh 06:08:18 gpg: directory `/root/.gnupg' created 06:08:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:08:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:08:18 gpg: keyring `/root/.gnupg/secring.gpg' created 06:08:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:08:18 gpg: CAST5 encrypted data 06:08:18 gpg: encrypted with 1 passphrase 06:08:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:08:18 + mkdir /home/jenkins 06:08:18 + mkdir /home/jenkins/sigul [Pipeline] sh 06:08:19 + 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 06:08:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:08:19 ---> sigul-install.sh 06:08:28 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:08:28 + git tag --list 06:08:28 v0.0.0 06:08:28 v0.0.1 06:08:28 v0.1.0 06:08:28 v0.1.1 06:08:28 v0.1.10 06:08:28 v0.1.11 06:08:28 v0.1.12 06:08:28 v0.1.13 06:08:28 v0.1.14 06:08:28 v0.1.15 06:08:28 v0.1.16 06:08:28 v0.1.17 06:08:28 v0.1.18 06:08:28 v0.1.19 06:08:28 v0.1.2 06:08:28 v0.1.20 06:08:28 v0.1.21 06:08:28 v0.1.22 06:08:28 v0.1.23 06:08:28 v0.1.24 06:08:28 v0.1.25 06:08:28 v0.1.26 06:08:28 v0.1.27 06:08:28 v0.1.28 06:08:28 v0.1.29 06:08:28 v0.1.3 06:08:28 v0.1.30 06:08:28 v0.1.31 06:08:28 v0.1.32 06:08:28 v0.1.33 06:08:28 v0.1.34 06:08:28 v0.1.35 06:08:28 v0.1.36 06:08:28 v0.1.37 06:08:28 v0.1.38 06:08:28 v0.1.39 06:08:28 v0.1.4 06:08:28 v0.1.40 06:08:28 v0.1.41 06:08:28 v0.1.42 06:08:28 v0.1.43 06:08:28 v0.1.44 06:08:28 v0.1.45 06:08:28 v0.1.46 06:08:28 v0.1.47 06:08:28 v0.1.48 06:08:28 v0.1.49 06:08:28 v0.1.5 06:08:28 v0.1.50 06:08:28 v0.1.51 06:08:28 v0.1.52 06:08:28 v0.1.53 06:08:28 v0.1.54 06:08:28 v0.1.55 06:08:28 v0.1.56 06:08:28 v0.1.57 06:08:28 v0.1.58 06:08:28 v0.1.59 06:08:28 v0.1.6 06:08:28 v0.1.60 06:08:28 v0.1.61 06:08:28 v0.1.62 06:08:28 v0.1.63 06:08:28 v0.1.64 06:08:28 v0.1.65 06:08:28 v0.1.66 06:08:28 v0.1.67 06:08:28 v0.1.68 06:08:28 v0.1.69 06:08:28 v0.1.7 06:08:28 v0.1.70 06:08:28 v0.1.71 06:08:28 v0.1.72 06:08:28 v0.1.73 06:08:28 v0.1.74 06:08:28 v0.1.75 06:08:28 v0.1.76 06:08:28 v0.1.77 06:08:28 v0.1.78 06:08:28 v0.1.79 06:08:28 v0.1.8 06:08:28 v0.1.80 06:08:28 v0.1.81 06:08:28 v0.1.82 06:08:28 v0.1.83 06:08:28 v0.1.84 06:08:28 v0.1.85 06:08:28 v0.1.86 06:08:28 v0.1.9 [Pipeline] sh 06:08:29 + lftools sign git-tag v0.1.86 06:08:30 Signing Git tag with Sigul... 06:08:30 Signing v0.1.86 [Pipeline] echo 06:08:32 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:08:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:08:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:08:33 $ docker stop --time=1 df31239e99d43ab33917e5b3c858abece4e3ea18d31a27284a371370bfb03a0b 06:08:35 $ docker rm -f df31239e99d43ab33917e5b3c858abece4e3ea18d31a27284a371370bfb03a0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:08:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:36 . [Pipeline] withDockerContainer 06:08:36 prd-centos7-docker-4c-2g-2163 does not seem to be running inside a container 06:08:36 $ 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 06:08:37 $ docker top 86637230183f8db7078837c5e88657d7a41ea5feeb729fb8043d3616cfee7bbc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:08:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:08:37 [ssh-agent] Looking for ssh-agent implementation... 06:08:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:08:38 $ docker exec 86637230183f8db7078837c5e88657d7a41ea5feeb729fb8043d3616cfee7bbc ssh-agent 06:08:38 SSH_AUTH_SOCK=/tmp/ssh-2m1yuY14gyo8/agent.11 06:08:38 SSH_AGENT_PID=16 06:08:38 Running ssh-add (command line suppressed) 06:08:39 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2055964665267314441.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2055964665267314441.key) 06:08:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:08:39 + git semver bump patch 06:08:39 # -> Open(): unable to determine branch for HEAD 06:08:39 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:08:39 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:08:39 # $SEMVER_REMOTE_NAME = origin 06:08:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:08:39 # $SEMVER_USER_NAME = edgex-jenkins 06:08:39 # $SEMVER_BRANCH = master 06:08:39 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 06:08:39 0.1.87 [Pipeline] } 06:08:39 $ docker exec --env ******** --env ******** 86637230183f8db7078837c5e88657d7a41ea5feeb729fb8043d3616cfee7bbc ssh-agent -k 06:08:40 unset SSH_AUTH_SOCK; 06:08:40 unset SSH_AGENT_PID; 06:08:40 echo Agent pid 16 killed; 06:08:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:08:41 + git semver [Pipeline] } 06:08:41 $ docker stop --time=1 86637230183f8db7078837c5e88657d7a41ea5feeb729fb8043d3616cfee7bbc 06:08:42 $ docker rm -f 86637230183f8db7078837c5e88657d7a41ea5feeb729fb8043d3616cfee7bbc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:08:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:43 . [Pipeline] withDockerContainer 06:08:43 prd-centos7-docker-4c-2g-2163 does not seem to be running inside a container 06:08:43 $ 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 06:08:44 $ docker top 9e4d5d04c3a2276bf1b26896982c124b4141c5e5680b7178334f47aeb188de09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:08:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:08:45 [ssh-agent] Looking for ssh-agent implementation... 06:08:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:08:45 $ docker exec 9e4d5d04c3a2276bf1b26896982c124b4141c5e5680b7178334f47aeb188de09 ssh-agent 06:08:45 SSH_AUTH_SOCK=/tmp/ssh-x1HiVVBweS1X/agent.11 06:08:45 SSH_AGENT_PID=16 06:08:45 Running ssh-add (command line suppressed) 06:08:45 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5512546806042741100.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5512546806042741100.key) 06:08:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:08:46 + git semver push 06:08:46 # -> Open(): unable to determine branch for HEAD 06:08:46 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:08:46 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:08:46 # $SEMVER_REMOTE_NAME = origin 06:08:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:08:46 # $SEMVER_USER_NAME = edgex-jenkins 06:08:46 # $SEMVER_BRANCH = master 06:08:46 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 06:08:53 $ docker exec --env ******** --env ******** 9e4d5d04c3a2276bf1b26896982c124b4141c5e5680b7178334f47aeb188de09 ssh-agent -k 06:08:53 unset SSH_AUTH_SOCK; 06:08:53 unset SSH_AGENT_PID; 06:08:53 echo Agent pid 16 killed; 06:08:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:08:54 + git semver [Pipeline] } 06:08:54 $ docker stop --time=1 9e4d5d04c3a2276bf1b26896982c124b4141c5e5680b7178334f47aeb188de09 06:08:55 $ docker rm -f 9e4d5d04c3a2276bf1b26896982c124b4141c5e5680b7178334f47aeb188de09 [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 06:08:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:08:58 ---> package-listing.sh 06:08:58 ++ facter osfamily 06:08:58 ++ tr '[:upper:]' '[:lower:]' 06:08:58 + OS_FAMILY=redhat 06:08:58 + workspace=/w/workspace/dry_go-mod-core-contracts_master 06:08:58 + START_PACKAGES=/tmp/packages_start.txt 06:08:58 + END_PACKAGES=/tmp/packages_end.txt 06:08:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:08:58 + PACKAGES=/tmp/packages_start.txt 06:08:58 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 06:08:58 + PACKAGES=/tmp/packages_end.txt 06:08:58 + case "${OS_FAMILY}" in 06:08:58 + rpm -qa 06:08:58 + sort 06:09:02 + '[' -f /tmp/packages_start.txt ']' 06:09:02 + '[' -f /tmp/packages_end.txt ']' 06:09:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:09:02 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 06:09:02 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 06:09:02 + 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 06:09:03 provisioning config files... 06:09:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1700548733831117057tmp [Pipeline] { [Pipeline] echo 06:09:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:09:03 ---> create-netrc.sh [Pipeline] } 06:09:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:09:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:09:04 ---> python-tools-install.sh 06:09:04 Generating Requirements File 06:10:56 Python 3.6.8 06:10:56 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 06:10:56 aiohttp==3.6.2 06:10:56 appdirs==1.4.3 06:10:56 argcomplete==1.12.1 06:10:56 aspy.yaml==1.3.0 06:10:56 async-timeout==3.0.1 06:10:56 attrs==19.3.0 06:10:56 Babel==2.8.0 06:10:56 beautifulsoup4==4.8.2 06:10:56 boto3==1.11.6 06:10:56 botocore==1.14.6 06:10:56 bs4==0.0.1 06:10:56 cachetools==4.1.1 06:10:56 certifi==2019.11.28 06:10:56 cffi==1.14.3 06:10:56 cfgv==2.0.1 06:10:56 chardet==3.0.4 06:10:56 click==7.1 06:10:56 cliff==3.4.0 06:10:56 cmd2==1.3.10 06:10:56 colorama==0.4.3 06:10:56 cryptography==3.1.1 06:10:56 debtcollector==2.2.0 06:10:56 decorator==4.4.2 06:10:56 defusedxml==0.6.0 06:10:56 Deprecated==1.2.7 06:10:56 distlib==0.3.1 06:10:56 distro==1.2.0 06:10:56 dnspython==1.16.0 06:10:56 docker==4.2.0 06:10:56 docutils==0.15.2 06:10:56 dogpile.cache==1.0.2 06:10:56 email-validator==1.0.5 06:10:56 filelock==3.0.12 06:10:56 future==0.18.2 06:10:56 google-auth==1.22.0 06:10:56 httplib2==0.17.0 06:10:56 identify==1.4.11 06:10:56 idna==2.9 06:10:56 idna-ssl==1.1.0 06:10:56 importlib-metadata==1.7.0 06:10:56 importlib-resources==1.5.0 06:10:56 iso8601==0.1.13 06:10:56 Jinja2==2.11.1 06:10:56 jmespath==0.10.0 06:10:56 jsonpatch==1.26 06:10:56 jsonpointer==2.0 06:10:56 jsonschema==3.2.0 06:10:56 keystoneauth1==4.2.1 06:10:56 kubernetes==11.0.0 06:10:56 lftools==0.34.2 06:10:56 lxml==4.5.0 06:10:56 MarkupSafe==0.23 06:10:56 msgpack==1.0.0 06:10:56 multi-key-dict==2.0.3 06:10:56 multidict==4.7.6 06:10:56 munch==2.5.0 06:10:56 netaddr==0.8.0 06:10:56 netifaces==0.10.9 06:10:56 niet==1.4.2 06:10:56 nodeenv==1.3.5 06:10:56 oauth2client==4.1.3 06:10:56 oauthlib==3.1.0 06:10:56 openstacksdk==0.50.0 06:10:56 os-client-config==2.1.0 06:10:56 os-service-types==1.7.0 06:10:56 osc-lib==2.2.1 06:10:56 oslo.config==8.3.2 06:10:56 oslo.context==3.1.1 06:10:56 oslo.i18n==5.0.1 06:10:56 oslo.log==4.4.0 06:10:56 oslo.serialization==4.0.1 06:10:56 oslo.utils==4.6.0 06:10:56 packaging==20.4 06:10:56 pbr==5.4.4 06:10:56 pluggy==0.13.1 06:10:56 prettytable==0.7.2 06:10:56 py==1.9.0 06:10:56 pyasn1==0.4.8 06:10:56 pyasn1-modules==0.2.8 06:10:56 pycparser==2.20 06:10:56 pygerrit2==2.0.10 06:10:56 PyGithub==1.46 06:10:56 pyinotify==0.9.6 06:10:56 PyJWT==1.7.1 06:10:56 pyparsing==2.4.7 06:10:56 pyperclip==1.8.0 06:10:56 pyroute2==0.4.13 06:10:56 pyrsistent==0.15.7 06:10:56 PySocks==1.6.8 06:10:56 python-cinderclient==7.2.0 06:10:56 python-dateutil==2.8.1 06:10:56 python-heatclient==2.2.1 06:10:56 python-jenkins==1.7.0 06:10:56 python-keystoneclient==4.1.1 06:10:56 python-magnumclient==3.2.1 06:10:56 python-novaclient==17.2.1 06:10:56 python-openstackclient==5.3.1 06:10:56 python-swiftclient==3.10.1 06:10:56 pytz==2020.1 06:10:56 PyYAML==5.3 06:10:56 requests==2.23.0 06:10:56 requests-oauthlib==1.3.0 06:10:56 requestsexceptions==1.4.0 06:10:56 rfc3986==1.4.0 06:10:56 rpm==4.11.3 06:10:56 rsa==4.0 06:10:56 ruamel.yaml==0.16.10 06:10:56 ruamel.yaml.clib==0.2.0 06:10:56 s3transfer==0.3.3 06:10:56 shade==1.27.2 06:10:56 simplejson==3.17.2 06:10:56 six==1.14.0 06:10:56 soupsieve==2.0 06:10:56 stevedore==3.2.2 06:10:56 tabulate==0.8.6 06:10:56 toml==0.10.0 06:10:56 tox==3.20.0 06:10:56 tqdm==4.43.0 06:10:56 typing-extensions==3.7.4.3 06:10:56 urllib3==1.25.8 06:10:56 virtualenv==20.0.31 06:10:56 wcwidth==0.2.5 06:10:56 websocket-client==0.57.0 06:10:56 wrapt==1.12.1 06:10:56 xdg==3.0.2 06:10:56 xmltodict==0.12.0 06:10:56 yarl==1.6.0 06:10:56 yq==2.11.1 06:10:56 zipp==3.2.0 06:10:56 Cache entry deserialization failed, entry ignored 06:10:56 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. 06:10:59 Python 2.7.5 06:10:59 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 06:11: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. 06:11:00 ansible==2.9.7 06:11:00 Babel==0.9.6 06:11:00 backports.ssl-match-hostname==3.5.0.1 06:11:00 beautifulsoup4==4.4.1 06:11:00 bodhi==2.11.0 06:11:00 bodhi-client==2.11.0 06:11:00 CCColUtils==1.4 06:11:00 cffi==1.6.0 06:11:00 chardet==2.2.1 06:11:00 click==6.7 06:11:00 cloud-init==18.5 06:11:00 configobj==4.7.2 06:11:00 cryptography==1.7.2 06:11:00 decorator==3.4.0 06:11:00 distro==1.2.0 06:11:00 enum34==1.0.4 06:11:00 fedpkg==1.38 06:11:00 futures==3.1.1 06:11:00 gitdb==0.6.4 06:11:00 GitPython==1.0.1 06:11:00 html5lib==0.999 06:11:00 httplib2==0.9.2 06:11:00 idna==2.4 06:11:00 iniparse==0.4 06:11:00 ipaddress==1.0.16 06:11:00 IPy==0.75 06:11:00 javapackages==1.0.0 06:11:00 Jinja2==2.7.2 06:11:00 jmespath==0.9.4 06:11:00 jsonpatch==1.2 06:11:00 jsonpointer==1.9 06:11:00 kerberos==1.1 06:11:00 kitchen==1.1.1 06:11:00 langtable==0.0.31 06:11:00 lockfile==0.9.1 06:11:00 lxml==3.2.1 06:11:00 MarkupSafe==0.11 06:11:00 munch==2.0.2 06:11:00 offtrac==0.1.0 06:11:00 openidc-client==0.6.0 06:11:00 packagedb-cli==2.14.1 06:11:00 paramiko==2.1.1 06:11:00 perf==0.1 06:11:00 ply==3.4 06:11:00 policycoreutils-default-encoding==0.1 06:11:00 prettytable==0.7.2 06:11:00 pyasn1==0.1.9 06:11:00 pycparser==2.14 06:11:00 pycurl==7.19.0 06:11:00 pygobject==3.22.0 06:11:00 pygpgme==0.3 06:11:00 pyliblzma==0.5.3 06:11:00 pyOpenSSL==0.13.1 06:11:00 pyparsing==1.5.6 06:11:00 pyserial==2.6 06:11:00 python-augeas==0.5.0 06:11:00 python-bugzilla==2.3.0 06:11:00 python-dateutil==1.5 06:11:00 python-fedora==0.10.0 06:11:00 python-linux-procfs==0.4.9 06:11:00 python-yubico==1.2.3 06:11:00 pyudev==0.15 06:11:00 pyusb==1.0.0b1 06:11:00 pyxattr==0.5.1 06:11:00 PyYAML==3.10 06:11:00 requests==2.6.0 06:11:00 requests-kerberos==0.7.0 06:11:00 rpkg==1.60 06:11:00 schedutils==0.4 06:11:00 seobject==0.1 06:11:00 sepolicy==1.1 06:11:00 six==1.9.0 06:11:00 smmap==0.9.0 06:11:00 urlgrabber==3.10 06:11:00 urllib3==1.10.2 06:11:00 virtualenv==15.1.0 06:11:00 yum-langpacks==0.4.2 06:11:00 yum-metadata-parser==1.1.4 [Pipeline] echo 06:11:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:11:01 ---> sudo-logs.sh 06:11:01 Archiving 'sudo' log.. [Pipeline] echo 06:11:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:11:02 ---> job-cost.sh 06:11:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4moN 06:11:14 Cache entry deserialization failed, entry ignored 06:11:14 Cache entry deserialization failed, entry ignored 06:11:16 Cache entry deserialization failed, entry ignored 06:11:16 Cache entry deserialization failed, entry ignored 06:11:16 Cache entry deserialization failed, entry ignored 06:11:16 Cache entry deserialization failed, entry ignored 06:11:16 Cache entry deserialization failed, entry ignored 06:11:16 Cache entry deserialization failed, entry ignored 06:11:16 Cache entry deserialization failed, entry ignored 06:11:17 Cache entry deserialization failed, entry ignored 06:11:17 Cache entry deserialization failed, entry ignored 06:11:17 Cache entry deserialization failed, entry ignored 06:11:17 Cache entry deserialization failed, entry ignored 06:11:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:12:00 ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. 06:12:00 06:12:00 We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 06:12:00 06:12:00 virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. 06:12:00 lf-activate-venv(): INFO: Adding /tmp/venv-4moN/bin to PATH 06:12:00 INFO: No Stack... 06:12:00 INFO: Retrieving Pricing Info for: v1-standard-2 06:12:01 INFO: Archiving Costs [Pipeline] echo 06:12:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:12:01 ---> logs-deploy.sh 06:12:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/52 06:12:01 INFO: archiving workspace using pattern(s): 06:12:06 Archives upload complete. 06:12:06 INFO: archiving logs to Nexus