Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c5c18dbf6c769763c6524681f53cd04b11337a3d 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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-3197 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 c5c18dbf6c769763c6524681f53cd04b11337a3d (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 c5c18dbf6c769763c6524681f53cd04b11337a3d # timeout=10 Commit message: "Merge pull request #602 from weichou1229/issue-601" > git rev-list --no-walk f202a7317e5afe5b205add96b00a683d1aa9fc43 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:12:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:12:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:12:39 ========================================================= 10:12:39 EdgeX Global Pipelines Version Info 10:12:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:12:41 ------------------- 10:12:41 stable info: 10:12:41 ------------------- 10:12:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:12:41 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:12:41 Message: update stable to v1.0.191 10:12:42 ------------------- 10:12:42 experimental info: 10:12:42 ------------------- 10:12:42 Commited By: **** collab-it+edgex@linuxfoundation.org 10:12:42 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:12:42 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c5c18dbf6c769763c6524681f53cd04b11337a3d [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c5c18db [Pipeline] echo 10:12:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:12:43 + git log --format=format:%s -1 c5c18dbf6c769763c6524681f53cd04b11337a3d [Pipeline] echo 10:12:43 GIT_COMMIT: c5c18dbf6c769763c6524681f53cd04b11337a3d, Commit Message: Merge pull request #602 from weichou1229/issue-601 [Pipeline] echo 10:12:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:12:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:12:44 10:12:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:12:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:12:44 latest: Pulling from edgex-devops/git-semver 10:12:44 31603596830f: Pulling fs layer 10:12:44 54011a49482f: Pulling fs layer 10:12:44 a6820b24f6d8: Pulling fs layer 10:12:44 f581987b2513: Pulling fs layer 10:12:44 f581987b2513: Waiting 10:12:44 54011a49482f: Verifying Checksum 10:12:44 54011a49482f: Download complete 10:12:44 31603596830f: Verifying Checksum 10:12:44 31603596830f: Download complete 10:12:44 f581987b2513: Verifying Checksum 10:12:44 f581987b2513: Download complete 10:12:44 a6820b24f6d8: Verifying Checksum 10:12:44 a6820b24f6d8: Download complete 10:12:45 31603596830f: Pull complete 10:12:45 54011a49482f: Pull complete 10:12:46 a6820b24f6d8: Pull complete 10:12:46 f581987b2513: Pull complete 10:12:46 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 10:12:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:12:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:12:46 prd-centos7-docker-4c-2g-3197 does not seem to be running inside a container 10:12:46 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:12:48 $ docker top 4a7c4e2698621fe1d883fd03ad6bd16e4a767de6f279a43458cbd5952835e12b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:12:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:12:48 [ssh-agent] Looking for ssh-agent implementation... 10:12:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:12:49 $ docker exec 4a7c4e2698621fe1d883fd03ad6bd16e4a767de6f279a43458cbd5952835e12b ssh-agent 10:12:49 SSH_AUTH_SOCK=/tmp/ssh-z86HPmE5azP2/agent.11 10:12:49 SSH_AGENT_PID=16 10:12:49 Running ssh-add (command line suppressed) 10:12:49 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4220405450810533618.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4220405450810533618.key) 10:12:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:12:49 + git tag --points-at HEAD [Pipeline] } 10:12:49 $ docker exec --env ******** --env ******** 4a7c4e2698621fe1d883fd03ad6bd16e4a767de6f279a43458cbd5952835e12b ssh-agent -k 10:12:49 unset SSH_AUTH_SOCK; 10:12:49 unset SSH_AGENT_PID; 10:12:49 echo Agent pid 16 killed; 10:12:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:12:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:12:49 [ssh-agent] Looking for ssh-agent implementation... 10:12:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:12:50 $ docker exec 4a7c4e2698621fe1d883fd03ad6bd16e4a767de6f279a43458cbd5952835e12b ssh-agent 10:12:50 SSH_AUTH_SOCK=/tmp/ssh-TXgpBZxnHGWc/agent.45 10:12:50 SSH_AGENT_PID=51 10:12:50 Running ssh-add (command line suppressed) 10:12:50 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7118830937792792336.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7118830937792792336.key) 10:12:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:12:50 + git semver init 10:12:50 # -> Open(): unable to determine branch for HEAD 10:12:50 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:12:50 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:12:50 # $SEMVER_REMOTE_NAME = origin 10:12:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:12:50 # $SEMVER_USER_NAME = edgex-jenkins 10:12:50 # $SEMVER_BRANCH = master 10:12:50 # $SEMVER_TEMP = /tmp/semver-484950041 10:12:50 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 10:12:51 # '/tmp/semver-484950041' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 10:12:51 # -> Force: false 10:12:51 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 10:12:51 $ docker exec --env ******** --env ******** 4a7c4e2698621fe1d883fd03ad6bd16e4a767de6f279a43458cbd5952835e12b ssh-agent -k 10:12:51 unset SSH_AUTH_SOCK; 10:12:51 unset SSH_AGENT_PID; 10:12:51 echo Agent pid 51 killed; 10:12:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:12:52 + git semver [Pipeline] } 10:12:52 $ docker stop --time=1 4a7c4e2698621fe1d883fd03ad6bd16e4a767de6f279a43458cbd5952835e12b 10:12:54 $ docker rm -f 4a7c4e2698621fe1d883fd03ad6bd16e4a767de6f279a43458cbd5952835e12b [Pipeline] // withDockerContainer [Pipeline] sh 10:12:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:12:54 Stashed 1 file(s) [Pipeline] echo 10:12:54 [edgeXSemver]: initialized semver on version 2.0.0-dev.81 [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 10:13:10 Still waiting to schedule task 10:13:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:13:10 Still waiting to schedule task 10:13:10 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:16:08 Running on prd-centos7-docker-4c-2g-3198 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 10:16:08 Running in /w/workspace/go-mod-core-contracts/200 [Pipeline] { [Pipeline] checkout 10:16:12 using credential edgex-jenkins-ssh 10:16:12 Cloning the remote Git repository 10:16:12 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:16:12 > git init /w/workspace/go-mod-core-contracts/200 # timeout=10 10:16:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:16:12 > git --version # timeout=10 10:16:12 > git --version # 'git version 2.24.3' 10:16:12 using GIT_SSH to set credentials SSH Credentials for GitHub 10:16:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:16:13 Checking out Revision c5c18dbf6c769763c6524681f53cd04b11337a3d (master) 10:16:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:16:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:16:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:16:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:16:13 using GIT_SSH to set credentials SSH Credentials for GitHub 10:16:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:16:13 > git config core.sparsecheckout # timeout=10 10:16:13 > git checkout -f c5c18dbf6c769763c6524681f53cd04b11337a3d # timeout=10 10:16:17 Commit message: "Merge pull request #602 from weichou1229/issue-601" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:16:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:16:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:16:19 + true 10:16:19 + sudo service docker restart 10:16:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 10:16:20 ========================================================= 10:16:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 10:16:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:16:20 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 10:16:21 Sending build context to Docker daemon 3.081MB 10:16:21 Step 1/7 : ARG BASE=golang:1.15-alpine 10:16:21 Step 2/7 : FROM ${BASE} 10:16:21 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 10:16:21 540db60ca938: Pulling fs layer 10:16:21 adcc1eea9eea: Pulling fs layer 10:16:21 4c4ab2625f07: Pulling fs layer 10:16:21 0510c868ecb4: Pulling fs layer 10:16:21 afea3b2eda06: Pulling fs layer 10:16:21 7809a108b3ef: Pulling fs layer 10:16:21 f706445af74f: Pulling fs layer 10:16:21 0510c868ecb4: Waiting 10:16:21 afea3b2eda06: Waiting 10:16:21 7809a108b3ef: Waiting 10:16:21 f706445af74f: Waiting 10:16:21 4c4ab2625f07: Download complete 10:16:21 adcc1eea9eea: Verifying Checksum 10:16:21 adcc1eea9eea: Download complete 10:16:21 afea3b2eda06: Verifying Checksum 10:16:21 afea3b2eda06: Download complete 10:16:21 7809a108b3ef: Verifying Checksum 10:16:21 7809a108b3ef: Download complete 10:16:21 540db60ca938: Verifying Checksum 10:16:21 540db60ca938: Download complete 10:16:21 540db60ca938: Pull complete 10:16:21 adcc1eea9eea: Pull complete 10:16:22 4c4ab2625f07: Pull complete 10:16:23 f706445af74f: Verifying Checksum 10:16:23 f706445af74f: Download complete 10:16:24 0510c868ecb4: Verifying Checksum 10:16:24 0510c868ecb4: Download complete 10:16:30 0510c868ecb4: Pull complete 10:16:30 afea3b2eda06: Pull complete 10:16:30 7809a108b3ef: Pull complete 10:16:36 f706445af74f: Pull complete 10:16:36 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 10:16:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 10:16:36 ---> b068be0155e3 10:16:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:16:36 ---> Running in a4b38bb403d4 10:16:36 Removing intermediate container a4b38bb403d4 10:16:36 ---> fe072b1d6ae7 10:16:36 Step 4/7 : RUN apk add bash 10:16:36 ---> Running in 9e362784ba39 10:16:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:16:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:16:40 OK: 149 MiB in 40 packages 10:16:41 Removing intermediate container 9e362784ba39 10:16:41 ---> 51ade66d64f2 10:16:41 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:16:41 ---> Running in 0ee1e8af5298 10:16:41 Removing intermediate container 0ee1e8af5298 10:16:41 ---> c19a1227fc92 10:16:41 Step 6/7 : COPY go.mod . 10:16:41 ---> b3349364013b 10:16:41 Step 7/7 : RUN go mod download 10:16:41 ---> Running in 467ba9a32ee4 10:16:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3199 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 10:16:50 Running in /w/workspace/go-mod-core-contracts/200 [Pipeline] { [Pipeline] checkout 10:16:55 using credential edgex-jenkins-ssh 10:16:55 Cloning the remote Git repository 10:16:56 Removing intermediate container 467ba9a32ee4 10:16:56 ---> 749a4aded561 10:16:56 Successfully built 749a4aded561 10:16:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:16:56 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:16:56 > git init /w/workspace/go-mod-core-contracts/200 # timeout=10 10:16:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:16:56 > git --version # timeout=10 10:16:56 > git --version # 'git version 2.17.1' 10:16:56 using GIT_SSH to set credentials SSH Credentials for GitHub 10:16:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:16:56 + docker inspect -f . ci-base-image-x86_64 10:16:56 . [Pipeline] withDockerContainer 10:16:56 prd-centos7-docker-4c-2g-3198 does not seem to be running inside a container 10:16:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/200 -v /w/workspace/go-mod-core-contracts/200:/w/workspace/go-mod-core-contracts/200:rw,z -v /w/workspace/go-mod-core-contracts/200@tmp:/w/workspace/go-mod-core-contracts/200@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 10:16:57 $ docker top af6c65486a514c647de71394c4c1e315f92daf7e99a425897470aab5600aed84 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:16:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:16:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:16:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:16:57 using GIT_SSH to set credentials SSH Credentials for GitHub 10:16:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:16:58 + go version 10:16:58 go version go1.16.3 linux/amd64 [Pipeline] } 10:16:58 $ docker stop --time=1 af6c65486a514c647de71394c4c1e315f92daf7e99a425897470aab5600aed84 10:16:58 Checking out Revision c5c18dbf6c769763c6524681f53cd04b11337a3d (master) 10:16:58 > git config core.sparsecheckout # timeout=10 10:16:58 > git checkout -f c5c18dbf6c769763c6524681f53cd04b11337a3d # timeout=10 10:16:59 $ docker rm -f af6c65486a514c647de71394c4c1e315f92daf7e99a425897470aab5600aed84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:00 + docker inspect -f . ci-base-image-x86_64 10:17:00 . [Pipeline] withDockerContainer 10:17:00 prd-centos7-docker-4c-2g-3198 does not seem to be running inside a container 10:17:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/200 -v /w/workspace/go-mod-core-contracts/200:/w/workspace/go-mod-core-contracts/200:rw,z -v /w/workspace/go-mod-core-contracts/200@tmp:/w/workspace/go-mod-core-contracts/200@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 10:17:00 $ docker top 9c1b25225ddabdb77a646aa060adfad7dbf9c804a5c6c1400fb66ef76226342e -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:01 + go mod tidy [Pipeline] sh 10:17:01 + make test 10:17:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:17:02 Commit message: "Merge pull request #602 from weichou1229/issue-601" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:17:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:17:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:17:05 + + true 10:17:05 sudo service docker restart [Pipeline] unstash [Pipeline] echo 10:17:07 ========================================================= 10:17:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 10:17:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:17:08 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 10:17:09 Sending build context to Docker daemon 3.08MB 10:17:09 Step 1/7 : ARG BASE=golang:1.15-alpine 10:17:09 Step 2/7 : FROM ${BASE} 10:17:09 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:17:09 595b0fe564bb: Pulling fs layer 10:17:09 7186ed65a4f7: Pulling fs layer 10:17:09 316046926c0a: Pulling fs layer 10:17:09 4ebd0625c992: Pulling fs layer 10:17:09 207e8628e3a3: Pulling fs layer 10:17:09 c791037a9be2: Pulling fs layer 10:17:09 ffd874e62e21: Pulling fs layer 10:17:09 207e8628e3a3: Waiting 10:17:09 c791037a9be2: Waiting 10:17:09 ffd874e62e21: Waiting 10:17:09 4ebd0625c992: Waiting 10:17:09 316046926c0a: Download complete 10:17:09 7186ed65a4f7: Download complete 10:17:09 207e8628e3a3: Verifying Checksum 10:17:09 207e8628e3a3: Download complete 10:17:09 c791037a9be2: Verifying Checksum 10:17:09 c791037a9be2: Download complete 10:17:09 595b0fe564bb: Download complete 10:17:10 595b0fe564bb: Pull complete 10:17:11 7186ed65a4f7: Pull complete 10:17:11 316046926c0a: Pull complete 10:17:12 ffd874e62e21: Verifying Checksum 10:17:12 ffd874e62e21: Download complete 10:17:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:17:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.047s coverage: 85.7% of statements 10:17:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements 10:17:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.023s coverage: 45.4% of statements 10:17:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.038s coverage: 77.8% of statements 10:17:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:17:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.011s coverage: 26.3% of statements 10:17:14 4ebd0625c992: Verifying Checksum 10:17:14 4ebd0625c992: Download complete 10:17:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.027s coverage: 14.7% of statements 10:17:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.007s coverage: 100.0% of statements 10:17:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.041s coverage: 91.8% of statements 10:17:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:17:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:17:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.005s coverage: 100.0% of statements 10:17:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.025s coverage: 35.5% of statements 10:17:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.059s coverage: 63.0% of statements 10:17:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.030s coverage: 26.3% of statements 10:17:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.029s coverage: 15.4% of statements 10:17:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements 10:17:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.019s coverage: 14.3% of statements 10:17:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:17:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 10:17:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.100s coverage: 82.9% of statements 10:17:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:17:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:17:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:17:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.035s coverage: 45.4% of statements 10:17:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.025s coverage: 94.7% of statements 10:17:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.060s coverage: 86.3% of statements 10:17:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.010s coverage: 60.5% of statements 10:17:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.010s coverage: 58.2% of statements 10:17:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:17:24 4ebd0625c992: Pull complete 10:17:24 207e8628e3a3: Pull complete 10:17:24 c791037a9be2: Pull complete 10:17:27 ffd874e62e21: Pull complete 10:17:27 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 10:17:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 10:17:27 ---> cfc18b08335c 10:17:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:17:29 gofmt -l . 10:17:29 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:17:29 $ docker stop --time=1 9c1b25225ddabdb77a646aa060adfad7dbf9c804a5c6c1400fb66ef76226342e 10:17:30 ---> Running in bfdd59c8da9e 10:17:31 Removing intermediate container bfdd59c8da9e 10:17:31 ---> fbd9a4ef7180 10:17:31 Step 4/7 : RUN apk add bash 10:17:31 ---> Running in 38e251fba5d3 10:17:32 $ docker rm -f 9c1b25225ddabdb77a646aa060adfad7dbf9c804a5c6c1400fb66ef76226342e [Pipeline] // withDockerContainer [Pipeline] sh 10:17:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:17:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:17:33 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 10:17:33 ---> job-cost.sh 10:17:33 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Q8tY 10:17:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:17:35 OK: 138 MiB in 40 packages 10:17:36 Removing intermediate container 38e251fba5d3 10:17:36 ---> 18d06d86374a 10:17:36 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:17:36 ---> Running in d59035816bcc 10:17:36 Removing intermediate container d59035816bcc 10:17:36 ---> 6e761115fcec 10:17:36 Step 6/7 : COPY go.mod . 10:17:37 ---> 6525b5694386 10:17:37 Step 7/7 : RUN go mod download 10:17:37 ---> Running in f334019bf994 10:17:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:17:56 Removing intermediate container f334019bf994 10:17:56 ---> ef45dc24ac6e 10:17:56 Successfully built ef45dc24ac6e 10:17:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:17:56 + docker inspect -f . ci-base-image-arm64 10:17:56 . [Pipeline] withDockerContainer 10:17:56 prd-ubuntu18.04-docker-arm64-4c-16g-3199 does not seem to be running inside a container 10:17:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/200 -v /w/workspace/go-mod-core-contracts/200:/w/workspace/go-mod-core-contracts/200:rw,z -v /w/workspace/go-mod-core-contracts/200@tmp:/w/workspace/go-mod-core-contracts/200@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 10:17:58 $ docker top 043f76ef25aad144fa63d291a502d3f29b8841f659401db72359d35156c1efe8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:59 + go version 10:17:59 go version go1.16.3 linux/arm64 [Pipeline] } 10:17:59 $ docker stop --time=1 043f76ef25aad144fa63d291a502d3f29b8841f659401db72359d35156c1efe8 10:18:01 $ docker rm -f 043f76ef25aad144fa63d291a502d3f29b8841f659401db72359d35156c1efe8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:18:01 + docker inspect -f . ci-base-image-arm64 10:18:01 . [Pipeline] withDockerContainer 10:18:01 prd-ubuntu18.04-docker-arm64-4c-16g-3199 does not seem to be running inside a container 10:18:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/200 -v /w/workspace/go-mod-core-contracts/200:/w/workspace/go-mod-core-contracts/200:rw,z -v /w/workspace/go-mod-core-contracts/200@tmp:/w/workspace/go-mod-core-contracts/200@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 10:18:03 $ docker top 4020fbe2f3e7a839f3edf28be20ca3295d7b101d495da898c230afb4057f16e1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:18:04 + go mod tidy [Pipeline] sh 10:18:05 + make test 10:18:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:18:21 lf-activate-venv(): INFO: Adding /tmp/venv-Q8tY/bin to PATH 10:18:21 INFO: No Stack... 10:18:21 INFO: Retrieving Pricing Info for: v1-standard-2 10:18:21 INFO: Archiving Costs [Pipeline] sh 10:18:21 + cut -d, -f6 10:18:21 + cat /w/workspace/go-mod-core-contracts/200/archives/cost.csv [Pipeline] lock 10:18:21 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-200-stack-cost] 10:18:21 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-200-stack-cost] did not exist. Created. 10:18:21 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-200-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:18:21 + echo total: 0.029999999329447746 [Pipeline] stash 10:18:22 Stashed 1 file(s) [Pipeline] } 10:18:22 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-200-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:18:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:18:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.044s coverage: 85.7% of statements 10:18:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.056s coverage: 100.0% of statements 10:18:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.054s coverage: 45.4% of statements 10:18:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.052s coverage: 77.8% of statements 10:18:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:18:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.019s coverage: 26.3% of statements 10:18:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.058s coverage: 14.7% of statements 10:18:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.023s coverage: 100.0% of statements 10:18:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.093s coverage: 91.8% of statements 10:18:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:18:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:18:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.022s coverage: 100.0% of statements 10:18:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.014s coverage: 35.5% of statements 10:18:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.104s coverage: 63.0% of statements 10:18:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.018s coverage: 26.3% of statements 10:18:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.018s coverage: 15.4% of statements 10:18:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.033s coverage: 15.4% of statements 10:18:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.062s coverage: 14.3% of statements 10:18:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:18:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 10:18:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.247s coverage: 82.9% of statements 10:18:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:18:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:18:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:18:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.091s coverage: 45.4% of statements 10:18:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.048s coverage: 94.7% of statements 10:18:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.199s coverage: 86.3% of statements 10:18:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.033s coverage: 60.5% of statements 10:18:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.025s coverage: 58.2% of statements 10:18:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:19:13 gofmt -l . 10:19:13 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:19:13 $ docker stop --time=1 4020fbe2f3e7a839f3edf28be20ca3295d7b101d495da898c230afb4057f16e1 10:19:15 $ docker rm -f 4020fbe2f3e7a839f3edf28be20ca3295d7b101d495da898c230afb4057f16e1 [Pipeline] // withDockerContainer [Pipeline] sh 10:19:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:19:16 Warning: overwriting stash ‘coverage-report’ 10:19:17 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 Post stage [Pipeline] libraryResource [Pipeline] sh 10:19:17 ---> job-cost.sh 10:19:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Zeyz 10:19:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:21:18 lf-activate-venv(): INFO: Adding /tmp/venv-Zeyz/bin to PATH 10:21:18 INFO: No Stack... 10:21:18 INFO: Retrieving Pricing Info for: lf-standard-4 10:21:18 INFO: Archiving Costs [Pipeline] sh 10:21:18 + cat /w/workspace/go-mod-core-contracts/200/archives/cost.csv 10:21:18 + cut -d, -f6 [Pipeline] lock 10:21:18 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-200-stack-cost] 10:21:18 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-200-stack-cost] did not exist. Created. 10:21:18 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-200-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:21:19 /w/workspace/go-mod-core-contracts/200@tmp/durable-984d6e2c/script.sh: 1: /w/workspace/go-mod-core-contracts/200@tmp/durable-984d6e2c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:21:19 + echo total: 0.20999999344348907 [Pipeline] stash 10:21:19 Warning: overwriting stash ‘stack-cost’ 10:21:19 Stashed 1 file(s) [Pipeline] } 10:21:19 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-200-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 10:21:20 provisioning config files... 10:21:20 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1115125184420845740tmp [Pipeline] { [Pipeline] sh 10:21:20 + set +x 10:21:20 + curl -s https://codecov.io/bash 10:21:20 + bash -s -- 10:21:21 10:21:21 _____ _ 10:21:21 / ____| | | 10:21:21 | | ___ __| | ___ ___ _____ __ 10:21:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:21:21 | |___| (_) | (_| | __/ (_| (_) \ V / 10:21:21 \_____\___/ \__,_|\___|\___\___/ \_/ 10:21:21 Bash-1.0.2 10:21:21 10:21:21 10:21:21 ==> git version 2.24.3 found 10:21:21 ==> 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 10:21:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:21:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:21:21 ==> Jenkins CI detected. 10:21:21 project root: . 10:21:21 --> token set from env 10:21:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:21:21 ==> Running gcov in . (disable via -X gcov) 10:21:21 ==> Python coveragepy not found 10:21:21 ==> Searching for coverage reports in: 10:21:21 + . 10:21:21 -> Found 1 reports 10:21:21 ==> Detecting git/mercurial file structure 10:21:21 ==> Reading reports 10:21:21 + ./coverage.out bytes=175053 10:21:21 ==> Appending adjustments 10:21:21 https://docs.codecov.io/docs/fixing-reports 10:21:22 + Found adjustments 10:21:22 ==> Gzipping contents 10:21:22 28K /tmp/codecov.tuq48r.gz 10:21:22 ==> Uploading reports 10:21:22 url: https://codecov.io 10:21:22 query: branch=master&commit=c5c18dbf6c769763c6524681f53cd04b11337a3d&build=200&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F200%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 10:21:22 -> Pinging Codecov 10:21:22 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=c5c18dbf6c769763c6524681f53cd04b11337a3d&build=200&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F200%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 10:21:22 -> Uploading to 10:21:22 https://storage.googleapis.com/codecov/v4/raw/2021-05-06/71470A77251A30514AAF9C0BB2E5B6CE/c5c18dbf6c769763c6524681f53cd04b11337a3d/f95c1550-1247-43c2-922a-97fe32652745.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T102122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=500869ef1b3556356012a22b2c406345288d556ecbec25cf4d5c593e226532cf 10:21:22 % Total % Received % Xferd Average Speed Time Time Time Current 10:21:22 Dload Upload Total Spent Left Speed 10:21:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25703 0 0 100 25703 0 46005 --:--:-- --:--:-- --:--:-- 46062 10:21:23 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/c5c18dbf6c769763c6524681f53cd04b11337a3d [Pipeline] } 10:21:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:21:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:21:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:21:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:21:23 10:21:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:21:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:21:24 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:21:24 188c0c94c7c5: Pulling fs layer 10:21:24 0ef7d3d256c8: Pulling fs layer 10:21:24 de9db76c5a1d: Pulling fs layer 10:21:24 0eba1c9be4d2: Pulling fs layer 10:21:24 0d57e429df01: Pulling fs layer 10:21:24 4e4be7b47b0d: Pulling fs layer 10:21:24 e1f770b5df2f: Pulling fs layer 10:21:24 85a0685a4137: Pulling fs layer 10:21:24 4e4be7b47b0d: Waiting 10:21:24 e1f770b5df2f: Waiting 10:21:24 0eba1c9be4d2: Waiting 10:21:24 85a0685a4137: Waiting 10:21:24 0d57e429df01: Waiting 10:21:24 de9db76c5a1d: Verifying Checksum 10:21:24 de9db76c5a1d: Download complete 10:21:24 0ef7d3d256c8: Verifying Checksum 10:21:24 0ef7d3d256c8: Download complete 10:21:24 0d57e429df01: Verifying Checksum 10:21:24 0d57e429df01: Download complete 10:21:24 4e4be7b47b0d: Verifying Checksum 10:21:24 4e4be7b47b0d: Download complete 10:21:24 188c0c94c7c5: Verifying Checksum 10:21:24 188c0c94c7c5: Download complete 10:21:24 188c0c94c7c5: Pull complete 10:21:25 0ef7d3d256c8: Pull complete 10:21:25 de9db76c5a1d: Pull complete 10:21:26 e1f770b5df2f: Verifying Checksum 10:21:26 e1f770b5df2f: Download complete 10:21:28 0eba1c9be4d2: Verifying Checksum 10:21:28 0eba1c9be4d2: Download complete 10:21:28 85a0685a4137: Verifying Checksum 10:21:28 85a0685a4137: Download complete 10:21:35 0eba1c9be4d2: Pull complete 10:21:35 0d57e429df01: Pull complete 10:21:35 4e4be7b47b0d: Pull complete 10:21:38 e1f770b5df2f: Pull complete 10:21:45 85a0685a4137: Pull complete 10:21:45 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:21:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:21:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:21:45 prd-centos7-docker-4c-2g-3197 does not seem to be running inside a container 10:21:45 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:21:46 $ docker top b9050927345b3e198ea8e07cb3b94d85dfde18f516a2f61db36b2ffe55058261 -eo pid,comm [Pipeline] { [Pipeline] echo 10:21:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:21:47 + set -o pipefail 10:21:47 + snyk monitor '--org=edgex-jenkins' 10:21:52 10:21:52 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 10:21:52 10:21:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/764a97a6-7628-4c17-9e06-f545116beaf2 10:21:52 10:21:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:21:52 10:21:52 [Pipeline] } 10:21:52 $ docker stop --time=1 b9050927345b3e198ea8e07cb3b94d85dfde18f516a2f61db36b2ffe55058261 10:21:55 $ docker rm -f b9050927345b3e198ea8e07cb3b94d85dfde18f516a2f61db36b2ffe55058261 [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 10:21:56 + git log --format=format:%s -1 c5c18dbf6c769763c6524681f53cd04b11337a3d [Pipeline] isUnix [Pipeline] sh 10:21:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:21:56 . [Pipeline] withDockerContainer 10:21:56 prd-centos7-docker-4c-2g-3197 does not seem to be running inside a container 10:21:56 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:21:57 $ docker top 1393b36d1a68c120c0777e0f988be3b68e72e79403e6240666fb8d7e8f95650f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:21:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:21:57 [ssh-agent] Looking for ssh-agent implementation... 10:21:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:21:58 $ docker exec 1393b36d1a68c120c0777e0f988be3b68e72e79403e6240666fb8d7e8f95650f ssh-agent 10:21:58 SSH_AUTH_SOCK=/tmp/ssh-F2ueqSdK9Vmi/agent.11 10:21:58 SSH_AGENT_PID=16 10:21:58 Running ssh-add (command line suppressed) 10:21:58 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2282135795252177496.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2282135795252177496.key) 10:21:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:21:59 + git semver tag 10:21:59 # -> Open(): unable to determine branch for HEAD 10:21:59 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:21:59 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:21:59 # $SEMVER_REMOTE_NAME = origin 10:21:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:21:59 # $SEMVER_USER_NAME = edgex-jenkins 10:21:59 # $SEMVER_BRANCH = master 10:21:59 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 10:21:59 # c5c18dbf6c769763c6524681f53cd04b11337a3d HEAD 10:21:59 # -> Force: false 10:21:59 # e66a7f9d33359da0b062218b2f0aa7eed84ce6f3 refs/tags/v2.0.0-dev.81 [Pipeline] } 10:21:59 $ docker exec --env ******** --env ******** 1393b36d1a68c120c0777e0f988be3b68e72e79403e6240666fb8d7e8f95650f ssh-agent -k 10:21:59 unset SSH_AUTH_SOCK; 10:21:59 unset SSH_AGENT_PID; 10:21:59 echo Agent pid 16 killed; 10:21:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:21:59 + git semver [Pipeline] } 10:21:59 $ docker stop --time=1 1393b36d1a68c120c0777e0f988be3b68e72e79403e6240666fb8d7e8f95650f 10:22:01 $ docker rm -f 1393b36d1a68c120c0777e0f988be3b68e72e79403e6240666fb8d7e8f95650f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:22:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:22:01 10:22:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:22:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:22:02 0.23.1-centos7: Pulling from edgex-lftools 10:22:02 ab5ef0e58194: Pulling fs layer 10:22:02 9712f1f96733: Pulling fs layer 10:22:02 63f879dbbcfc: Pulling fs layer 10:22:02 0d9ebad4ef96: Pulling fs layer 10:22:02 e9a5061849ea: Pulling fs layer 10:22:02 d747dcd14b5f: Pulling fs layer 10:22:02 2de7ff778b66: Pulling fs layer 10:22:02 0d9ebad4ef96: Waiting 10:22:02 e9a5061849ea: Waiting 10:22:02 d747dcd14b5f: Waiting 10:22:02 2de7ff778b66: Waiting 10:22:02 9712f1f96733: Verifying Checksum 10:22:02 9712f1f96733: Download complete 10:22:03 63f879dbbcfc: Verifying Checksum 10:22:03 63f879dbbcfc: Download complete 10:22:03 e9a5061849ea: Verifying Checksum 10:22:03 e9a5061849ea: Download complete 10:22:03 d747dcd14b5f: Verifying Checksum 10:22:03 d747dcd14b5f: Download complete 10:22:04 2de7ff778b66: Verifying Checksum 10:22:04 2de7ff778b66: Download complete 10:22:04 0d9ebad4ef96: Verifying Checksum 10:22:04 0d9ebad4ef96: Download complete 10:22:04 ab5ef0e58194: Verifying Checksum 10:22:04 ab5ef0e58194: Download complete 10:22:10 ab5ef0e58194: Pull complete 10:22:10 9712f1f96733: Pull complete 10:22:12 63f879dbbcfc: Pull complete 10:22:19 0d9ebad4ef96: Pull complete 10:22:20 e9a5061849ea: Pull complete 10:22:20 d747dcd14b5f: Pull complete 10:22:23 2de7ff778b66: Pull complete 10:22:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:22:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:22:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:22:23 prd-centos7-docker-4c-2g-3197 does not seem to be running inside a container 10:22:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:22:27 $ docker top cf42c01dcba1853ff4385a2bab8a166cdfe35ea81ce96116373817b614ca720e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:22:27 provisioning config files... 10:22:27 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config344812479166476865tmp 10:22:27 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5939060503130499116tmp 10:22:27 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1313122446579210209tmp [Pipeline] { [Pipeline] echo 10:22:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:22:27 ---> sigul-configuration.sh 10:22:27 gpg: directory `/root/.gnupg' created 10:22:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:22:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:22:27 gpg: keyring `/root/.gnupg/secring.gpg' created 10:22:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:22:27 gpg: CAST5 encrypted data 10:22:27 gpg: encrypted with 1 passphrase 10:22:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:22:28 + mkdir /home/jenkins 10:22:28 + mkdir /home/jenkins/sigul [Pipeline] sh 10:22:28 + 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 10:22:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:22:28 ---> sigul-install.sh 10:22:35 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:22:35 + git tag --list 10:22:35 v0.0.0 10:22:35 v0.0.1 10:22:35 v0.1.0 10:22:35 v0.1.1 10:22:35 v0.1.10 10:22:35 v0.1.100 10:22:35 v0.1.101 10:22:35 v0.1.102 10:22:35 v0.1.103 10:22:35 v0.1.104 10:22:35 v0.1.105 10:22:35 v0.1.106 10:22:35 v0.1.107 10:22:35 v0.1.108 10:22:35 v0.1.109 10:22:35 v0.1.11 10:22:35 v0.1.110 10:22:35 v0.1.111 10:22:35 v0.1.112 10:22:35 v0.1.113 10:22:35 v0.1.114 10:22:35 v0.1.115 10:22:35 v0.1.116 10:22:35 v0.1.117 10:22:35 v0.1.118 10:22:35 v0.1.119 10:22:35 v0.1.12 10:22:35 v0.1.120 10:22:35 v0.1.121 10:22:35 v0.1.122 10:22:35 v0.1.123 10:22:35 v0.1.124 10:22:35 v0.1.125 10:22:35 v0.1.126 10:22:35 v0.1.127 10:22:35 v0.1.128 10:22:35 v0.1.129 10:22:35 v0.1.13 10:22:35 v0.1.130 10:22:35 v0.1.131 10:22:35 v0.1.132 10:22:35 v0.1.133 10:22:35 v0.1.134 10:22:35 v0.1.135 10:22:35 v0.1.136 10:22:35 v0.1.137 10:22:35 v0.1.138 10:22:35 v0.1.139 10:22:35 v0.1.14 10:22:35 v0.1.140 10:22:35 v0.1.141 10:22:35 v0.1.142 10:22:35 v0.1.143 10:22:35 v0.1.144 10:22:35 v0.1.145 10:22:35 v0.1.146 10:22:35 v0.1.147 10:22:35 v0.1.148 10:22:35 v0.1.149 10:22:35 v0.1.15 10:22:35 v0.1.16 10:22:35 v0.1.17 10:22:35 v0.1.18 10:22:35 v0.1.19 10:22:35 v0.1.2 10:22:35 v0.1.20 10:22:35 v0.1.21 10:22:35 v0.1.22 10:22:35 v0.1.23 10:22:35 v0.1.24 10:22:35 v0.1.25 10:22:35 v0.1.26 10:22:35 v0.1.27 10:22:35 v0.1.28 10:22:35 v0.1.29 10:22:35 v0.1.3 10:22:35 v0.1.30 10:22:35 v0.1.31 10:22:35 v0.1.32 10:22:35 v0.1.33 10:22:35 v0.1.34 10:22:35 v0.1.35 10:22:35 v0.1.36 10:22:35 v0.1.37 10:22:35 v0.1.38 10:22:35 v0.1.39 10:22:35 v0.1.4 10:22:35 v0.1.40 10:22:35 v0.1.41 10:22:35 v0.1.42 10:22:35 v0.1.43 10:22:35 v0.1.44 10:22:35 v0.1.45 10:22:35 v0.1.46 10:22:35 v0.1.47 10:22:35 v0.1.48 10:22:35 v0.1.49 10:22:35 v0.1.5 10:22:35 v0.1.50 10:22:35 v0.1.51 10:22:35 v0.1.52 10:22:35 v0.1.53 10:22:35 v0.1.54 10:22:35 v0.1.55 10:22:35 v0.1.56 10:22:35 v0.1.57 10:22:35 v0.1.58 10:22:35 v0.1.59 10:22:35 v0.1.6 10:22:35 v0.1.60 10:22:35 v0.1.61 10:22:35 v0.1.62 10:22:35 v0.1.63 10:22:35 v0.1.64 10:22:35 v0.1.65 10:22:35 v0.1.66 10:22:35 v0.1.67 10:22:35 v0.1.68 10:22:35 v0.1.69 10:22:35 v0.1.7 10:22:35 v0.1.70 10:22:35 v0.1.71 10:22:35 v0.1.72 10:22:35 v0.1.73 10:22:35 v0.1.74 10:22:35 v0.1.75 10:22:35 v0.1.76 10:22:35 v0.1.77 10:22:35 v0.1.78 10:22:35 v0.1.79 10:22:35 v0.1.8 10:22:35 v0.1.80 10:22:35 v0.1.81 10:22:35 v0.1.82 10:22:35 v0.1.83 10:22:35 v0.1.84 10:22:35 v0.1.85 10:22:35 v0.1.86 10:22:35 v0.1.87 10:22:35 v0.1.88 10:22:35 v0.1.89 10:22:35 v0.1.9 10:22:35 v0.1.90 10:22:35 v0.1.91 10:22:35 v0.1.92 10:22:35 v0.1.93 10:22:35 v0.1.94 10:22:35 v0.1.95 10:22:35 v0.1.96 10:22:35 v0.1.97 10:22:35 v0.1.98 10:22:35 v0.1.99 10:22:35 v2.0.0-dev.1 10:22:35 v2.0.0-dev.10 10:22:35 v2.0.0-dev.11 10:22:35 v2.0.0-dev.12 10:22:35 v2.0.0-dev.13 10:22:35 v2.0.0-dev.14 10:22:35 v2.0.0-dev.15 10:22:35 v2.0.0-dev.16 10:22:35 v2.0.0-dev.17 10:22:35 v2.0.0-dev.18 10:22:35 v2.0.0-dev.19 10:22:35 v2.0.0-dev.2 10:22:35 v2.0.0-dev.20 10:22:35 v2.0.0-dev.21 10:22:35 v2.0.0-dev.22 10:22:35 v2.0.0-dev.23 10:22:35 v2.0.0-dev.24 10:22:35 v2.0.0-dev.25 10:22:35 v2.0.0-dev.26 10:22:35 v2.0.0-dev.27 10:22:35 v2.0.0-dev.28 10:22:35 v2.0.0-dev.29 10:22:35 v2.0.0-dev.3 10:22:35 v2.0.0-dev.30 10:22:35 v2.0.0-dev.31 10:22:35 v2.0.0-dev.32 10:22:35 v2.0.0-dev.33 10:22:35 v2.0.0-dev.34 10:22:35 v2.0.0-dev.35 10:22:35 v2.0.0-dev.36 10:22:35 v2.0.0-dev.37 10:22:35 v2.0.0-dev.38 10:22:35 v2.0.0-dev.39 10:22:35 v2.0.0-dev.4 10:22:35 v2.0.0-dev.40 10:22:35 v2.0.0-dev.41 10:22:35 v2.0.0-dev.42 10:22:35 v2.0.0-dev.43 10:22:35 v2.0.0-dev.44 10:22:35 v2.0.0-dev.45 10:22:35 v2.0.0-dev.46 10:22:35 v2.0.0-dev.47 10:22:35 v2.0.0-dev.48 10:22:35 v2.0.0-dev.49 10:22:35 v2.0.0-dev.5 10:22:35 v2.0.0-dev.50 10:22:35 v2.0.0-dev.51 10:22:35 v2.0.0-dev.52 10:22:35 v2.0.0-dev.53 10:22:35 v2.0.0-dev.54 10:22:35 v2.0.0-dev.55 10:22:35 v2.0.0-dev.56 10:22:35 v2.0.0-dev.57 10:22:35 v2.0.0-dev.58 10:22:35 v2.0.0-dev.59 10:22:35 v2.0.0-dev.6 10:22:35 v2.0.0-dev.60 10:22:35 v2.0.0-dev.61 10:22:35 v2.0.0-dev.62 10:22:35 v2.0.0-dev.63 10:22:35 v2.0.0-dev.64 10:22:35 v2.0.0-dev.65 10:22:35 v2.0.0-dev.66 10:22:35 v2.0.0-dev.67 10:22:35 v2.0.0-dev.68 10:22:35 v2.0.0-dev.69 10:22:35 v2.0.0-dev.7 10:22:35 v2.0.0-dev.70 10:22:35 v2.0.0-dev.71 10:22:35 v2.0.0-dev.72 10:22:35 v2.0.0-dev.73 10:22:35 v2.0.0-dev.74 10:22:35 v2.0.0-dev.75 10:22:35 v2.0.0-dev.76 10:22:35 v2.0.0-dev.77 10:22:35 v2.0.0-dev.78 10:22:35 v2.0.0-dev.79 10:22:35 v2.0.0-dev.8 10:22:35 v2.0.0-dev.80 10:22:35 v2.0.0-dev.81 10:22:35 v2.0.0-dev.9 [Pipeline] sh 10:22:36 + lftools sign git-tag v2.0.0-dev.81 10:22:37 Signing Git tag with Sigul... 10:22:37 Signing v2.0.0-dev.81 [Pipeline] echo 10:22:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:22:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:22:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:22:39 $ docker stop --time=1 cf42c01dcba1853ff4385a2bab8a166cdfe35ea81ce96116373817b614ca720e 10:22:40 $ docker rm -f cf42c01dcba1853ff4385a2bab8a166cdfe35ea81ce96116373817b614ca720e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:22:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:22:41 . [Pipeline] withDockerContainer 10:22:41 prd-centos7-docker-4c-2g-3197 does not seem to be running inside a container 10:22: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:22:42 $ docker top 10b4ca5695862e7968c225394ec32f8072c5e6093136c2b338fbd0adc69124ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:22:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:22:42 [ssh-agent] Looking for ssh-agent implementation... 10:22:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:22:42 $ docker exec 10b4ca5695862e7968c225394ec32f8072c5e6093136c2b338fbd0adc69124ef ssh-agent 10:22:43 SSH_AUTH_SOCK=/tmp/ssh-fmAp9IZd6vnU/agent.12 10:22:43 SSH_AGENT_PID=17 10:22:43 Running ssh-add (command line suppressed) 10:22:43 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8708908282814766545.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8708908282814766545.key) 10:22:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:22:43 + git semver bump pre 10:22:43 # -> Open(): unable to determine branch for HEAD 10:22:43 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:22:43 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:22:43 # $SEMVER_REMOTE_NAME = origin 10:22:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:22:43 # $SEMVER_USER_NAME = edgex-jenkins 10:22:43 # $SEMVER_BRANCH = master 10:22:43 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 10:22:43 2.0.0-dev.82 [Pipeline] } 10:22:43 $ docker exec --env ******** --env ******** 10b4ca5695862e7968c225394ec32f8072c5e6093136c2b338fbd0adc69124ef ssh-agent -k 10:22:43 unset SSH_AUTH_SOCK; 10:22:43 unset SSH_AGENT_PID; 10:22:43 echo Agent pid 17 killed; 10:22:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:22:44 + git semver [Pipeline] } 10:22:44 $ docker stop --time=1 10b4ca5695862e7968c225394ec32f8072c5e6093136c2b338fbd0adc69124ef 10:22:45 $ docker rm -f 10b4ca5695862e7968c225394ec32f8072c5e6093136c2b338fbd0adc69124ef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:22:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:22:46 . [Pipeline] withDockerContainer 10:22:46 prd-centos7-docker-4c-2g-3197 does not seem to be running inside a container 10:22:46 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:22:47 $ docker top 975d4630ef8fa9b6f310bf29308053092c1aba9fc4e2de987553cbdd0296ee2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:22:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:22:47 [ssh-agent] Looking for ssh-agent implementation... 10:22:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:22:47 $ docker exec 975d4630ef8fa9b6f310bf29308053092c1aba9fc4e2de987553cbdd0296ee2a ssh-agent 10:22:47 SSH_AUTH_SOCK=/tmp/ssh-DBS9kK6SgPkG/agent.12 10:22:47 SSH_AGENT_PID=17 10:22:47 Running ssh-add (command line suppressed) 10:22:47 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4974253568464097376.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4974253568464097376.key) 10:22:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:22:48 + git semver push 10:22:48 # -> Open(): unable to determine branch for HEAD 10:22:48 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:22:48 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:22:48 # $SEMVER_REMOTE_NAME = origin 10:22:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:22:48 # $SEMVER_USER_NAME = edgex-jenkins 10:22:48 # $SEMVER_BRANCH = master 10:22:48 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 10:22:53 $ docker exec --env ******** --env ******** 975d4630ef8fa9b6f310bf29308053092c1aba9fc4e2de987553cbdd0296ee2a ssh-agent -k 10:22:53 unset SSH_AUTH_SOCK; 10:22:53 unset SSH_AGENT_PID; 10:22:53 echo Agent pid 17 killed; 10:22:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:22:54 + git semver [Pipeline] } 10:22:54 $ docker stop --time=1 975d4630ef8fa9b6f310bf29308053092c1aba9fc4e2de987553cbdd0296ee2a 10:22:55 $ docker rm -f 975d4630ef8fa9b6f310bf29308053092c1aba9fc4e2de987553cbdd0296ee2a [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 10:22:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:22:57 ---> package-listing.sh 10:22:57 ++ facter osfamily 10:22:57 ++ tr '[:upper:]' '[:lower:]' 10:22:57 + OS_FAMILY=redhat 10:22:57 + workspace=/w/workspace/dry_go-mod-core-contracts_master 10:22:57 + START_PACKAGES=/tmp/packages_start.txt 10:22:57 + END_PACKAGES=/tmp/packages_end.txt 10:22:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:22:57 + PACKAGES=/tmp/packages_start.txt 10:22:57 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 10:22:57 + PACKAGES=/tmp/packages_end.txt 10:22:57 + case "${OS_FAMILY}" in 10:22:57 + rpm -qa 10:22:57 + sort 10:23:02 + '[' -f /tmp/packages_start.txt ']' 10:23:02 + '[' -f /tmp/packages_end.txt ']' 10:23:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:23:02 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 10:23:02 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 10:23:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 10:23:02 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 10:23:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:23:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:23:03 10:23:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:23:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:23:03 alpine: Pulling from edgex-lftools-log-publisher 10:23:03 df20fa9351a1: Pulling fs layer 10:23:03 36b3adc4ff6f: Pulling fs layer 10:23:03 8ad3a11d3b57: Pulling fs layer 10:23:03 46f8f816bc3b: Pulling fs layer 10:23:03 93b61091891f: Pulling fs layer 10:23:03 93b9cdb0e59b: Pulling fs layer 10:23:03 5e14af77c1be: Pulling fs layer 10:23:03 01666e4c0597: Pulling fs layer 10:23:03 aa168da1d23b: Pulling fs layer 10:23:03 46f8f816bc3b: Waiting 10:23:03 93b61091891f: Waiting 10:23:03 93b9cdb0e59b: Waiting 10:23:03 5e14af77c1be: Waiting 10:23:03 01666e4c0597: Waiting 10:23:03 aa168da1d23b: Waiting 10:23:03 36b3adc4ff6f: Verifying Checksum 10:23:03 36b3adc4ff6f: Download complete 10:23:03 46f8f816bc3b: Verifying Checksum 10:23:03 46f8f816bc3b: Download complete 10:23:03 df20fa9351a1: Verifying Checksum 10:23:03 df20fa9351a1: Download complete 10:23:03 93b9cdb0e59b: Verifying Checksum 10:23:03 93b9cdb0e59b: Download complete 10:23:03 5e14af77c1be: Verifying Checksum 10:23:03 5e14af77c1be: Download complete 10:23:03 93b61091891f: Verifying Checksum 10:23:03 93b61091891f: Download complete 10:23:03 01666e4c0597: Verifying Checksum 10:23:03 01666e4c0597: Download complete 10:23:03 8ad3a11d3b57: Download complete 10:23:03 df20fa9351a1: Pull complete 10:23:04 36b3adc4ff6f: Pull complete 10:23:06 8ad3a11d3b57: Pull complete 10:23:06 aa168da1d23b: Verifying Checksum 10:23:06 aa168da1d23b: Download complete 10:23:06 46f8f816bc3b: Pull complete 10:23:07 93b61091891f: Pull complete 10:23:07 93b9cdb0e59b: Pull complete 10:23:07 5e14af77c1be: Pull complete 10:23:07 01666e4c0597: Pull complete 10:23:15 aa168da1d23b: Pull complete 10:23:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:23:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:23:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:23:16 prd-centos7-docker-4c-2g-3197 does not seem to be running inside a container 10:23:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:23:19 $ docker top 0e8341aeb37b2d785724e2da2c9c9c2c927fa4b3cfe6e7edd9b747efecf02b35 -eo pid,comm [Pipeline] { [Pipeline] sh 10:23:19 + touch /tmp/pre-build-complete [Pipeline] sh 10:23:19 + mkdir -p /var/log/sa [Pipeline] sh 10:23:20 + ls /var/log/sa-host 10:23:20 + sadf -c /var/log/sa-host/sa06 10:23:20 file_magic: OK 10:23:20 HZ: Using current value: 100 10:23:20 file_header: OK 10:23:20 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 10:23:20 Statistics: 10:23:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:23:20 File successfully converted to sysstat format version 12.2.1 10:23:20 + sadf -c /var/log/sa-host/sa23 10:23:20 file_magic: OK 10:23:20 HZ: Using current value: 100 10:23:20 file_header: OK 10:23:20 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 10:23:20 Statistics: 10:23:20 Hnuu...uuuununununu... 10:23:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:23:20 provisioning config files... 10:23:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1790547066132222999tmp [Pipeline] { [Pipeline] echo 10:23:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:23:20 ---> create-netrc.sh [Pipeline] } 10:23:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:23:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:23:21 ---> python-tools-install.sh [Pipeline] echo 10:23:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:23:21 ---> sudo-logs.sh 10:23:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:23:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:23:21 ---> job-cost.sh 10:23:21 lf-activate-venv: SKIPPING 10:23:21 DEBUG: total: 0.20999999344348907 10:23:21 INFO: Retrieving Stack Cost... 10:23:23 INFO: Retrieving Pricing Info for: v1-standard-2 10:23:24 INFO: Archiving Costs [Pipeline] echo 10:23:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:23:24 ---> logs-deploy.sh 10:23:24 lf-activate-venv: SKIPPING 10:23:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/200 10:23:24 INFO: archiving workspace using pattern(s): 10:23:26 Archives upload complete. 10:23:26 INFO: archiving logs to Nexus 10:23:27 ---> uname -a: 10:23:27 Linux prd-centos7-docker-4c-2g-3197.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:23:27 10:23:27