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