Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from caf1e88ada7df8a838cf4c321e19a556d43df9fa 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27595 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 > 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 Checking out Revision caf1e88ada7df8a838cf4c321e19a556d43df9fa (master) > git config core.sparsecheckout # timeout=10 > git checkout -f caf1e88ada7df8a838cf4c321e19a556d43df9fa # timeout=10 Commit message: "Merge pull request #513 from FelixTing/issue-510" > git rev-list --no-walk 0d1d839f3f98310a657c617cee4e14521ccf1f3a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:10:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:10:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:10:02 ========================================================= 04:10:02 EdgeX Global Pipelines Version Info 04:10:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:10:03 ------------------- 04:10:03 stable info: 04:10:03 ------------------- 04:10:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:10:03 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 04:10:03 Message: update stable to v1.0.181 04:10:04 ------------------- 04:10:04 experimental info: 04:10:04 ------------------- 04:10:04 Commited By: **** collab-it+edgex@linuxfoundation.org 04:10:04 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 04:10:04 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:10:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 04:10:04 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 04:10:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:10:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:10:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:10:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:10:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:10:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:10:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:10:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:10:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:10:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 04:10:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:10:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:10:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 04:10:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:10:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:10:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:10:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:10:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:10:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:10:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:10:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:10:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:10:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 04:10:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:10:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:10:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:10:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = caf1e88ada7df8a838cf4c321e19a556d43df9fa [Pipeline] echo 04:10:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = caf1e88 [Pipeline] echo 04:10:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:10:08 + git log --format=format:%s -1 caf1e88ada7df8a838cf4c321e19a556d43df9fa [Pipeline] echo 04:10:08 GIT_COMMIT: caf1e88ada7df8a838cf4c321e19a556d43df9fa, Commit Message: Merge pull request #513 from FelixTing/issue-510 [Pipeline] echo 04:10:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:10:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:10:09 04:10:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:10:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:10:09 latest: Pulling from edgex-devops/git-semver 04:10:09 31603596830f: Pulling fs layer 04:10:09 2a8b12db71e7: Pulling fs layer 04:10:09 6ca5941a6612: Pulling fs layer 04:10:09 ecc8261a40a4: Pulling fs layer 04:10:09 ecc8261a40a4: Waiting 04:10:09 2a8b12db71e7: Verifying Checksum 04:10:09 2a8b12db71e7: Download complete 04:10:10 31603596830f: Verifying Checksum 04:10:10 31603596830f: Download complete 04:10:10 6ca5941a6612: Verifying Checksum 04:10:10 6ca5941a6612: Download complete 04:10:10 ecc8261a40a4: Verifying Checksum 04:10:10 ecc8261a40a4: Download complete 04:10:10 31603596830f: Pull complete 04:10:10 2a8b12db71e7: Pull complete 04:10:11 6ca5941a6612: Pull complete 04:10:11 ecc8261a40a4: Pull complete 04:10:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:10:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:10:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:10:11 prd-centos7-docker-4c-2g-27595 does not seem to be running inside a container 04:10:11 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:10:14 $ docker top 14cced915c2bd0c187f871f2777f451cfede1d3ab15ac4066d986c19b1b5715f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:10:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:10:14 [ssh-agent] Looking for ssh-agent implementation... 04:10:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:10:14 $ docker exec 14cced915c2bd0c187f871f2777f451cfede1d3ab15ac4066d986c19b1b5715f ssh-agent 04:10:14 SSH_AUTH_SOCK=/tmp/ssh-n43ZjHuPS1zJ/agent.11 04:10:14 SSH_AGENT_PID=16 04:10:14 Running ssh-add (command line suppressed) 04:10:14 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6265498083453738400.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6265498083453738400.key) 04:10:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:10:15 + git tag --points-at HEAD [Pipeline] } 04:10:15 $ docker exec --env ******** --env ******** 14cced915c2bd0c187f871f2777f451cfede1d3ab15ac4066d986c19b1b5715f ssh-agent -k 04:10:15 unset SSH_AUTH_SOCK; 04:10:15 unset SSH_AGENT_PID; 04:10:15 echo Agent pid 16 killed; 04:10:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:10:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:10:15 [ssh-agent] Looking for ssh-agent implementation... 04:10:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:10:15 $ docker exec 14cced915c2bd0c187f871f2777f451cfede1d3ab15ac4066d986c19b1b5715f ssh-agent 04:10:15 SSH_AUTH_SOCK=/tmp/ssh-hQN3IS7e8aoj/agent.45 04:10:15 SSH_AGENT_PID=50 04:10:15 Running ssh-add (command line suppressed) 04:10:16 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6488894444849489830.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6488894444849489830.key) 04:10:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:10:16 + git semver init 04:10:16 # -> Open(): unable to determine branch for HEAD 04:10:16 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:10:16 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:10:16 # $SEMVER_REMOTE_NAME = origin 04:10:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:10:16 # $SEMVER_USER_NAME = edgex-jenkins 04:10:16 # $SEMVER_BRANCH = master 04:10:16 # $SEMVER_TEMP = /tmp/semver-456873158 04:10:16 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 04:10:17 # '/tmp/semver-456873158' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 04:10:17 # -> Force: false 04:10:17 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 04:10:17 $ docker exec --env ******** --env ******** 14cced915c2bd0c187f871f2777f451cfede1d3ab15ac4066d986c19b1b5715f ssh-agent -k 04:10:17 unset SSH_AUTH_SOCK; 04:10:17 unset SSH_AGENT_PID; 04:10:17 echo Agent pid 50 killed; 04:10:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:10:17 + git semver [Pipeline] } 04:10:17 $ docker stop --time=1 14cced915c2bd0c187f871f2777f451cfede1d3ab15ac4066d986c19b1b5715f 04:10:19 $ docker rm -f 14cced915c2bd0c187f871f2777f451cfede1d3ab15ac4066d986c19b1b5715f [Pipeline] // withDockerContainer [Pipeline] sh 04:10:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:10:20 Stashed 1 file(s) [Pipeline] echo 04:10:20 [edgeXSemver]: initialized semver on version 2.0.0-dev.38 [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 04:10:35 Still waiting to schedule task 04:10:35 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:10:35 Still waiting to schedule task 04:10:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:12:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27596 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 04:12:27 Running in /w/workspace/go-mod-core-contracts/156 [Pipeline] { [Pipeline] checkout 04:12:32 using credential edgex-jenkins-ssh 04:12:32 Cloning the remote Git repository 04:12:32 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 04:12:32 > git init /w/workspace/go-mod-core-contracts/156 # timeout=10 04:12:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 04:12:33 > git --version # timeout=10 04:12:33 > git --version # 'git version 2.17.1' 04:12:33 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:34 Checking out Revision caf1e88ada7df8a838cf4c321e19a556d43df9fa (master) 04:12:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 04:12:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 04:12:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 04:12:34 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:12:34 > git config core.sparsecheckout # timeout=10 04:12:34 > git checkout -f caf1e88ada7df8a838cf4c321e19a556d43df9fa # timeout=10 04:12:39 Commit message: "Merge pull request #513 from FelixTing/issue-510" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:12:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:12:41 + true 04:12:41 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 04:12:44 ========================================================= 04:12:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:12:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:12:45 + 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 . 04:12:46 Sending build context to Docker daemon 2.687MB 04:12:46 Step 1/7 : ARG BASE=golang:1.15-alpine 04:12:46 Step 2/7 : FROM ${BASE} 04:12:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:12:46 5f621e34cdf4: Pulling fs layer 04:12:46 a4357932f1b6: Pulling fs layer 04:12:46 18c013af1878: Pulling fs layer 04:12:46 00ac8860ef70: Pulling fs layer 04:12:46 63d7cb157983: Pulling fs layer 04:12:46 b116817d02f9: Pulling fs layer 04:12:46 745a02a5169b: Pulling fs layer 04:12:46 63d7cb157983: Waiting 04:12:46 b116817d02f9: Waiting 04:12:46 00ac8860ef70: Waiting 04:12:46 745a02a5169b: Waiting 04:12:46 18c013af1878: Download complete 04:12:46 a4357932f1b6: Verifying Checksum 04:12:46 a4357932f1b6: Download complete 04:12:46 63d7cb157983: Verifying Checksum 04:12:46 63d7cb157983: Download complete 04:12:46 b116817d02f9: Verifying Checksum 04:12:46 b116817d02f9: Download complete 04:12:46 5f621e34cdf4: Verifying Checksum 04:12:46 5f621e34cdf4: Download complete 04:12:47 5f621e34cdf4: Pull complete 04:12:47 a4357932f1b6: Pull complete 04:12:48 18c013af1878: Pull complete 04:12:49 745a02a5169b: Download complete 04:12:50 00ac8860ef70: Download complete 04:13:00 00ac8860ef70: Pull complete 04:13:00 63d7cb157983: Pull complete 04:13:00 b116817d02f9: Pull complete 04:13:05 745a02a5169b: Pull complete 04:13:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:13:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:13:05 ---> b7e6874047d6 04:13:05 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 04:13:07 ---> Running in 96adda63e8c2 04:13:08 Removing intermediate container 96adda63e8c2 04:13:08 ---> 570165f109aa 04:13:08 Step 4/7 : RUN apk add bash 04:13:08 ---> Running in 4fc8951f7e53 04:13:08 Running on prd-centos7-docker-4c-2g-27597 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 04:13:08 Running in /w/workspace/go-mod-core-contracts/156 [Pipeline] { [Pipeline] checkout 04:13:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:11 OK: 142 MiB in 39 packages 04:13:11 using credential edgex-jenkins-ssh 04:13:11 Cloning the remote Git repository 04:13:11 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 04:13:11 > git init /w/workspace/go-mod-core-contracts/156 # timeout=10 04:13:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 04:13:11 > git --version # timeout=10 04:13:11 > git --version # 'git version 2.24.3' 04:13:11 using GIT_SSH to set credentials SSH Credentials for GitHub 04:13:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:13:12 Removing intermediate container 4fc8951f7e53 04:13:12 ---> cc68ce0d2e69 04:13:12 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 04:13:12 ---> Running in da36e47ebd61 04:13:12 Removing intermediate container da36e47ebd61 04:13:12 ---> 8532283bc255 04:13:12 Step 6/7 : COPY go.mod . 04:13:12 Checking out Revision caf1e88ada7df8a838cf4c321e19a556d43df9fa (master) 04:13:13 ---> a8fbcd33d735 04:13:13 Step 7/7 : RUN go mod download 04:13:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 04:13:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:13:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 04:13:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 04:13:12 using GIT_SSH to set credentials SSH Credentials for GitHub 04:13:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:13:12 > git config core.sparsecheckout # timeout=10 04:13:12 > git checkout -f caf1e88ada7df8a838cf4c321e19a556d43df9fa # timeout=10 04:13:13 ---> Running in a22f71c1fab0 04:13:16 Commit message: "Merge pull request #513 from FelixTing/issue-510" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:13:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:13:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:13:18 + sudo service docker restart 04:13:18 + true 04:13:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 04:13:19 ========================================================= 04:13:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:13:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:13: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.15-alpine . 04:13:20 Sending build context to Docker daemon 2.688MB 04:13:20 Step 1/7 : ARG BASE=golang:1.15-alpine 04:13:20 Step 2/7 : FROM ${BASE} 04:13:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:13:20 188c0c94c7c5: Pulling fs layer 04:13:20 0ef7d3d256c8: Pulling fs layer 04:13:20 de9db76c5a1d: Pulling fs layer 04:13:20 bca2f99d35d6: Pulling fs layer 04:13:20 93359f2a8cfa: Pulling fs layer 04:13:20 7c6f9722023f: Pulling fs layer 04:13:20 a35cf1a2eb13: Pulling fs layer 04:13:20 93359f2a8cfa: Waiting 04:13:20 7c6f9722023f: Waiting 04:13:20 a35cf1a2eb13: Waiting 04:13:20 bca2f99d35d6: Waiting 04:13:20 de9db76c5a1d: Verifying Checksum 04:13:20 de9db76c5a1d: Download complete 04:13:20 0ef7d3d256c8: Download complete 04:13:20 93359f2a8cfa: Verifying Checksum 04:13:20 93359f2a8cfa: Download complete 04:13:20 7c6f9722023f: Verifying Checksum 04:13:20 7c6f9722023f: Download complete 04:13:20 188c0c94c7c5: Verifying Checksum 04:13:20 188c0c94c7c5: Download complete 04:13:21 188c0c94c7c5: Pull complete 04:13:21 0ef7d3d256c8: Pull complete 04:13:21 de9db76c5a1d: Pull complete 04:13:22 a35cf1a2eb13: Verifying Checksum 04:13:22 a35cf1a2eb13: Download complete 04:13:23 bca2f99d35d6: Verifying Checksum 04:13:23 bca2f99d35d6: Download complete 04:13:28 Removing intermediate container a22f71c1fab0 04:13:28 ---> 8b0dd48dea9e 04:13:28 Successfully built 8b0dd48dea9e 04:13:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:13:28 bca2f99d35d6: Pull complete 04:13:28 93359f2a8cfa: Pull complete 04:13:28 7c6f9722023f: Pull complete 04:13:29 + docker inspect -f . ci-base-image-arm64 04:13:29 . [Pipeline] withDockerContainer 04:13:29 prd-ubuntu18.04-docker-arm64-4c-16g-27596 does not seem to be running inside a container 04:13:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/156 -v /w/workspace/go-mod-core-contracts/156:/w/workspace/go-mod-core-contracts/156:rw,z -v /w/workspace/go-mod-core-contracts/156@tmp:/w/workspace/go-mod-core-contracts/156@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 ******** ci-base-image-arm64 cat 04:13:31 $ docker top cdf669df1e900f4940e2ac13cb4afbf5ad5854735340787519737e5df8b270ec -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:32 + go version 04:13:32 go version go1.15.5 linux/arm64 [Pipeline] } 04:13:32 $ docker stop --time=1 cdf669df1e900f4940e2ac13cb4afbf5ad5854735340787519737e5df8b270ec 04:13:33 a35cf1a2eb13: Pull complete 04:13:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:13:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:13:33 ---> a62c8e92a672 04:13:33 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 04:13:33 ---> Running in 387f9a638458 04:13:33 Removing intermediate container 387f9a638458 04:13:33 ---> 9368fa2614a1 04:13:33 Step 4/7 : RUN apk add bash 04:13:33 ---> Running in 5485e919e06e 04:13:34 $ docker rm -f cdf669df1e900f4940e2ac13cb4afbf5ad5854735340787519737e5df8b270ec 04:13:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:13:35 + docker inspect -f . ci-base-image-arm64 04:13:35 . [Pipeline] withDockerContainer 04:13:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:13:35 prd-ubuntu18.04-docker-arm64-4c-16g-27596 does not seem to be running inside a container 04:13:35 OK: 166 MiB in 39 packages 04:13:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/156 -v /w/workspace/go-mod-core-contracts/156:/w/workspace/go-mod-core-contracts/156:rw,z -v /w/workspace/go-mod-core-contracts/156@tmp:/w/workspace/go-mod-core-contracts/156@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 ******** ci-base-image-arm64 cat 04:13:36 Removing intermediate container 5485e919e06e 04:13:36 ---> 8880ce454875 04:13:36 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 04:13:36 ---> Running in b5f2c191bcca 04:13:36 Removing intermediate container b5f2c191bcca 04:13:36 ---> 774e8d61299f 04:13:36 Step 6/7 : COPY go.mod . 04:13:36 ---> 2695f88b1f90 04:13:36 Step 7/7 : RUN go mod download 04:13:36 ---> Running in fc18353bf90d 04:13:37 $ docker top baaa965575fa242c0f0d80075900a83803c9e7215c8082a53251bb2653fc1908 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:38 + make test 04:13:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 04:13:48 Removing intermediate container fc18353bf90d 04:13:48 ---> ded6406f5c4c 04:13:48 Successfully built ded6406f5c4c 04:13:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:13:49 + docker inspect -f . ci-base-image-x86_64 04:13:49 . [Pipeline] withDockerContainer 04:13:49 prd-centos7-docker-4c-2g-27597 does not seem to be running inside a container 04:13:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/156 -v /w/workspace/go-mod-core-contracts/156:/w/workspace/go-mod-core-contracts/156:rw,z -v /w/workspace/go-mod-core-contracts/156@tmp:/w/workspace/go-mod-core-contracts/156@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:13:50 $ docker top 9febc3323abae25b4f86d5a9b78f628643de73098aefeec2cb07829af5bf389c -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:50 + go version 04:13:50 go version go1.15.5 linux/amd64 [Pipeline] } 04:13:50 $ docker stop --time=1 9febc3323abae25b4f86d5a9b78f628643de73098aefeec2cb07829af5bf389c 04:13:51 $ docker rm -f 9febc3323abae25b4f86d5a9b78f628643de73098aefeec2cb07829af5bf389c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:13:52 + docker inspect -f . ci-base-image-x86_64 04:13:52 . [Pipeline] withDockerContainer 04:13:52 prd-centos7-docker-4c-2g-27597 does not seem to be running inside a container 04:13:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/156 -v /w/workspace/go-mod-core-contracts/156:/w/workspace/go-mod-core-contracts/156:rw,z -v /w/workspace/go-mod-core-contracts/156@tmp:/w/workspace/go-mod-core-contracts/156@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:13:53 $ docker top c69ebe0b2613a573a44afcf0a0563e2bd825258645660a8c663e9a2349dba2ed -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:53 + make test 04:13:53 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 04:14:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 04:14:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 04:14:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.019s coverage: 85.7% of statements 04:14:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.010s coverage: 100.0% of statements 04:14:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.048s coverage: 45.4% of statements 04:14:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.006s coverage: 77.8% of statements 04:14:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 04:14:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.032s coverage: 85.7% of statements 04:14:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.057s coverage: 100.0% of statements 04:14:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.006s coverage: 26.3% of statements 04:14:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.022s coverage: 14.7% of statements 04:14:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.010s coverage: 100.0% of statements 04:14:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.024s coverage: 91.8% of statements 04:14:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 04:14:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 04:14:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.008s coverage: 100.0% of statements 04:14:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.010s coverage: 36.7% of statements 04:14:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.033s coverage: 45.4% of statements 04:14:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.026s coverage: 77.8% of statements 04:14:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 04:14:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.048s coverage: 26.3% of statements 04:14:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.100s coverage: 14.7% of statements 04:14:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.025s coverage: 63.0% of statements 04:14:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements 04:14:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.019s coverage: 15.4% of statements 04:14:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.004s coverage: 15.4% of statements 04:14:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.009s coverage: 14.3% of statements 04:14:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 04:14:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.102s coverage: 84.6% of statements 04:14:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 04:14:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 04:14:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 04:14:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.024s coverage: 100.0% of statements 04:14:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.013s coverage: 45.3% of statements 04:14:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.025s coverage: 94.7% of statements 04:14:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.058s coverage: 89.0% of statements 04:14:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 04:14:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 04:14:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:14:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.072s coverage: 91.8% of statements 04:14:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 04:14:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 04:14:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.022s coverage: 100.0% of statements 04:14:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.014s coverage: 36.7% of statements 04:14:08 gofmt -l . 04:14:08 [ "`gofmt -l .`" = "" ] [Pipeline] } 04:14:09 $ docker stop --time=1 c69ebe0b2613a573a44afcf0a0563e2bd825258645660a8c663e9a2349dba2ed 04:14:11 $ docker rm -f c69ebe0b2613a573a44afcf0a0563e2bd825258645660a8c663e9a2349dba2ed [Pipeline] // withDockerContainer [Pipeline] sh 04:14:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:14:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 04:14:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.091s coverage: 63.0% of statements 04:14:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.029s coverage: 26.3% of statements 04:14:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.028s coverage: 15.4% of statements 04:14:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.011s coverage: 15.4% of statements 04:14:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.019s coverage: 14.3% of statements 04:14:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 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 04:14:14 ---> job-cost.sh 04:14:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-k4el 04:14:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.259s coverage: 84.6% of statements 04:14:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 04:14:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 04:14:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 04:14:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.110s coverage: 45.3% of statements 04:14:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.056s coverage: 94.7% of statements 04:14:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.162s coverage: 89.0% of statements 04:14:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements 04:14:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 04:14:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:14:24 gofmt -l . 04:14:24 [ "`gofmt -l .`" = "" ] [Pipeline] } 04:14:25 $ docker stop --time=1 baaa965575fa242c0f0d80075900a83803c9e7215c8082a53251bb2653fc1908 04:14:27 $ docker rm -f baaa965575fa242c0f0d80075900a83803c9e7215c8082a53251bb2653fc1908 [Pipeline] // withDockerContainer [Pipeline] sh 04:14:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:14:28 Warning: overwriting stash ‘coverage-report’ 04:14:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:14:29 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 04:14:31 ---> job-cost.sh 04:14:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gu2W 04:14:55 lf-activate-venv(): INFO: Adding /tmp/venv-k4el/bin to PATH 04:14:55 INFO: No Stack... 04:14:56 INFO: Retrieving Pricing Info for: v1-standard-2 04:14:57 INFO: Archiving Costs [Pipeline] sh 04:14:57 + cat /w/workspace/go-mod-core-contracts/156/archives/cost.csv 04:14:57 + cut -d, -f6 [Pipeline] lock 04:14:57 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-156-stack-cost] 04:14:57 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-156-stack-cost] did not exist. Created. 04:14:57 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-156-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:14:58 + echo total: 0.029999999329447746 [Pipeline] stash 04:14:58 Stashed 1 file(s) [Pipeline] } 04:14:58 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-156-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:15:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:17:17 lf-activate-venv(): INFO: Adding /tmp/venv-gu2W/bin to PATH 04:17:17 INFO: No Stack... 04:17:17 INFO: Retrieving Pricing Info for: lf-standard-4 04:17:17 INFO: Archiving Costs [Pipeline] sh 04:17:17 + cut -d, -f6 04:17:17 + cat /w/workspace/go-mod-core-contracts/156/archives/cost.csv [Pipeline] lock 04:17:17 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-156-stack-cost] 04:17:17 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-156-stack-cost] did not exist. Created. 04:17:17 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-156-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:17:17 /w/workspace/go-mod-core-contracts/156@tmp/durable-a6a0206d/script.sh: 1: /w/workspace/go-mod-core-contracts/156@tmp/durable-a6a0206d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:17:18 + echo total: 0.20999999344348907 [Pipeline] stash 04:17:18 Warning: overwriting stash ‘stack-cost’ 04:17:18 Stashed 1 file(s) [Pipeline] } 04:17:18 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-156-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 04:17:20 provisioning config files... 04:17:20 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config504241040881018061tmp [Pipeline] { [Pipeline] sh 04:17:20 + set +x 04:17:20 + curl -s https://codecov.io/bash 04:17:20 + bash -s -- 04:17:20 04:17:20 _____ _ 04:17:20 / ____| | | 04:17:20 | | ___ __| | ___ ___ _____ __ 04:17:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:17:20 | |___| (_) | (_| | __/ (_| (_) \ V / 04:17:20 \_____\___/ \__,_|\___|\___\___/ \_/ 04:17:20 Bash-20210129-7c25fce 04:17:20 04:17:20 04:17:20 ==> git version 2.24.3 found 04:17:20 ==> 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 04:17:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:17:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:17:20 ==> Jenkins CI detected. 04:17:20 project root: . 04:17:20 --> token set from env 04:17:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:17:20 ==> Running gcov in . (disable via -X gcov) 04:17:20 ==> Python coveragepy not found 04:17:20 ==> Searching for coverage reports in: 04:17:20 + . 04:17:20 -> Found 1 reports 04:17:20 ==> Detecting git/mercurial file structure 04:17:20 ==> Reading reports 04:17:20 + ./coverage.out bytes=154713 04:17:20 ==> Appending adjustments 04:17:20 https://docs.codecov.io/docs/fixing-reports 04:17:21 + Found adjustments 04:17:21 ==> Gzipping contents 04:17:21 24K /tmp/codecov.l8Y6Zd.gz 04:17:21 ==> Uploading reports 04:17:21 url: https://codecov.io 04:17:21 query: branch=master&commit=caf1e88ada7df8a838cf4c321e19a556d43df9fa&build=156&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F156%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 04:17:21 -> Pinging Codecov 04:17:21 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=caf1e88ada7df8a838cf4c321e19a556d43df9fa&build=156&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F156%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 04:17:21 -> Uploading to 04:17:21 https://storage.googleapis.com/codecov/v4/raw/2021-02-25/71470A77251A30514AAF9C0BB2E5B6CE/caf1e88ada7df8a838cf4c321e19a556d43df9fa/3ee98979-a3ef-412a-b155-cc6ad97121ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T041721Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=150e95355bc06226392ee8cf70222f183f586e91f83cad6d25ed4093ef853e00 04:17:21 % Total % Received % Xferd Average Speed Time Time Time Current 04:17:21 Dload Upload Total Spent Left Speed 04:17:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23230 0 0 100 23230 0 47826 --:--:-- --:--:-- --:--:-- 47896 04:17:22 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/caf1e88ada7df8a838cf4c321e19a556d43df9fa [Pipeline] } 04:17:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:17:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:17:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:17:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:17:24 04:17:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 04:17:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:17:24 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:17:24 188c0c94c7c5: Pulling fs layer 04:17:24 0ef7d3d256c8: Pulling fs layer 04:17:24 de9db76c5a1d: Pulling fs layer 04:17:24 0eba1c9be4d2: Pulling fs layer 04:17:24 0d57e429df01: Pulling fs layer 04:17:24 4e4be7b47b0d: Pulling fs layer 04:17:24 e1f770b5df2f: Pulling fs layer 04:17:24 85a0685a4137: Pulling fs layer 04:17:24 0d57e429df01: Waiting 04:17:24 4e4be7b47b0d: Waiting 04:17:24 e1f770b5df2f: Waiting 04:17:24 85a0685a4137: Waiting 04:17:24 de9db76c5a1d: Verifying Checksum 04:17:24 de9db76c5a1d: Download complete 04:17:24 0ef7d3d256c8: Download complete 04:17:24 0d57e429df01: Verifying Checksum 04:17:24 0d57e429df01: Download complete 04:17:24 4e4be7b47b0d: Verifying Checksum 04:17:24 4e4be7b47b0d: Download complete 04:17:25 188c0c94c7c5: Verifying Checksum 04:17:25 188c0c94c7c5: Download complete 04:17:25 188c0c94c7c5: Pull complete 04:17:25 0ef7d3d256c8: Pull complete 04:17:25 de9db76c5a1d: Pull complete 04:17:26 e1f770b5df2f: Verifying Checksum 04:17:26 e1f770b5df2f: Download complete 04:17:28 0eba1c9be4d2: Download complete 04:17:29 85a0685a4137: Verifying Checksum 04:17:29 85a0685a4137: Download complete 04:17:34 0eba1c9be4d2: Pull complete 04:17:34 0d57e429df01: Pull complete 04:17:34 4e4be7b47b0d: Pull complete 04:17:36 e1f770b5df2f: Pull complete 04:17:44 85a0685a4137: Pull complete 04:17:44 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 04:17:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:17:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 04:17:44 prd-centos7-docker-4c-2g-27595 does not seem to be running inside a container 04:17:44 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:17:45 $ docker top 3c1a68edb3fcf7e87f7ae3a65d143e6b06eab014ca16279f83bf1c9670b57f50 -eo pid,comm [Pipeline] { [Pipeline] echo 04:17:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 04:17:46 + set -o pipefail 04:17:46 + snyk monitor '--org=edgex-jenkins' 04:17:52 04:17:52 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 04:17:52 04:17:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/f4139ff8-a299-4eaf-a30a-b78ce927f71f 04:17:52 04:17:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:17:52 04:17:52 04:17:52 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 04:17:52 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 04:17:52 $ docker stop --time=1 3c1a68edb3fcf7e87f7ae3a65d143e6b06eab014ca16279f83bf1c9670b57f50 04:17:55 $ docker rm -f 3c1a68edb3fcf7e87f7ae3a65d143e6b06eab014ca16279f83bf1c9670b57f50 [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 04:17:56 + git log --format=format:%s -1 caf1e88ada7df8a838cf4c321e19a556d43df9fa [Pipeline] isUnix [Pipeline] sh 04:17:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:17:56 . [Pipeline] withDockerContainer 04:17:56 prd-centos7-docker-4c-2g-27595 does not seem to be running inside a container 04:17:57 $ 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 04:17:57 $ docker top e84921ca4c0ca0b259f78fcaa3276201ab862a5b61d78cb26801495e2da56bb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:17:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:17:58 [ssh-agent] Looking for ssh-agent implementation... 04:17:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:17:58 $ docker exec e84921ca4c0ca0b259f78fcaa3276201ab862a5b61d78cb26801495e2da56bb6 ssh-agent 04:17:58 SSH_AUTH_SOCK=/tmp/ssh-2qvJKAW4O01L/agent.13 04:17:58 SSH_AGENT_PID=19 04:17:58 Running ssh-add (command line suppressed) 04:17:58 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6016424589006168136.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6016424589006168136.key) 04:17:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:17:59 + git semver tag 04:17:59 # -> Open(): unable to determine branch for HEAD 04:17:59 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:17:59 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:17:59 # $SEMVER_REMOTE_NAME = origin 04:17:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:17:59 # $SEMVER_USER_NAME = edgex-jenkins 04:17:59 # $SEMVER_BRANCH = master 04:17:59 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 04:17:59 # caf1e88ada7df8a838cf4c321e19a556d43df9fa HEAD 04:17:59 # -> Force: false 04:17:59 # 76b0f2339f6f8fe1474a52f1a19dae699da532e1 refs/tags/v2.0.0-dev.38 [Pipeline] } 04:17:59 $ docker exec --env ******** --env ******** e84921ca4c0ca0b259f78fcaa3276201ab862a5b61d78cb26801495e2da56bb6 ssh-agent -k 04:17:59 unset SSH_AUTH_SOCK; 04:17:59 unset SSH_AGENT_PID; 04:17:59 echo Agent pid 19 killed; 04:17:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:17:59 + git semver [Pipeline] } 04:17:59 $ docker stop --time=1 e84921ca4c0ca0b259f78fcaa3276201ab862a5b61d78cb26801495e2da56bb6 04:18:01 $ docker rm -f e84921ca4c0ca0b259f78fcaa3276201ab862a5b61d78cb26801495e2da56bb6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:18:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:18:01 04:18:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:18:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:18:02 0.23.1-centos7: Pulling from edgex-lftools 04:18:02 ab5ef0e58194: Pulling fs layer 04:18:02 9712f1f96733: Pulling fs layer 04:18:02 63f879dbbcfc: Pulling fs layer 04:18:02 0d9ebad4ef96: Pulling fs layer 04:18:02 e9a5061849ea: Pulling fs layer 04:18:02 d747dcd14b5f: Pulling fs layer 04:18:02 2de7ff778b66: Pulling fs layer 04:18:02 0d9ebad4ef96: Waiting 04:18:02 e9a5061849ea: Waiting 04:18:02 d747dcd14b5f: Waiting 04:18:02 2de7ff778b66: Waiting 04:18:02 9712f1f96733: Download complete 04:18:03 63f879dbbcfc: Verifying Checksum 04:18:03 63f879dbbcfc: Download complete 04:18:03 e9a5061849ea: Verifying Checksum 04:18:03 e9a5061849ea: Download complete 04:18:03 d747dcd14b5f: Verifying Checksum 04:18:03 d747dcd14b5f: Download complete 04:18:04 0d9ebad4ef96: Verifying Checksum 04:18:04 0d9ebad4ef96: Download complete 04:18:04 2de7ff778b66: Verifying Checksum 04:18:04 2de7ff778b66: Download complete 04:18:04 ab5ef0e58194: Verifying Checksum 04:18:04 ab5ef0e58194: Download complete 04:18:08 ab5ef0e58194: Pull complete 04:18:08 9712f1f96733: Pull complete 04:18:11 63f879dbbcfc: Pull complete 04:18:17 0d9ebad4ef96: Pull complete 04:18:18 e9a5061849ea: Pull complete 04:18:18 d747dcd14b5f: Pull complete 04:18:21 2de7ff778b66: Pull complete 04:18:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:18:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:18:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:18:21 prd-centos7-docker-4c-2g-27595 does not seem to be running inside a container 04:18:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:18:25 $ docker top 6fc8e4561b4cafd9372508b7c7513faa59c3e09be3b9254391aad2d7a302d6b8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:18:25 provisioning config files... 04:18:25 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7132476795672954757tmp 04:18:25 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2650434966132990175tmp 04:18:25 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2756555503059495781tmp [Pipeline] { [Pipeline] echo 04:18:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:18:26 ---> sigul-configuration.sh 04:18:26 gpg: directory `/root/.gnupg' created 04:18:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:18:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:18:26 gpg: keyring `/root/.gnupg/secring.gpg' created 04:18:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:18:26 gpg: CAST5 encrypted data 04:18:26 gpg: encrypted with 1 passphrase 04:18:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:18:26 + mkdir /home/jenkins 04:18:26 + mkdir /home/jenkins/sigul [Pipeline] sh 04:18:27 + 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 04:18:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:18:27 ---> sigul-install.sh 04:18:33 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:18:34 + git tag --list 04:18:34 v0.0.0 04:18:34 v0.0.1 04:18:34 v0.1.0 04:18:34 v0.1.1 04:18:34 v0.1.10 04:18:34 v0.1.100 04:18:34 v0.1.101 04:18:34 v0.1.102 04:18:34 v0.1.103 04:18:34 v0.1.104 04:18:34 v0.1.105 04:18:34 v0.1.106 04:18:34 v0.1.107 04:18:34 v0.1.108 04:18:34 v0.1.109 04:18:34 v0.1.11 04:18:34 v0.1.110 04:18:34 v0.1.111 04:18:34 v0.1.112 04:18:34 v0.1.113 04:18:34 v0.1.114 04:18:34 v0.1.115 04:18:34 v0.1.116 04:18:34 v0.1.117 04:18:34 v0.1.118 04:18:34 v0.1.119 04:18:34 v0.1.12 04:18:34 v0.1.120 04:18:34 v0.1.121 04:18:34 v0.1.122 04:18:34 v0.1.123 04:18:34 v0.1.124 04:18:34 v0.1.125 04:18:34 v0.1.126 04:18:34 v0.1.127 04:18:34 v0.1.128 04:18:34 v0.1.129 04:18:34 v0.1.13 04:18:34 v0.1.130 04:18:34 v0.1.131 04:18:34 v0.1.132 04:18:34 v0.1.133 04:18:34 v0.1.134 04:18:34 v0.1.135 04:18:34 v0.1.136 04:18:34 v0.1.137 04:18:34 v0.1.138 04:18:34 v0.1.139 04:18:34 v0.1.14 04:18:34 v0.1.140 04:18:34 v0.1.141 04:18:34 v0.1.142 04:18:34 v0.1.143 04:18:34 v0.1.144 04:18:34 v0.1.145 04:18:34 v0.1.146 04:18:34 v0.1.147 04:18:34 v0.1.148 04:18:34 v0.1.149 04:18:34 v0.1.15 04:18:34 v0.1.16 04:18:34 v0.1.17 04:18:34 v0.1.18 04:18:34 v0.1.19 04:18:34 v0.1.2 04:18:34 v0.1.20 04:18:34 v0.1.21 04:18:34 v0.1.22 04:18:34 v0.1.23 04:18:34 v0.1.24 04:18:34 v0.1.25 04:18:34 v0.1.26 04:18:34 v0.1.27 04:18:34 v0.1.28 04:18:34 v0.1.29 04:18:34 v0.1.3 04:18:34 v0.1.30 04:18:34 v0.1.31 04:18:34 v0.1.32 04:18:34 v0.1.33 04:18:34 v0.1.34 04:18:34 v0.1.35 04:18:34 v0.1.36 04:18:34 v0.1.37 04:18:34 v0.1.38 04:18:34 v0.1.39 04:18:34 v0.1.4 04:18:34 v0.1.40 04:18:34 v0.1.41 04:18:34 v0.1.42 04:18:34 v0.1.43 04:18:34 v0.1.44 04:18:34 v0.1.45 04:18:34 v0.1.46 04:18:34 v0.1.47 04:18:34 v0.1.48 04:18:34 v0.1.49 04:18:34 v0.1.5 04:18:34 v0.1.50 04:18:34 v0.1.51 04:18:34 v0.1.52 04:18:34 v0.1.53 04:18:34 v0.1.54 04:18:34 v0.1.55 04:18:34 v0.1.56 04:18:34 v0.1.57 04:18:34 v0.1.58 04:18:34 v0.1.59 04:18:34 v0.1.6 04:18:34 v0.1.60 04:18:34 v0.1.61 04:18:34 v0.1.62 04:18:34 v0.1.63 04:18:34 v0.1.64 04:18:34 v0.1.65 04:18:34 v0.1.66 04:18:34 v0.1.67 04:18:34 v0.1.68 04:18:34 v0.1.69 04:18:34 v0.1.7 04:18:34 v0.1.70 04:18:34 v0.1.71 04:18:34 v0.1.72 04:18:34 v0.1.73 04:18:34 v0.1.74 04:18:34 v0.1.75 04:18:34 v0.1.76 04:18:34 v0.1.77 04:18:34 v0.1.78 04:18:34 v0.1.79 04:18:34 v0.1.8 04:18:34 v0.1.80 04:18:34 v0.1.81 04:18:34 v0.1.82 04:18:34 v0.1.83 04:18:34 v0.1.84 04:18:34 v0.1.85 04:18:34 v0.1.86 04:18:34 v0.1.87 04:18:34 v0.1.88 04:18:34 v0.1.89 04:18:34 v0.1.9 04:18:34 v0.1.90 04:18:34 v0.1.91 04:18:34 v0.1.92 04:18:34 v0.1.93 04:18:34 v0.1.94 04:18:34 v0.1.95 04:18:34 v0.1.96 04:18:34 v0.1.97 04:18:34 v0.1.98 04:18:34 v0.1.99 04:18:34 v2.0.0-dev.1 04:18:34 v2.0.0-dev.10 04:18:34 v2.0.0-dev.11 04:18:34 v2.0.0-dev.12 04:18:34 v2.0.0-dev.13 04:18:34 v2.0.0-dev.14 04:18:34 v2.0.0-dev.15 04:18:34 v2.0.0-dev.16 04:18:34 v2.0.0-dev.17 04:18:34 v2.0.0-dev.18 04:18:34 v2.0.0-dev.19 04:18:34 v2.0.0-dev.2 04:18:34 v2.0.0-dev.20 04:18:34 v2.0.0-dev.21 04:18:34 v2.0.0-dev.22 04:18:34 v2.0.0-dev.23 04:18:34 v2.0.0-dev.24 04:18:34 v2.0.0-dev.25 04:18:34 v2.0.0-dev.26 04:18:34 v2.0.0-dev.27 04:18:34 v2.0.0-dev.28 04:18:34 v2.0.0-dev.29 04:18:34 v2.0.0-dev.3 04:18:34 v2.0.0-dev.30 04:18:34 v2.0.0-dev.31 04:18:34 v2.0.0-dev.32 04:18:34 v2.0.0-dev.33 04:18:34 v2.0.0-dev.34 04:18:34 v2.0.0-dev.35 04:18:34 v2.0.0-dev.36 04:18:34 v2.0.0-dev.37 04:18:34 v2.0.0-dev.38 04:18:34 v2.0.0-dev.4 04:18:34 v2.0.0-dev.5 04:18:34 v2.0.0-dev.6 04:18:34 v2.0.0-dev.7 04:18:34 v2.0.0-dev.8 04:18:34 v2.0.0-dev.9 [Pipeline] sh 04:18:34 + lftools sign git-tag v2.0.0-dev.38 04:18:35 Signing Git tag with Sigul... 04:18:35 Signing v2.0.0-dev.38 [Pipeline] echo 04:18:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:18:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:18:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:18:37 $ docker stop --time=1 6fc8e4561b4cafd9372508b7c7513faa59c3e09be3b9254391aad2d7a302d6b8 04:18:39 $ docker rm -f 6fc8e4561b4cafd9372508b7c7513faa59c3e09be3b9254391aad2d7a302d6b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:18:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:18:40 . [Pipeline] withDockerContainer 04:18:40 prd-centos7-docker-4c-2g-27595 does not seem to be running inside a container 04:18:40 $ 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 04:18:41 $ docker top 21683fab689a03a91729fc2777e29255fa25c1702b3a0ac1ea3a989628ceed42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:18:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:18:41 [ssh-agent] Looking for ssh-agent implementation... 04:18:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:18:41 $ docker exec 21683fab689a03a91729fc2777e29255fa25c1702b3a0ac1ea3a989628ceed42 ssh-agent 04:18:41 SSH_AUTH_SOCK=/tmp/ssh-q3zod7hw5z4q/agent.12 04:18:41 SSH_AGENT_PID=18 04:18:41 Running ssh-add (command line suppressed) 04:18:41 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6356068096726235472.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6356068096726235472.key) 04:18:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:18:42 + git semver bump pre 04:18:42 # -> Open(): unable to determine branch for HEAD 04:18:42 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:18:42 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:18:42 # $SEMVER_REMOTE_NAME = origin 04:18:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:18:42 # $SEMVER_USER_NAME = edgex-jenkins 04:18:42 # $SEMVER_BRANCH = master 04:18:42 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 04:18:42 2.0.0-dev.39 [Pipeline] } 04:18:42 $ docker exec --env ******** --env ******** 21683fab689a03a91729fc2777e29255fa25c1702b3a0ac1ea3a989628ceed42 ssh-agent -k 04:18:42 unset SSH_AUTH_SOCK; 04:18:42 unset SSH_AGENT_PID; 04:18:42 echo Agent pid 18 killed; 04:18:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:18:42 + git semver [Pipeline] } 04:18:42 $ docker stop --time=1 21683fab689a03a91729fc2777e29255fa25c1702b3a0ac1ea3a989628ceed42 04:18:44 $ docker rm -f 21683fab689a03a91729fc2777e29255fa25c1702b3a0ac1ea3a989628ceed42 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:18:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:18:44 . [Pipeline] withDockerContainer 04:18:44 prd-centos7-docker-4c-2g-27595 does not seem to be running inside a container 04:18:44 $ 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 04:18:45 $ docker top 71b16a106d8e6648871d19f3ed0e3189216a422ce0cbee4304439d0b64df039c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:18:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:18:45 [ssh-agent] Looking for ssh-agent implementation... 04:18:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:18:46 $ docker exec 71b16a106d8e6648871d19f3ed0e3189216a422ce0cbee4304439d0b64df039c ssh-agent 04:18:46 SSH_AUTH_SOCK=/tmp/ssh-YcHGcClIQo8X/agent.11 04:18:46 SSH_AGENT_PID=17 04:18:46 Running ssh-add (command line suppressed) 04:18:46 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5639278010389734086.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5639278010389734086.key) 04:18:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:18:46 + git semver push 04:18:46 # -> Open(): unable to determine branch for HEAD 04:18:46 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:18:46 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:18:46 # $SEMVER_REMOTE_NAME = origin 04:18:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:18:46 # $SEMVER_USER_NAME = edgex-jenkins 04:18:46 # $SEMVER_BRANCH = master 04:18:46 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 04:18:52 $ docker exec --env ******** --env ******** 71b16a106d8e6648871d19f3ed0e3189216a422ce0cbee4304439d0b64df039c ssh-agent -k 04:18:52 unset SSH_AUTH_SOCK; 04:18:52 unset SSH_AGENT_PID; 04:18:52 echo Agent pid 17 killed; 04:18:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:18:52 + git semver [Pipeline] } 04:18:52 $ docker stop --time=1 71b16a106d8e6648871d19f3ed0e3189216a422ce0cbee4304439d0b64df039c 04:18:54 $ docker rm -f 71b16a106d8e6648871d19f3ed0e3189216a422ce0cbee4304439d0b64df039c [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 04:18:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:18:56 ---> package-listing.sh 04:18:56 ++ facter osfamily 04:18:56 ++ tr '[:upper:]' '[:lower:]' 04:18:56 + OS_FAMILY=redhat 04:18:56 + workspace=/w/workspace/dry_go-mod-core-contracts_master 04:18:56 + START_PACKAGES=/tmp/packages_start.txt 04:18:56 + END_PACKAGES=/tmp/packages_end.txt 04:18:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:18:56 + PACKAGES=/tmp/packages_start.txt 04:18:56 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 04:18:56 + PACKAGES=/tmp/packages_end.txt 04:18:56 + case "${OS_FAMILY}" in 04:18:56 + rpm -qa 04:18:56 + sort 04:19:01 + '[' -f /tmp/packages_start.txt ']' 04:19:01 + '[' -f /tmp/packages_end.txt ']' 04:19:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:19:01 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 04:19:01 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 04:19:01 + 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 04:19:01 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 04:19:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:19:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:19:02 04:19:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:19:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:19:02 alpine: Pulling from edgex-lftools-log-publisher 04:19:02 df20fa9351a1: Pulling fs layer 04:19:02 36b3adc4ff6f: Pulling fs layer 04:19:02 8ad3a11d3b57: Pulling fs layer 04:19:02 46f8f816bc3b: Pulling fs layer 04:19:02 93b61091891f: Pulling fs layer 04:19:02 93b9cdb0e59b: Pulling fs layer 04:19:02 5e14af77c1be: Pulling fs layer 04:19:02 01666e4c0597: Pulling fs layer 04:19:02 aa168da1d23b: Pulling fs layer 04:19:02 46f8f816bc3b: Waiting 04:19:02 93b61091891f: Waiting 04:19:02 93b9cdb0e59b: Waiting 04:19:02 01666e4c0597: Waiting 04:19:02 5e14af77c1be: Waiting 04:19:02 aa168da1d23b: Waiting 04:19:02 36b3adc4ff6f: Download complete 04:19:02 46f8f816bc3b: Verifying Checksum 04:19:02 46f8f816bc3b: Download complete 04:19:02 df20fa9351a1: Verifying Checksum 04:19:02 df20fa9351a1: Download complete 04:19:02 93b9cdb0e59b: Verifying Checksum 04:19:02 93b9cdb0e59b: Download complete 04:19:02 5e14af77c1be: Verifying Checksum 04:19:02 5e14af77c1be: Download complete 04:19:02 01666e4c0597: Verifying Checksum 04:19:02 01666e4c0597: Download complete 04:19:02 93b61091891f: Verifying Checksum 04:19:02 93b61091891f: Download complete 04:19:03 df20fa9351a1: Pull complete 04:19:03 8ad3a11d3b57: Verifying Checksum 04:19:03 8ad3a11d3b57: Download complete 04:19:03 36b3adc4ff6f: Pull complete 04:19:05 aa168da1d23b: Verifying Checksum 04:19:05 aa168da1d23b: Download complete 04:19:05 8ad3a11d3b57: Pull complete 04:19:05 46f8f816bc3b: Pull complete 04:19:05 93b61091891f: Pull complete 04:19:05 93b9cdb0e59b: Pull complete 04:19:05 5e14af77c1be: Pull complete 04:19:06 01666e4c0597: Pull complete 04:19:12 aa168da1d23b: Pull complete 04:19:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:19:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:19:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:19:12 prd-centos7-docker-4c-2g-27595 does not seem to be running inside a container 04:19:12 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:19:15 $ docker top ce9d79023cea5c2d7cadcaa08eb24bf27aea82d9a43f1a99392a60dcf4cfba62 -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:16 + touch /tmp/pre-build-complete [Pipeline] sh 04:19:16 + mkdir -p /var/log/sa [Pipeline] sh 04:19:16 + ls /var/log/sa-host 04:19:16 + sadf -c /var/log/sa-host/sa23 04:19:16 file_magic: OK 04:19:16 HZ: Using current value: 100 04:19:16 file_header: OK 04:19:16 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 04:19:16 Statistics: 04:19:16 Hnuu...uuuununununu... 04:19:16 File successfully converted to sysstat format version 12.2.1 04:19:16 + sadf -c /var/log/sa-host/sa25 04:19:16 file_magic: OK 04:19:16 HZ: Using current value: 100 04:19:16 file_header: OK 04:19:16 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 04:19:16 Statistics: 04:19:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:19:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:19:16 provisioning config files... 04:19:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3389854446170500781tmp [Pipeline] { [Pipeline] echo 04:19:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:19:17 ---> create-netrc.sh [Pipeline] } 04:19:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:19:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:19:17 ---> python-tools-install.sh [Pipeline] echo 04:19:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:19:17 ---> sudo-logs.sh 04:19:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:19:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:19:18 ---> job-cost.sh 04:19:18 lf-activate-venv: SKIPPING 04:19:18 DEBUG: total: 0.20999999344348907 04:19:18 INFO: Retrieving Stack Cost... 04:19:19 INFO: Retrieving Pricing Info for: v1-standard-2 04:19:19 INFO: Archiving Costs [Pipeline] echo 04:19:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:19:20 ---> logs-deploy.sh 04:19:20 lf-activate-venv: SKIPPING 04:19:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/156 04:19:20 INFO: archiving workspace using pattern(s): 04:19:22 Archives upload complete. 04:19:22 INFO: archiving logs to Nexus