Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 860d36c2443f02c26a212025b04a55afad978312 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-28254 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 860d36c2443f02c26a212025b04a55afad978312 (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 860d36c2443f02c26a212025b04a55afad978312 # timeout=10 Commit message: "Merge pull request #529 from weichou1229/issue-528" > git rev-list --no-walk f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:27:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:27:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:27:42 ========================================================= 18:27:42 EdgeX Global Pipelines Version Info 18:27:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:27:44 ------------------- 18:27:44 stable info: 18:27:44 ------------------- 18:27:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:27:44 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:27:44 Message: update stable to v1.0.184 18:27:45 ------------------- 18:27:45 experimental info: 18:27:45 ------------------- 18:27:45 Commited By: **** collab-it+edgex@linuxfoundation.org 18:27:45 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:27:45 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:27:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 18:27:45 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 18:27:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:27:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:27:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 860d36c2443f02c26a212025b04a55afad978312 [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 860d36c [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:27:50 + git log --format=format:%s -1 860d36c2443f02c26a212025b04a55afad978312 [Pipeline] echo 18:27:50 GIT_COMMIT: 860d36c2443f02c26a212025b04a55afad978312, Commit Message: Merge pull request #529 from weichou1229/issue-528 [Pipeline] echo 18:27:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:27:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:54 18:27:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:27:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:54 latest: Pulling from edgex-devops/git-semver 18:27:54 31603596830f: Pulling fs layer 18:27:54 2a8b12db71e7: Pulling fs layer 18:27:54 6ca5941a6612: Pulling fs layer 18:27:54 ecc8261a40a4: Pulling fs layer 18:27:54 ecc8261a40a4: Waiting 18:27:54 2a8b12db71e7: Verifying Checksum 18:27:54 2a8b12db71e7: Download complete 18:27:54 31603596830f: Verifying Checksum 18:27:54 31603596830f: Download complete 18:27:55 6ca5941a6612: Verifying Checksum 18:27:55 6ca5941a6612: Download complete 18:27:55 ecc8261a40a4: Verifying Checksum 18:27:55 31603596830f: Pull complete 18:27:55 2a8b12db71e7: Pull complete 18:27:57 6ca5941a6612: Pull complete 18:27:58 ecc8261a40a4: Pull complete 18:27:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:27:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:27:58 prd-centos7-docker-4c-2g-28254 does not seem to be running inside a container 18:27:59 $ 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 18:28:06 $ docker top b00edb371d25359f84bfb928bc8a75f115dd302af7bc7dc1053db60e38c0757e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:28:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:06 [ssh-agent] Looking for ssh-agent implementation... 18:28:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:07 $ docker exec b00edb371d25359f84bfb928bc8a75f115dd302af7bc7dc1053db60e38c0757e ssh-agent 18:28:07 SSH_AUTH_SOCK=/tmp/ssh-1dmUfBOrNQb7/agent.11 18:28:07 SSH_AGENT_PID=16 18:28:07 Running ssh-add (command line suppressed) 18:28:07 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1259247164720784576.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1259247164720784576.key) 18:28:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:08 + git tag --points-at HEAD [Pipeline] } 18:28:08 $ docker exec --env ******** --env ******** b00edb371d25359f84bfb928bc8a75f115dd302af7bc7dc1053db60e38c0757e ssh-agent -k 18:28:09 unset SSH_AUTH_SOCK; 18:28:09 unset SSH_AGENT_PID; 18:28:09 echo Agent pid 16 killed; 18:28:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:28:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:09 [ssh-agent] Looking for ssh-agent implementation... 18:28:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:10 $ docker exec b00edb371d25359f84bfb928bc8a75f115dd302af7bc7dc1053db60e38c0757e ssh-agent 18:28:10 SSH_AUTH_SOCK=/tmp/ssh-RCCz3ZlrVjAk/agent.45 18:28:10 SSH_AGENT_PID=50 18:28:10 Running ssh-add (command line suppressed) 18:28:10 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2554432314641231368.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2554432314641231368.key) 18:28:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:11 + git semver init 18:28:11 # -> Open(): unable to determine branch for HEAD 18:28:11 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:28:11 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:28:11 # $SEMVER_REMOTE_NAME = origin 18:28:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:28:11 # $SEMVER_USER_NAME = edgex-jenkins 18:28:11 # $SEMVER_BRANCH = master 18:28:11 # $SEMVER_TEMP = /tmp/semver-192877452 18:28:11 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 18:28:12 # '/tmp/semver-192877452' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 18:28:12 # -> Force: false 18:28:12 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:28:12 $ docker exec --env ******** --env ******** b00edb371d25359f84bfb928bc8a75f115dd302af7bc7dc1053db60e38c0757e ssh-agent -k 18:28:13 unset SSH_AUTH_SOCK; 18:28:13 unset SSH_AGENT_PID; 18:28:13 echo Agent pid 50 killed; 18:28:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:14 + git semver [Pipeline] } 18:28:14 $ docker stop --time=1 b00edb371d25359f84bfb928bc8a75f115dd302af7bc7dc1053db60e38c0757e 18:28:17 $ docker rm -f b00edb371d25359f84bfb928bc8a75f115dd302af7bc7dc1053db60e38c0757e [Pipeline] // withDockerContainer [Pipeline] sh 18:28:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:28:19 Stashed 1 file(s) [Pipeline] echo 18:28:19 [edgeXSemver]: initialized semver on version 2.0.0-dev.42 [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 18:28:34 Still waiting to schedule task 18:28:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:28:34 Still waiting to schedule task 18:28:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:30:45 Running on prd-centos7-docker-4c-2g-28256 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:30:45 Running in /w/workspace/go-mod-core-contracts/160 [Pipeline] { [Pipeline] checkout 18:30:48 using credential edgex-jenkins-ssh 18:30:48 Cloning the remote Git repository 18:30:47 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:30:48 > git init /w/workspace/go-mod-core-contracts/160 # timeout=10 18:30:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:30:48 > git --version # timeout=10 18:30:48 > git --version # 'git version 2.24.3' 18:30:48 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:30:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:30:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:30:48 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:30:49 Checking out Revision 860d36c2443f02c26a212025b04a55afad978312 (master) 18:30:49 > git config core.sparsecheckout # timeout=10 18:30:49 > git checkout -f 860d36c2443f02c26a212025b04a55afad978312 # timeout=10 18:30:52 Commit message: "Merge pull request #529 from weichou1229/issue-528" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:30:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:30:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:30:54 + sudo service docker restart 18:30:54 + true 18:30:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:30:57 ========================================================= 18:30:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:30:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:30:57 + 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 . 18:30:58 Sending build context to Docker daemon 2.742MB 18:30:58 Step 1/7 : ARG BASE=golang:1.15-alpine 18:30:58 Step 2/7 : FROM ${BASE} 18:30:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:30:58 188c0c94c7c5: Pulling fs layer 18:30:58 0ef7d3d256c8: Pulling fs layer 18:30:58 de9db76c5a1d: Pulling fs layer 18:30:58 bca2f99d35d6: Pulling fs layer 18:30:58 93359f2a8cfa: Pulling fs layer 18:30:58 7c6f9722023f: Pulling fs layer 18:30:58 a35cf1a2eb13: Pulling fs layer 18:30:58 93359f2a8cfa: Waiting 18:30:58 bca2f99d35d6: Waiting 18:30:58 7c6f9722023f: Waiting 18:30:58 a35cf1a2eb13: Waiting 18:30:58 de9db76c5a1d: Verifying Checksum 18:30:58 de9db76c5a1d: Download complete 18:30:58 0ef7d3d256c8: Verifying Checksum 18:30:58 0ef7d3d256c8: Download complete 18:30:58 93359f2a8cfa: Verifying Checksum 18:30:58 93359f2a8cfa: Download complete 18:30:58 7c6f9722023f: Download complete 18:30:58 188c0c94c7c5: Verifying Checksum 18:30:58 188c0c94c7c5: Download complete 18:30:58 188c0c94c7c5: Pull complete 18:30:58 0ef7d3d256c8: Pull complete 18:30:58 de9db76c5a1d: Pull complete 18:31:00 a35cf1a2eb13: Verifying Checksum 18:31:00 a35cf1a2eb13: Download complete 18:31:00 bca2f99d35d6: Verifying Checksum 18:31:00 bca2f99d35d6: Download complete 18:31:06 bca2f99d35d6: Pull complete 18:31:06 93359f2a8cfa: Pull complete 18:31:06 7c6f9722023f: Pull complete 18:31:12 a35cf1a2eb13: Pull complete 18:31:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:31:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:31:12 ---> a62c8e92a672 18:31:12 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:31:12 ---> Running in f42d01ed2475 18:31:13 Removing intermediate container f42d01ed2475 18:31:13 ---> 0e650f8b95e0 18:31:13 Step 4/7 : RUN apk add bash 18:31:13 ---> Running in a73c96faee83 18:31:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:15 OK: 166 MiB in 39 packages 18:31:15 Removing intermediate container a73c96faee83 18:31:15 ---> 70d6f149f2bb 18:31:15 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:31:15 ---> Running in 92d816f27962 18:31:15 Removing intermediate container 92d816f27962 18:31:15 ---> aa9ae7188782 18:31:15 Step 6/7 : COPY go.mod . 18:31:16 ---> e11753c8141c 18:31:16 Step 7/7 : RUN go mod download 18:31:16 ---> Running in 3d7231af3b87 18:31:28 Removing intermediate container 3d7231af3b87 18:31:28 ---> 5199841a3931 18:31:28 Successfully built 5199841a3931 18:31:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:31:28 + docker inspect -f . ci-base-image-x86_64 18:31:28 . [Pipeline] withDockerContainer 18:31:28 prd-centos7-docker-4c-2g-28256 does not seem to be running inside a container 18:31:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/160 -v /w/workspace/go-mod-core-contracts/160:/w/workspace/go-mod-core-contracts/160:rw,z -v /w/workspace/go-mod-core-contracts/160@tmp:/w/workspace/go-mod-core-contracts/160@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 18:31:29 $ docker top 00bc26a6043a3b29d6d69221febb1ecb362000e2386022197c00875d8cf7f38e -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:29 + go version 18:31:29 go version go1.15.5 linux/amd64 [Pipeline] } 18:31:29 $ docker stop --time=1 00bc26a6043a3b29d6d69221febb1ecb362000e2386022197c00875d8cf7f38e 18:31:31 $ docker rm -f 00bc26a6043a3b29d6d69221febb1ecb362000e2386022197c00875d8cf7f38e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:31:32 + docker inspect -f . ci-base-image-x86_64 18:31:32 . [Pipeline] withDockerContainer 18:31:32 prd-centos7-docker-4c-2g-28256 does not seem to be running inside a container 18:31:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/160 -v /w/workspace/go-mod-core-contracts/160:/w/workspace/go-mod-core-contracts/160:rw,z -v /w/workspace/go-mod-core-contracts/160@tmp:/w/workspace/go-mod-core-contracts/160@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 18:31:32 $ docker top 842500bce3bc04533fec64b7a908856952210fccff8f963184eb02dbe5fd4a7e -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:33 + make test 18:31:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:31:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 18:31:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.027s coverage: 85.7% of statements 18:31:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.016s coverage: 100.0% of statements 18:31:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.034s coverage: 45.4% of statements 18:31:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.030s coverage: 77.8% of statements 18:31:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements 18:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.032s coverage: 14.7% of statements 18:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.008s coverage: 100.0% of statements 18:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.035s coverage: 91.8% of statements 18:31:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 18:31:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 18:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.006s coverage: 100.0% of statements 18:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 36.7% of statements 18:31:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.043s coverage: 63.0% of statements 18:31:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements 18:31:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.009s coverage: 15.4% of statements 18:31:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.014s coverage: 15.4% of statements 18:31:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.011s coverage: 14.3% of statements 18:31:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 18:31:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.090s coverage: 84.6% of statements 18:31:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 18:31:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 18:31:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 18:31:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.012s coverage: 46.7% of statements 18:31:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.011s coverage: 94.7% of statements 18:31:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.044s coverage: 89.1% of statements 18:31:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 18:31:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 18:31:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:31:48 gofmt -l . 18:31:48 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:31:48 $ docker stop --time=1 842500bce3bc04533fec64b7a908856952210fccff8f963184eb02dbe5fd4a7e 18:31:50 $ docker rm -f 842500bce3bc04533fec64b7a908856952210fccff8f963184eb02dbe5fd4a7e [Pipeline] // withDockerContainer [Pipeline] sh 18:31:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:31:51 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 18:31:53 ---> job-cost.sh 18:31:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Pnzk 18:32:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28257 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:32:06 Running in /w/workspace/go-mod-core-contracts/160 [Pipeline] { [Pipeline] checkout 18:32:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:32:11 using credential edgex-jenkins-ssh 18:32:11 Cloning the remote Git repository 18:32:11 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:32:11 > git init /w/workspace/go-mod-core-contracts/160 # timeout=10 18:32:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:32:11 > git --version # timeout=10 18:32:11 > git --version # 'git version 2.17.1' 18:32:11 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:13 Checking out Revision 860d36c2443f02c26a212025b04a55afad978312 (master) 18:32:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:32:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:32:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:32:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:32:13 > git config core.sparsecheckout # timeout=10 18:32:13 > git checkout -f 860d36c2443f02c26a212025b04a55afad978312 # timeout=10 18:32:17 Commit message: "Merge pull request #529 from weichou1229/issue-528" 18:32:18 18:32:18 GitHub has been notified of this commit’s build result 18:32:18 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:32:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:32:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:32:20 + sudo service docker restart 18:32:20 + true [Pipeline] unstash [Pipeline] echo 18:32:23 ========================================================= 18:32:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:32:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:32:23 + 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 . 18:32:24 Sending build context to Docker daemon 2.741MB 18:32:24 Step 1/7 : ARG BASE=golang:1.15-alpine 18:32:24 Step 2/7 : FROM ${BASE} 18:32:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:32:25 5f621e34cdf4: Pulling fs layer 18:32:25 a4357932f1b6: Pulling fs layer 18:32:25 18c013af1878: Pulling fs layer 18:32:25 00ac8860ef70: Pulling fs layer 18:32:25 63d7cb157983: Pulling fs layer 18:32:25 b116817d02f9: Pulling fs layer 18:32:25 745a02a5169b: Pulling fs layer 18:32:25 00ac8860ef70: Waiting 18:32:25 63d7cb157983: Waiting 18:32:25 b116817d02f9: Waiting 18:32:25 745a02a5169b: Waiting 18:32:25 18c013af1878: Verifying Checksum 18:32:25 18c013af1878: Download complete 18:32:25 a4357932f1b6: Verifying Checksum 18:32:25 a4357932f1b6: Download complete 18:32:25 63d7cb157983: Verifying Checksum 18:32:25 63d7cb157983: Download complete 18:32:25 b116817d02f9: Verifying Checksum 18:32:25 b116817d02f9: Download complete 18:32:26 5f621e34cdf4: Verifying Checksum 18:32:26 5f621e34cdf4: Download complete 18:32:26 5f621e34cdf4: Pull complete 18:32:27 a4357932f1b6: Pull complete 18:32:27 18c013af1878: Pull complete 18:32:28 745a02a5169b: Verifying Checksum 18:32:28 745a02a5169b: Download complete 18:32:29 00ac8860ef70: Verifying Checksum 18:32:29 00ac8860ef70: Download complete 18:32:34 lf-activate-venv(): INFO: Adding /tmp/venv-Pnzk/bin to PATH 18:32:34 INFO: No Stack... 18:32:34 INFO: Retrieving Pricing Info for: v1-standard-2 18:32:34 INFO: Archiving Costs [Pipeline] sh 18:32:34 + cat /w/workspace/go-mod-core-contracts/160/archives/cost.csv 18:32:34 + cut -d, -f6 [Pipeline] lock 18:32:35 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-160-stack-cost] 18:32:35 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-160-stack-cost] did not exist. Created. 18:32:35 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-160-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:32:35 + echo total: 0.029999999329447746 [Pipeline] stash 18:32:35 Stashed 1 file(s) [Pipeline] } 18:32:35 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-160-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:32:39 00ac8860ef70: Pull complete 18:32:39 63d7cb157983: Pull complete 18:32:40 b116817d02f9: Pull complete 18:32:44 745a02a5169b: Pull complete 18:32:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:32:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:32:44 ---> b7e6874047d6 18:32:44 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:32:46 ---> Running in 1e0354da76e1 18:32:47 Removing intermediate container 1e0354da76e1 18:32:47 ---> a5f51bbd2a6e 18:32:47 Step 4/7 : RUN apk add bash 18:32:47 ---> Running in 65a1d57d36b3 18:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:50 OK: 142 MiB in 39 packages 18:32:52 Removing intermediate container 65a1d57d36b3 18:32:52 ---> 0c8448c65db8 18:32:52 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:32:52 ---> Running in 0a1f0cae00cf 18:32:52 Removing intermediate container 0a1f0cae00cf 18:32:52 ---> 7a46ed491799 18:32:52 Step 6/7 : COPY go.mod . 18:32:52 ---> 7f139339d21d 18:32:52 Step 7/7 : RUN go mod download 18:32:53 ---> Running in 83704de11756 18:33:08 Removing intermediate container 83704de11756 18:33:08 ---> 66bc520d8198 18:33:08 Successfully built 66bc520d8198 18:33:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:33:08 + docker inspect -f . ci-base-image-arm64 18:33:08 . [Pipeline] withDockerContainer 18:33:08 prd-ubuntu18.04-docker-arm64-4c-16g-28257 does not seem to be running inside a container 18:33:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/160 -v /w/workspace/go-mod-core-contracts/160:/w/workspace/go-mod-core-contracts/160:rw,z -v /w/workspace/go-mod-core-contracts/160@tmp:/w/workspace/go-mod-core-contracts/160@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 18:33:10 $ docker top 888aefbba6bf93ea0d7690509b83dc52b1fd49fb03c0d8ba8fd457c1ecbfbe70 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:11 + go version 18:33:11 go version go1.15.5 linux/arm64 [Pipeline] } 18:33:11 $ docker stop --time=1 888aefbba6bf93ea0d7690509b83dc52b1fd49fb03c0d8ba8fd457c1ecbfbe70 18:33:13 $ docker rm -f 888aefbba6bf93ea0d7690509b83dc52b1fd49fb03c0d8ba8fd457c1ecbfbe70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:14 + docker inspect -f . ci-base-image-arm64 18:33:14 . [Pipeline] withDockerContainer 18:33:15 prd-ubuntu18.04-docker-arm64-4c-16g-28257 does not seem to be running inside a container 18:33:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/160 -v /w/workspace/go-mod-core-contracts/160:/w/workspace/go-mod-core-contracts/160:rw,z -v /w/workspace/go-mod-core-contracts/160@tmp:/w/workspace/go-mod-core-contracts/160@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 18:33:16 $ docker top 26806c00b87f155be4e10acb3b92e0f1c8bcdb2a0226d0e3985de395954207bc -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:17 + make test 18:33:17 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:33:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 18:33:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.046s coverage: 85.7% of statements 18:33:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.050s coverage: 100.0% of statements 18:33:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.079s coverage: 45.4% of statements 18:33:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.047s coverage: 77.8% of statements 18:33:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:33:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.030s coverage: 26.3% of statements 18:33:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.050s coverage: 14.7% of statements 18:33:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 18:33:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.111s coverage: 91.8% of statements 18:33:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 18:33:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 18:33:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.042s coverage: 100.0% of statements 18:33:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.034s coverage: 36.7% of statements 18:33:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.131s coverage: 63.0% of statements 18:33:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.022s coverage: 26.3% of statements 18:33:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.018s coverage: 15.4% of statements 18:33:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.012s coverage: 15.4% of statements 18:33:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.018s coverage: 14.3% of statements 18:33:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 18:33:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.247s coverage: 84.6% of statements 18:33:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 18:33:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 18:33:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 18:33:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.095s coverage: 46.7% of statements 18:33:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.086s coverage: 94.7% of statements 18:34:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.175s coverage: 89.1% of statements 18:34:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.028s coverage: 100.0% of statements 18:34:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 18:34:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:34:08 gofmt -l . 18:34:09 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:34:09 $ docker stop --time=1 26806c00b87f155be4e10acb3b92e0f1c8bcdb2a0226d0e3985de395954207bc 18:34:12 $ docker rm -f 26806c00b87f155be4e10acb3b92e0f1c8bcdb2a0226d0e3985de395954207bc [Pipeline] // withDockerContainer [Pipeline] sh 18:34:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:34:13 Warning: overwriting stash ‘coverage-report’ 18:34:14 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 18:34:15 ---> job-cost.sh 18:34:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cxj3 18:34:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:37:16 lf-activate-venv(): INFO: Adding /tmp/venv-cxj3/bin to PATH 18:37:16 INFO: No Stack... 18:37:16 INFO: Retrieving Pricing Info for: lf-standard-4 18:37:17 INFO: Archiving Costs [Pipeline] sh 18:37:17 + cut -d, -f6 18:37:17 + cat /w/workspace/go-mod-core-contracts/160/archives/cost.csv [Pipeline] lock 18:37:17 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-160-stack-cost] 18:37:17 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-160-stack-cost] did not exist. Created. 18:37:17 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-160-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:37:18 /w/workspace/go-mod-core-contracts/160@tmp/durable-8e605947/script.sh: 1: /w/workspace/go-mod-core-contracts/160@tmp/durable-8e605947/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:37:18 + echo total: 0.20999999344348907 [Pipeline] stash 18:37:18 Warning: overwriting stash ‘stack-cost’ 18:37:18 Stashed 1 file(s) [Pipeline] } 18:37:18 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-160-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 18:37:20 provisioning config files... 18:37:20 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config987495723488740941tmp [Pipeline] { [Pipeline] sh 18:37:20 + set +x 18:37:20 + curl -s https://codecov.io/bash 18:37:20 + bash -s -- 18:37:21 18:37:21 _____ _ 18:37:21 / ____| | | 18:37:21 | | ___ __| | ___ ___ _____ __ 18:37:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:37:21 | |___| (_) | (_| | __/ (_| (_) \ V / 18:37:21 \_____\___/ \__,_|\___|\___\___/ \_/ 18:37:21 Bash-20210226-7100762 18:37:21 18:37:21 18:37:21 ==> git version 2.24.3 found 18:37: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 18:37:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:37:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:37:21 ==> Jenkins CI detected. 18:37:21 project root: . 18:37:21 --> token set from env 18:37:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:37:21 ==> Running gcov in . (disable via -X gcov) 18:37:21 ==> Python coveragepy not found 18:37:21 ==> Searching for coverage reports in: 18:37:21 + . 18:37:21 -> Found 1 reports 18:37:21 ==> Detecting git/mercurial file structure 18:37:21 ==> Reading reports 18:37:21 + ./coverage.out bytes=158736 18:37:21 ==> Appending adjustments 18:37:21 https://docs.codecov.io/docs/fixing-reports 18:37:22 + Found adjustments 18:37:22 ==> Gzipping contents 18:37:22 24K /tmp/codecov.19Nzda.gz 18:37:22 ==> Uploading reports 18:37:22 url: https://codecov.io 18:37:22 query: branch=master&commit=860d36c2443f02c26a212025b04a55afad978312&build=160&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F160%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 18:37:22 -> Pinging Codecov 18:37:22 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=860d36c2443f02c26a212025b04a55afad978312&build=160&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F160%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 18:37:23 -> Uploading to 18:37:23 https://storage.googleapis.com/codecov/v4/raw/2021-03-02/71470A77251A30514AAF9C0BB2E5B6CE/860d36c2443f02c26a212025b04a55afad978312/726f82dc-19b0-4441-ab5c-d962652a8766.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210302%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210302T183723Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fa97ce83ef9bf262619bfafb357e9490e4ee4f7acf0b8082be88d7a1aec01de9 18:37:23 % Total % Received % Xferd Average Speed Time Time Time Current 18:37:23 Dload Upload Total Spent Left Speed 18:37:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23687 0 0 100 23687 0 43658 --:--:-- --:--:-- --:--:-- 43702 18:37:24 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/860d36c2443f02c26a212025b04a55afad978312 [Pipeline] } 18:37:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:37:25 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:37:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:37:25 18:37:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:37:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:37:25 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:37:25 188c0c94c7c5: Pulling fs layer 18:37:25 0ef7d3d256c8: Pulling fs layer 18:37:25 de9db76c5a1d: Pulling fs layer 18:37:25 0eba1c9be4d2: Pulling fs layer 18:37:25 0d57e429df01: Pulling fs layer 18:37:25 4e4be7b47b0d: Pulling fs layer 18:37:25 e1f770b5df2f: Pulling fs layer 18:37:25 85a0685a4137: Pulling fs layer 18:37:25 0eba1c9be4d2: Waiting 18:37:25 0d57e429df01: Waiting 18:37:25 e1f770b5df2f: Waiting 18:37:25 4e4be7b47b0d: Waiting 18:37:25 85a0685a4137: Waiting 18:37:25 de9db76c5a1d: Verifying Checksum 18:37:25 de9db76c5a1d: Download complete 18:37:25 0ef7d3d256c8: Verifying Checksum 18:37:25 0ef7d3d256c8: Download complete 18:37:25 0d57e429df01: Verifying Checksum 18:37:25 0d57e429df01: Download complete 18:37:26 4e4be7b47b0d: Verifying Checksum 18:37:26 4e4be7b47b0d: Download complete 18:37:26 188c0c94c7c5: Verifying Checksum 18:37:26 188c0c94c7c5: Download complete 18:37:27 188c0c94c7c5: Pull complete 18:37:27 0ef7d3d256c8: Pull complete 18:37:27 de9db76c5a1d: Pull complete 18:37:28 e1f770b5df2f: Verifying Checksum 18:37:28 e1f770b5df2f: Download complete 18:37:31 0eba1c9be4d2: Verifying Checksum 18:37:31 0eba1c9be4d2: Download complete 18:37:33 85a0685a4137: Verifying Checksum 18:37:33 85a0685a4137: Download complete 18:37:48 0eba1c9be4d2: Pull complete 18:37:48 0d57e429df01: Pull complete 18:37:48 4e4be7b47b0d: Pull complete 18:37:51 e1f770b5df2f: Pull complete 18:38:10 85a0685a4137: Pull complete 18:38:10 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:38:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:38:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:38:10 prd-centos7-docker-4c-2g-28254 does not seem to be running inside a container 18:38:10 $ 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 18:38:12 $ docker top 7a36eef9d5fdee095c8bc1202ac9d7078ad471966f86d2fc68e3eec204c50100 -eo pid,comm [Pipeline] { [Pipeline] echo 18:38:13 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:38:13 + set -o pipefail 18:38:13 + snyk monitor '--org=edgex-jenkins' 18:38:26 18:38:26 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 18:38:26 18:38:26 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/9ffa42d8-9d79-444b-8fc3-f2f1cb78d616 18:38:26 18:38:26 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:38:26 18:38:26 [Pipeline] } 18:38:26 $ docker stop --time=1 7a36eef9d5fdee095c8bc1202ac9d7078ad471966f86d2fc68e3eec204c50100 18:38:30 $ docker rm -f 7a36eef9d5fdee095c8bc1202ac9d7078ad471966f86d2fc68e3eec204c50100 [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 18:38:32 + git log --format=format:%s -1 860d36c2443f02c26a212025b04a55afad978312 [Pipeline] isUnix [Pipeline] sh 18:38:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:38:32 . [Pipeline] withDockerContainer 18:38:32 prd-centos7-docker-4c-2g-28254 does not seem to be running inside a container 18:38:33 $ 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 18:38:36 $ docker top ff1c4fc98c5dbb8138ee8af558744e99c79b266af5c66ebfb13633d106a9ebfd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:38:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:37 [ssh-agent] Looking for ssh-agent implementation... 18:38:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:37 $ docker exec ff1c4fc98c5dbb8138ee8af558744e99c79b266af5c66ebfb13633d106a9ebfd ssh-agent 18:38:37 SSH_AUTH_SOCK=/tmp/ssh-RFBN7hzDfU5f/agent.11 18:38:37 SSH_AGENT_PID=17 18:38:37 Running ssh-add (command line suppressed) 18:38:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_563320042675176447.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_563320042675176447.key) 18:38:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:38 + git semver tag 18:38:38 # -> Open(): unable to determine branch for HEAD 18:38:38 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:38:38 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:38:38 # $SEMVER_REMOTE_NAME = origin 18:38:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:38:38 # $SEMVER_USER_NAME = edgex-jenkins 18:38:38 # $SEMVER_BRANCH = master 18:38:38 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:38:38 # 860d36c2443f02c26a212025b04a55afad978312 HEAD 18:38:38 # -> Force: false 18:38:39 # a588353b551f805336b569670db31a0407039b82 refs/tags/v2.0.0-dev.42 [Pipeline] } 18:38:39 $ docker exec --env ******** --env ******** ff1c4fc98c5dbb8138ee8af558744e99c79b266af5c66ebfb13633d106a9ebfd ssh-agent -k 18:38:39 unset SSH_AUTH_SOCK; 18:38:39 unset SSH_AGENT_PID; 18:38:39 echo Agent pid 17 killed; 18:38:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:38:40 + git semver [Pipeline] } 18:38:40 $ docker stop --time=1 ff1c4fc98c5dbb8138ee8af558744e99c79b266af5c66ebfb13633d106a9ebfd 18:38:42 $ docker rm -f ff1c4fc98c5dbb8138ee8af558744e99c79b266af5c66ebfb13633d106a9ebfd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:38:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:38:44 18:38:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:38:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:38:45 0.23.1-centos7: Pulling from edgex-lftools 18:38:45 ab5ef0e58194: Pulling fs layer 18:38:45 9712f1f96733: Pulling fs layer 18:38:45 63f879dbbcfc: Pulling fs layer 18:38:45 0d9ebad4ef96: Pulling fs layer 18:38:45 e9a5061849ea: Pulling fs layer 18:38:45 d747dcd14b5f: Pulling fs layer 18:38:45 2de7ff778b66: Pulling fs layer 18:38:45 0d9ebad4ef96: Waiting 18:38:45 e9a5061849ea: Waiting 18:38:45 d747dcd14b5f: Waiting 18:38:45 2de7ff778b66: Waiting 18:38:45 9712f1f96733: Verifying Checksum 18:38:45 9712f1f96733: Download complete 18:38:48 63f879dbbcfc: Verifying Checksum 18:38:48 63f879dbbcfc: Download complete 18:38:49 e9a5061849ea: Verifying Checksum 18:38:49 e9a5061849ea: Download complete 18:38:49 d747dcd14b5f: Verifying Checksum 18:38:49 d747dcd14b5f: Download complete 18:38:50 0d9ebad4ef96: Verifying Checksum 18:38:50 0d9ebad4ef96: Download complete 18:38:50 ab5ef0e58194: Verifying Checksum 18:38:50 ab5ef0e58194: Download complete 18:38:50 2de7ff778b66: Verifying Checksum 18:38:50 2de7ff778b66: Download complete 18:39:05 ab5ef0e58194: Pull complete 18:39:05 9712f1f96733: Pull complete 18:39:09 63f879dbbcfc: Pull complete 18:39:21 0d9ebad4ef96: Pull complete 18:39:24 e9a5061849ea: Pull complete 18:39:24 d747dcd14b5f: Pull complete 18:39:30 2de7ff778b66: Pull complete 18:39:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:39:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:39:30 prd-centos7-docker-4c-2g-28254 does not seem to be running inside a container 18:39:30 $ 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 18:39:36 $ docker top b6138f2d2bcbd809baae0e50e3c2aa6a69f8df4c3e3996c4ec03a2ddd8489a00 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:39:37 provisioning config files... 18:39:37 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5507631717179376108tmp 18:39:37 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6661429732907350582tmp 18:39:37 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config478370659922818680tmp [Pipeline] { [Pipeline] echo 18:39:37 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:39:38 ---> sigul-configuration.sh 18:39:38 gpg: directory `/root/.gnupg' created 18:39:38 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:39:38 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:39:38 gpg: keyring `/root/.gnupg/secring.gpg' created 18:39:38 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:39:38 gpg: CAST5 encrypted data 18:39:38 gpg: encrypted with 1 passphrase 18:39:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:39:39 + mkdir /home/jenkins 18:39:39 + mkdir /home/jenkins/sigul [Pipeline] sh 18:39:40 + 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 18:39:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:39:41 ---> sigul-install.sh 18:39:51 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:39:54 + git tag --list 18:39:54 v0.0.0 18:39:54 v0.0.1 18:39:54 v0.1.0 18:39:54 v0.1.1 18:39:54 v0.1.10 18:39:54 v0.1.100 18:39:54 v0.1.101 18:39:54 v0.1.102 18:39:54 v0.1.103 18:39:54 v0.1.104 18:39:54 v0.1.105 18:39:54 v0.1.106 18:39:54 v0.1.107 18:39:54 v0.1.108 18:39:54 v0.1.109 18:39:54 v0.1.11 18:39:54 v0.1.110 18:39:54 v0.1.111 18:39:54 v0.1.112 18:39:54 v0.1.113 18:39:54 v0.1.114 18:39:54 v0.1.115 18:39:54 v0.1.116 18:39:54 v0.1.117 18:39:54 v0.1.118 18:39:54 v0.1.119 18:39:54 v0.1.12 18:39:54 v0.1.120 18:39:54 v0.1.121 18:39:54 v0.1.122 18:39:54 v0.1.123 18:39:54 v0.1.124 18:39:54 v0.1.125 18:39:54 v0.1.126 18:39:54 v0.1.127 18:39:54 v0.1.128 18:39:54 v0.1.129 18:39:54 v0.1.13 18:39:54 v0.1.130 18:39:54 v0.1.131 18:39:54 v0.1.132 18:39:54 v0.1.133 18:39:54 v0.1.134 18:39:54 v0.1.135 18:39:54 v0.1.136 18:39:54 v0.1.137 18:39:54 v0.1.138 18:39:54 v0.1.139 18:39:54 v0.1.14 18:39:54 v0.1.140 18:39:54 v0.1.141 18:39:54 v0.1.142 18:39:54 v0.1.143 18:39:54 v0.1.144 18:39:54 v0.1.145 18:39:54 v0.1.146 18:39:54 v0.1.147 18:39:54 v0.1.148 18:39:54 v0.1.149 18:39:54 v0.1.15 18:39:54 v0.1.16 18:39:54 v0.1.17 18:39:54 v0.1.18 18:39:54 v0.1.19 18:39:54 v0.1.2 18:39:54 v0.1.20 18:39:54 v0.1.21 18:39:54 v0.1.22 18:39:54 v0.1.23 18:39:54 v0.1.24 18:39:54 v0.1.25 18:39:54 v0.1.26 18:39:54 v0.1.27 18:39:54 v0.1.28 18:39:54 v0.1.29 18:39:54 v0.1.3 18:39:54 v0.1.30 18:39:54 v0.1.31 18:39:54 v0.1.32 18:39:54 v0.1.33 18:39:54 v0.1.34 18:39:54 v0.1.35 18:39:54 v0.1.36 18:39:54 v0.1.37 18:39:54 v0.1.38 18:39:54 v0.1.39 18:39:54 v0.1.4 18:39:54 v0.1.40 18:39:54 v0.1.41 18:39:54 v0.1.42 18:39:54 v0.1.43 18:39:54 v0.1.44 18:39:54 v0.1.45 18:39:54 v0.1.46 18:39:54 v0.1.47 18:39:54 v0.1.48 18:39:54 v0.1.49 18:39:54 v0.1.5 18:39:54 v0.1.50 18:39:54 v0.1.51 18:39:54 v0.1.52 18:39:54 v0.1.53 18:39:54 v0.1.54 18:39:54 v0.1.55 18:39:54 v0.1.56 18:39:54 v0.1.57 18:39:54 v0.1.58 18:39:54 v0.1.59 18:39:54 v0.1.6 18:39:54 v0.1.60 18:39:54 v0.1.61 18:39:54 v0.1.62 18:39:54 v0.1.63 18:39:54 v0.1.64 18:39:54 v0.1.65 18:39:54 v0.1.66 18:39:54 v0.1.67 18:39:54 v0.1.68 18:39:54 v0.1.69 18:39:54 v0.1.7 18:39:54 v0.1.70 18:39:54 v0.1.71 18:39:54 v0.1.72 18:39:54 v0.1.73 18:39:54 v0.1.74 18:39:54 v0.1.75 18:39:54 v0.1.76 18:39:54 v0.1.77 18:39:54 v0.1.78 18:39:54 v0.1.79 18:39:54 v0.1.8 18:39:54 v0.1.80 18:39:54 v0.1.81 18:39:54 v0.1.82 18:39:54 v0.1.83 18:39:54 v0.1.84 18:39:54 v0.1.85 18:39:54 v0.1.86 18:39:54 v0.1.87 18:39:54 v0.1.88 18:39:54 v0.1.89 18:39:54 v0.1.9 18:39:54 v0.1.90 18:39:54 v0.1.91 18:39:54 v0.1.92 18:39:54 v0.1.93 18:39:54 v0.1.94 18:39:54 v0.1.95 18:39:54 v0.1.96 18:39:54 v0.1.97 18:39:54 v0.1.98 18:39:54 v0.1.99 18:39:54 v2.0.0-dev.1 18:39:54 v2.0.0-dev.10 18:39:54 v2.0.0-dev.11 18:39:54 v2.0.0-dev.12 18:39:54 v2.0.0-dev.13 18:39:54 v2.0.0-dev.14 18:39:54 v2.0.0-dev.15 18:39:54 v2.0.0-dev.16 18:39:54 v2.0.0-dev.17 18:39:54 v2.0.0-dev.18 18:39:54 v2.0.0-dev.19 18:39:54 v2.0.0-dev.2 18:39:54 v2.0.0-dev.20 18:39:54 v2.0.0-dev.21 18:39:54 v2.0.0-dev.22 18:39:54 v2.0.0-dev.23 18:39:54 v2.0.0-dev.24 18:39:54 v2.0.0-dev.25 18:39:54 v2.0.0-dev.26 18:39:54 v2.0.0-dev.27 18:39:54 v2.0.0-dev.28 18:39:54 v2.0.0-dev.29 18:39:54 v2.0.0-dev.3 18:39:54 v2.0.0-dev.30 18:39:54 v2.0.0-dev.31 18:39:54 v2.0.0-dev.32 18:39:54 v2.0.0-dev.33 18:39:54 v2.0.0-dev.34 18:39:54 v2.0.0-dev.35 18:39:54 v2.0.0-dev.36 18:39:54 v2.0.0-dev.37 18:39:54 v2.0.0-dev.38 18:39:54 v2.0.0-dev.39 18:39:54 v2.0.0-dev.4 18:39:54 v2.0.0-dev.40 18:39:54 v2.0.0-dev.41 18:39:54 v2.0.0-dev.42 18:39:54 v2.0.0-dev.5 18:39:54 v2.0.0-dev.6 18:39:54 v2.0.0-dev.7 18:39:54 v2.0.0-dev.8 18:39:54 v2.0.0-dev.9 [Pipeline] sh 18:39:54 + lftools sign git-tag v2.0.0-dev.42 18:39:57 Signing Git tag with Sigul... 18:39:57 Signing v2.0.0-dev.42 [Pipeline] echo 18:39:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:40:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:40:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:40:00 $ docker stop --time=1 b6138f2d2bcbd809baae0e50e3c2aa6a69f8df4c3e3996c4ec03a2ddd8489a00 18:40:04 $ docker rm -f b6138f2d2bcbd809baae0e50e3c2aa6a69f8df4c3e3996c4ec03a2ddd8489a00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:40:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:07 . [Pipeline] withDockerContainer 18:40:08 prd-centos7-docker-4c-2g-28254 does not seem to be running inside a container 18:40:08 $ 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 18:40:11 $ docker top 4fa6a01b856479a6d3c83ef383682b251163235dc0b69feb88b5b589fa8d5e43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:11 [ssh-agent] Looking for ssh-agent implementation... 18:40:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:13 $ docker exec 4fa6a01b856479a6d3c83ef383682b251163235dc0b69feb88b5b589fa8d5e43 ssh-agent 18:40:14 SSH_AUTH_SOCK=/tmp/ssh-CkGKKA69QUEA/agent.11 18:40:14 SSH_AGENT_PID=16 18:40:14 Running ssh-add (command line suppressed) 18:40:14 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8531866303914802347.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8531866303914802347.key) 18:40:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:15 + git semver bump pre 18:40:15 # -> Open(): unable to determine branch for HEAD 18:40:15 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:40:15 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:40:15 # $SEMVER_REMOTE_NAME = origin 18:40:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:40:15 # $SEMVER_USER_NAME = edgex-jenkins 18:40:15 # $SEMVER_BRANCH = master 18:40:15 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:40:15 2.0.0-dev.43 [Pipeline] } 18:40:15 $ docker exec --env ******** --env ******** 4fa6a01b856479a6d3c83ef383682b251163235dc0b69feb88b5b589fa8d5e43 ssh-agent -k 18:40:15 unset SSH_AUTH_SOCK; 18:40:15 unset SSH_AGENT_PID; 18:40:15 echo Agent pid 16 killed; 18:40:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:16 + git semver [Pipeline] } 18:40:16 $ docker stop --time=1 4fa6a01b856479a6d3c83ef383682b251163235dc0b69feb88b5b589fa8d5e43 18:40:18 $ docker rm -f 4fa6a01b856479a6d3c83ef383682b251163235dc0b69feb88b5b589fa8d5e43 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:40:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:18 . [Pipeline] withDockerContainer 18:40:19 prd-centos7-docker-4c-2g-28254 does not seem to be running inside a container 18:40:19 $ 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 18:40:22 $ docker top aa9188468d407f3526c85cba6eadb6e2d0b8ad7ae477e52d1de262052718dd4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:23 [ssh-agent] Looking for ssh-agent implementation... 18:40:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:23 $ docker exec aa9188468d407f3526c85cba6eadb6e2d0b8ad7ae477e52d1de262052718dd4d ssh-agent 18:40:23 SSH_AUTH_SOCK=/tmp/ssh-MXiXL1oWhnYT/agent.11 18:40:23 SSH_AGENT_PID=16 18:40:23 Running ssh-add (command line suppressed) 18:40:24 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7315862009736707117.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7315862009736707117.key) 18:40:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:24 + git semver push 18:40:24 # -> Open(): unable to determine branch for HEAD 18:40:24 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:40:24 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:40:24 # $SEMVER_REMOTE_NAME = origin 18:40:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:40:24 # $SEMVER_USER_NAME = edgex-jenkins 18:40:24 # $SEMVER_BRANCH = master 18:40:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:40:31 $ docker exec --env ******** --env ******** aa9188468d407f3526c85cba6eadb6e2d0b8ad7ae477e52d1de262052718dd4d ssh-agent -k 18:40:31 unset SSH_AUTH_SOCK; 18:40:31 unset SSH_AGENT_PID; 18:40:31 echo Agent pid 16 killed; 18:40:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:32 + git semver [Pipeline] } 18:40:32 $ docker stop --time=1 aa9188468d407f3526c85cba6eadb6e2d0b8ad7ae477e52d1de262052718dd4d 18:40:34 $ docker rm -f aa9188468d407f3526c85cba6eadb6e2d0b8ad7ae477e52d1de262052718dd4d [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 18:40:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:40:37 ---> package-listing.sh 18:40:37 ++ facter osfamily 18:40:37 ++ tr '[:upper:]' '[:lower:]' 18:40:37 + OS_FAMILY=redhat 18:40:37 + workspace=/w/workspace/dry_go-mod-core-contracts_master 18:40:37 + START_PACKAGES=/tmp/packages_start.txt 18:40:37 + END_PACKAGES=/tmp/packages_end.txt 18:40:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:40:37 + PACKAGES=/tmp/packages_start.txt 18:40:37 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:40:37 + PACKAGES=/tmp/packages_end.txt 18:40:37 + case "${OS_FAMILY}" in 18:40:37 + rpm -qa 18:40:37 + sort 18:40:48 + '[' -f /tmp/packages_start.txt ']' 18:40:48 + '[' -f /tmp/packages_end.txt ']' 18:40:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:40:48 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:40:48 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 18:40:48 + 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 18:40:48 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 18:40:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:40:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:49 18:40:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:40:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:49 alpine: Pulling from edgex-lftools-log-publisher 18:40:49 df20fa9351a1: Pulling fs layer 18:40:49 36b3adc4ff6f: Pulling fs layer 18:40:49 8ad3a11d3b57: Pulling fs layer 18:40:49 46f8f816bc3b: Pulling fs layer 18:40:49 93b61091891f: Pulling fs layer 18:40:49 93b9cdb0e59b: Pulling fs layer 18:40:49 5e14af77c1be: Pulling fs layer 18:40:49 01666e4c0597: Pulling fs layer 18:40:49 aa168da1d23b: Pulling fs layer 18:40:49 46f8f816bc3b: Waiting 18:40:49 01666e4c0597: Waiting 18:40:49 93b61091891f: Waiting 18:40:49 93b9cdb0e59b: Waiting 18:40:49 5e14af77c1be: Waiting 18:40:49 aa168da1d23b: Waiting 18:40:49 36b3adc4ff6f: Verifying Checksum 18:40:49 36b3adc4ff6f: Download complete 18:40:49 46f8f816bc3b: Verifying Checksum 18:40:49 46f8f816bc3b: Download complete 18:40:50 93b61091891f: Verifying Checksum 18:40:50 93b61091891f: Download complete 18:40:50 df20fa9351a1: Verifying Checksum 18:40:50 df20fa9351a1: Download complete 18:40:50 93b9cdb0e59b: Verifying Checksum 18:40:50 93b9cdb0e59b: Download complete 18:40:50 5e14af77c1be: Verifying Checksum 18:40:50 5e14af77c1be: Download complete 18:40:50 01666e4c0597: Verifying Checksum 18:40:50 01666e4c0597: Download complete 18:40:50 df20fa9351a1: Pull complete 18:40:51 8ad3a11d3b57: Verifying Checksum 18:40:51 8ad3a11d3b57: Download complete 18:40:51 36b3adc4ff6f: Pull complete 18:40:54 8ad3a11d3b57: Pull complete 18:40:54 46f8f816bc3b: Pull complete 18:40:54 aa168da1d23b: Download complete 18:40:55 93b61091891f: Pull complete 18:40:55 93b9cdb0e59b: Pull complete 18:40:56 5e14af77c1be: Pull complete 18:40:56 01666e4c0597: Pull complete 18:41:15 aa168da1d23b: Pull complete 18:41:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:41:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:41:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:41:15 prd-centos7-docker-4c-2g-28254 does not seem to be running inside a container 18:41: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:41:19 $ docker top 5bbd79e2b2d645e1fee1825f9f9ff94e99f6eccef21991dc5d19853f258e76b0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:41:20 + touch /tmp/pre-build-complete [Pipeline] sh 18:41:21 + mkdir -p /var/log/sa [Pipeline] sh 18:41:22 + ls /var/log/sa-host 18:41:22 + sadf -c /var/log/sa-host/sa02 18:41:22 file_magic: OK 18:41:22 HZ: Using current value: 100 18:41:22 file_header: OK 18:41:22 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 18:41:22 Statistics: 18:41:22 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:41:22 File successfully converted to sysstat format version 12.2.1 18:41:22 + sadf -c /var/log/sa-host/sa23 18:41:22 file_magic: OK 18:41:22 HZ: Using current value: 100 18:41:22 file_header: OK 18:41:22 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 18:41:22 Statistics: 18:41:22 Hnuu...uuuununununu... 18:41:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:41:23 provisioning config files... 18:41:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6544243804864525998tmp [Pipeline] { [Pipeline] echo 18:41:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:41:24 ---> create-netrc.sh [Pipeline] } 18:41:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:41:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:41:24 ---> python-tools-install.sh [Pipeline] echo 18:41:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:41:24 ---> sudo-logs.sh 18:41:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:41:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:41:25 ---> job-cost.sh 18:41:25 lf-activate-venv: SKIPPING 18:41:25 DEBUG: total: 0.20999999344348907 18:41:25 INFO: Retrieving Stack Cost... 18:41:26 INFO: Retrieving Pricing Info for: v1-standard-2 18:41:27 INFO: Archiving Costs [Pipeline] echo 18:41:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:41:28 ---> logs-deploy.sh 18:41:28 lf-activate-venv: SKIPPING 18:41:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/160 18:41:28 INFO: archiving workspace using pattern(s): 18:41:31 Archives upload complete. 18:41:32 INFO: archiving logs to Nexus