Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 161d456e19e540bc43850f0d3bf0c593c52fb507 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30185 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 161d456e19e540bc43850f0d3bf0c593c52fb507 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 Commit message: "Merge pull request #29 from lenny-intel/has-sub-configiuration" > git rev-list --no-walk 71ae056a083e77bc9604977497a7f25522b8befe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:31:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:31:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:31:53 ========================================================= 18:31:53 EdgeX Global Pipelines Version Info 18:31:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:31:55 ------------------- 18:31:55 stable info: 18:31:55 ------------------- 18:31:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:31:55 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:31:55 Message: update stable to v1.0.186 18:31:56 ------------------- 18:31:56 experimental info: 18:31:56 ------------------- 18:31:56 Commited By: **** collab-it+edgex@linuxfoundation.org 18:31:56 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:31:56 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:31:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 18:31:56 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 18:31:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:31:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:31:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:31:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:31:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 18:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:31:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:31:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:31:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:31:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:31:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:31:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:31:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:31:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:31:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:31:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:31:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:31:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:31:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:31:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:31:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:31:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 161d456e19e540bc43850f0d3bf0c593c52fb507 [Pipeline] echo 18:31:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 161d456 [Pipeline] echo 18:31:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:32:00 + git log --format=format:%s -1 161d456e19e540bc43850f0d3bf0c593c52fb507 [Pipeline] echo 18:32:00 GIT_COMMIT: 161d456e19e540bc43850f0d3bf0c593c52fb507, Commit Message: Merge pull request #29 from lenny-intel/has-sub-configiuration [Pipeline] echo 18:32:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:32:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:02 18:32:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:32:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:02 latest: Pulling from edgex-devops/git-semver 18:32:02 31603596830f: Pulling fs layer 18:32:02 2a8b12db71e7: Pulling fs layer 18:32:02 6ca5941a6612: Pulling fs layer 18:32:02 ecc8261a40a4: Pulling fs layer 18:32:02 ecc8261a40a4: Waiting 18:32:02 2a8b12db71e7: Verifying Checksum 18:32:02 2a8b12db71e7: Download complete 18:32:02 31603596830f: Download complete 18:32:02 ecc8261a40a4: Verifying Checksum 18:32:02 ecc8261a40a4: Download complete 18:32:02 6ca5941a6612: Verifying Checksum 18:32:02 6ca5941a6612: Download complete 18:32:03 31603596830f: Pull complete 18:32:03 2a8b12db71e7: Pull complete 18:32:03 6ca5941a6612: Pull complete 18:32:04 ecc8261a40a4: Pull complete 18:32:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:32:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:32:04 prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container 18:32:04 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:32:06 $ docker top 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:32:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:06 [ssh-agent] Looking for ssh-agent implementation... 18:32:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:06 $ docker exec 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 ssh-agent 18:32:07 SSH_AUTH_SOCK=/tmp/ssh-8R5MeyEwJVcJ/agent.12 18:32:07 SSH_AGENT_PID=17 18:32:07 Running ssh-add (command line suppressed) 18:32:07 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_947775777972252482.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_947775777972252482.key) 18:32:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:07 + git tag --points-at HEAD [Pipeline] } 18:32:07 $ docker exec --env ******** --env ******** 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 ssh-agent -k 18:32:07 unset SSH_AUTH_SOCK; 18:32:07 unset SSH_AGENT_PID; 18:32:07 echo Agent pid 17 killed; 18:32:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:32:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:08 [ssh-agent] Looking for ssh-agent implementation... 18:32:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:08 $ docker exec 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 ssh-agent 18:32:08 SSH_AUTH_SOCK=/tmp/ssh-8SuF2by2PMvC/agent.46 18:32:08 SSH_AGENT_PID=51 18:32:08 Running ssh-add (command line suppressed) 18:32:08 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_185907584354128976.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_185907584354128976.key) 18:32:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:09 + git semver init 18:32:09 # -> Open(): unable to determine branch for HEAD 18:32:09 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:32:09 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:32:09 # $SEMVER_REMOTE_NAME = origin 18:32:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:32:09 # $SEMVER_USER_NAME = edgex-jenkins 18:32:09 # $SEMVER_BRANCH = master 18:32:09 # $SEMVER_TEMP = /tmp/semver-132067244 18:32:09 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 18:32:09 # '/tmp/semver-132067244' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' 18:32:09 # -> Force: false 18:32:09 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 18:32:09 $ docker exec --env ******** --env ******** 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 ssh-agent -k 18:32:09 unset SSH_AUTH_SOCK; 18:32:09 unset SSH_AGENT_PID; 18:32:09 echo Agent pid 51 killed; 18:32:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:10 + git semver [Pipeline] } 18:32:10 $ docker stop --time=1 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 18:32:11 $ docker rm -f 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 [Pipeline] // withDockerContainer [Pipeline] sh 18:32:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:32:12 Stashed 1 file(s) [Pipeline] echo 18:32:12 [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:32:27 Still waiting to schedule task 18:32:27 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30185’ 18:32:27 Still waiting to schedule task 18:32:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:34:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30186 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 18:34:22 Running in /w/workspace/go-mod-configuration/14 [Pipeline] { [Pipeline] checkout 18:34:27 using credential edgex-jenkins-ssh 18:34:27 Cloning the remote Git repository 18:34:27 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 18:34:27 > git init /w/workspace/go-mod-configuration/14 # timeout=10 18:34:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:34:27 > git --version # timeout=10 18:34:27 > git --version # 'git version 2.17.1' 18:34:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:34:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:34:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:34:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:34:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:34:28 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:28 Checking out Revision 161d456e19e540bc43850f0d3bf0c593c52fb507 (master) 18:34:28 > git config core.sparsecheckout # timeout=10 18:34:29 > git checkout -f 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 18:34:33 Commit message: "Merge pull request #29 from lenny-intel/has-sub-configiuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:34:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:34:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:34:36 + sudo service docker restart 18:34:36 + true [Pipeline] unstash [Pipeline] echo 18:34:39 ========================================================= 18:34:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:34:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:34:39 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:34:40 Sending build context to Docker daemon 213kB 18:34:40 Step 1/7 : ARG BASE=golang:1.15-alpine 18:34:40 Step 2/7 : FROM ${BASE} 18:34:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:34:40 5f621e34cdf4: Pulling fs layer 18:34:40 a4357932f1b6: Pulling fs layer 18:34:40 18c013af1878: Pulling fs layer 18:34:40 00ac8860ef70: Pulling fs layer 18:34:40 63d7cb157983: Pulling fs layer 18:34:40 b116817d02f9: Pulling fs layer 18:34:40 745a02a5169b: Pulling fs layer 18:34:40 00ac8860ef70: Waiting 18:34:40 63d7cb157983: Waiting 18:34:40 b116817d02f9: Waiting 18:34:40 745a02a5169b: Waiting 18:34:40 18c013af1878: Download complete 18:34:40 a4357932f1b6: Verifying Checksum 18:34:40 a4357932f1b6: Download complete 18:34:40 63d7cb157983: Verifying Checksum 18:34:40 63d7cb157983: Download complete 18:34:40 b116817d02f9: Verifying Checksum 18:34:40 b116817d02f9: Download complete 18:34:40 5f621e34cdf4: Verifying Checksum 18:34:40 5f621e34cdf4: Download complete 18:34:41 5f621e34cdf4: Pull complete 18:34:42 a4357932f1b6: Pull complete 18:34:42 18c013af1878: Pull complete 18:34:43 745a02a5169b: Verifying Checksum 18:34:43 745a02a5169b: Download complete 18:34:44 00ac8860ef70: Download complete 18:34:54 00ac8860ef70: Pull complete 18:34:55 63d7cb157983: Pull complete 18:34:55 b116817d02f9: Pull complete 18:34:55 Running on prd-centos7-docker-4c-2g-30187 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 18:34:55 Running in /w/workspace/go-mod-configuration/14 [Pipeline] { [Pipeline] checkout 18:34:57 using credential edgex-jenkins-ssh 18:34:57 Cloning the remote Git repository 18:34:57 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 18:34:59 Checking out Revision 161d456e19e540bc43850f0d3bf0c593c52fb507 (master) 18:34:58 > git init /w/workspace/go-mod-configuration/14 # timeout=10 18:34:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:34:58 > git --version # timeout=10 18:34:58 > git --version # 'git version 2.24.3' 18:34:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:34:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:34:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:34:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:34:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:34:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:59 > git config core.sparsecheckout # timeout=10 18:34:59 > git checkout -f 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 18:34:59 745a02a5169b: Pull complete 18:34:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:34:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:34:59 ---> b7e6874047d6 18:34:59 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:35:02 ---> Running in e27aad2b1041 18:35:02 Removing intermediate container e27aad2b1041 18:35:02 ---> de056812e8bb 18:35:02 Step 4/7 : RUN apk add --update bash 18:35:02 Commit message: "Merge pull request #29 from lenny-intel/has-sub-configiuration" 18:35:02 ---> Running in 1f2f9cbb18ae [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:35:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 18:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:05 OK: 142 MiB in 39 packages [Pipeline] sh 18:35:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:35:06 + true 18:35:06 + sudo service docker restart 18:35:06 Redirecting to /bin/systemctl restart docker.service 18:35:07 Removing intermediate container 1f2f9cbb18ae 18:35:07 ---> 925f5a021e71 18:35:07 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:35:07 ---> Running in de702593b8a6 18:35:07 Removing intermediate container de702593b8a6 18:35:07 ---> f06d9de3bb92 18:35:07 Step 6/7 : COPY go.mod . [Pipeline] unstash [Pipeline] echo 18:35:07 ========================================================= 18:35:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:35:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:35:08 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:35:08 ---> 1b46d3a87691 18:35:08 Step 7/7 : RUN go mod download 18:35:08 ---> Running in eeddf00564f4 18:35:08 Sending build context to Docker daemon 214kB 18:35:08 Step 1/7 : ARG BASE=golang:1.15-alpine 18:35:08 Step 2/7 : FROM ${BASE} 18:35:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:35:08 188c0c94c7c5: Pulling fs layer 18:35:08 0ef7d3d256c8: Pulling fs layer 18:35:08 de9db76c5a1d: Pulling fs layer 18:35:08 bca2f99d35d6: Pulling fs layer 18:35:08 93359f2a8cfa: Pulling fs layer 18:35:08 7c6f9722023f: Pulling fs layer 18:35:08 a35cf1a2eb13: Pulling fs layer 18:35:08 93359f2a8cfa: Waiting 18:35:08 bca2f99d35d6: Waiting 18:35:08 7c6f9722023f: Waiting 18:35:08 a35cf1a2eb13: Waiting 18:35:08 de9db76c5a1d: Verifying Checksum 18:35:08 de9db76c5a1d: Download complete 18:35:08 0ef7d3d256c8: Verifying Checksum 18:35:08 0ef7d3d256c8: Download complete 18:35:08 93359f2a8cfa: Verifying Checksum 18:35:08 93359f2a8cfa: Download complete 18:35:08 7c6f9722023f: Verifying Checksum 18:35:08 7c6f9722023f: Download complete 18:35:08 188c0c94c7c5: Verifying Checksum 18:35:08 188c0c94c7c5: Download complete 18:35:08 188c0c94c7c5: Pull complete 18:35:09 0ef7d3d256c8: Pull complete 18:35:09 de9db76c5a1d: Pull complete 18:35:10 a35cf1a2eb13: Verifying Checksum 18:35:10 a35cf1a2eb13: Download complete 18:35:10 bca2f99d35d6: Verifying Checksum 18:35:10 bca2f99d35d6: Download complete 18:35:16 bca2f99d35d6: Pull complete 18:35:16 93359f2a8cfa: Pull complete 18:35:16 7c6f9722023f: Pull complete 18:35:21 a35cf1a2eb13: Pull complete 18:35:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:35:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:35:21 ---> a62c8e92a672 18:35:21 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:35:21 ---> Running in c78e5b86eb80 18:35:21 Removing intermediate container c78e5b86eb80 18:35:21 ---> 10401cd1854d 18:35:21 Step 4/7 : RUN apk add --update bash 18:35:21 ---> Running in 928d953e6252 18:35:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:23 OK: 166 MiB in 39 packages 18:35:23 Removing intermediate container 928d953e6252 18:35:23 ---> 0b71aab03d48 18:35:23 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:35:23 ---> Running in daa644c48c94 18:35:23 Removing intermediate container daa644c48c94 18:35:23 ---> 332e8ca99b3c 18:35:23 Step 6/7 : COPY go.mod . 18:35:24 ---> 928d68087f92 18:35:24 Step 7/7 : RUN go mod download 18:35:24 ---> Running in 70fa043ef24a 18:35:26 Removing intermediate container eeddf00564f4 18:35:26 ---> 734ca2245ce6 18:35:26 Successfully built 734ca2245ce6 18:35:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:35:26 + docker inspect -f . ci-base-image-arm64 18:35:26 . [Pipeline] withDockerContainer 18:35:27 prd-ubuntu18.04-docker-arm64-4c-16g-30186 does not seem to be running inside a container 18:35:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/14 -v /w/workspace/go-mod-configuration/14:/w/workspace/go-mod-configuration/14:rw,z -v /w/workspace/go-mod-configuration/14@tmp:/w/workspace/go-mod-configuration/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:35:28 $ docker top ec086f93cda60fe437cf520ff5ddaa6a24c77377638551f337120278982b0bf7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:29 + go version 18:35:29 go version go1.15.5 linux/arm64 [Pipeline] } 18:35:29 $ docker stop --time=1 ec086f93cda60fe437cf520ff5ddaa6a24c77377638551f337120278982b0bf7 18:35:31 $ docker rm -f ec086f93cda60fe437cf520ff5ddaa6a24c77377638551f337120278982b0bf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:32 + docker inspect -f . ci-base-image-arm64 18:35:32 . [Pipeline] withDockerContainer 18:35:33 prd-ubuntu18.04-docker-arm64-4c-16g-30186 does not seem to be running inside a container 18:35:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/14 -v /w/workspace/go-mod-configuration/14:/w/workspace/go-mod-configuration/14:rw,z -v /w/workspace/go-mod-configuration/14@tmp:/w/workspace/go-mod-configuration/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:35:34 $ docker top 85ba138559afcea726abcbd0db6e356b27a045a1f4dfa6e121dcac39fd5ed0f2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:35 + make test 18:35:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:35:39 Removing intermediate container 70fa043ef24a 18:35:39 ---> 9ccf998e4fc4 18:35:39 Successfully built 9ccf998e4fc4 18:35:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:35:39 + docker inspect -f . ci-base-image-x86_64 18:35:39 . [Pipeline] withDockerContainer 18:35:39 prd-centos7-docker-4c-2g-30187 does not seem to be running inside a container 18:35:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/14 -v /w/workspace/go-mod-configuration/14:/w/workspace/go-mod-configuration/14:rw,z -v /w/workspace/go-mod-configuration/14@tmp:/w/workspace/go-mod-configuration/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:35:40 $ docker top e718a338be567f7fc92d3461d539c648f76255483e02b0dba3e532850f3fc1f2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:40 + go version 18:35:40 go version go1.15.5 linux/amd64 [Pipeline] } 18:35:40 $ docker stop --time=1 e718a338be567f7fc92d3461d539c648f76255483e02b0dba3e532850f3fc1f2 18:35:42 $ docker rm -f e718a338be567f7fc92d3461d539c648f76255483e02b0dba3e532850f3fc1f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:42 + docker inspect -f . ci-base-image-x86_64 18:35:42 . [Pipeline] withDockerContainer 18:35:42 prd-centos7-docker-4c-2g-30187 does not seem to be running inside a container 18:35:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/14 -v /w/workspace/go-mod-configuration/14:/w/workspace/go-mod-configuration/14:rw,z -v /w/workspace/go-mod-configuration/14@tmp:/w/workspace/go-mod-configuration/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:35:43 $ docker top 62f12ca696b041e989c182f0c9f89e305fbd9bf67b9da567e728777d00b757f2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:44 + make test 18:35:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:35:54 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.063s coverage: 85.7% of statements 18:35:55 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.544s coverage: 86.3% of statements 18:35:55 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.005s coverage: 100.0% of statements 18:35:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:35:56 gofmt -l . 18:35:56 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:35:56 $ docker stop --time=1 62f12ca696b041e989c182f0c9f89e305fbd9bf67b9da567e728777d00b757f2 18:35:58 $ docker rm -f 62f12ca696b041e989c182f0c9f89e305fbd9bf67b9da567e728777d00b757f2 [Pipeline] // withDockerContainer [Pipeline] sh 18:35:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:35:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:36:01 ---> job-cost.sh 18:36:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Fb3l 18:36:02 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.012s coverage: 85.7% of statements 18:36:03 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.622s coverage: 86.3% of statements 18:36:03 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.013s coverage: 100.0% of statements 18:36:03 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:36:08 gofmt -l . 18:36:08 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:36:08 $ docker stop --time=1 85ba138559afcea726abcbd0db6e356b27a045a1f4dfa6e121dcac39fd5ed0f2 18:36:10 $ docker rm -f 85ba138559afcea726abcbd0db6e356b27a045a1f4dfa6e121dcac39fd5ed0f2 [Pipeline] // withDockerContainer [Pipeline] sh 18:36:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:36:11 Warning: overwriting stash ‘coverage-report’ 18:36:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:36:12 ---> job-cost.sh 18:36:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-h4dx 18:36:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:36:42 lf-activate-venv(): INFO: Adding /tmp/venv-Fb3l/bin to PATH 18:36:42 INFO: No Stack... 18:36:42 INFO: Retrieving Pricing Info for: v1-standard-2 18:36:42 INFO: Archiving Costs [Pipeline] sh 18:36:43 + cat /w/workspace/go-mod-configuration/14/archives/cost.csv 18:36:43 + cut -d, -f6 [Pipeline] lock 18:36:43 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] 18:36:43 Resource [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] did not exist. Created. 18:36:43 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:36:43 + echo total: 0.029999999329447746 [Pipeline] stash 18:36:43 Stashed 1 file(s) [Pipeline] } 18:36:43 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:36:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:38:13 lf-activate-venv(): INFO: Adding /tmp/venv-h4dx/bin to PATH 18:38:13 INFO: No Stack... 18:38:14 INFO: Retrieving Pricing Info for: lf-standard-4 18:38:14 INFO: Archiving Costs [Pipeline] sh 18:38:15 + + cut -d,cat -f6 /w/workspace/go-mod-configuration/14/archives/cost.csv 18:38:15 [Pipeline] lock 18:38:15 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] 18:38:15 Resource [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] did not exist. Created. 18:38:15 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:38:15 /w/workspace/go-mod-configuration/14@tmp/durable-5fae3146/script.sh: 1: /w/workspace/go-mod-configuration/14@tmp/durable-5fae3146/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:38:16 + echo total: 0.20999999344348907 [Pipeline] stash 18:38:16 Warning: overwriting stash ‘stack-cost’ 18:38:16 Stashed 1 file(s) [Pipeline] } 18:38:16 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:38:17 provisioning config files... 18:38:17 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config8409503341257664496tmp [Pipeline] { [Pipeline] sh 18:38:18 + set +x 18:38:18 + curl -s https://codecov.io/bash 18:38:18 + bash -s -- 18:38:18 18:38:18 _____ _ 18:38:18 / ____| | | 18:38:18 | | ___ __| | ___ ___ _____ __ 18:38:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:38:18 | |___| (_) | (_| | __/ (_| (_) \ V / 18:38:18 \_____\___/ \__,_|\___|\___\___/ \_/ 18:38:18 Bash-20210309-2b87ace 18:38:18 18:38:18 18:38:18 ==> git version 2.24.3 found 18:38:18 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:38:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:38:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:38:18 ==> Jenkins CI detected. 18:38:18 project root: . 18:38:18 --> token set from env 18:38:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:38:18 ==> Running gcov in . (disable via -X gcov) 18:38:18 ==> Python coveragepy not found 18:38:18 ==> Searching for coverage reports in: 18:38:18 + . 18:38:18 -> Found 1 reports 18:38:18 ==> Detecting git/mercurial file structure 18:38:18 ==> Reading reports 18:38:18 + ./coverage.out bytes=13944 18:38:18 ==> Appending adjustments 18:38:18 https://docs.codecov.io/docs/fixing-reports 18:38:18 + Found adjustments 18:38:18 ==> Gzipping contents 18:38:18 4.0K /tmp/codecov.vGUjkw.gz 18:38:18 ==> Uploading reports 18:38:18 url: https://codecov.io 18:38:18 query: branch=master&commit=161d456e19e540bc43850f0d3bf0c593c52fb507&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F14%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 18:38:18 -> Pinging Codecov 18:38:18 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=161d456e19e540bc43850f0d3bf0c593c52fb507&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F14%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 18:38:18 -> Uploading to 18:38:18 https://storage.googleapis.com/codecov/v4/raw/2021-03-17/9F92B070CA9CA35F4914AC8684776953/161d456e19e540bc43850f0d3bf0c593c52fb507/7ed1027f-516c-4a83-809e-c0579079835a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T183818Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c08307b91ff8a34ce25552732b536e9d202ca6755676f6fe2d6a2c3ce5d1991 18:38:18 % Total % Received % Xferd Average Speed Time Time Time Current 18:38:18 Dload Upload Total Spent Left Speed 18:38:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2571 0 0 100 2571 0 6299 --:--:-- --:--:-- --:--:-- 6316 18:38:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/161d456e19e540bc43850f0d3bf0c593c52fb507 [Pipeline] } 18:38:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:38:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:38:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:38:20 18:38:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:38:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:38:21 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:38:21 188c0c94c7c5: Pulling fs layer 18:38:21 0ef7d3d256c8: Pulling fs layer 18:38:21 de9db76c5a1d: Pulling fs layer 18:38:21 0eba1c9be4d2: Pulling fs layer 18:38:21 0d57e429df01: Pulling fs layer 18:38:21 4e4be7b47b0d: Pulling fs layer 18:38:21 e1f770b5df2f: Pulling fs layer 18:38:21 85a0685a4137: Pulling fs layer 18:38:21 0eba1c9be4d2: Waiting 18:38:21 0d57e429df01: Waiting 18:38:21 4e4be7b47b0d: Waiting 18:38:21 e1f770b5df2f: Waiting 18:38:21 85a0685a4137: Waiting 18:38:21 de9db76c5a1d: Verifying Checksum 18:38:21 de9db76c5a1d: Download complete 18:38:21 0ef7d3d256c8: Download complete 18:38:21 0d57e429df01: Download complete 18:38:21 4e4be7b47b0d: Verifying Checksum 18:38:21 4e4be7b47b0d: Download complete 18:38:21 188c0c94c7c5: Verifying Checksum 18:38:21 188c0c94c7c5: Download complete 18:38:21 188c0c94c7c5: Pull complete 18:38:21 0ef7d3d256c8: Pull complete 18:38:21 de9db76c5a1d: Pull complete 18:38:23 e1f770b5df2f: Verifying Checksum 18:38:23 e1f770b5df2f: Download complete 18:38:25 0eba1c9be4d2: Verifying Checksum 18:38:25 0eba1c9be4d2: Download complete 18:38:25 85a0685a4137: Verifying Checksum 18:38:25 85a0685a4137: Download complete 18:38:31 0eba1c9be4d2: Pull complete 18:38:31 0d57e429df01: Pull complete 18:38:31 4e4be7b47b0d: Pull complete 18:38:33 e1f770b5df2f: Pull complete 18:38:41 85a0685a4137: Pull complete 18:38:41 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:38:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:38:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:38:42 prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container 18:38:42 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:38:43 $ docker top ef470546b0e8c7baf51ad0e622f365ea91424db931d38c55942f1e983eba9479 -eo pid,comm [Pipeline] { [Pipeline] echo 18:38:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:38:43 + set -o pipefail 18:38:43 + snyk monitor '--org=edgex-jenkins' 18:39:10 18:39:10 Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... 18:39:10 18:39:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/9f653535-ec9e-4043-8a14-5cc80c797723 18:39:10 18:39:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:39:10 18:39:10 [Pipeline] } 18:39:10 $ docker stop --time=1 ef470546b0e8c7baf51ad0e622f365ea91424db931d38c55942f1e983eba9479 18:39:13 $ docker rm -f ef470546b0e8c7baf51ad0e622f365ea91424db931d38c55942f1e983eba9479 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:39:14 + git log --format=format:%s -1 161d456e19e540bc43850f0d3bf0c593c52fb507 [Pipeline] isUnix [Pipeline] sh 18:39:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:14 . [Pipeline] withDockerContainer 18:39:15 prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container 18:39:15 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:39:16 $ docker top 1f1f1bd3ceda1fc0816f864ab8638623e9619470b8753297c557699083989b19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:16 [ssh-agent] Looking for ssh-agent implementation... 18:39:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:16 $ docker exec 1f1f1bd3ceda1fc0816f864ab8638623e9619470b8753297c557699083989b19 ssh-agent 18:39:16 SSH_AUTH_SOCK=/tmp/ssh-YitZgHkiVU5P/agent.13 18:39:16 SSH_AGENT_PID=18 18:39:16 Running ssh-add (command line suppressed) 18:39:16 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2031487078699001809.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2031487078699001809.key) 18:39:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:17 + git semver tag 18:39:17 # -> Open(): unable to determine branch for HEAD 18:39:17 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:39:17 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:39:17 # $SEMVER_REMOTE_NAME = origin 18:39:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:39:17 # $SEMVER_USER_NAME = edgex-jenkins 18:39:17 # $SEMVER_BRANCH = master 18:39:17 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 18:39:17 # 161d456e19e540bc43850f0d3bf0c593c52fb507 HEAD 18:39:17 # -> Force: false 18:39:17 # dbbe2d4fb2e213d0abc024c8293f0070d839a181 refs/tags/v2.0.0-dev.4 [Pipeline] } 18:39:17 $ docker exec --env ******** --env ******** 1f1f1bd3ceda1fc0816f864ab8638623e9619470b8753297c557699083989b19 ssh-agent -k 18:39:17 unset SSH_AUTH_SOCK; 18:39:17 unset SSH_AGENT_PID; 18:39:17 echo Agent pid 18 killed; 18:39:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:39:17 + git semver [Pipeline] } 18:39:17 $ docker stop --time=1 1f1f1bd3ceda1fc0816f864ab8638623e9619470b8753297c557699083989b19 18:39:19 $ docker rm -f 1f1f1bd3ceda1fc0816f864ab8638623e9619470b8753297c557699083989b19 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:39:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:19 18:39:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:39:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:20 0.23.1-centos7: Pulling from edgex-lftools 18:39:20 ab5ef0e58194: Pulling fs layer 18:39:20 9712f1f96733: Pulling fs layer 18:39:20 63f879dbbcfc: Pulling fs layer 18:39:20 0d9ebad4ef96: Pulling fs layer 18:39:20 e9a5061849ea: Pulling fs layer 18:39:20 d747dcd14b5f: Pulling fs layer 18:39:20 2de7ff778b66: Pulling fs layer 18:39:20 d747dcd14b5f: Waiting 18:39:20 0d9ebad4ef96: Waiting 18:39:20 e9a5061849ea: Waiting 18:39:20 2de7ff778b66: Waiting 18:39:20 9712f1f96733: Verifying Checksum 18:39:20 9712f1f96733: Download complete 18:39:22 63f879dbbcfc: Verifying Checksum 18:39:22 63f879dbbcfc: Download complete 18:39:22 e9a5061849ea: Verifying Checksum 18:39:22 e9a5061849ea: Download complete 18:39:22 d747dcd14b5f: Verifying Checksum 18:39:22 d747dcd14b5f: Download complete 18:39:22 2de7ff778b66: Verifying Checksum 18:39:22 2de7ff778b66: Download complete 18:39:22 0d9ebad4ef96: Verifying Checksum 18:39:22 0d9ebad4ef96: Download complete 18:39:22 ab5ef0e58194: Verifying Checksum 18:39:22 ab5ef0e58194: Download complete 18:39:26 ab5ef0e58194: Pull complete 18:39:27 9712f1f96733: Pull complete 18:39:29 63f879dbbcfc: Pull complete 18:39:36 0d9ebad4ef96: Pull complete 18:39:37 e9a5061849ea: Pull complete 18:39:37 d747dcd14b5f: Pull complete 18:39:40 2de7ff778b66: Pull complete 18:39:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:39:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:39:40 prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container 18:39:40 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:39:43 $ docker top 46ab6fe92e8abd4e55cfa94a034d5b86ff7c0ac3f1b82485385c3befb04a2214 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:39:43 provisioning config files... 18:39:44 copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config4869422207928932781tmp 18:39:44 copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config5633485345040059987tmp 18:39:44 copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1506369822045488415tmp [Pipeline] { [Pipeline] echo 18:39:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:39:44 ---> sigul-configuration.sh 18:39:44 gpg: directory `/root/.gnupg' created 18:39:44 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:39:44 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:39:44 gpg: keyring `/root/.gnupg/secring.gpg' created 18:39:44 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:39:44 gpg: CAST5 encrypted data 18:39:44 gpg: encrypted with 1 passphrase 18:39:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:39:44 + mkdir /home/jenkins 18:39:44 + mkdir /home/jenkins/sigul [Pipeline] sh 18:39:45 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:39:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:39:45 ---> sigul-install.sh 18:39:52 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:39:52 + git tag --list 18:39:52 v0.0.0 18:39:52 v0.0.1 18:39:52 v0.0.2 18:39:52 v0.0.3 18:39:52 v0.0.4 18:39:52 v0.0.5 18:39:52 v0.0.6 18:39:52 v0.0.7 18:39:52 v0.0.8 18:39:52 v2.0.0-dev.1 18:39:52 v2.0.0-dev.2 18:39:52 v2.0.0-dev.3 18:39:52 v2.0.0-dev.4 [Pipeline] sh 18:39:52 + lftools sign git-tag v2.0.0-dev.4 18:39:54 Signing Git tag with Sigul... 18:39:54 Signing v2.0.0-dev.4 [Pipeline] echo 18:39:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:39:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:39:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:39:55 $ docker stop --time=1 46ab6fe92e8abd4e55cfa94a034d5b86ff7c0ac3f1b82485385c3befb04a2214 18:39:57 $ docker rm -f 46ab6fe92e8abd4e55cfa94a034d5b86ff7c0ac3f1b82485385c3befb04a2214 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:39:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:58 . [Pipeline] withDockerContainer 18:39:58 prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container 18:39:58 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:39:59 $ docker top 6d5df850d608dbba970ab8db4de8c4ab85e8c999b8fb139e9eac112e7e361e1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:59 [ssh-agent] Looking for ssh-agent implementation... 18:40:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:00 $ docker exec 6d5df850d608dbba970ab8db4de8c4ab85e8c999b8fb139e9eac112e7e361e1a ssh-agent 18:40:00 SSH_AUTH_SOCK=/tmp/ssh-A8X3KDrWYCoE/agent.12 18:40:00 SSH_AGENT_PID=18 18:40:00 Running ssh-add (command line suppressed) 18:40:00 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6923432745109987654.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6923432745109987654.key) 18:40:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:00 + git semver bump pre 18:40:00 # -> Open(): unable to determine branch for HEAD 18:40:00 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:40:00 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:40:00 # $SEMVER_REMOTE_NAME = origin 18:40:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:40:00 # $SEMVER_USER_NAME = edgex-jenkins 18:40:00 # $SEMVER_BRANCH = master 18:40:00 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 18:40:00 2.0.0-dev.5 [Pipeline] } 18:40:00 $ docker exec --env ******** --env ******** 6d5df850d608dbba970ab8db4de8c4ab85e8c999b8fb139e9eac112e7e361e1a ssh-agent -k 18:40:01 unset SSH_AUTH_SOCK; 18:40:01 unset SSH_AGENT_PID; 18:40:01 echo Agent pid 18 killed; 18:40:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:01 + git semver [Pipeline] } 18:40:01 $ docker stop --time=1 6d5df850d608dbba970ab8db4de8c4ab85e8c999b8fb139e9eac112e7e361e1a 18:40:02 $ docker rm -f 6d5df850d608dbba970ab8db4de8c4ab85e8c999b8fb139e9eac112e7e361e1a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:40:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:03 . [Pipeline] withDockerContainer 18:40:03 prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container 18:40:03 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:40:04 $ docker top cd045a68dbc5e2cc6e89177b43203dec29c905b20b75c3b4919f9a64079958f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:04 [ssh-agent] Looking for ssh-agent implementation... 18:40:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:04 $ docker exec cd045a68dbc5e2cc6e89177b43203dec29c905b20b75c3b4919f9a64079958f8 ssh-agent 18:40:05 SSH_AUTH_SOCK=/tmp/ssh-yR5lEvzyOABy/agent.11 18:40:05 SSH_AGENT_PID=17 18:40:05 Running ssh-add (command line suppressed) 18:40:05 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5510240526010673180.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5510240526010673180.key) 18:40:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:05 + git semver push 18:40:05 # -> Open(): unable to determine branch for HEAD 18:40:05 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:40:05 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:40:05 # $SEMVER_REMOTE_NAME = origin 18:40:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:40:05 # $SEMVER_USER_NAME = edgex-jenkins 18:40:05 # $SEMVER_BRANCH = master 18:40:05 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 18:40:09 $ docker exec --env ******** --env ******** cd045a68dbc5e2cc6e89177b43203dec29c905b20b75c3b4919f9a64079958f8 ssh-agent -k 18:40:09 unset SSH_AUTH_SOCK; 18:40:09 unset SSH_AGENT_PID; 18:40:09 echo Agent pid 17 killed; 18:40:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:10 + git semver [Pipeline] } 18:40:10 $ docker stop --time=1 cd045a68dbc5e2cc6e89177b43203dec29c905b20b75c3b4919f9a64079958f8 18:40:12 $ docker rm -f cd045a68dbc5e2cc6e89177b43203dec29c905b20b75c3b4919f9a64079958f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:40:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:40:14 ---> package-listing.sh 18:40:14 ++ facter osfamily 18:40:14 ++ tr '[:upper:]' '[:lower:]' 18:40:14 + OS_FAMILY=redhat 18:40:14 + workspace=/w/workspace/ndry_go-mod-configuration_master 18:40:14 + START_PACKAGES=/tmp/packages_start.txt 18:40:14 + END_PACKAGES=/tmp/packages_end.txt 18:40:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:40:14 + PACKAGES=/tmp/packages_start.txt 18:40:14 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 18:40:14 + PACKAGES=/tmp/packages_end.txt 18:40:14 + case "${OS_FAMILY}" in 18:40:14 + rpm -qa 18:40:14 + sort 18:40:19 + '[' -f /tmp/packages_start.txt ']' 18:40:19 + '[' -f /tmp/packages_end.txt ']' 18:40:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:40:19 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 18:40:19 + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ 18:40:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] echo 18:40:19 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 18:40:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:40:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:20 18:40:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:40:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:20 alpine: Pulling from edgex-lftools-log-publisher 18:40:20 df20fa9351a1: Pulling fs layer 18:40:20 36b3adc4ff6f: Pulling fs layer 18:40:20 8ad3a11d3b57: Pulling fs layer 18:40:20 46f8f816bc3b: Pulling fs layer 18:40:20 93b61091891f: Pulling fs layer 18:40:20 93b9cdb0e59b: Pulling fs layer 18:40:20 5e14af77c1be: Pulling fs layer 18:40:20 01666e4c0597: Pulling fs layer 18:40:20 aa168da1d23b: Pulling fs layer 18:40:20 93b61091891f: Waiting 18:40:20 93b9cdb0e59b: Waiting 18:40:20 5e14af77c1be: Waiting 18:40:20 01666e4c0597: Waiting 18:40:20 aa168da1d23b: Waiting 18:40:20 46f8f816bc3b: Waiting 18:40:20 36b3adc4ff6f: Download complete 18:40:20 46f8f816bc3b: Verifying Checksum 18:40:20 46f8f816bc3b: Download complete 18:40:20 df20fa9351a1: Verifying Checksum 18:40:20 df20fa9351a1: Download complete 18:40:20 93b9cdb0e59b: Download complete 18:40:20 93b61091891f: Verifying Checksum 18:40:20 93b61091891f: Download complete 18:40:20 01666e4c0597: Verifying Checksum 18:40:20 01666e4c0597: Download complete 18:40:20 5e14af77c1be: Verifying Checksum 18:40:20 5e14af77c1be: Download complete 18:40:20 8ad3a11d3b57: Verifying Checksum 18:40:20 8ad3a11d3b57: Download complete 18:40:21 df20fa9351a1: Pull complete 18:40:21 36b3adc4ff6f: Pull complete 18:40:22 8ad3a11d3b57: Pull complete 18:40:22 46f8f816bc3b: Pull complete 18:40:22 aa168da1d23b: Verifying Checksum 18:40:22 aa168da1d23b: Download complete 18:40:23 93b61091891f: Pull complete 18:40:23 93b9cdb0e59b: Pull complete 18:40:23 5e14af77c1be: Pull complete 18:40:23 01666e4c0597: Pull complete 18:40:31 aa168da1d23b: Pull complete 18:40:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:40:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:40:32 prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container 18:40:32 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:40:34 $ docker top 5be3ca0675086926d6bf41bcc45924e4dee2684fced5125d23d0bd7759e64dd3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:35 + touch /tmp/pre-build-complete [Pipeline] sh 18:40:35 + mkdir -p /var/log/sa [Pipeline] sh 18:40:36 + ls /var/log/sa-host 18:40:36 + sadf -c /var/log/sa-host/sa17 18:40:36 file_magic: OK 18:40:36 HZ: Using current value: 100 18:40:36 file_header: OK 18:40:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:40:36 Statistics: 18:40:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:40:36 File successfully converted to sysstat format version 12.2.1 18:40:36 + sadf -c /var/log/sa-host/sa23 18:40:36 file_magic: OK 18:40:36 HZ: Using current value: 100 18:40:36 file_header: OK 18:40:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:40:36 Statistics: 18:40:36 Hnuu...uuuununununu... 18:40:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:40:36 provisioning config files... 18:40:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6039250216780777972tmp [Pipeline] { [Pipeline] echo 18:40:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:40:37 ---> create-netrc.sh [Pipeline] } 18:40:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:40:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:40:37 ---> python-tools-install.sh [Pipeline] echo 18:40:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:40:37 ---> sudo-logs.sh 18:40:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:40:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:40:38 ---> job-cost.sh 18:40:38 lf-activate-venv: SKIPPING 18:40:38 DEBUG: total: 0.20999999344348907 18:40:38 INFO: Retrieving Stack Cost... 18:40:39 INFO: Retrieving Pricing Info for: v1-standard-2 18:40:39 INFO: Archiving Costs [Pipeline] echo 18:40:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:40:40 ---> logs-deploy.sh 18:40:40 lf-activate-venv: SKIPPING 18:40:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/14 18:40:40 INFO: archiving workspace using pattern(s): 18:40:42 Archives upload complete. 18:40:42 INFO: archiving logs to Nexus