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