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