Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, 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-configuration-settings PROJECT: go-mod-configuration 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-configuration 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-965 in /w/workspace/ndry_go-mod-configuration_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-configuration.git > git init /w/workspace/ndry_go-mod-configuration_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f # timeout=10 Commit message: "Merge pull request #35 from soda480/US149" > git rev-list --no-walk c17a20f7f5fea15f065e3b2e57234782cafc5e7b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:35:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:35:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:35:57 ========================================================= 21:35:57 EdgeX Global Pipelines Version Info 21:35:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:35:59 ------------------- 21:35:59 stable info: 21:35:59 ------------------- 21:35:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:35:59 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:35:59 Message: update stable to v1.0.186 21:36:00 ------------------- 21:36:00 experimental info: 21:36:00 ------------------- 21:36:00 Commited By: **** collab-it+edgex@linuxfoundation.org 21:36:00 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 21:36:00 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:36:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:36:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:36:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:36:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:36:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:36:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:36:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:36:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f [Pipeline] echo 21:36:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ddb981e [Pipeline] echo 21:36:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:36:01 + git log --format=format:%s -1 ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f [Pipeline] echo 21:36:01 GIT_COMMIT: ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f, Commit Message: Merge pull request #35 from soda480/US149 [Pipeline] echo 21:36:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:36:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:36:02 21:36:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:36:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:36:02 latest: Pulling from edgex-devops/git-semver 21:36:02 31603596830f: Pulling fs layer 21:36:02 2a8b12db71e7: Pulling fs layer 21:36:02 6ca5941a6612: Pulling fs layer 21:36:02 ecc8261a40a4: Pulling fs layer 21:36:02 ecc8261a40a4: Waiting 21:36:02 2a8b12db71e7: Verifying Checksum 21:36:02 2a8b12db71e7: Download complete 21:36:02 31603596830f: Download complete 21:36:02 ecc8261a40a4: Verifying Checksum 21:36:02 ecc8261a40a4: Download complete 21:36:02 6ca5941a6612: Verifying Checksum 21:36:02 6ca5941a6612: Download complete 21:36:03 31603596830f: Pull complete 21:36:03 2a8b12db71e7: Pull complete 21:36:04 6ca5941a6612: Pull complete 21:36:04 ecc8261a40a4: Pull complete 21:36:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:36:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:36:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:36:04 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 21:36:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:36:06 $ docker top a951f1da77beb26098ae1e60f3dba5bcd508d31135c380dc7a760c861f8d1097 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:36:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:36:07 [ssh-agent] Looking for ssh-agent implementation... 21:36:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:36:07 $ docker exec a951f1da77beb26098ae1e60f3dba5bcd508d31135c380dc7a760c861f8d1097 ssh-agent 21:36:07 SSH_AUTH_SOCK=/tmp/ssh-zcnmvcXZRD5M/agent.11 21:36:07 SSH_AGENT_PID=16 21:36:07 Running ssh-add (command line suppressed) 21:36:07 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_4545848446590544871.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_4545848446590544871.key) 21:36:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:36:08 + git tag --points-at HEAD [Pipeline] } 21:36:08 $ docker exec --env ******** --env ******** a951f1da77beb26098ae1e60f3dba5bcd508d31135c380dc7a760c861f8d1097 ssh-agent -k 21:36:08 unset SSH_AUTH_SOCK; 21:36:08 unset SSH_AGENT_PID; 21:36:08 echo Agent pid 16 killed; 21:36:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:36:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:36:08 [ssh-agent] Looking for ssh-agent implementation... 21:36:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:36:08 $ docker exec a951f1da77beb26098ae1e60f3dba5bcd508d31135c380dc7a760c861f8d1097 ssh-agent 21:36:08 SSH_AUTH_SOCK=/tmp/ssh-ZLnCszqqLAR7/agent.45 21:36:08 SSH_AGENT_PID=50 21:36:08 Running ssh-add (command line suppressed) 21:36:08 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8865999834952305058.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8865999834952305058.key) 21:36:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:36:09 + git semver init 21:36:09 # -> Open(): unable to determine branch for HEAD 21:36:09 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 21:36:09 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 21:36:09 # $SEMVER_REMOTE_NAME = origin 21:36:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:36:09 # $SEMVER_USER_NAME = edgex-jenkins 21:36:09 # $SEMVER_BRANCH = master 21:36:09 # $SEMVER_TEMP = /tmp/semver-215818675 21:36:09 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 21:36:09 # '/tmp/semver-215818675' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' 21:36:09 # -> Force: false 21:36:09 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 21:36:09 $ docker exec --env ******** --env ******** a951f1da77beb26098ae1e60f3dba5bcd508d31135c380dc7a760c861f8d1097 ssh-agent -k 21:36:09 unset SSH_AUTH_SOCK; 21:36:09 unset SSH_AGENT_PID; 21:36:09 echo Agent pid 50 killed; 21:36:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:36:10 + git semver [Pipeline] } 21:36:10 $ docker stop --time=1 a951f1da77beb26098ae1e60f3dba5bcd508d31135c380dc7a760c861f8d1097 21:36:11 $ docker rm -f a951f1da77beb26098ae1e60f3dba5bcd508d31135c380dc7a760c861f8d1097 [Pipeline] // withDockerContainer [Pipeline] sh 21:36:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:36:12 Stashed 1 file(s) [Pipeline] echo 21:36:12 [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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 21:36:27 Still waiting to schedule task 21:36:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:36:27 Still waiting to schedule task 21:36:27 ‘prd-ubuntu18.04-docker-arm64-4c-16g-962’ is offline 21:37:50 Running on prd-centos7-docker-4c-2g-968 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 21:37:50 Running in /w/workspace/go-mod-configuration/17 [Pipeline] { [Pipeline] checkout 21:37:58 using credential edgex-jenkins-ssh 21:37:58 Cloning the remote Git repository 21:37:58 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 21:37:58 > git init /w/workspace/go-mod-configuration/17 # timeout=10 21:37:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 21:37:59 > git --version # timeout=10 21:37:59 > git --version # 'git version 2.24.3' 21:37:59 using GIT_SSH to set credentials SSH Credentials for GitHub 21:37:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:38:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 21:38:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:38:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 21:38:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 21:38:00 using GIT_SSH to set credentials SSH Credentials for GitHub 21:38:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:38:00 Checking out Revision ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f (master) 21:38:00 > git config core.sparsecheckout # timeout=10 21:38:00 > git checkout -f ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f # timeout=10 21:38:05 Commit message: "Merge pull request #35 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:38:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:38:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:38:09 + sudo service docker restart 21:38:09 + true 21:38:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:38:10 ========================================================= 21:38:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:38:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:38:10 + 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 . 21:38:11 Sending build context to Docker daemon 243.7kB 21:38:11 Step 1/7 : ARG BASE=golang:1.15-alpine 21:38:11 Step 2/7 : FROM ${BASE} 21:38:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:38:11 188c0c94c7c5: Pulling fs layer 21:38:11 0ef7d3d256c8: Pulling fs layer 21:38:11 de9db76c5a1d: Pulling fs layer 21:38:11 bca2f99d35d6: Pulling fs layer 21:38:11 93359f2a8cfa: Pulling fs layer 21:38:11 7c6f9722023f: Pulling fs layer 21:38:11 a35cf1a2eb13: Pulling fs layer 21:38:11 93359f2a8cfa: Waiting 21:38:11 7c6f9722023f: Waiting 21:38:11 a35cf1a2eb13: Waiting 21:38:11 bca2f99d35d6: Waiting 21:38:11 de9db76c5a1d: Verifying Checksum 21:38:11 de9db76c5a1d: Download complete 21:38:11 0ef7d3d256c8: Verifying Checksum 21:38:11 0ef7d3d256c8: Download complete 21:38:11 93359f2a8cfa: Download complete 21:38:11 7c6f9722023f: Verifying Checksum 21:38:11 7c6f9722023f: Download complete 21:38:12 188c0c94c7c5: Verifying Checksum 21:38:12 188c0c94c7c5: Download complete 21:38:13 188c0c94c7c5: Pull complete 21:38:13 0ef7d3d256c8: Pull complete 21:38:13 de9db76c5a1d: Pull complete 21:38:14 a35cf1a2eb13: Verifying Checksum 21:38:14 a35cf1a2eb13: Download complete 21:38:16 bca2f99d35d6: Verifying Checksum 21:38:16 bca2f99d35d6: Download complete 21:38:28 bca2f99d35d6: Pull complete 21:38:28 93359f2a8cfa: Pull complete 21:38:28 7c6f9722023f: Pull complete 21:38:33 a35cf1a2eb13: Pull complete 21:38:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:38:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:38:33 ---> a62c8e92a672 21:38:33 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:38:33 ---> Running in e6f3065b71a9 21:38:34 Removing intermediate container e6f3065b71a9 21:38:34 ---> 653f84a8ef2c 21:38:34 Step 4/7 : RUN apk add --update bash 21:38:34 ---> Running in ef8c185ec0d9 21:38:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:38:36 OK: 166 MiB in 39 packages 21:38:38 Removing intermediate container ef8c185ec0d9 21:38:38 ---> a905af1081a0 21:38:38 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:38:38 ---> Running in 2f0755f465db 21:38:39 Removing intermediate container 2f0755f465db 21:38:39 ---> 0d30478fb560 21:38:39 Step 6/7 : COPY go.mod . 21:38:39 ---> 1c16e78bc6c5 21:38:39 Step 7/7 : RUN go mod download 21:38:39 ---> Running in aee6d772f53c 21:39:02 Removing intermediate container aee6d772f53c 21:39:02 ---> 318f83d739a5 21:39:02 Successfully built 318f83d739a5 21:39:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:39:02 + docker inspect -f . ci-base-image-x86_64 21:39:02 . [Pipeline] withDockerContainer 21:39:02 prd-centos7-docker-4c-2g-968 does not seem to be running inside a container 21:39:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/17 -v /w/workspace/go-mod-configuration/17:/w/workspace/go-mod-configuration/17:rw,z -v /w/workspace/go-mod-configuration/17@tmp:/w/workspace/go-mod-configuration/17@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-x86_64 cat 21:39:04 $ docker top 53da66896918c03708df4c19b55ec3658b922acad46d8ec6e8e89cc8fb14e733 -eo pid,comm [Pipeline] { [Pipeline] sh 21:39:05 + go version 21:39:05 go version go1.15.5 linux/amd64 [Pipeline] } 21:39:05 $ docker stop --time=1 53da66896918c03708df4c19b55ec3658b922acad46d8ec6e8e89cc8fb14e733 21:39:07 $ docker rm -f 53da66896918c03708df4c19b55ec3658b922acad46d8ec6e8e89cc8fb14e733 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:39:08 + docker inspect -f . ci-base-image-x86_64 21:39:08 . [Pipeline] withDockerContainer 21:39:08 prd-centos7-docker-4c-2g-968 does not seem to be running inside a container 21:39:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/17 -v /w/workspace/go-mod-configuration/17:/w/workspace/go-mod-configuration/17:rw,z -v /w/workspace/go-mod-configuration/17@tmp:/w/workspace/go-mod-configuration/17@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-x86_64 cat 21:39:09 $ docker top 3e891e05d807fe2cc9158c07ae89ed8fa5c1ae55b388b99b0b9e1f1934f9770d -eo pid,comm [Pipeline] { [Pipeline] sh 21:39:10 + make test 21:39:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:39:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-970 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 21:39:14 Running in /w/workspace/go-mod-configuration/17 [Pipeline] { [Pipeline] checkout 21:39:19 using credential edgex-jenkins-ssh 21:39:19 Cloning the remote Git repository 21:39:19 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 21:39:19 > git init /w/workspace/go-mod-configuration/17 # timeout=10 21:39:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 21:39:19 > git --version # timeout=10 21:39:19 > git --version # 'git version 2.17.1' 21:39:19 using GIT_SSH to set credentials SSH Credentials for GitHub 21:39:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:39:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 21:39:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:39:21 Checking out Revision ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f (master) 21:39:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 21:39:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 21:39:20 using GIT_SSH to set credentials SSH Credentials for GitHub 21:39:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:39:21 > git config core.sparsecheckout # timeout=10 21:39:21 > git checkout -f ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f # timeout=10 21:39:25 Commit message: "Merge pull request #35 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:39:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:39:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:39:27 + true 21:39:27 + sudo service docker restart 21:39:29 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.034s coverage: 85.7% of statements [Pipeline] unstash [Pipeline] echo 21:39:30 ========================================================= 21:39:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:39:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:39:30 + 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 . 21:39:31 Sending build context to Docker daemon 242.7kB 21:39:31 Step 1/7 : ARG BASE=golang:1.15-alpine 21:39:31 Step 2/7 : FROM ${BASE} 21:39:31 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.661s coverage: 87.4% of statements 21:39:31 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.006s coverage: 100.0% of statements 21:39:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:39:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:39:31 5f621e34cdf4: Pulling fs layer 21:39:31 a4357932f1b6: Pulling fs layer 21:39:31 18c013af1878: Pulling fs layer 21:39:31 00ac8860ef70: Pulling fs layer 21:39:31 63d7cb157983: Pulling fs layer 21:39:31 b116817d02f9: Pulling fs layer 21:39:31 745a02a5169b: Pulling fs layer 21:39:31 00ac8860ef70: Waiting 21:39:31 63d7cb157983: Waiting 21:39:31 b116817d02f9: Waiting 21:39:31 745a02a5169b: Waiting 21:39:31 18c013af1878: Verifying Checksum 21:39:31 18c013af1878: Download complete 21:39:31 a4357932f1b6: Download complete 21:39:31 63d7cb157983: Download complete 21:39:31 b116817d02f9: Verifying Checksum 21:39:31 b116817d02f9: Download complete 21:39:32 5f621e34cdf4: Download complete 21:39:32 5f621e34cdf4: Pull complete 21:39:33 a4357932f1b6: Pull complete 21:39:33 18c013af1878: Pull complete 21:39:34 745a02a5169b: Verifying Checksum 21:39:34 745a02a5169b: Download complete 21:39:34 gofmt -l . 21:39:34 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:39:34 $ docker stop --time=1 3e891e05d807fe2cc9158c07ae89ed8fa5c1ae55b388b99b0b9e1f1934f9770d 21:39:35 00ac8860ef70: Verifying Checksum 21:39:35 00ac8860ef70: Download complete 21:39:37 $ docker rm -f 3e891e05d807fe2cc9158c07ae89ed8fa5c1ae55b388b99b0b9e1f1934f9770d [Pipeline] // withDockerContainer [Pipeline] sh 21:39:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:39:40 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 21:39:40 ---> job-cost.sh 21:39:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fc3e 21:39:45 00ac8860ef70: Pull complete 21:39:45 63d7cb157983: Pull complete 21:39:45 b116817d02f9: Pull complete 21:39:50 745a02a5169b: Pull complete 21:39:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:39:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:39:50 ---> b7e6874047d6 21:39:50 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:39:52 ---> Running in d616d2fac84e 21:39:52 Removing intermediate container d616d2fac84e 21:39:52 ---> 3b079a07d3fe 21:39:52 Step 4/7 : RUN apk add --update bash 21:39:52 ---> Running in 4d4fa29bd2a0 21:39:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:39:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:39:55 OK: 142 MiB in 39 packages 21:39:56 Removing intermediate container 4d4fa29bd2a0 21:39:56 ---> b09bed25039e 21:39:56 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:39:56 ---> Running in 28ef1368dbe0 21:39:57 Removing intermediate container 28ef1368dbe0 21:39:57 ---> 27d3c1b5f93c 21:39:57 Step 6/7 : COPY go.mod . 21:39:58 ---> f886d6a38a06 21:39:58 Step 7/7 : RUN go mod download 21:39:58 ---> Running in 3287eb323746 21:40:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:40:16 Removing intermediate container 3287eb323746 21:40:16 ---> 0ba51728ad30 21:40:16 Successfully built 0ba51728ad30 21:40:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:40:16 + docker inspect -f . ci-base-image-arm64 21:40:16 . [Pipeline] withDockerContainer 21:40:17 prd-ubuntu18.04-docker-arm64-4c-16g-970 does not seem to be running inside a container 21:40:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/17 -v /w/workspace/go-mod-configuration/17:/w/workspace/go-mod-configuration/17:rw,z -v /w/workspace/go-mod-configuration/17@tmp:/w/workspace/go-mod-configuration/17@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 21:40:18 $ docker top 7515c0faed49630271ebccbc089da0c30981a4f8769162ebab1a2d7151428b74 -eo pid,comm [Pipeline] { [Pipeline] sh 21:40:19 + go version 21:40:19 go version go1.15.5 linux/arm64 [Pipeline] } 21:40:19 $ docker stop --time=1 7515c0faed49630271ebccbc089da0c30981a4f8769162ebab1a2d7151428b74 21:40:21 $ docker rm -f 7515c0faed49630271ebccbc089da0c30981a4f8769162ebab1a2d7151428b74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:40:22 + docker inspect -f . ci-base-image-arm64 21:40:22 . [Pipeline] withDockerContainer 21:40:22 prd-ubuntu18.04-docker-arm64-4c-16g-970 does not seem to be running inside a container 21:40:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/17 -v /w/workspace/go-mod-configuration/17:/w/workspace/go-mod-configuration/17:rw,z -v /w/workspace/go-mod-configuration/17@tmp:/w/workspace/go-mod-configuration/17@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 21:40:23 $ docker top 6b269c58230d4cb37a13b796ed8caed929e081137b429007e2f81ee39eebbb83 -eo pid,comm [Pipeline] { [Pipeline] sh 21:40:24 + make test 21:40:24 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:40:46 lf-activate-venv(): INFO: Adding /tmp/venv-fc3e/bin to PATH 21:40:46 INFO: No Stack... 21:40:47 INFO: Retrieving Pricing Info for: v1-standard-2 21:40:48 INFO: Archiving Costs [Pipeline] sh 21:40:48 + cat /w/workspace/go-mod-configuration/17/archives/cost.csv 21:40:48 + cut -d, -f6 [Pipeline] lock 21:40:48 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-17-stack-cost] 21:40:48 Resource [jenkins-edgexfoundry-go-mod-configuration-master-17-stack-cost] did not exist. Created. 21:40:48 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-17-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:40:48 + echo total: 0.029999999329447746 [Pipeline] stash 21:40:49 Stashed 1 file(s) [Pipeline] } 21:40:49 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-17-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:40:51 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.013s coverage: 85.7% of statements 21:40:53 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.636s coverage: 87.4% of statements 21:40:53 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.012s coverage: 100.0% of statements 21:40:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:40:57 gofmt -l . 21:40:57 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:40:57 $ docker stop --time=1 6b269c58230d4cb37a13b796ed8caed929e081137b429007e2f81ee39eebbb83 21:40:59 $ docker rm -f 6b269c58230d4cb37a13b796ed8caed929e081137b429007e2f81ee39eebbb83 [Pipeline] // withDockerContainer [Pipeline] sh 21:41:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:41:00 Warning: overwriting stash ‘coverage-report’ 21:41:01 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 21:41:01 ---> job-cost.sh 21:41:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jmnj 21:41:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:43:17 lf-activate-venv(): INFO: Adding /tmp/venv-jmnj/bin to PATH 21:43:17 INFO: No Stack... 21:43:17 INFO: Retrieving Pricing Info for: lf-standard-4 21:43:17 INFO: Archiving Costs [Pipeline] sh 21:43:17 + cat /w/workspace/go-mod-configuration/17/archives/cost.csv 21:43:17 + cut -d, -f6 [Pipeline] lock 21:43:18 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-17-stack-cost] 21:43:18 Resource [jenkins-edgexfoundry-go-mod-configuration-master-17-stack-cost] did not exist. Created. 21:43:18 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-17-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:43:18 /w/workspace/go-mod-configuration/17@tmp/durable-532a1bbf/script.sh: 1: /w/workspace/go-mod-configuration/17@tmp/durable-532a1bbf/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:43:18 + echo total: 0.20999999344348907 [Pipeline] stash 21:43:18 Warning: overwriting stash ‘stack-cost’ 21:43:18 Stashed 1 file(s) [Pipeline] } 21:43:18 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-17-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 21:43:19 provisioning config files... 21:43:19 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1768275608910398869tmp [Pipeline] { [Pipeline] sh 21:43:19 + set +x 21:43:19 + curl -s https://codecov.io/bash 21:43:19 + bash -s -- 21:43:19 21:43:19 _____ _ 21:43:19 / ____| | | 21:43:19 | | ___ __| | ___ ___ _____ __ 21:43:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:43:19 | |___| (_) | (_| | __/ (_| (_) \ V / 21:43:19 \_____\___/ \__,_|\___|\___\___/ \_/ 21:43:19 Bash-1.0.1 21:43:19 21:43:19 21:43:19 ==> git version 2.24.3 found 21:43:19 ==> 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 21:43:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:43:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:43:19 ==> Jenkins CI detected. 21:43:19 project root: . 21:43:19 --> token set from env 21:43:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:43:19 ==> Running gcov in . (disable via -X gcov) 21:43:19 ==> Python coveragepy not found 21:43:19 ==> Searching for coverage reports in: 21:43:19 + . 21:43:19 -> Found 1 reports 21:43:19 ==> Detecting git/mercurial file structure 21:43:19 ==> Reading reports 21:43:19 + ./coverage.out bytes=14452 21:43:19 ==> Appending adjustments 21:43:19 https://docs.codecov.io/docs/fixing-reports 21:43:19 + Found adjustments 21:43:19 ==> Gzipping contents 21:43:19 4.0K /tmp/codecov.EXifWU.gz 21:43:19 ==> Uploading reports 21:43:19 url: https://codecov.io 21:43:19 query: branch=master&commit=ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F17%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 21:43:20 -> Pinging Codecov 21:43:20 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F17%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 21:43:20 -> Uploading to 21:43:20 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/9F92B070CA9CA35F4914AC8684776953/ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f/04c70f5f-bc3c-45bf-8540-475612a24080.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T214320Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9a4e2ff1f7c64a6b3df72888f6c41592428b108ed78459ac733f276c3666cbc8 21:43:20 % Total % Received % Xferd Average Speed Time Time Time Current 21:43:20 Dload Upload Total Spent Left Speed 21:43:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2644 0 0 100 2644 0 4918 --:--:-- --:--:-- --:--:-- 4923 21:43:21 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f [Pipeline] } 21:43:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:43:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:43:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:43:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:43:22 21:43:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:43:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:43:22 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:43:22 188c0c94c7c5: Pulling fs layer 21:43:22 0ef7d3d256c8: Pulling fs layer 21:43:22 de9db76c5a1d: Pulling fs layer 21:43:22 0eba1c9be4d2: Pulling fs layer 21:43:22 0d57e429df01: Pulling fs layer 21:43:22 4e4be7b47b0d: Pulling fs layer 21:43:22 e1f770b5df2f: Pulling fs layer 21:43:22 85a0685a4137: Pulling fs layer 21:43:22 0d57e429df01: Waiting 21:43:22 4e4be7b47b0d: Waiting 21:43:22 e1f770b5df2f: Waiting 21:43:22 85a0685a4137: Waiting 21:43:22 0eba1c9be4d2: Waiting 21:43:22 de9db76c5a1d: Verifying Checksum 21:43:22 de9db76c5a1d: Download complete 21:43:22 0ef7d3d256c8: Verifying Checksum 21:43:22 0ef7d3d256c8: Download complete 21:43:22 0d57e429df01: Verifying Checksum 21:43:22 0d57e429df01: Download complete 21:43:22 4e4be7b47b0d: Verifying Checksum 21:43:22 4e4be7b47b0d: Download complete 21:43:22 188c0c94c7c5: Verifying Checksum 21:43:22 188c0c94c7c5: Download complete 21:43:23 188c0c94c7c5: Pull complete 21:43:23 0ef7d3d256c8: Pull complete 21:43:23 de9db76c5a1d: Pull complete 21:43:23 e1f770b5df2f: Verifying Checksum 21:43:23 e1f770b5df2f: Download complete 21:43:26 0eba1c9be4d2: Verifying Checksum 21:43:26 0eba1c9be4d2: Download complete 21:43:26 85a0685a4137: Verifying Checksum 21:43:26 85a0685a4137: Download complete 21:43:32 0eba1c9be4d2: Pull complete 21:43:32 0d57e429df01: Pull complete 21:43:33 4e4be7b47b0d: Pull complete 21:43:35 e1f770b5df2f: Pull complete 21:43:44 85a0685a4137: Pull complete 21:43:44 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:43:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:43:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:43:44 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 21:43: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/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:43:46 $ docker top 47ee811782a0bec91dab6f880d751ebb2cb4e98c2f7ed08e86b7f5ddb6a45138 -eo pid,comm [Pipeline] { [Pipeline] echo 21:43:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:43:46 + set -o pipefail 21:43:46 + snyk monitor '--org=edgex-jenkins' 21:43:50 21:43:50 Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... 21:43:50 21:43:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/50e22f50-d1b2-4a96-9873-49ca7a1202eb 21:43:50 21:43:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:43:50 21:43:51 21:43:51 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 21:43:51 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:43:51 $ docker stop --time=1 47ee811782a0bec91dab6f880d751ebb2cb4e98c2f7ed08e86b7f5ddb6a45138 21:43:53 $ docker rm -f 47ee811782a0bec91dab6f880d751ebb2cb4e98c2f7ed08e86b7f5ddb6a45138 [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 21:43:54 + git log --format=format:%s -1 ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f [Pipeline] isUnix [Pipeline] sh 21:43:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:43:54 . [Pipeline] withDockerContainer 21:43:54 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 21:43:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:43:55 $ docker top 98486789f5a4d4e4a118d471397e97c1eab9dd2b6100e051080a32c6018a8d9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:43:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:43:56 [ssh-agent] Looking for ssh-agent implementation... 21:43:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:43:56 $ docker exec 98486789f5a4d4e4a118d471397e97c1eab9dd2b6100e051080a32c6018a8d9a ssh-agent 21:43:56 SSH_AUTH_SOCK=/tmp/ssh-8zOZPXig567G/agent.12 21:43:56 SSH_AGENT_PID=18 21:43:56 Running ssh-add (command line suppressed) 21:43:56 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6486130548143396656.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6486130548143396656.key) 21:43:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:43:57 + git semver tag 21:43:57 # -> Open(): unable to determine branch for HEAD 21:43:57 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 21:43:57 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 21:43:57 # $SEMVER_REMOTE_NAME = origin 21:43:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:43:57 # $SEMVER_USER_NAME = edgex-jenkins 21:43:57 # $SEMVER_BRANCH = master 21:43:57 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 21:43:57 # ddb981eb5ae8e477fcda5de46fb7e80c2d51db7f HEAD 21:43:57 # -> Force: false 21:43:57 # 9d0f5f89bf5289d80bdec815eb2705a9dfed0bd3 refs/tags/v2.0.0-dev.7 [Pipeline] } 21:43:57 $ docker exec --env ******** --env ******** 98486789f5a4d4e4a118d471397e97c1eab9dd2b6100e051080a32c6018a8d9a ssh-agent -k 21:43:57 unset SSH_AUTH_SOCK; 21:43:57 unset SSH_AGENT_PID; 21:43:57 echo Agent pid 18 killed; 21:43:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:43:57 + git semver [Pipeline] } 21:43:57 $ docker stop --time=1 98486789f5a4d4e4a118d471397e97c1eab9dd2b6100e051080a32c6018a8d9a 21:43:59 $ docker rm -f 98486789f5a4d4e4a118d471397e97c1eab9dd2b6100e051080a32c6018a8d9a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:43:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:43:59 21:43:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:44:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:44:00 0.23.1-centos7: Pulling from edgex-lftools 21:44:00 ab5ef0e58194: Pulling fs layer 21:44:00 9712f1f96733: Pulling fs layer 21:44:00 63f879dbbcfc: Pulling fs layer 21:44:00 0d9ebad4ef96: Pulling fs layer 21:44:00 e9a5061849ea: Pulling fs layer 21:44:00 d747dcd14b5f: Pulling fs layer 21:44:00 2de7ff778b66: Pulling fs layer 21:44:00 e9a5061849ea: Waiting 21:44:00 d747dcd14b5f: Waiting 21:44:00 2de7ff778b66: Waiting 21:44:00 0d9ebad4ef96: Waiting 21:44:00 9712f1f96733: Verifying Checksum 21:44:00 9712f1f96733: Download complete 21:44:02 63f879dbbcfc: Verifying Checksum 21:44:02 63f879dbbcfc: Download complete 21:44:02 e9a5061849ea: Verifying Checksum 21:44:02 e9a5061849ea: Download complete 21:44:02 d747dcd14b5f: Verifying Checksum 21:44:02 d747dcd14b5f: Download complete 21:44:03 2de7ff778b66: Verifying Checksum 21:44:03 2de7ff778b66: Download complete 21:44:03 0d9ebad4ef96: Verifying Checksum 21:44:03 0d9ebad4ef96: Download complete 21:44:03 ab5ef0e58194: Verifying Checksum 21:44:03 ab5ef0e58194: Download complete 21:44:09 ab5ef0e58194: Pull complete 21:44:09 9712f1f96733: Pull complete 21:44:11 63f879dbbcfc: Pull complete 21:44:17 0d9ebad4ef96: Pull complete 21:44:19 e9a5061849ea: Pull complete 21:44:19 d747dcd14b5f: Pull complete 21:44:21 2de7ff778b66: Pull complete 21:44:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:44:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:44:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:44:21 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 21:44:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:44:26 $ docker top ea26b4741075a00aa8baf1c181dfa775285d300073ed103d57b21c15b173850a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:44:26 provisioning config files... 21:44:26 copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config8460855238470372509tmp 21:44:26 copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config7182878907611831906tmp 21:44:26 copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config7729539103417410656tmp [Pipeline] { [Pipeline] echo 21:44:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:44:26 ---> sigul-configuration.sh 21:44:26 gpg: directory `/root/.gnupg' created 21:44:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:44:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:44:26 gpg: keyring `/root/.gnupg/secring.gpg' created 21:44:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:44:26 gpg: CAST5 encrypted data 21:44:27 gpg: encrypted with 1 passphrase 21:44:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:44:27 + mkdir /home/jenkins 21:44:27 + mkdir /home/jenkins/sigul [Pipeline] sh 21:44: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 21:44:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:44:28 ---> sigul-install.sh 21:44:34 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:44:35 + git tag --list 21:44:35 v0.0.0 21:44:35 v0.0.1 21:44:35 v0.0.2 21:44:35 v0.0.3 21:44:35 v0.0.4 21:44:35 v0.0.5 21:44:35 v0.0.6 21:44:35 v0.0.7 21:44:35 v0.0.8 21:44:35 v2.0.0-dev.1 21:44:35 v2.0.0-dev.2 21:44:35 v2.0.0-dev.3 21:44:35 v2.0.0-dev.4 21:44:35 v2.0.0-dev.5 21:44:35 v2.0.0-dev.6 21:44:35 v2.0.0-dev.7 [Pipeline] sh 21:44:35 + lftools sign git-tag v2.0.0-dev.7 21:44:36 Signing Git tag with Sigul... 21:44:36 Signing v2.0.0-dev.7 [Pipeline] echo 21:44:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:44:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:44:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:44:39 $ docker stop --time=1 ea26b4741075a00aa8baf1c181dfa775285d300073ed103d57b21c15b173850a 21:44:41 $ docker rm -f ea26b4741075a00aa8baf1c181dfa775285d300073ed103d57b21c15b173850a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:44:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:41 . [Pipeline] withDockerContainer 21:44:42 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 21:44:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:44:43 $ docker top 7c82b7d4e13dc00d7cce5044d49ac33febc49f0a84c28b3cef16ffbffbc99bc5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:44:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:43 [ssh-agent] Looking for ssh-agent implementation... 21:44:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:44 $ docker exec 7c82b7d4e13dc00d7cce5044d49ac33febc49f0a84c28b3cef16ffbffbc99bc5 ssh-agent 21:44:44 SSH_AUTH_SOCK=/tmp/ssh-txgiO4pzxD8Z/agent.11 21:44:44 SSH_AGENT_PID=17 21:44:44 Running ssh-add (command line suppressed) 21:44:44 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6484095037687492907.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6484095037687492907.key) 21:44:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:45 + git semver bump pre 21:44:45 # -> Open(): unable to determine branch for HEAD 21:44:45 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 21:44:45 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 21:44:45 # $SEMVER_REMOTE_NAME = origin 21:44:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:44:45 # $SEMVER_USER_NAME = edgex-jenkins 21:44:45 # $SEMVER_BRANCH = master 21:44:45 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 21:44:45 2.0.0-dev.8 [Pipeline] } 21:44:45 $ docker exec --env ******** --env ******** 7c82b7d4e13dc00d7cce5044d49ac33febc49f0a84c28b3cef16ffbffbc99bc5 ssh-agent -k 21:44:45 unset SSH_AUTH_SOCK; 21:44:45 unset SSH_AGENT_PID; 21:44:45 echo Agent pid 17 killed; 21:44:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:44:45 + git semver [Pipeline] } 21:44:45 $ docker stop --time=1 7c82b7d4e13dc00d7cce5044d49ac33febc49f0a84c28b3cef16ffbffbc99bc5 21:44:47 $ docker rm -f 7c82b7d4e13dc00d7cce5044d49ac33febc49f0a84c28b3cef16ffbffbc99bc5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:44:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:47 . [Pipeline] withDockerContainer 21:44:47 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 21:44:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:44:48 $ docker top c3f2705ec74ec785c01c6ceb6d43575a6555b1532cb45b4834fe760c4cce3dd1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:44:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:48 [ssh-agent] Looking for ssh-agent implementation... 21:44:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:48 $ docker exec c3f2705ec74ec785c01c6ceb6d43575a6555b1532cb45b4834fe760c4cce3dd1 ssh-agent 21:44:49 SSH_AUTH_SOCK=/tmp/ssh-ZWFvRlgVqjZX/agent.11 21:44:49 SSH_AGENT_PID=16 21:44:49 Running ssh-add (command line suppressed) 21:44:49 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1299023721980114820.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1299023721980114820.key) 21:44:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:49 + git semver push 21:44:49 # -> Open(): unable to determine branch for HEAD 21:44:49 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 21:44:49 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 21:44:49 # $SEMVER_REMOTE_NAME = origin 21:44:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:44:49 # $SEMVER_USER_NAME = edgex-jenkins 21:44:49 # $SEMVER_BRANCH = master 21:44:49 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 21:44:53 $ docker exec --env ******** --env ******** c3f2705ec74ec785c01c6ceb6d43575a6555b1532cb45b4834fe760c4cce3dd1 ssh-agent -k 21:44:54 unset SSH_AUTH_SOCK; 21:44:54 unset SSH_AGENT_PID; 21:44:54 echo Agent pid 16 killed; 21:44:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:44:54 + git semver [Pipeline] } 21:44:54 $ docker stop --time=1 c3f2705ec74ec785c01c6ceb6d43575a6555b1532cb45b4834fe760c4cce3dd1 21:44:55 $ docker rm -f c3f2705ec74ec785c01c6ceb6d43575a6555b1532cb45b4834fe760c4cce3dd1 [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 21:44:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:44:57 ---> package-listing.sh 21:44:57 ++ facter osfamily 21:44:57 ++ tr '[:upper:]' '[:lower:]' 21:44:57 + OS_FAMILY=redhat 21:44:57 + workspace=/w/workspace/ndry_go-mod-configuration_master 21:44:57 + START_PACKAGES=/tmp/packages_start.txt 21:44:57 + END_PACKAGES=/tmp/packages_end.txt 21:44:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:44:57 + PACKAGES=/tmp/packages_start.txt 21:44:57 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 21:44:57 + PACKAGES=/tmp/packages_end.txt 21:44:57 + case "${OS_FAMILY}" in 21:44:57 + rpm -qa 21:44:57 + sort 21:45:02 + '[' -f /tmp/packages_start.txt ']' 21:45:02 + '[' -f /tmp/packages_end.txt ']' 21:45:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:45:02 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 21:45:02 + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ 21:45:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] echo 21:45:02 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:45:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:45:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:45:03 21:45:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:45:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:45:03 alpine: Pulling from edgex-lftools-log-publisher 21:45:03 df20fa9351a1: Pulling fs layer 21:45:03 36b3adc4ff6f: Pulling fs layer 21:45:03 8ad3a11d3b57: Pulling fs layer 21:45:03 46f8f816bc3b: Pulling fs layer 21:45:03 93b61091891f: Pulling fs layer 21:45:03 93b9cdb0e59b: Pulling fs layer 21:45:03 5e14af77c1be: Pulling fs layer 21:45:03 01666e4c0597: Pulling fs layer 21:45:03 aa168da1d23b: Pulling fs layer 21:45:03 93b9cdb0e59b: Waiting 21:45:03 5e14af77c1be: Waiting 21:45:03 01666e4c0597: Waiting 21:45:03 46f8f816bc3b: Waiting 21:45:03 aa168da1d23b: Waiting 21:45:03 93b61091891f: Waiting 21:45:03 36b3adc4ff6f: Verifying Checksum 21:45:03 36b3adc4ff6f: Download complete 21:45:03 46f8f816bc3b: Verifying Checksum 21:45:03 46f8f816bc3b: Download complete 21:45:03 df20fa9351a1: Verifying Checksum 21:45:03 df20fa9351a1: Download complete 21:45:03 93b9cdb0e59b: Verifying Checksum 21:45:03 93b9cdb0e59b: Download complete 21:45:03 93b61091891f: Verifying Checksum 21:45:03 93b61091891f: Download complete 21:45:03 5e14af77c1be: Verifying Checksum 21:45:03 5e14af77c1be: Download complete 21:45:03 01666e4c0597: Verifying Checksum 21:45:03 01666e4c0597: Download complete 21:45:03 8ad3a11d3b57: Verifying Checksum 21:45:03 8ad3a11d3b57: Download complete 21:45:04 df20fa9351a1: Pull complete 21:45:04 36b3adc4ff6f: Pull complete 21:45:05 8ad3a11d3b57: Pull complete 21:45:05 aa168da1d23b: Download complete 21:45:05 46f8f816bc3b: Pull complete 21:45:06 93b61091891f: Pull complete 21:45:06 93b9cdb0e59b: Pull complete 21:45:06 5e14af77c1be: Pull complete 21:45:06 01666e4c0597: Pull complete 21:45:15 aa168da1d23b: Pull complete 21:45:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:45:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:45:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:45:15 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 21:45:15 $ 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/ndry_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:45:17 $ docker top 906f80e7498b4ccb2f0a0a9385b7a7f756885524249be2011feebb5ee76ddf0c -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:17 + touch /tmp/pre-build-complete [Pipeline] sh 21:45:18 + mkdir -p /var/log/sa [Pipeline] sh 21:45:18 + ls /var/log/sa-host 21:45:18 + sadf -c /var/log/sa-host/sa19 21:45:18 file_magic: OK 21:45:18 HZ: Using current value: 100 21:45:18 file_header: OK 21:45:18 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 21:45:18 Statistics: 21:45:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:45:18 File successfully converted to sysstat format version 12.2.1 21:45:18 + sadf -c /var/log/sa-host/sa23 21:45:18 file_magic: OK 21:45:18 HZ: Using current value: 100 21:45:18 file_header: OK 21:45:18 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 21:45:18 Statistics: 21:45:18 Hnuu...uuuununununu... 21:45:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:45:18 provisioning config files... 21:45:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config8519650697220797292tmp [Pipeline] { [Pipeline] echo 21:45:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:45:19 ---> create-netrc.sh [Pipeline] } 21:45:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:45:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:45:19 ---> python-tools-install.sh [Pipeline] echo 21:45:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:45:19 ---> sudo-logs.sh 21:45:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:45:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:45:20 ---> job-cost.sh 21:45:20 lf-activate-venv: SKIPPING 21:45:20 DEBUG: total: 0.20999999344348907 21:45:20 INFO: Retrieving Stack Cost... 21:45:21 INFO: Retrieving Pricing Info for: v1-standard-2 21:45:21 INFO: Archiving Costs [Pipeline] echo 21:45:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:45:22 ---> logs-deploy.sh 21:45:22 lf-activate-venv: SKIPPING 21:45:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/17 21:45:22 INFO: archiving workspace using pattern(s): 21:45:24 Archives upload complete. 21:45:24 INFO: archiving logs to Nexus