Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9675502d886e98cc9b362e5032cc42b972c2765c 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:pre] ========================================================= [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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32280 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9675502d886e98cc9b362e5032cc42b972c2765c (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 --force --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 9675502d886e98cc9b362e5032cc42b972c2765c # timeout=10 Commit message: "Merge pull request #570 from weichou1229/issue-569" > git rev-list --no-walk f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:50:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:50:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:50:24 ========================================================= 16:50:24 EdgeX Global Pipelines Version Info 16:50:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:50:26 ------------------- 16:50:26 stable info: 16:50:26 ------------------- 16:50:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:50:26 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:50:26 Message: update stable to v1.0.186 16:50:27 ------------------- 16:50:27 experimental info: 16:50:27 ------------------- 16:50:27 Commited By: **** collab-it+edgex@linuxfoundation.org 16:50:27 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 16:50:27 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:50:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:50:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:50:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:50:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:50:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:50:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:50:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:50:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:50:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:50:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:50:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:50:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:50:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:50:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:50:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:50:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:50:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:50:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:50:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:50:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:50:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:50:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:50:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:50:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:50:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:50:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:50:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:50:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:50:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:50:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9675502d886e98cc9b362e5032cc42b972c2765c [Pipeline] echo 16:50:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9675502 [Pipeline] echo 16:50:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:50:31 + git log --format=format:%s -1 9675502d886e98cc9b362e5032cc42b972c2765c [Pipeline] echo 16:50:31 GIT_COMMIT: 9675502d886e98cc9b362e5032cc42b972c2765c, Commit Message: Merge pull request #570 from weichou1229/issue-569 [Pipeline] echo 16:50:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:50:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:50:32 16:50:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:50:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:50:32 latest: Pulling from edgex-devops/git-semver 16:50:32 31603596830f: Pulling fs layer 16:50:32 2a8b12db71e7: Pulling fs layer 16:50:32 6ca5941a6612: Pulling fs layer 16:50:32 ecc8261a40a4: Pulling fs layer 16:50:32 ecc8261a40a4: Waiting 16:50:32 2a8b12db71e7: Download complete 16:50:33 31603596830f: Verifying Checksum 16:50:33 31603596830f: Download complete 16:50:33 ecc8261a40a4: Verifying Checksum 16:50:33 ecc8261a40a4: Download complete 16:50:33 6ca5941a6612: Verifying Checksum 16:50:33 6ca5941a6612: Download complete 16:50:33 31603596830f: Pull complete 16:50:33 2a8b12db71e7: Pull complete 16:50:34 6ca5941a6612: Pull complete 16:50:34 ecc8261a40a4: Pull complete 16:50:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:50:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:50:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:50:34 prd-centos7-docker-4c-2g-32280 does not seem to be running inside a container 16:50:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:50:37 $ docker top ee0b980c9a5c722898a987c2bd75937589c9c42ebf608f6a6f1a6bfec7b35d63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:50:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:50:38 [ssh-agent] Looking for ssh-agent implementation... 16:50:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:50:38 $ docker exec ee0b980c9a5c722898a987c2bd75937589c9c42ebf608f6a6f1a6bfec7b35d63 ssh-agent 16:50:38 SSH_AUTH_SOCK=/tmp/ssh-p7LRXgoP0n42/agent.12 16:50:38 SSH_AGENT_PID=18 16:50:38 Running ssh-add (command line suppressed) 16:50:38 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5725840104693231576.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5725840104693231576.key) 16:50:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:50:39 + git tag --points-at HEAD [Pipeline] } 16:50:39 $ docker exec --env ******** --env ******** ee0b980c9a5c722898a987c2bd75937589c9c42ebf608f6a6f1a6bfec7b35d63 ssh-agent -k 16:50:39 unset SSH_AUTH_SOCK; 16:50:39 unset SSH_AGENT_PID; 16:50:39 echo Agent pid 18 killed; 16:50:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:50:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:50:39 [ssh-agent] Looking for ssh-agent implementation... 16:50:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:50:39 $ docker exec ee0b980c9a5c722898a987c2bd75937589c9c42ebf608f6a6f1a6bfec7b35d63 ssh-agent 16:50:40 SSH_AUTH_SOCK=/tmp/ssh-laiqWmHGQzeJ/agent.48 16:50:40 SSH_AGENT_PID=54 16:50:40 Running ssh-add (command line suppressed) 16:50:40 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7499396624012132104.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7499396624012132104.key) 16:50:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:50:40 + git semver init 16:50:40 # -> Open(): unable to determine branch for HEAD 16:50:40 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:50:40 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:50:40 # $SEMVER_REMOTE_NAME = origin 16:50:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:50:40 # $SEMVER_USER_NAME = edgex-jenkins 16:50:40 # $SEMVER_BRANCH = master 16:50:40 # $SEMVER_TEMP = /tmp/semver-452375837 16:50:40 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:50:41 # '/tmp/semver-452375837' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 16:50:41 # -> Force: false 16:50:41 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:50:41 $ docker exec --env ******** --env ******** ee0b980c9a5c722898a987c2bd75937589c9c42ebf608f6a6f1a6bfec7b35d63 ssh-agent -k 16:50:41 unset SSH_AUTH_SOCK; 16:50:41 unset SSH_AGENT_PID; 16:50:41 echo Agent pid 54 killed; 16:50:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:50:42 + git semver [Pipeline] } 16:50:42 $ docker stop --time=1 ee0b980c9a5c722898a987c2bd75937589c9c42ebf608f6a6f1a6bfec7b35d63 16:50:44 $ docker rm -f ee0b980c9a5c722898a987c2bd75937589c9c42ebf608f6a6f1a6bfec7b35d63 [Pipeline] // withDockerContainer [Pipeline] sh 16:50:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:50:45 Stashed 1 file(s) [Pipeline] echo 16:50:45 [edgeXSemver]: initialized semver on version 2.0.0-dev.63 [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 16:51:00 Still waiting to schedule task 16:51:00 ‘prd-centos7-docker-4c-2g-32281’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32278’ doesn’t have label ‘centos7-docker-4c-2g’ 16:51:00 Still waiting to schedule task 16:51:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:53:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32282 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:53:30 Running in /w/workspace/go-mod-core-contracts/182 [Pipeline] { [Pipeline] checkout 16:53:37 using credential edgex-jenkins-ssh 16:53:37 Cloning the remote Git repository 16:53:37 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:53:37 > git init /w/workspace/go-mod-core-contracts/182 # timeout=10 16:53:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:53:37 > git --version # timeout=10 16:53:37 > git --version # 'git version 2.17.1' 16:53:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:53:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:53:39 Checking out Revision 9675502d886e98cc9b362e5032cc42b972c2765c (master) 16:53:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:53:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:53:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:53:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:53:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:53:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:53:39 > git config core.sparsecheckout # timeout=10 16:53:39 > git checkout -f 9675502d886e98cc9b362e5032cc42b972c2765c # timeout=10 16:53:44 Commit message: "Merge pull request #570 from weichou1229/issue-569" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:53:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:53:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:53:46 + true 16:53:46 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:53:49 ========================================================= 16:53:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:53:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:53:50 + 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 . 16:53:51 Sending build context to Docker daemon 2.908MB 16:53:51 Step 1/7 : ARG BASE=golang:1.15-alpine 16:53:51 Step 2/7 : FROM ${BASE} 16:53:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:53:52 5f621e34cdf4: Pulling fs layer 16:53:52 a4357932f1b6: Pulling fs layer 16:53:52 18c013af1878: Pulling fs layer 16:53:52 00ac8860ef70: Pulling fs layer 16:53:52 63d7cb157983: Pulling fs layer 16:53:52 b116817d02f9: Pulling fs layer 16:53:52 745a02a5169b: Pulling fs layer 16:53:52 00ac8860ef70: Waiting 16:53:52 63d7cb157983: Waiting 16:53:52 b116817d02f9: Waiting 16:53:52 18c013af1878: Verifying Checksum 16:53:52 18c013af1878: Download complete 16:53:52 a4357932f1b6: Verifying Checksum 16:53:52 a4357932f1b6: Download complete 16:53:52 63d7cb157983: Verifying Checksum 16:53:52 63d7cb157983: Download complete 16:53:52 b116817d02f9: Verifying Checksum 16:53:52 b116817d02f9: Download complete 16:53:52 5f621e34cdf4: Verifying Checksum 16:53:52 5f621e34cdf4: Download complete 16:53:52 5f621e34cdf4: Pull complete 16:53:53 a4357932f1b6: Pull complete 16:53:54 18c013af1878: Pull complete 16:53:55 745a02a5169b: Verifying Checksum 16:53:55 745a02a5169b: Download complete 16:53:56 00ac8860ef70: Verifying Checksum 16:53:56 00ac8860ef70: Download complete 16:54:06 00ac8860ef70: Pull complete 16:54:06 63d7cb157983: Pull complete 16:54:06 b116817d02f9: Pull complete 16:54:09 745a02a5169b: Pull complete 16:54:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:54:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:54:09 ---> b7e6874047d6 16:54:09 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:54:12 ---> Running in b4cbc9801ce1 16:54:12 Removing intermediate container b4cbc9801ce1 16:54:12 ---> 06ed8c959fc1 16:54:12 Step 4/7 : RUN apk add bash 16:54:12 ---> Running in b2a5e65e2acc 16:54:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:54:15 OK: 142 MiB in 39 packages 16:54:17 Removing intermediate container b2a5e65e2acc 16:54:17 ---> c178e47fefc1 16:54:17 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:54:17 ---> Running in 73d09c83cf6e 16:54:17 Removing intermediate container 73d09c83cf6e 16:54:17 ---> 429ed82f0194 16:54:17 Step 6/7 : COPY go.mod . 16:54:18 ---> f79dddea870e 16:54:18 Step 7/7 : RUN go mod download 16:54:18 ---> Running in c96b98ad8692 16:54:36 Removing intermediate container c96b98ad8692 16:54:36 ---> 3be0888e7b7e 16:54:36 Successfully built 3be0888e7b7e 16:54:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:54:37 + docker inspect -f . ci-base-image-arm64 16:54:37 . [Pipeline] withDockerContainer 16:54:37 prd-ubuntu18.04-docker-arm64-4c-16g-32282 does not seem to be running inside a container 16:54:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/182 -v /w/workspace/go-mod-core-contracts/182:/w/workspace/go-mod-core-contracts/182:rw,z -v /w/workspace/go-mod-core-contracts/182@tmp:/w/workspace/go-mod-core-contracts/182@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 16:54:39 $ docker top ef9f668224949ed268a1d9f8575acf51b6a24e41bf10f39e172842d2a802d6dc -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:40 + go version 16:54:40 go version go1.15.5 linux/arm64 [Pipeline] } 16:54:40 $ docker stop --time=1 ef9f668224949ed268a1d9f8575acf51b6a24e41bf10f39e172842d2a802d6dc 16:54:42 $ docker rm -f ef9f668224949ed268a1d9f8575acf51b6a24e41bf10f39e172842d2a802d6dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:54:43 + docker inspect -f . ci-base-image-arm64 16:54:43 . [Pipeline] withDockerContainer 16:54:43 prd-ubuntu18.04-docker-arm64-4c-16g-32282 does not seem to be running inside a container 16:54:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/182 -v /w/workspace/go-mod-core-contracts/182:/w/workspace/go-mod-core-contracts/182:rw,z -v /w/workspace/go-mod-core-contracts/182@tmp:/w/workspace/go-mod-core-contracts/182@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 16:54:45 $ docker top 0bc828e3b707126e16d7daece30d1f0797d93d5746d12043fd4952d0524d4e3f -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:46 + make test 16:54:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:55:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 16:55:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.061s coverage: 85.7% of statements 16:55:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.035s coverage: 100.0% of statements 16:55:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.075s coverage: 45.4% of statements 16:55:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.023s coverage: 77.8% of statements 16:55:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 16:55:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.047s coverage: 26.3% of statements 16:55:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.051s coverage: 14.7% of statements 16:55:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.044s coverage: 100.0% of statements 16:55:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.079s coverage: 91.8% of statements 16:55:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 16:55:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 16:55:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.025s coverage: 100.0% of statements 16:55:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.033s coverage: 36.7% of statements 16:55:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.131s coverage: 63.0% of statements 16:55:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.031s coverage: 26.3% of statements 16:55:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.015s coverage: 15.4% of statements 16:55:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.044s coverage: 15.4% of statements 16:55:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.020s coverage: 14.3% of statements 16:55:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 16:55:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.261s coverage: 84.4% of statements 16:55:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 16:55:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 16:55:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 16:55:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.119s coverage: 49.7% of statements 16:55:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.060s coverage: 94.7% of statements 16:55:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.215s coverage: 87.8% of statements 16:55:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements 16:55:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.027s coverage: 69.6% of statements 16:55:30 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:55:31 Running on prd-centos7-docker-4c-2g-32284 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:55:31 Running in /w/workspace/go-mod-core-contracts/182 [Pipeline] { [Pipeline] checkout 16:55:37 gofmt -l . 16:55:37 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:55:38 $ docker stop --time=1 0bc828e3b707126e16d7daece30d1f0797d93d5746d12043fd4952d0524d4e3f 16:55:40 $ docker rm -f 0bc828e3b707126e16d7daece30d1f0797d93d5746d12043fd4952d0524d4e3f [Pipeline] // withDockerContainer [Pipeline] sh 16:55:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:55:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 16:55:43 using credential edgex-jenkins-ssh Stage "Build" skipped due to when conditional [Pipeline] } 16:55:43 Cloning the remote Git repository [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage 16:55:43 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:55:43 > git init /w/workspace/go-mod-core-contracts/182 # timeout=10 16:55:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:55:43 > git --version # timeout=10 16:55:43 > git --version # 'git version 2.24.3' 16:55:43 using GIT_SSH to set credentials SSH Credentials for GitHub [Pipeline] libraryResource [Pipeline] sh 16:55:44 ---> job-cost.sh 16:55:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8IpH 16:55:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:46 Checking out Revision 9675502d886e98cc9b362e5032cc42b972c2765c (master) 16:55:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:55:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:55:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:55:45 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:55:46 > git config core.sparsecheckout # timeout=10 16:55:46 > git checkout -f 9675502d886e98cc9b362e5032cc42b972c2765c # timeout=10 16:55:51 Commit message: "Merge pull request #570 from weichou1229/issue-569" 16:55:51 16:55:51 GitHub has been notified of this commit’s build result 16:55:51 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:55:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:55:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:55:54 + sudo service docker restart 16:55:54 + true 16:55:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:55:58 ========================================================= 16:55:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:55:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:55:59 + 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 . 16:56:00 Sending build context to Docker daemon 2.909MB 16:56:00 Step 1/7 : ARG BASE=golang:1.15-alpine 16:56:00 Step 2/7 : FROM ${BASE} 16:56:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:56:01 188c0c94c7c5: Pulling fs layer 16:56:01 0ef7d3d256c8: Pulling fs layer 16:56:01 de9db76c5a1d: Pulling fs layer 16:56:01 bca2f99d35d6: Pulling fs layer 16:56:01 93359f2a8cfa: Pulling fs layer 16:56:01 7c6f9722023f: Pulling fs layer 16:56:01 a35cf1a2eb13: Pulling fs layer 16:56:01 bca2f99d35d6: Waiting 16:56:01 93359f2a8cfa: Waiting 16:56:01 7c6f9722023f: Waiting 16:56:01 a35cf1a2eb13: Waiting 16:56:01 de9db76c5a1d: Verifying Checksum 16:56:01 de9db76c5a1d: Download complete 16:56:01 0ef7d3d256c8: Verifying Checksum 16:56:01 0ef7d3d256c8: Download complete 16:56:01 93359f2a8cfa: Verifying Checksum 16:56:01 93359f2a8cfa: Download complete 16:56:01 7c6f9722023f: Verifying Checksum 16:56:01 7c6f9722023f: Download complete 16:56:01 188c0c94c7c5: Verifying Checksum 16:56:01 188c0c94c7c5: Download complete 16:56:03 188c0c94c7c5: Pull complete 16:56:04 0ef7d3d256c8: Pull complete 16:56:04 de9db76c5a1d: Pull complete 16:56:10 a35cf1a2eb13: Verifying Checksum 16:56:10 a35cf1a2eb13: Download complete 16:56:11 bca2f99d35d6: Download complete 16:56:28 bca2f99d35d6: Pull complete 16:56:28 93359f2a8cfa: Pull complete 16:56:28 7c6f9722023f: Pull complete 16:56:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:56:37 a35cf1a2eb13: Pull complete 16:56:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:56:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:56:37 ---> a62c8e92a672 16:56:37 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:56:37 ---> Running in 53d7ff44bb82 16:56:37 Removing intermediate container 53d7ff44bb82 16:56:37 ---> 65b50b4314cc 16:56:37 Step 4/7 : RUN apk add bash 16:56:37 ---> Running in 9fd38196e883 16:56:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:56:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:56:42 OK: 166 MiB in 39 packages 16:56:43 Removing intermediate container 9fd38196e883 16:56:43 ---> cc137c1e11f9 16:56:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:56:43 ---> Running in 138547176b01 16:56:44 Removing intermediate container 138547176b01 16:56:44 ---> cf2d02c974f1 16:56:44 Step 6/7 : COPY go.mod . 16:56:44 ---> 0f345314bb71 16:56:44 Step 7/7 : RUN go mod download 16:56:44 ---> Running in e91b684995ef 16:57:19 Removing intermediate container e91b684995ef 16:57:19 ---> 403de1bd10c9 16:57:19 Successfully built 403de1bd10c9 16:57:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:57:19 + docker inspect -f . ci-base-image-x86_64 16:57:20 . [Pipeline] withDockerContainer 16:57:21 prd-centos7-docker-4c-2g-32284 does not seem to be running inside a container 16:57:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/182 -v /w/workspace/go-mod-core-contracts/182:/w/workspace/go-mod-core-contracts/182:rw,z -v /w/workspace/go-mod-core-contracts/182@tmp:/w/workspace/go-mod-core-contracts/182@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:57:23 $ docker top 41d0f406f09378e966a5ba2203125d6cd30f53387fe2224d6e6a768e9d73104e -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:25 + go version 16:57:25 go version go1.15.5 linux/amd64 [Pipeline] } 16:57:25 $ docker stop --time=1 41d0f406f09378e966a5ba2203125d6cd30f53387fe2224d6e6a768e9d73104e 16:57:27 $ docker rm -f 41d0f406f09378e966a5ba2203125d6cd30f53387fe2224d6e6a768e9d73104e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:57:29 + docker inspect -f . ci-base-image-x86_64 16:57:29 . [Pipeline] withDockerContainer 16:57:30 prd-centos7-docker-4c-2g-32284 does not seem to be running inside a container 16:57:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/182 -v /w/workspace/go-mod-core-contracts/182:/w/workspace/go-mod-core-contracts/182:rw,z -v /w/workspace/go-mod-core-contracts/182@tmp:/w/workspace/go-mod-core-contracts/182@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:57:32 $ docker top 1ea08ee3c031ff1cdb79970a396167c4112d34ee2f4bc4fb2ed1d9bf4df8aed0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:34 + make test 16:57:34 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:57:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 16:57:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.071s coverage: 85.7% of statements 16:57:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.044s coverage: 100.0% of statements 16:57:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.021s coverage: 45.4% of statements 16:57:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.056s coverage: 77.8% of statements 16:57:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 16:57:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.033s coverage: 26.3% of statements 16:57:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.116s coverage: 14.7% of statements 16:57:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.087s coverage: 100.0% of statements 16:57:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.062s coverage: 91.8% of statements 16:57:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 16:57:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 16:57:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.032s coverage: 100.0% of statements 16:57:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.064s coverage: 36.7% of statements 16:58:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.067s coverage: 63.0% of statements 16:58:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.047s coverage: 26.3% of statements 16:58:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.091s coverage: 15.4% of statements 16:58:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.117s coverage: 15.4% of statements 16:58:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.137s coverage: 14.3% of statements 16:58:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 16:58:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.272s coverage: 84.4% of statements 16:58:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 16:58:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 16:58:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 16:58:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.037s coverage: 49.7% of statements 16:58:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.077s coverage: 94.7% of statements 16:58:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.172s coverage: 87.8% of statements 16:58:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.047s coverage: 100.0% of statements 16:58:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.077s coverage: 69.6% of statements 16:58:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:58:22 gofmt -l . 16:58:23 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:58:23 $ docker stop --time=1 1ea08ee3c031ff1cdb79970a396167c4112d34ee2f4bc4fb2ed1d9bf4df8aed0 16:58:26 $ docker rm -f 1ea08ee3c031ff1cdb79970a396167c4112d34ee2f4bc4fb2ed1d9bf4df8aed0 [Pipeline] // withDockerContainer [Pipeline] sh 16:58:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:58:28 Warning: overwriting stash ‘coverage-report’ 16:58:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 16:58:32 ---> job-cost.sh 16:58:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ae5S 16:58:37 lf-activate-venv(): INFO: Adding /tmp/venv-8IpH/bin to PATH 16:58:37 INFO: No Stack... 16:58:37 INFO: Retrieving Pricing Info for: lf-standard-4 16:58:37 INFO: Archiving Costs [Pipeline] sh 16:58:38 + cut -d, -f6 16:58:38 + cat /w/workspace/go-mod-core-contracts/182/archives/cost.csv [Pipeline] lock 16:58:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-182-stack-cost] 16:58:38 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-182-stack-cost] did not exist. Created. 16:58:38 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-182-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:58:38 + echo total: 0.20999999344348907 [Pipeline] stash 16:58:39 Stashed 1 file(s) [Pipeline] } 16:58:39 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-182-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:59:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:59:54 lf-activate-venv(): INFO: Adding /tmp/venv-Ae5S/bin to PATH 16:59:54 INFO: No Stack... 16:59:54 INFO: Retrieving Pricing Info for: v1-standard-2 16:59:56 INFO: Archiving Costs [Pipeline] sh 16:59:57 + cut -d, -f6 16:59:57 + cat /w/workspace/go-mod-core-contracts/182/archives/cost.csv [Pipeline] lock 16:59:57 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-182-stack-cost] 16:59:57 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-182-stack-cost] did not exist. Created. 16:59:57 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-182-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:59:57 /w/workspace/go-mod-core-contracts/182@tmp/durable-48a93632/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 16:59:58 + echo total: 0.029999999329447746 [Pipeline] stash 16:59:58 Warning: overwriting stash ‘stack-cost’ 16:59:59 Stashed 1 file(s) [Pipeline] } 16:59:59 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-182-stack-cost] [Pipeline] // lock [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) [Pipeline] unstash [Pipeline] wrap 17:00:00 provisioning config files... 17:00:00 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7867842108575863103tmp [Pipeline] { [Pipeline] sh 17:00:01 + set +x 17:00:01 + curl -s https://codecov.io/bash 17:00:01 + bash -s -- 17:00:01 17:00:01 _____ _ 17:00:01 / ____| | | 17:00:01 | | ___ __| | ___ ___ _____ __ 17:00:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:00:01 | |___| (_) | (_| | __/ (_| (_) \ V / 17:00:01 \_____\___/ \__,_|\___|\___\___/ \_/ 17:00:01 Bash-20210309-2b87ace 17:00:01 17:00:01 17:00:01 ==> git version 2.24.3 found 17:00:01 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:00:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:00:01 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:00:01 ==> Jenkins CI detected. 17:00:01 project root: . 17:00:01 --> token set from env 17:00:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:00:01 ==> Running gcov in . (disable via -X gcov) 17:00:01 ==> Python coveragepy not found 17:00:01 ==> Searching for coverage reports in: 17:00:01 + . 17:00:01 -> Found 1 reports 17:00:01 ==> Detecting git/mercurial file structure 17:00:01 ==> Reading reports 17:00:01 + ./coverage.out bytes=164433 17:00:01 ==> Appending adjustments 17:00:01 https://docs.codecov.io/docs/fixing-reports 17:00:02 + Found adjustments 17:00:02 ==> Gzipping contents 17:00:02 24K /tmp/codecov.FmiuUu.gz 17:00:02 ==> Uploading reports 17:00:02 url: https://codecov.io 17:00:02 query: branch=master&commit=9675502d886e98cc9b362e5032cc42b972c2765c&build=182&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F182%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 17:00:02 -> Pinging Codecov 17:00:02 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=9675502d886e98cc9b362e5032cc42b972c2765c&build=182&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F182%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 17:00:03 -> Uploading to 17:00:03 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/71470A77251A30514AAF9C0BB2E5B6CE/9675502d886e98cc9b362e5032cc42b972c2765c/3af0b847-e550-4090-adfc-46463d14ef26.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T170003Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b4681d9b094bef5275cb92d4006f8467aa98128e5660b992149d06b19d5e8947 17:00:03 % Total % Received % Xferd Average Speed Time Time Time Current 17:00:03 Dload Upload Total Spent Left Speed 17:00:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24514 0 0 100 24514 0 44968 --:--:-- --:--:-- --:--:-- 44979 100 24514 0 0 100 24514 0 44954 --:--:-- --:--:-- --:--:-- 44897 17:00:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/9675502d886e98cc9b362e5032cc42b972c2765c [Pipeline] } 17:00:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:00:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:00:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:00:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:00:05 17:00:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:00:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:00:05 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:00:05 188c0c94c7c5: Pulling fs layer 17:00:05 0ef7d3d256c8: Pulling fs layer 17:00:05 de9db76c5a1d: Pulling fs layer 17:00:05 0eba1c9be4d2: Pulling fs layer 17:00:05 0d57e429df01: Pulling fs layer 17:00:05 4e4be7b47b0d: Pulling fs layer 17:00:05 e1f770b5df2f: Pulling fs layer 17:00:05 85a0685a4137: Pulling fs layer 17:00:05 0d57e429df01: Waiting 17:00:05 4e4be7b47b0d: Waiting 17:00:05 e1f770b5df2f: Waiting 17:00:05 85a0685a4137: Waiting 17:00:05 0eba1c9be4d2: Waiting 17:00:05 de9db76c5a1d: Verifying Checksum 17:00:05 de9db76c5a1d: Download complete 17:00:05 0ef7d3d256c8: Verifying Checksum 17:00:05 0ef7d3d256c8: Download complete 17:00:05 0d57e429df01: Download complete 17:00:05 4e4be7b47b0d: Verifying Checksum 17:00:05 4e4be7b47b0d: Download complete 17:00:05 188c0c94c7c5: Download complete 17:00:06 188c0c94c7c5: Pull complete 17:00:06 0ef7d3d256c8: Pull complete 17:00:06 de9db76c5a1d: Pull complete 17:00:07 e1f770b5df2f: Verifying Checksum 17:00:07 e1f770b5df2f: Download complete 17:00:09 85a0685a4137: Verifying Checksum 17:00:09 85a0685a4137: Download complete 17:00:09 0eba1c9be4d2: Verifying Checksum 17:00:09 0eba1c9be4d2: Download complete 17:00:16 0eba1c9be4d2: Pull complete 17:00:16 0d57e429df01: Pull complete 17:00:16 4e4be7b47b0d: Pull complete 17:00:18 e1f770b5df2f: Pull complete 17:00:26 85a0685a4137: Pull complete 17:00:26 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:00:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:00:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:00:27 prd-centos7-docker-4c-2g-32280 does not seem to be running inside a container 17:00:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:00:28 $ docker top f807be9b0bf48c327f2ce0f0ccd3715a58252854d51cda84819b3063a5ec2b87 -eo pid,comm [Pipeline] { [Pipeline] echo 17:00:28 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:00:28 + set -o pipefail 17:00:28 + snyk monitor '--org=edgex-jenkins' 17:00:37 17:00:37 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 17:00:37 17:00:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/b169903a-5de5-4e60-8b4d-b23447a1c429 17:00:37 17:00:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:00:37 17:00:37 17:00:37 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 17:00:37 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:00:37 $ docker stop --time=1 f807be9b0bf48c327f2ce0f0ccd3715a58252854d51cda84819b3063a5ec2b87 17:00:39 $ docker rm -f f807be9b0bf48c327f2ce0f0ccd3715a58252854d51cda84819b3063a5ec2b87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:00:41 + git log --format=format:%s -1 9675502d886e98cc9b362e5032cc42b972c2765c [Pipeline] isUnix [Pipeline] sh 17:00:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:00:41 . [Pipeline] withDockerContainer 17:00:41 prd-centos7-docker-4c-2g-32280 does not seem to be running inside a container 17:00:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:00:42 $ docker top 33f6646297b45647b864bfe3fc142f07f51b896a642a8f3520039583aab82bd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:00:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:00:43 [ssh-agent] Looking for ssh-agent implementation... 17:00:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:00:43 $ docker exec 33f6646297b45647b864bfe3fc142f07f51b896a642a8f3520039583aab82bd0 ssh-agent 17:00:43 SSH_AUTH_SOCK=/tmp/ssh-aBKQtfRjXj8s/agent.12 17:00:43 SSH_AGENT_PID=17 17:00:43 Running ssh-add (command line suppressed) 17:00:43 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4036584769056012049.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4036584769056012049.key) 17:00:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:00:44 + git semver tag 17:00:44 # -> Open(): unable to determine branch for HEAD 17:00:44 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:00:44 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:00:44 # $SEMVER_REMOTE_NAME = origin 17:00:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:00:44 # $SEMVER_USER_NAME = edgex-jenkins 17:00:44 # $SEMVER_BRANCH = master 17:00:44 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:00:44 # 9675502d886e98cc9b362e5032cc42b972c2765c HEAD 17:00:44 # -> Force: false 17:00:44 # 361414b6bc357cb0f50e27e981a494b86645cb3f refs/tags/v2.0.0-dev.63 [Pipeline] } 17:00:44 $ docker exec --env ******** --env ******** 33f6646297b45647b864bfe3fc142f07f51b896a642a8f3520039583aab82bd0 ssh-agent -k 17:00:44 unset SSH_AUTH_SOCK; 17:00:44 unset SSH_AGENT_PID; 17:00:44 echo Agent pid 17 killed; 17:00:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:00:45 + git semver [Pipeline] } 17:00:45 $ docker stop --time=1 33f6646297b45647b864bfe3fc142f07f51b896a642a8f3520039583aab82bd0 17:00:46 $ docker rm -f 33f6646297b45647b864bfe3fc142f07f51b896a642a8f3520039583aab82bd0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:00:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:00:47 17:00:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:00:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:00:47 0.23.1-centos7: Pulling from edgex-lftools 17:00:47 ab5ef0e58194: Pulling fs layer 17:00:47 9712f1f96733: Pulling fs layer 17:00:47 63f879dbbcfc: Pulling fs layer 17:00:47 0d9ebad4ef96: Pulling fs layer 17:00:47 e9a5061849ea: Pulling fs layer 17:00:47 d747dcd14b5f: Pulling fs layer 17:00:47 2de7ff778b66: Pulling fs layer 17:00:47 e9a5061849ea: Waiting 17:00:47 d747dcd14b5f: Waiting 17:00:47 2de7ff778b66: Waiting 17:00:47 0d9ebad4ef96: Waiting 17:00:47 9712f1f96733: Verifying Checksum 17:00:47 9712f1f96733: Download complete 17:00:48 63f879dbbcfc: Verifying Checksum 17:00:48 63f879dbbcfc: Download complete 17:00:49 e9a5061849ea: Verifying Checksum 17:00:49 e9a5061849ea: Download complete 17:00:49 d747dcd14b5f: Verifying Checksum 17:00:49 d747dcd14b5f: Download complete 17:00:49 2de7ff778b66: Verifying Checksum 17:00:49 2de7ff778b66: Download complete 17:00:49 0d9ebad4ef96: Verifying Checksum 17:00:49 0d9ebad4ef96: Download complete 17:00:50 ab5ef0e58194: Verifying Checksum 17:00:50 ab5ef0e58194: Download complete 17:00:55 ab5ef0e58194: Pull complete 17:00:55 9712f1f96733: Pull complete 17:00:57 63f879dbbcfc: Pull complete 17:01:05 0d9ebad4ef96: Pull complete 17:01:08 e9a5061849ea: Pull complete 17:01:09 d747dcd14b5f: Pull complete 17:01:10 2de7ff778b66: Pull complete 17:01:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:01:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:01:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:01:11 prd-centos7-docker-4c-2g-32280 does not seem to be running inside a container 17:01:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:01:14 $ docker top d86fd7a6837140f680e763c95ed73342d81317da0d98e052cfcbc230dea086e3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:01:14 provisioning config files... 17:01:14 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7903311853999598816tmp 17:01:14 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config90526936219318358tmp 17:01:15 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2743783186393824910tmp [Pipeline] { [Pipeline] echo 17:01:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:01:15 ---> sigul-configuration.sh 17:01:15 gpg: directory `/root/.gnupg' created 17:01:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:01:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:01:15 gpg: keyring `/root/.gnupg/secring.gpg' created 17:01:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:01:15 gpg: CAST5 encrypted data 17:01:15 gpg: encrypted with 1 passphrase 17:01:15 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:01:15 + mkdir /home/jenkins 17:01:15 + mkdir /home/jenkins/sigul [Pipeline] sh 17:01:16 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 17:01:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:01:16 ---> sigul-install.sh 17:01:23 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:01:23 + git tag --list 17:01:23 v0.0.0 17:01:23 v0.0.1 17:01:23 v0.1.0 17:01:23 v0.1.1 17:01:23 v0.1.10 17:01:23 v0.1.100 17:01:23 v0.1.101 17:01:23 v0.1.102 17:01:23 v0.1.103 17:01:23 v0.1.104 17:01:23 v0.1.105 17:01:23 v0.1.106 17:01:23 v0.1.107 17:01:23 v0.1.108 17:01:23 v0.1.109 17:01:23 v0.1.11 17:01:23 v0.1.110 17:01:23 v0.1.111 17:01:23 v0.1.112 17:01:23 v0.1.113 17:01:23 v0.1.114 17:01:23 v0.1.115 17:01:23 v0.1.116 17:01:23 v0.1.117 17:01:23 v0.1.118 17:01:23 v0.1.119 17:01:23 v0.1.12 17:01:23 v0.1.120 17:01:23 v0.1.121 17:01:23 v0.1.122 17:01:23 v0.1.123 17:01:23 v0.1.124 17:01:23 v0.1.125 17:01:23 v0.1.126 17:01:23 v0.1.127 17:01:23 v0.1.128 17:01:23 v0.1.129 17:01:23 v0.1.13 17:01:23 v0.1.130 17:01:23 v0.1.131 17:01:23 v0.1.132 17:01:23 v0.1.133 17:01:23 v0.1.134 17:01:23 v0.1.135 17:01:23 v0.1.136 17:01:23 v0.1.137 17:01:23 v0.1.138 17:01:23 v0.1.139 17:01:23 v0.1.14 17:01:23 v0.1.140 17:01:23 v0.1.141 17:01:23 v0.1.142 17:01:23 v0.1.143 17:01:23 v0.1.144 17:01:23 v0.1.145 17:01:23 v0.1.146 17:01:23 v0.1.147 17:01:23 v0.1.148 17:01:23 v0.1.149 17:01:23 v0.1.15 17:01:23 v0.1.16 17:01:23 v0.1.17 17:01:23 v0.1.18 17:01:23 v0.1.19 17:01:23 v0.1.2 17:01:23 v0.1.20 17:01:23 v0.1.21 17:01:23 v0.1.22 17:01:23 v0.1.23 17:01:23 v0.1.24 17:01:23 v0.1.25 17:01:23 v0.1.26 17:01:23 v0.1.27 17:01:23 v0.1.28 17:01:23 v0.1.29 17:01:23 v0.1.3 17:01:23 v0.1.30 17:01:23 v0.1.31 17:01:23 v0.1.32 17:01:23 v0.1.33 17:01:23 v0.1.34 17:01:23 v0.1.35 17:01:23 v0.1.36 17:01:23 v0.1.37 17:01:23 v0.1.38 17:01:23 v0.1.39 17:01:23 v0.1.4 17:01:23 v0.1.40 17:01:23 v0.1.41 17:01:23 v0.1.42 17:01:23 v0.1.43 17:01:23 v0.1.44 17:01:23 v0.1.45 17:01:23 v0.1.46 17:01:23 v0.1.47 17:01:23 v0.1.48 17:01:23 v0.1.49 17:01:23 v0.1.5 17:01:23 v0.1.50 17:01:23 v0.1.51 17:01:23 v0.1.52 17:01:23 v0.1.53 17:01:23 v0.1.54 17:01:23 v0.1.55 17:01:23 v0.1.56 17:01:23 v0.1.57 17:01:23 v0.1.58 17:01:23 v0.1.59 17:01:23 v0.1.6 17:01:23 v0.1.60 17:01:23 v0.1.61 17:01:23 v0.1.62 17:01:23 v0.1.63 17:01:23 v0.1.64 17:01:23 v0.1.65 17:01:23 v0.1.66 17:01:23 v0.1.67 17:01:23 v0.1.68 17:01:23 v0.1.69 17:01:23 v0.1.7 17:01:23 v0.1.70 17:01:23 v0.1.71 17:01:23 v0.1.72 17:01:23 v0.1.73 17:01:23 v0.1.74 17:01:23 v0.1.75 17:01:23 v0.1.76 17:01:23 v0.1.77 17:01:23 v0.1.78 17:01:23 v0.1.79 17:01:23 v0.1.8 17:01:23 v0.1.80 17:01:23 v0.1.81 17:01:23 v0.1.82 17:01:23 v0.1.83 17:01:23 v0.1.84 17:01:23 v0.1.85 17:01:23 v0.1.86 17:01:23 v0.1.87 17:01:23 v0.1.88 17:01:23 v0.1.89 17:01:23 v0.1.9 17:01:23 v0.1.90 17:01:23 v0.1.91 17:01:23 v0.1.92 17:01:23 v0.1.93 17:01:23 v0.1.94 17:01:23 v0.1.95 17:01:23 v0.1.96 17:01:23 v0.1.97 17:01:23 v0.1.98 17:01:23 v0.1.99 17:01:23 v2.0.0-dev.1 17:01:23 v2.0.0-dev.10 17:01:23 v2.0.0-dev.11 17:01:23 v2.0.0-dev.12 17:01:23 v2.0.0-dev.13 17:01:23 v2.0.0-dev.14 17:01:23 v2.0.0-dev.15 17:01:23 v2.0.0-dev.16 17:01:23 v2.0.0-dev.17 17:01:23 v2.0.0-dev.18 17:01:23 v2.0.0-dev.19 17:01:23 v2.0.0-dev.2 17:01:23 v2.0.0-dev.20 17:01:23 v2.0.0-dev.21 17:01:23 v2.0.0-dev.22 17:01:23 v2.0.0-dev.23 17:01:23 v2.0.0-dev.24 17:01:23 v2.0.0-dev.25 17:01:23 v2.0.0-dev.26 17:01:23 v2.0.0-dev.27 17:01:23 v2.0.0-dev.28 17:01:23 v2.0.0-dev.29 17:01:23 v2.0.0-dev.3 17:01:23 v2.0.0-dev.30 17:01:23 v2.0.0-dev.31 17:01:23 v2.0.0-dev.32 17:01:23 v2.0.0-dev.33 17:01:23 v2.0.0-dev.34 17:01:23 v2.0.0-dev.35 17:01:23 v2.0.0-dev.36 17:01:23 v2.0.0-dev.37 17:01:23 v2.0.0-dev.38 17:01:23 v2.0.0-dev.39 17:01:23 v2.0.0-dev.4 17:01:23 v2.0.0-dev.40 17:01:23 v2.0.0-dev.41 17:01:23 v2.0.0-dev.42 17:01:23 v2.0.0-dev.43 17:01:23 v2.0.0-dev.44 17:01:23 v2.0.0-dev.45 17:01:23 v2.0.0-dev.46 17:01:23 v2.0.0-dev.47 17:01:23 v2.0.0-dev.48 17:01:23 v2.0.0-dev.49 17:01:23 v2.0.0-dev.5 17:01:23 v2.0.0-dev.50 17:01:23 v2.0.0-dev.51 17:01:23 v2.0.0-dev.52 17:01:23 v2.0.0-dev.53 17:01:23 v2.0.0-dev.54 17:01:23 v2.0.0-dev.55 17:01:23 v2.0.0-dev.56 17:01:23 v2.0.0-dev.57 17:01:23 v2.0.0-dev.58 17:01:23 v2.0.0-dev.59 17:01:23 v2.0.0-dev.6 17:01:23 v2.0.0-dev.60 17:01:23 v2.0.0-dev.61 17:01:23 v2.0.0-dev.62 17:01:23 v2.0.0-dev.63 17:01:23 v2.0.0-dev.7 17:01:23 v2.0.0-dev.8 17:01:23 v2.0.0-dev.9 [Pipeline] sh 17:01:23 + lftools sign git-tag v2.0.0-dev.63 17:01:25 Signing Git tag with Sigul... 17:01:25 Signing v2.0.0-dev.63 [Pipeline] echo 17:01:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:01:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:01:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:01:26 $ docker stop --time=1 d86fd7a6837140f680e763c95ed73342d81317da0d98e052cfcbc230dea086e3 17:01:28 $ docker rm -f d86fd7a6837140f680e763c95ed73342d81317da0d98e052cfcbc230dea086e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:01:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:29 . [Pipeline] withDockerContainer 17:01:29 prd-centos7-docker-4c-2g-32280 does not seem to be running inside a container 17:01:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:01:30 $ docker top af852452b2136125781069a1fc5a182b4f053fc3842cb65c52ed40ae11b23351 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:31 [ssh-agent] Looking for ssh-agent implementation... 17:01:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:31 $ docker exec af852452b2136125781069a1fc5a182b4f053fc3842cb65c52ed40ae11b23351 ssh-agent 17:01:31 SSH_AUTH_SOCK=/tmp/ssh-JF03m1dgqOcP/agent.13 17:01:31 SSH_AGENT_PID=18 17:01:31 Running ssh-add (command line suppressed) 17:01:31 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5596521715901400103.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5596521715901400103.key) 17:01:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:32 + git semver bump pre 17:01:32 # -> Open(): unable to determine branch for HEAD 17:01:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:01:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:01:32 # $SEMVER_REMOTE_NAME = origin 17:01:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:01:32 # $SEMVER_USER_NAME = edgex-jenkins 17:01:32 # $SEMVER_BRANCH = master 17:01:32 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:01:32 2.0.0-dev.64 [Pipeline] } 17:01:32 $ docker exec --env ******** --env ******** af852452b2136125781069a1fc5a182b4f053fc3842cb65c52ed40ae11b23351 ssh-agent -k 17:01:32 unset SSH_AUTH_SOCK; 17:01:32 unset SSH_AGENT_PID; 17:01:32 echo Agent pid 18 killed; 17:01:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:33 + git semver [Pipeline] } 17:01:33 $ docker stop --time=1 af852452b2136125781069a1fc5a182b4f053fc3842cb65c52ed40ae11b23351 17:01:34 $ docker rm -f af852452b2136125781069a1fc5a182b4f053fc3842cb65c52ed40ae11b23351 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:01:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:35 . [Pipeline] withDockerContainer 17:01:35 prd-centos7-docker-4c-2g-32280 does not seem to be running inside a container 17:01:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:01:36 $ docker top c37e3e092cc1667bb9fd187c6e84dff719801abcc8b43771e4360189dc85bb3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:36 [ssh-agent] Looking for ssh-agent implementation... 17:01:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:36 $ docker exec c37e3e092cc1667bb9fd187c6e84dff719801abcc8b43771e4360189dc85bb3d ssh-agent 17:01:36 SSH_AUTH_SOCK=/tmp/ssh-KpvpJCYCN19p/agent.12 17:01:36 SSH_AGENT_PID=17 17:01:36 Running ssh-add (command line suppressed) 17:01:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3987377905996515079.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3987377905996515079.key) 17:01:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:37 + git semver push 17:01:37 # -> Open(): unable to determine branch for HEAD 17:01:37 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:01:37 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:01:37 # $SEMVER_REMOTE_NAME = origin 17:01:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:01:37 # $SEMVER_USER_NAME = edgex-jenkins 17:01:37 # $SEMVER_BRANCH = master 17:01:37 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:01:41 $ docker exec --env ******** --env ******** c37e3e092cc1667bb9fd187c6e84dff719801abcc8b43771e4360189dc85bb3d ssh-agent -k 17:01:41 unset SSH_AUTH_SOCK; 17:01:41 unset SSH_AGENT_PID; 17:01:41 echo Agent pid 17 killed; 17:01:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:42 + git semver [Pipeline] } 17:01:42 $ docker stop --time=1 c37e3e092cc1667bb9fd187c6e84dff719801abcc8b43771e4360189dc85bb3d 17:01:43 $ docker rm -f c37e3e092cc1667bb9fd187c6e84dff719801abcc8b43771e4360189dc85bb3d [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 17:01:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:01:46 ---> package-listing.sh 17:01:46 ++ facter osfamily 17:01:46 ++ tr '[:upper:]' '[:lower:]' 17:01:46 + OS_FAMILY=redhat 17:01:46 + workspace=/w/workspace/dry_go-mod-core-contracts_master 17:01:46 + START_PACKAGES=/tmp/packages_start.txt 17:01:46 + END_PACKAGES=/tmp/packages_end.txt 17:01:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:01:46 + PACKAGES=/tmp/packages_start.txt 17:01:46 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:01:46 + PACKAGES=/tmp/packages_end.txt 17:01:46 + case "${OS_FAMILY}" in 17:01:46 + rpm -qa 17:01:46 + sort 17:01:51 + '[' -f /tmp/packages_start.txt ']' 17:01:51 + '[' -f /tmp/packages_end.txt ']' 17:01:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:01:51 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:01:51 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 17:01:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 17:01:51 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:01:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:01:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:01:52 17:01:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:01:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:01:52 alpine: Pulling from edgex-lftools-log-publisher 17:01:52 df20fa9351a1: Pulling fs layer 17:01:52 36b3adc4ff6f: Pulling fs layer 17:01:52 8ad3a11d3b57: Pulling fs layer 17:01:52 46f8f816bc3b: Pulling fs layer 17:01:52 93b61091891f: Pulling fs layer 17:01:52 93b9cdb0e59b: Pulling fs layer 17:01:52 5e14af77c1be: Pulling fs layer 17:01:52 01666e4c0597: Pulling fs layer 17:01:52 aa168da1d23b: Pulling fs layer 17:01:52 46f8f816bc3b: Waiting 17:01:52 93b61091891f: Waiting 17:01:52 93b9cdb0e59b: Waiting 17:01:52 5e14af77c1be: Waiting 17:01:52 01666e4c0597: Waiting 17:01:52 aa168da1d23b: Waiting 17:01:52 36b3adc4ff6f: Verifying Checksum 17:01:52 36b3adc4ff6f: Download complete 17:01:52 46f8f816bc3b: Verifying Checksum 17:01:52 46f8f816bc3b: Download complete 17:01:52 df20fa9351a1: Verifying Checksum 17:01:52 93b9cdb0e59b: Verifying Checksum 17:01:52 93b9cdb0e59b: Download complete 17:01:52 5e14af77c1be: Download complete 17:01:52 01666e4c0597: Verifying Checksum 17:01:52 01666e4c0597: Download complete 17:01:52 93b61091891f: Download complete 17:01:53 8ad3a11d3b57: Verifying Checksum 17:01:53 8ad3a11d3b57: Download complete 17:01:53 df20fa9351a1: Pull complete 17:01:53 36b3adc4ff6f: Pull complete 17:01:54 8ad3a11d3b57: Pull complete 17:01:55 46f8f816bc3b: Pull complete 17:01:55 aa168da1d23b: Verifying Checksum 17:01:55 aa168da1d23b: Download complete 17:01:56 93b61091891f: Pull complete 17:01:56 93b9cdb0e59b: Pull complete 17:01:56 5e14af77c1be: Pull complete 17:01:56 01666e4c0597: Pull complete 17:02:06 aa168da1d23b: Pull complete 17:02:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:02:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:02:06 prd-centos7-docker-4c-2g-32280 does not seem to be running inside a container 17:02:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:02:10 $ docker top 4818e5f9e00fc364187588351f6c78f9ea611c739f90d22c051a862d3709c0b3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:02:10 + touch /tmp/pre-build-complete [Pipeline] sh 17:02:11 + mkdir -p /var/log/sa [Pipeline] sh 17:02:11 + ls /var/log/sa-host 17:02:11 + sadf -c /var/log/sa-host/sa23 17:02:11 file_magic: OK 17:02:11 HZ: Using current value: 100 17:02:11 file_header: OK 17:02:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:02:11 Statistics: 17:02:11 Hnuu...uuuununununu... 17:02:11 File successfully converted to sysstat format version 12.2.1 17:02:11 + sadf -c /var/log/sa-host/sa31 17:02:11 file_magic: OK 17:02:11 HZ: Using current value: 100 17:02:11 file_header: OK 17:02:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:02:11 Statistics: 17:02:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:02:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:02:11 provisioning config files... 17:02:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8679458970074440561tmp [Pipeline] { [Pipeline] echo 17:02:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:02:12 ---> create-netrc.sh [Pipeline] } 17:02:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:02:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:02:12 ---> python-tools-install.sh [Pipeline] echo 17:02:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:02:12 ---> sudo-logs.sh 17:02:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:02:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:02:13 ---> job-cost.sh 17:02:13 lf-activate-venv: SKIPPING 17:02:13 DEBUG: total: 0.029999999329447746 17:02:13 INFO: Retrieving Stack Cost... 17:02:14 INFO: Retrieving Pricing Info for: v1-standard-2 17:02:14 INFO: Archiving Costs [Pipeline] echo 17:02:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:02:15 ---> logs-deploy.sh 17:02:15 lf-activate-venv: SKIPPING 17:02:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/182 17:02:15 INFO: archiving workspace using pattern(s): 17:02:16 Archives upload complete. 17:02:16 INFO: archiving logs to Nexus