Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c17a20f7f5fea15f065e3b2e57234782cafc5e7b 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-33693 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 Checking out Revision c17a20f7f5fea15f065e3b2e57234782cafc5e7b (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f c17a20f7f5fea15f065e3b2e57234782cafc5e7b # timeout=10 Commit message: "Merge pull request #31 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" > git rev-list --no-walk 755315623745cb59f6905b2f3c1d6e3ddc930638 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:04:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:04:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:04:05 ========================================================= 15:04:05 EdgeX Global Pipelines Version Info 15:04:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:04:06 ------------------- 15:04:06 stable info: 15:04:06 ------------------- 15:04:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:04:06 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:04:06 Message: update stable to v1.0.186 15:04:07 ------------------- 15:04:07 experimental info: 15:04:07 ------------------- 15:04:07 Commited By: **** collab-it+edgex@linuxfoundation.org 15:04:07 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 15:04:07 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:04:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 15:04:08 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 15:04:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:04:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:04:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:04:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:04:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:04:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:04:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:04:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:04:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:04:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 15:04:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:04:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:04:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:04:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:04:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:04:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:04:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:04:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:04:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:04:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:04:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:04:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:04:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:04:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:04:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:04:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:04:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:04:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c17a20f7f5fea15f065e3b2e57234782cafc5e7b [Pipeline] echo 15:04:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c17a20f [Pipeline] echo 15:04:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:04:12 + git log --format=format:%s -1 c17a20f7f5fea15f065e3b2e57234782cafc5e7b [Pipeline] echo 15:04:12 GIT_COMMIT: c17a20f7f5fea15f065e3b2e57234782cafc5e7b, Commit Message: Merge pull request #31 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.0 [Pipeline] echo 15:04:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:04:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:04:13 15:04:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:04:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:04:14 latest: Pulling from edgex-devops/git-semver 15:04:14 31603596830f: Pulling fs layer 15:04:14 2a8b12db71e7: Pulling fs layer 15:04:14 6ca5941a6612: Pulling fs layer 15:04:14 ecc8261a40a4: Pulling fs layer 15:04:14 ecc8261a40a4: Waiting 15:04:14 2a8b12db71e7: Download complete 15:04:14 31603596830f: Verifying Checksum 15:04:14 31603596830f: Download complete 15:04:14 ecc8261a40a4: Verifying Checksum 15:04:14 ecc8261a40a4: Download complete 15:04:14 6ca5941a6612: Verifying Checksum 15:04:14 6ca5941a6612: Download complete 15:04:14 31603596830f: Pull complete 15:04:14 2a8b12db71e7: Pull complete 15:04:15 6ca5941a6612: Pull complete 15:04:15 ecc8261a40a4: Pull complete 15:04:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:04:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:04:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:04:16 prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container 15:04:16 $ 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 15:04:18 $ docker top faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:04:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:04:18 [ssh-agent] Looking for ssh-agent implementation... 15:04:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:04:18 $ docker exec faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f ssh-agent 15:04:18 SSH_AUTH_SOCK=/tmp/ssh-UbWMc2WEBDWR/agent.11 15:04:18 SSH_AGENT_PID=16 15:04:18 Running ssh-add (command line suppressed) 15:04:19 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5516378239636978242.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5516378239636978242.key) 15:04:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:04:19 + git tag --points-at HEAD [Pipeline] } 15:04:19 $ docker exec --env ******** --env ******** faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f ssh-agent -k 15:04:19 unset SSH_AUTH_SOCK; 15:04:19 unset SSH_AGENT_PID; 15:04:19 echo Agent pid 16 killed; 15:04:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:04:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:04:19 [ssh-agent] Looking for ssh-agent implementation... 15:04:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:04:19 $ docker exec faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f ssh-agent 15:04:20 SSH_AUTH_SOCK=/tmp/ssh-5h6h8euH29zr/agent.46 15:04:20 SSH_AGENT_PID=51 15:04:20 Running ssh-add (command line suppressed) 15:04:20 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6273881493757580158.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6273881493757580158.key) 15:04:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:04:20 + git semver init 15:04:20 # -> Open(): unable to determine branch for HEAD 15:04:20 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 15:04:20 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 15:04:20 # $SEMVER_REMOTE_NAME = origin 15:04:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:04:20 # $SEMVER_USER_NAME = edgex-jenkins 15:04:20 # $SEMVER_BRANCH = master 15:04:20 # $SEMVER_TEMP = /tmp/semver-671697007 15:04:20 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 15:04:20 # '/tmp/semver-671697007' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' 15:04:20 # -> Force: false 15:04:20 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 15:04:20 $ docker exec --env ******** --env ******** faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f ssh-agent -k 15:04:21 unset SSH_AUTH_SOCK; 15:04:21 unset SSH_AGENT_PID; 15:04:21 echo Agent pid 51 killed; 15:04:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:04:21 + git semver [Pipeline] } 15:04:21 $ docker stop --time=1 faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f 15:04:23 $ docker rm -f faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f [Pipeline] // withDockerContainer [Pipeline] sh 15:04:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:04:23 Stashed 1 file(s) [Pipeline] echo 15:04:23 [edgeXSemver]: initialized semver on version 2.0.0-dev.6 [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 15:04:39 Still waiting to schedule task 15:04:39 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:04:39 Still waiting to schedule task 15:04:39 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 15:06:13 Running on prd-centos7-docker-4c-2g-33696 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 15:06:14 Running in /w/workspace/go-mod-configuration/16 [Pipeline] { [Pipeline] checkout 15:06:16 using credential edgex-jenkins-ssh 15:06:16 Cloning the remote Git repository 15:06:16 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 15:06:16 > git init /w/workspace/go-mod-configuration/16 # timeout=10 15:06:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 15:06:16 > git --version # timeout=10 15:06:16 > git --version # 'git version 2.24.3' 15:06:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:06:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:17 Checking out Revision c17a20f7f5fea15f065e3b2e57234782cafc5e7b (master) 15:06:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 15:06:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 15:06:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 15:06:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:06:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:06:17 > git config core.sparsecheckout # timeout=10 15:06:17 > git checkout -f c17a20f7f5fea15f065e3b2e57234782cafc5e7b # timeout=10 15:06:21 Commit message: "Merge pull request #31 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:06:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:06:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:06:23 + sudo service docker restart 15:06:23 + true 15:06:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:06:24 ========================================================= 15:06:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:06:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:06:25 + 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 . 15:06:25 Sending build context to Docker daemon 237.1kB 15:06:25 Step 1/7 : ARG BASE=golang:1.15-alpine 15:06:25 Step 2/7 : FROM ${BASE} 15:06:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:06:25 188c0c94c7c5: Pulling fs layer 15:06:25 0ef7d3d256c8: Pulling fs layer 15:06:25 de9db76c5a1d: Pulling fs layer 15:06:25 bca2f99d35d6: Pulling fs layer 15:06:25 93359f2a8cfa: Pulling fs layer 15:06:25 7c6f9722023f: Pulling fs layer 15:06:25 a35cf1a2eb13: Pulling fs layer 15:06:25 93359f2a8cfa: Waiting 15:06:25 7c6f9722023f: Waiting 15:06:25 bca2f99d35d6: Waiting 15:06:25 de9db76c5a1d: Verifying Checksum 15:06:25 0ef7d3d256c8: Download complete 15:06:25 93359f2a8cfa: Verifying Checksum 15:06:25 93359f2a8cfa: Download complete 15:06:25 7c6f9722023f: Verifying Checksum 15:06:25 7c6f9722023f: Download complete 15:06:25 188c0c94c7c5: Verifying Checksum 15:06:25 188c0c94c7c5: Download complete 15:06:25 188c0c94c7c5: Pull complete 15:06:26 0ef7d3d256c8: Pull complete 15:06:26 de9db76c5a1d: Pull complete 15:06:28 a35cf1a2eb13: Download complete 15:06:28 bca2f99d35d6: Verifying Checksum 15:06:28 bca2f99d35d6: Download complete 15:06:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33695 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 15:06:29 Running in /w/workspace/go-mod-configuration/16 [Pipeline] { [Pipeline] checkout 15:06:34 bca2f99d35d6: Pull complete 15:06:34 93359f2a8cfa: Pull complete 15:06:34 7c6f9722023f: Pull complete 15:06:34 using credential edgex-jenkins-ssh 15:06:34 Cloning the remote Git repository 15:06:34 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 15:06:34 > git init /w/workspace/go-mod-configuration/16 # timeout=10 15:06:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 15:06:34 > git --version # timeout=10 15:06:34 > git --version # 'git version 2.17.1' 15:06:34 using GIT_SSH to set credentials SSH Credentials for GitHub 15:06:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 15:06:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 15:06:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 15:06:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:06:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:06:36 Checking out Revision c17a20f7f5fea15f065e3b2e57234782cafc5e7b (master) 15:06:36 > git config core.sparsecheckout # timeout=10 15:06:36 > git checkout -f c17a20f7f5fea15f065e3b2e57234782cafc5e7b # timeout=10 15:06:40 Commit message: "Merge pull request #31 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:06:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:06:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:06:42 + sudo service+ docker restart 15:06:42 true 15:06:44 a35cf1a2eb13: Pull complete 15:06:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:06:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:06:44 ---> a62c8e92a672 15:06:44 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:06:44 ---> Running in 98b5f545762f 15:06:44 Removing intermediate container 98b5f545762f 15:06:44 ---> c674af1ac1cb 15:06:44 Step 4/7 : RUN apk add --update bash 15:06:44 ---> Running in 41823e6a4301 15:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] unstash 15:06:45 OK: 166 MiB in 39 packages [Pipeline] echo 15:06:45 ========================================================= 15:06:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:06:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:06:45 Removing intermediate container 41823e6a4301 15:06:45 ---> e936955e9251 15:06:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:06:45 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:06:46 ---> Running in 1817524d67d6 15:06:46 Removing intermediate container 1817524d67d6 15:06:46 ---> e98b579bc8f4 15:06:46 Step 6/7 : COPY go.mod . 15:06:46 ---> 607d74f11f8e 15:06:46 Step 7/7 : RUN go mod download 15:06:46 ---> Running in 2057b25e973a 15:06:46 Sending build context to Docker daemon 236kB 15:06:46 Step 1/7 : ARG BASE=golang:1.15-alpine 15:06:46 Step 2/7 : FROM ${BASE} 15:06:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:06:47 5f621e34cdf4: Pulling fs layer 15:06:47 a4357932f1b6: Pulling fs layer 15:06:47 18c013af1878: Pulling fs layer 15:06:47 00ac8860ef70: Pulling fs layer 15:06:47 63d7cb157983: Pulling fs layer 15:06:47 b116817d02f9: Pulling fs layer 15:06:47 745a02a5169b: Pulling fs layer 15:06:47 00ac8860ef70: Waiting 15:06:47 63d7cb157983: Waiting 15:06:47 b116817d02f9: Waiting 15:06:47 745a02a5169b: Waiting 15:06:47 18c013af1878: Verifying Checksum 15:06:47 18c013af1878: Download complete 15:06:47 a4357932f1b6: Verifying Checksum 15:06:47 a4357932f1b6: Download complete 15:06:47 63d7cb157983: Download complete 15:06:47 b116817d02f9: Verifying Checksum 15:06:47 b116817d02f9: Download complete 15:06:47 5f621e34cdf4: Verifying Checksum 15:06:47 5f621e34cdf4: Download complete 15:06:47 5f621e34cdf4: Pull complete 15:06:48 a4357932f1b6: Pull complete 15:06:49 18c013af1878: Pull complete 15:06:49 745a02a5169b: Verifying Checksum 15:06:49 745a02a5169b: Download complete 15:06:51 00ac8860ef70: Verifying Checksum 15:06:51 00ac8860ef70: Download complete 15:07:01 Removing intermediate container 2057b25e973a 15:07:01 ---> 59befff8062a 15:07:01 Successfully built 59befff8062a 15:07:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:07:01 + docker inspect -f . ci-base-image-x86_64 15:07:01 . [Pipeline] withDockerContainer 15:07:01 prd-centos7-docker-4c-2g-33696 does not seem to be running inside a container 15:07:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/16 -v /w/workspace/go-mod-configuration/16:/w/workspace/go-mod-configuration/16:rw,z -v /w/workspace/go-mod-configuration/16@tmp:/w/workspace/go-mod-configuration/16@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 15:07:01 00ac8860ef70: Pull complete 15:07:02 63d7cb157983: Pull complete 15:07:02 b116817d02f9: Pull complete 15:07:02 $ docker top fb3b73ea2bd58a23458f6f02354e1d01e7aa18a6a0a6405462ab8843b98e2d4e -eo pid,comm [Pipeline] { [Pipeline] sh 15:07:03 + go version 15:07:03 go version go1.15.5 linux/amd64 [Pipeline] } 15:07:03 $ docker stop --time=1 fb3b73ea2bd58a23458f6f02354e1d01e7aa18a6a0a6405462ab8843b98e2d4e 15:07:04 $ docker rm -f fb3b73ea2bd58a23458f6f02354e1d01e7aa18a6a0a6405462ab8843b98e2d4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:07:05 + docker inspect -f . ci-base-image-x86_64 15:07:05 . [Pipeline] withDockerContainer 15:07:05 prd-centos7-docker-4c-2g-33696 does not seem to be running inside a container 15:07:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/16 -v /w/workspace/go-mod-configuration/16:/w/workspace/go-mod-configuration/16:rw,z -v /w/workspace/go-mod-configuration/16@tmp:/w/workspace/go-mod-configuration/16@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 15:07:06 $ docker top 529d39ce738050f8f731c7d946a638c3dd1c1d064cfee789e5eb3de120daa303 -eo pid,comm [Pipeline] { [Pipeline] sh 15:07:06 + make test 15:07:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:07:06 745a02a5169b: Pull complete 15:07:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:07:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:07:06 ---> b7e6874047d6 15:07:06 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:07:09 ---> Running in 8d14ec516cfb 15:07:09 Removing intermediate container 8d14ec516cfb 15:07:09 ---> 9e2291d030f6 15:07:09 Step 4/7 : RUN apk add --update bash 15:07:09 ---> Running in 19bc8d3edc5e 15:07:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:07:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:07:12 OK: 142 MiB in 39 packages 15:07:13 Removing intermediate container 19bc8d3edc5e 15:07:13 ---> e5426f653270 15:07:13 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:07:13 ---> Running in c9ab43b4cf9f 15:07:14 Removing intermediate container c9ab43b4cf9f 15:07:14 ---> a1f0d1d04542 15:07:14 Step 6/7 : COPY go.mod . 15:07:15 ---> 02cddba360b4 15:07:15 Step 7/7 : RUN go mod download 15:07:15 ---> Running in d29861226408 15:07:17 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.009s coverage: 85.7% of statements 15:07:18 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.554s coverage: 87.4% of statements 15:07:18 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.016s coverage: 100.0% of statements 15:07:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:07:19 gofmt -l . 15:07:19 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:07:19 $ docker stop --time=1 529d39ce738050f8f731c7d946a638c3dd1c1d064cfee789e5eb3de120daa303 15:07:22 $ docker rm -f 529d39ce738050f8f731c7d946a638c3dd1c1d064cfee789e5eb3de120daa303 [Pipeline] // withDockerContainer [Pipeline] sh 15:07:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:07:22 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 15:07:24 ---> job-cost.sh 15:07:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BNWZ 15:07:30 Removing intermediate container d29861226408 15:07:30 ---> 33377143b539 15:07:30 Successfully built 33377143b539 15:07:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:07:31 + docker inspect -f . ci-base-image-arm64 15:07:31 . [Pipeline] withDockerContainer 15:07:31 prd-ubuntu18.04-docker-arm64-4c-16g-33695 does not seem to be running inside a container 15:07:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/16 -v /w/workspace/go-mod-configuration/16:/w/workspace/go-mod-configuration/16:rw,z -v /w/workspace/go-mod-configuration/16@tmp:/w/workspace/go-mod-configuration/16@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 15:07:32 $ docker top c4bbe6686ed3f092eb796fc2890e844b29dd148eb46ebc02fb33eba235d1e16f -eo pid,comm [Pipeline] { [Pipeline] sh 15:07:33 + go version 15:07:33 go version go1.15.5 linux/arm64 [Pipeline] } 15:07:33 $ docker stop --time=1 c4bbe6686ed3f092eb796fc2890e844b29dd148eb46ebc02fb33eba235d1e16f 15:07:35 $ docker rm -f c4bbe6686ed3f092eb796fc2890e844b29dd148eb46ebc02fb33eba235d1e16f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:07:36 + docker inspect -f . ci-base-image-arm64 15:07:36 . [Pipeline] withDockerContainer 15:07:37 prd-ubuntu18.04-docker-arm64-4c-16g-33695 does not seem to be running inside a container 15:07:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/16 -v /w/workspace/go-mod-configuration/16:/w/workspace/go-mod-configuration/16:rw,z -v /w/workspace/go-mod-configuration/16@tmp:/w/workspace/go-mod-configuration/16@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 15:07:38 $ docker top 386cbb093661741b37501aeb8c1510475e43cf47bc58f2ea5bc0e99399ec7ba6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:07:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:07:39 + make test 15:07:39 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:08:05 lf-activate-venv(): INFO: Adding /tmp/venv-BNWZ/bin to PATH 15:08:05 INFO: No Stack... 15:08:05 INFO: Retrieving Pricing Info for: v1-standard-2 15:08:05 INFO: Archiving Costs [Pipeline] sh 15:08:06 + cat /w/workspace/go-mod-configuration/16/archives/cost.csv 15:08:06 + cut -d, -f6 [Pipeline] lock 15:08:06 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] 15:08:06 Resource [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] did not exist. Created. 15:08:06 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:08:06 + echo total: 0.029999999329447746 [Pipeline] stash 15:08:06 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.012s coverage: 85.7% of statements 15:08:06 Stashed 1 file(s) [Pipeline] } 15:08:06 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:08:07 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.636s coverage: 87.4% of statements 15:08:07 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.035s coverage: 100.0% of statements 15:08:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:08:12 gofmt -l . 15:08:12 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:08:12 $ docker stop --time=1 386cbb093661741b37501aeb8c1510475e43cf47bc58f2ea5bc0e99399ec7ba6 15:08:14 $ docker rm -f 386cbb093661741b37501aeb8c1510475e43cf47bc58f2ea5bc0e99399ec7ba6 [Pipeline] // withDockerContainer [Pipeline] sh 15:08:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:08:15 Warning: overwriting stash ‘coverage-report’ 15:08:15 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 15:08:16 ---> job-cost.sh 15:08:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7Hb9 15:08:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:10:17 lf-activate-venv(): INFO: Adding /tmp/venv-7Hb9/bin to PATH 15:10:17 INFO: No Stack... 15:10:17 INFO: Retrieving Pricing Info for: lf-standard-4 15:10:17 INFO: Archiving Costs [Pipeline] sh 15:10:18 + cat /w/workspace/go-mod-configuration/16/archives/cost.csv 15:10:18 + cut -d, -f6 [Pipeline] lock 15:10:18 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] 15:10:18 Resource [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] did not exist. Created. 15:10:18 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:10:18 /w/workspace/go-mod-configuration/16@tmp/durable-d7ed81c7/script.sh: 1: /w/workspace/go-mod-configuration/16@tmp/durable-d7ed81c7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:10:18 + echo total: 0.20999999344348907 [Pipeline] stash 15:10:18 Warning: overwriting stash ‘stack-cost’ 15:10:19 Stashed 1 file(s) [Pipeline] } 15:10:19 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-16-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 15:10:20 provisioning config files... 15:10:20 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1299083153189331816tmp [Pipeline] { [Pipeline] sh 15:10:20 + set +x 15:10:20 + curl -s https://codecov.io/bash 15:10:20 + bash -s -- 15:10:20 15:10:20 _____ _ 15:10:20 / ____| | | 15:10:20 | | ___ __| | ___ ___ _____ __ 15:10:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:10:20 | |___| (_) | (_| | __/ (_| (_) \ V / 15:10:20 \_____\___/ \__,_|\___|\___\___/ \_/ 15:10:20 Bash-20210309-2b87ace 15:10:20 15:10:20 15:10:20 ==> git version 2.24.3 found 15:10:20 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:10:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:10:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:10:20 ==> Jenkins CI detected. 15:10:20 project root: . 15:10:20 --> token set from env 15:10:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:10:20 ==> Running gcov in . (disable via -X gcov) 15:10:20 ==> Python coveragepy not found 15:10:20 ==> Searching for coverage reports in: 15:10:20 + . 15:10:20 -> Found 1 reports 15:10:20 ==> Detecting git/mercurial file structure 15:10:20 ==> Reading reports 15:10:20 + ./coverage.out bytes=14452 15:10:20 ==> Appending adjustments 15:10:20 https://docs.codecov.io/docs/fixing-reports 15:10:20 + Found adjustments 15:10:20 ==> Gzipping contents 15:10:20 4.0K /tmp/codecov.DaWahQ.gz 15:10:21 ==> Uploading reports 15:10:21 url: https://codecov.io 15:10:21 query: branch=master&commit=c17a20f7f5fea15f065e3b2e57234782cafc5e7b&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 15:10:21 -> Pinging Codecov 15:10:21 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=c17a20f7f5fea15f065e3b2e57234782cafc5e7b&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 15:10:22 -> Uploading to 15:10:22 https://storage.googleapis.com/codecov/v4/raw/2021-04-12/9F92B070CA9CA35F4914AC8684776953/c17a20f7f5fea15f065e3b2e57234782cafc5e7b/301015e8-2419-4f7e-a29d-7da454535f89.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T151021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eef786f19415417e4daa7bce4f071b5817e2d5792980c825b39bc8254603745f 15:10:22 % Total % Received % Xferd Average Speed Time Time Time Current 15:10:22 Dload Upload Total Spent Left Speed 15:10:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2644 0 0 100 2644 0 6449 --:--:-- --:--:-- --:--:-- 6464 15:10:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/c17a20f7f5fea15f065e3b2e57234782cafc5e7b [Pipeline] } 15:10:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:10:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:10:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:10:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:10:23 15:10:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:10:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:10:24 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:10:24 188c0c94c7c5: Pulling fs layer 15:10:24 0ef7d3d256c8: Pulling fs layer 15:10:24 de9db76c5a1d: Pulling fs layer 15:10:24 0eba1c9be4d2: Pulling fs layer 15:10:24 0d57e429df01: Pulling fs layer 15:10:24 4e4be7b47b0d: Pulling fs layer 15:10:24 e1f770b5df2f: Pulling fs layer 15:10:24 85a0685a4137: Pulling fs layer 15:10:24 0d57e429df01: Waiting 15:10:24 0eba1c9be4d2: Waiting 15:10:24 e1f770b5df2f: Waiting 15:10:24 4e4be7b47b0d: Waiting 15:10:24 85a0685a4137: Waiting 15:10:24 de9db76c5a1d: Verifying Checksum 15:10:24 de9db76c5a1d: Download complete 15:10:24 0ef7d3d256c8: Verifying Checksum 15:10:24 0ef7d3d256c8: Download complete 15:10:24 0d57e429df01: Verifying Checksum 15:10:24 0d57e429df01: Download complete 15:10:24 4e4be7b47b0d: Verifying Checksum 15:10:24 4e4be7b47b0d: Download complete 15:10:24 188c0c94c7c5: Verifying Checksum 15:10:24 188c0c94c7c5: Download complete 15:10:24 188c0c94c7c5: Pull complete 15:10:24 0ef7d3d256c8: Pull complete 15:10:24 de9db76c5a1d: Pull complete 15:10:24 e1f770b5df2f: Verifying Checksum 15:10:24 e1f770b5df2f: Download complete 15:10:27 0eba1c9be4d2: Verifying Checksum 15:10:27 0eba1c9be4d2: Download complete 15:10:27 85a0685a4137: Verifying Checksum 15:10:27 85a0685a4137: Download complete 15:10:32 0eba1c9be4d2: Pull complete 15:10:33 0d57e429df01: Pull complete 15:10:33 4e4be7b47b0d: Pull complete 15:10:35 e1f770b5df2f: Pull complete 15:10:43 85a0685a4137: Pull complete 15:10:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:10:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:10:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:10:43 prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container 15:10:43 $ 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 15:10:44 $ docker top d812b320cbe93fe458359c8a2429c045cf8606b4d6dcbab67d24ba6ccb4bf74a -eo pid,comm [Pipeline] { [Pipeline] echo 15:10:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:10:44 + set -o pipefail 15:10:44 + snyk monitor '--org=edgex-jenkins' 15:10:53 15:10:53 Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... 15:10:53 15:10:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/2217f04d-e8ec-4d95-9098-1afa51d605a2 15:10:53 15:10:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:10:53 15:10:53 15:10:53 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 15:10:53 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:10:53 $ docker stop --time=1 d812b320cbe93fe458359c8a2429c045cf8606b4d6dcbab67d24ba6ccb4bf74a 15:10:55 $ docker rm -f d812b320cbe93fe458359c8a2429c045cf8606b4d6dcbab67d24ba6ccb4bf74a [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 15:10:56 + git log --format=format:%s -1 c17a20f7f5fea15f065e3b2e57234782cafc5e7b [Pipeline] isUnix [Pipeline] sh 15:10:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:10:56 . [Pipeline] withDockerContainer 15:10:57 prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container 15:10:57 $ 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 15:10:57 $ docker top e3c7f2f806b8c7cd4f6d3d3cf5ed33ed5df640c5b291e28102ad86d05b32d01d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:10:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:10:58 [ssh-agent] Looking for ssh-agent implementation... 15:10:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:10:58 $ docker exec e3c7f2f806b8c7cd4f6d3d3cf5ed33ed5df640c5b291e28102ad86d05b32d01d ssh-agent 15:10:58 SSH_AUTH_SOCK=/tmp/ssh-IuwUUB71BPTu/agent.12 15:10:58 SSH_AGENT_PID=17 15:10:58 Running ssh-add (command line suppressed) 15:10:58 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1749272000080485446.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1749272000080485446.key) 15:10:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:10:59 + git semver tag 15:10:59 # -> Open(): unable to determine branch for HEAD 15:10:59 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 15:10:59 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 15:10:59 # $SEMVER_REMOTE_NAME = origin 15:10:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:10:59 # $SEMVER_USER_NAME = edgex-jenkins 15:10:59 # $SEMVER_BRANCH = master 15:10:59 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 15:10:59 # c17a20f7f5fea15f065e3b2e57234782cafc5e7b HEAD 15:10:59 # -> Force: false 15:10:59 # 0fe65fe74dc581a893177709975d6d3f7c78c48d refs/tags/v2.0.0-dev.6 [Pipeline] } 15:10:59 $ docker exec --env ******** --env ******** e3c7f2f806b8c7cd4f6d3d3cf5ed33ed5df640c5b291e28102ad86d05b32d01d ssh-agent -k 15:10:59 unset SSH_AUTH_SOCK; 15:10:59 unset SSH_AGENT_PID; 15:10:59 echo Agent pid 17 killed; 15:10:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:10:59 + git semver [Pipeline] } 15:10:59 $ docker stop --time=1 e3c7f2f806b8c7cd4f6d3d3cf5ed33ed5df640c5b291e28102ad86d05b32d01d 15:11:01 $ docker rm -f e3c7f2f806b8c7cd4f6d3d3cf5ed33ed5df640c5b291e28102ad86d05b32d01d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:11:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:11:01 15:11:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:11:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:11:02 0.23.1-centos7: Pulling from edgex-lftools 15:11:02 ab5ef0e58194: Pulling fs layer 15:11:02 9712f1f96733: Pulling fs layer 15:11:02 63f879dbbcfc: Pulling fs layer 15:11:02 0d9ebad4ef96: Pulling fs layer 15:11:02 e9a5061849ea: Pulling fs layer 15:11:02 d747dcd14b5f: Pulling fs layer 15:11:02 2de7ff778b66: Pulling fs layer 15:11:02 e9a5061849ea: Waiting 15:11:02 d747dcd14b5f: Waiting 15:11:02 0d9ebad4ef96: Waiting 15:11:02 2de7ff778b66: Waiting 15:11:02 9712f1f96733: Verifying Checksum 15:11:02 9712f1f96733: Download complete 15:11:03 63f879dbbcfc: Verifying Checksum 15:11:03 63f879dbbcfc: Download complete 15:11:03 e9a5061849ea: Verifying Checksum 15:11:03 e9a5061849ea: Download complete 15:11:03 d747dcd14b5f: Verifying Checksum 15:11:03 d747dcd14b5f: Download complete 15:11:04 2de7ff778b66: Verifying Checksum 15:11:04 2de7ff778b66: Download complete 15:11:04 ab5ef0e58194: Verifying Checksum 15:11:04 ab5ef0e58194: Download complete 15:11:04 0d9ebad4ef96: Verifying Checksum 15:11:04 0d9ebad4ef96: Download complete 15:11:08 ab5ef0e58194: Pull complete 15:11:08 9712f1f96733: Pull complete 15:11:11 63f879dbbcfc: Pull complete 15:11:16 0d9ebad4ef96: Pull complete 15:11:17 e9a5061849ea: Pull complete 15:11:17 d747dcd14b5f: Pull complete 15:11:22 2de7ff778b66: Pull complete 15:11:22 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:11:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:11:22 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:11:22 prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container 15:11: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:11:25 $ docker top ac281c301c81abc1ddf417b139203c53816801134c2a9833b59fe1b469e15231 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:11:26 provisioning config files... 15:11:26 copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config7870936909477207159tmp 15:11:26 copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3489266119299999163tmp 15:11:26 copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config4052657876573955275tmp [Pipeline] { [Pipeline] echo 15:11:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:11:26 ---> sigul-configuration.sh 15:11:26 gpg: directory `/root/.gnupg' created 15:11:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:11:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:11:26 gpg: keyring `/root/.gnupg/secring.gpg' created 15:11:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:11:26 gpg: CAST5 encrypted data 15:11:27 gpg: encrypted with 1 passphrase 15:11:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:11:27 + mkdir /home/jenkins 15:11:27 + mkdir /home/jenkins/sigul [Pipeline] sh 15:11: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 15:11:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:11:28 ---> sigul-install.sh 15:11:34 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:11:34 + git tag --list 15:11:34 v0.0.0 15:11:34 v0.0.1 15:11:34 v0.0.2 15:11:34 v0.0.3 15:11:34 v0.0.4 15:11:34 v0.0.5 15:11:34 v0.0.6 15:11:34 v0.0.7 15:11:34 v0.0.8 15:11:34 v2.0.0-dev.1 15:11:34 v2.0.0-dev.2 15:11:34 v2.0.0-dev.3 15:11:34 v2.0.0-dev.4 15:11:34 v2.0.0-dev.5 15:11:34 v2.0.0-dev.6 [Pipeline] sh 15:11:35 + lftools sign git-tag v2.0.0-dev.6 15:11:36 Signing Git tag with Sigul... 15:11:36 Signing v2.0.0-dev.6 [Pipeline] echo 15:11:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:11:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:11:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:11:37 $ docker stop --time=1 ac281c301c81abc1ddf417b139203c53816801134c2a9833b59fe1b469e15231 15:11:39 $ docker rm -f ac281c301c81abc1ddf417b139203c53816801134c2a9833b59fe1b469e15231 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:11:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:11:40 . [Pipeline] withDockerContainer 15:11:40 prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container 15:11:40 $ 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 15:11:41 $ docker top 6e9da3eae977f4607f0e2102bd6d5bfd3f473db2703937d1812fb2cef930e991 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:11:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:11:41 [ssh-agent] Looking for ssh-agent implementation... 15:11:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:11:42 $ docker exec 6e9da3eae977f4607f0e2102bd6d5bfd3f473db2703937d1812fb2cef930e991 ssh-agent 15:11:42 SSH_AUTH_SOCK=/tmp/ssh-vhCGqU2jNuKY/agent.12 15:11:42 SSH_AGENT_PID=17 15:11:42 Running ssh-add (command line suppressed) 15:11:42 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_3543254143672716656.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_3543254143672716656.key) 15:11:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:11:42 + git semver bump pre 15:11:42 # -> Open(): unable to determine branch for HEAD 15:11:42 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 15:11:42 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 15:11:42 # $SEMVER_REMOTE_NAME = origin 15:11:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:11:42 # $SEMVER_USER_NAME = edgex-jenkins 15:11:42 # $SEMVER_BRANCH = master 15:11:42 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 15:11:42 2.0.0-dev.7 [Pipeline] } 15:11:42 $ docker exec --env ******** --env ******** 6e9da3eae977f4607f0e2102bd6d5bfd3f473db2703937d1812fb2cef930e991 ssh-agent -k 15:11:43 unset SSH_AUTH_SOCK; 15:11:43 unset SSH_AGENT_PID; 15:11:43 echo Agent pid 17 killed; 15:11:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:11:43 + git semver [Pipeline] } 15:11:43 $ docker stop --time=1 6e9da3eae977f4607f0e2102bd6d5bfd3f473db2703937d1812fb2cef930e991 15:11:44 $ docker rm -f 6e9da3eae977f4607f0e2102bd6d5bfd3f473db2703937d1812fb2cef930e991 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:11:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:11:45 . [Pipeline] withDockerContainer 15:11:45 prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container 15:11:45 $ 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 15:11:46 $ docker top cdd742b2955aac352576c598ac7f1bda4ce26118d41bd0d1a54e108fc498c9c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:11:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:11:46 [ssh-agent] Looking for ssh-agent implementation... 15:11:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:11:46 $ docker exec cdd742b2955aac352576c598ac7f1bda4ce26118d41bd0d1a54e108fc498c9c6 ssh-agent 15:11:46 SSH_AUTH_SOCK=/tmp/ssh-oJQx3MJBwCDQ/agent.12 15:11:46 SSH_AGENT_PID=17 15:11:46 Running ssh-add (command line suppressed) 15:11:47 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_73845902618821718.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_73845902618821718.key) 15:11:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:11:47 + git semver push 15:11:47 # -> Open(): unable to determine branch for HEAD 15:11:47 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 15:11:47 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 15:11:47 # $SEMVER_REMOTE_NAME = origin 15:11:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:11:47 # $SEMVER_USER_NAME = edgex-jenkins 15:11:47 # $SEMVER_BRANCH = master 15:11:47 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 15:11:50 $ docker exec --env ******** --env ******** cdd742b2955aac352576c598ac7f1bda4ce26118d41bd0d1a54e108fc498c9c6 ssh-agent -k 15:11:51 unset SSH_AUTH_SOCK; 15:11:51 unset SSH_AGENT_PID; 15:11:51 echo Agent pid 17 killed; 15:11:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:11:51 + git semver [Pipeline] } 15:11:51 $ docker stop --time=1 cdd742b2955aac352576c598ac7f1bda4ce26118d41bd0d1a54e108fc498c9c6 15:11:52 $ docker rm -f cdd742b2955aac352576c598ac7f1bda4ce26118d41bd0d1a54e108fc498c9c6 [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 15:11:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:11:54 ---> package-listing.sh 15:11:54 ++ facter osfamily 15:11:54 ++ tr '[:upper:]' '[:lower:]' 15:11:54 + OS_FAMILY=redhat 15:11:54 + workspace=/w/workspace/ndry_go-mod-configuration_master 15:11:54 + START_PACKAGES=/tmp/packages_start.txt 15:11:54 + END_PACKAGES=/tmp/packages_end.txt 15:11:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:11:54 + PACKAGES=/tmp/packages_start.txt 15:11:54 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 15:11:54 + PACKAGES=/tmp/packages_end.txt 15:11:54 + case "${OS_FAMILY}" in 15:11:54 + rpm -qa 15:11:54 + sort 15:12:00 + '[' -f /tmp/packages_start.txt ']' 15:12:00 + '[' -f /tmp/packages_end.txt ']' 15:12:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:12:00 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 15:12:00 + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ 15:12:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] echo 15:12:00 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 15:12:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:12:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:12:00 15:12:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:12:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:12:01 alpine: Pulling from edgex-lftools-log-publisher 15:12:01 df20fa9351a1: Pulling fs layer 15:12:01 36b3adc4ff6f: Pulling fs layer 15:12:01 8ad3a11d3b57: Pulling fs layer 15:12:01 46f8f816bc3b: Pulling fs layer 15:12:01 93b61091891f: Pulling fs layer 15:12:01 93b9cdb0e59b: Pulling fs layer 15:12:01 5e14af77c1be: Pulling fs layer 15:12:01 01666e4c0597: Pulling fs layer 15:12:01 aa168da1d23b: Pulling fs layer 15:12:01 93b9cdb0e59b: Waiting 15:12:01 5e14af77c1be: Waiting 15:12:01 aa168da1d23b: Waiting 15:12:01 01666e4c0597: Waiting 15:12:01 46f8f816bc3b: Waiting 15:12:01 93b61091891f: Waiting 15:12:01 36b3adc4ff6f: Verifying Checksum 15:12:01 36b3adc4ff6f: Download complete 15:12:01 46f8f816bc3b: Verifying Checksum 15:12:01 46f8f816bc3b: Download complete 15:12:01 df20fa9351a1: Verifying Checksum 15:12:01 df20fa9351a1: Download complete 15:12:01 93b9cdb0e59b: Verifying Checksum 15:12:01 93b9cdb0e59b: Download complete 15:12:01 5e14af77c1be: Download complete 15:12:01 93b61091891f: Download complete 15:12:01 01666e4c0597: Verifying Checksum 15:12:01 01666e4c0597: Download complete 15:12:01 df20fa9351a1: Pull complete 15:12:01 36b3adc4ff6f: Pull complete 15:12:02 8ad3a11d3b57: Verifying Checksum 15:12:02 8ad3a11d3b57: Download complete 15:12:03 8ad3a11d3b57: Pull complete 15:12:03 46f8f816bc3b: Pull complete 15:12:03 aa168da1d23b: Verifying Checksum 15:12:03 aa168da1d23b: Download complete 15:12:04 93b61091891f: Pull complete 15:12:04 93b9cdb0e59b: Pull complete 15:12:04 5e14af77c1be: Pull complete 15:12:04 01666e4c0597: Pull complete 15:12:12 aa168da1d23b: Pull complete 15:12:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:12:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:12:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:12:13 prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container 15:12:13 $ 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 15:12:15 $ docker top 727eda64e20dd801f3b2be48895d1d891bcf0fda8fb3fd5b9c93adc3e8ab6857 -eo pid,comm [Pipeline] { [Pipeline] sh 15:12:16 + touch /tmp/pre-build-complete [Pipeline] sh 15:12:16 + mkdir -p /var/log/sa [Pipeline] sh 15:12:16 + ls /var/log/sa-host 15:12:16 + sadf -c /var/log/sa-host/sa12 15:12:16 file_magic: OK 15:12:16 HZ: Using current value: 100 15:12:16 file_header: OK 15:12:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:12:16 Statistics: 15:12:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:12:16 File successfully converted to sysstat format version 12.2.1 15:12:16 + sadf -c /var/log/sa-host/sa23 15:12:16 file_magic: OK 15:12:16 HZ: Using current value: 100 15:12:16 file_header: OK 15:12:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:12:16 Statistics: 15:12:16 Hnuu...uuuununununu... 15:12:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:12:17 provisioning config files... 15:12:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3494025132999263940tmp [Pipeline] { [Pipeline] echo 15:12:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:12:17 ---> create-netrc.sh [Pipeline] } 15:12:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:12:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:12:17 ---> python-tools-install.sh [Pipeline] echo 15:12:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:12:18 ---> sudo-logs.sh 15:12:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:12:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:12:18 ---> job-cost.sh 15:12:18 lf-activate-venv: SKIPPING 15:12:18 DEBUG: total: 0.20999999344348907 15:12:18 INFO: Retrieving Stack Cost... 15:12:20 INFO: Retrieving Pricing Info for: v1-standard-2 15:12:20 INFO: Archiving Costs [Pipeline] echo 15:12:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:12:20 ---> logs-deploy.sh 15:12:20 lf-activate-venv: SKIPPING 15:12:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/16 15:12:20 INFO: archiving workspace using pattern(s): 15:12:23 Archives upload complete. 15:12:23 INFO: archiving logs to Nexus