Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d92118ee404a2f02c274fe9fe93a66fd30d1d18b 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap 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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17645 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d92118ee404a2f02c274fe9fe93a66fd30d1d18b (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d92118ee404a2f02c274fe9fe93a66fd30d1d18b # timeout=10 Commit message: "refactor: Refactor to remove remote and file logging (#138)" > git rev-list --no-walk cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-29T20:21:57.711Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-29T20:21:58.028Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-29T20:21:58.171Z] ========================================================= [2020-12-29T20:21:58.171Z] EdgeX Global Pipelines Version Info [2020-12-29T20:21:58.171Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-29T20:21:59.942Z] ------------------- [2020-12-29T20:21:59.943Z] stable info: [2020-12-29T20:21:59.943Z] ------------------- [2020-12-29T20:21:59.943Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-29T20:21:59.943Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T20:21:59.943Z] Message: update stable to v1.0.173 [2020-12-29T20:22:00.959Z] ------------------- [2020-12-29T20:22:00.959Z] experimental info: [2020-12-29T20:22:00.959Z] ------------------- [2020-12-29T20:22:00.959Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-29T20:22:00.959Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T20:22:00.959Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-29T20:22:01.360Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-12-29T20:22:01.495Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-12-29T20:22:01.606Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-29T20:22:01.729Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-29T20:22:01.840Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-29T20:22:01.945Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-29T20:22:02.053Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-29T20:22:02.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-29T20:22:02.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-29T20:22:02.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-29T20:22:02.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-29T20:22:02.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-12-29T20:22:02.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-29T20:22:02.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-29T20:22:03.033Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T20:22:03.135Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T20:22:03.262Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T20:22:03.417Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T20:22:03.522Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-29T20:22:03.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-29T20:22:03.742Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-29T20:22:03.865Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-29T20:22:03.964Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-29T20:22:04.098Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-29T20:22:04.198Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-29T20:22:04.319Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-29T20:22:04.438Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-29T20:22:04.538Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-29T20:22:04.637Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-29T20:22:04.748Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-29T20:22:04.847Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d92118ee404a2f02c274fe9fe93a66fd30d1d18b [Pipeline] echo [2020-12-29T20:22:04.943Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d92118e [Pipeline] echo [2020-12-29T20:22:05.112Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T20:22:05.928Z] + git log --format=format:%s -1 d92118ee404a2f02c274fe9fe93a66fd30d1d18b [Pipeline] echo [2020-12-29T20:22:06.093Z] GIT_COMMIT: d92118ee404a2f02c274fe9fe93a66fd30d1d18b, Commit Message: refactor: Refactor to remove remote and file logging (#138) [Pipeline] echo [2020-12-29T20:22:06.145Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:22:07.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T20:22:07.851Z] [2020-12-29T20:22:07.851Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:22:08.305Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T20:22:08.585Z] latest: Pulling from edgex-devops/git-semver [2020-12-29T20:22:08.585Z] 31603596830f: Pulling fs layer [2020-12-29T20:22:08.585Z] 2a8b12db71e7: Pulling fs layer [2020-12-29T20:22:08.585Z] 6ca5941a6612: Pulling fs layer [2020-12-29T20:22:08.585Z] ecc8261a40a4: Pulling fs layer [2020-12-29T20:22:08.585Z] ecc8261a40a4: Waiting [2020-12-29T20:22:08.585Z] 2a8b12db71e7: Verifying Checksum [2020-12-29T20:22:08.585Z] 2a8b12db71e7: Download complete [2020-12-29T20:22:08.865Z] 31603596830f: Verifying Checksum [2020-12-29T20:22:08.865Z] 31603596830f: Download complete [2020-12-29T20:22:09.151Z] ecc8261a40a4: Verifying Checksum [2020-12-29T20:22:09.151Z] ecc8261a40a4: Download complete [2020-12-29T20:22:09.151Z] 6ca5941a6612: Verifying Checksum [2020-12-29T20:22:09.151Z] 6ca5941a6612: Download complete [2020-12-29T20:22:09.428Z] 31603596830f: Pull complete [2020-12-29T20:22:09.708Z] 2a8b12db71e7: Pull complete [2020-12-29T20:22:11.173Z] 6ca5941a6612: Pull complete [2020-12-29T20:22:11.443Z] ecc8261a40a4: Pull complete [2020-12-29T20:22:11.443Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-29T20:22:11.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T20:22:11.443Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-29T20:22:11.654Z] prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container [2020-12-29T20:22:11.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T20:22:14.639Z] $ docker top e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T20:22:15.061Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T20:22:15.061Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T20:22:15.490Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T20:22:15.499Z] $ docker exec e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f ssh-agent [2020-12-29T20:22:15.836Z] SSH_AUTH_SOCK=/tmp/ssh-uhADUBgffJCR/agent.11 [2020-12-29T20:22:15.836Z] SSH_AGENT_PID=16 [2020-12-29T20:22:15.856Z] Running ssh-add (command line suppressed) [2020-12-29T20:22:16.134Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4019198399092659181.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4019198399092659181.key) [2020-12-29T20:22:16.233Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T20:22:16.623Z] + git tag --points-at HEAD [Pipeline] } [2020-12-29T20:22:16.686Z] $ docker exec --env ******** --env ******** e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f ssh-agent -k [2020-12-29T20:22:16.935Z] unset SSH_AUTH_SOCK; [2020-12-29T20:22:16.936Z] unset SSH_AGENT_PID; [2020-12-29T20:22:16.936Z] echo Agent pid 16 killed; [2020-12-29T20:22:17.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-29T20:22:17.273Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T20:22:17.273Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T20:22:17.612Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T20:22:17.621Z] $ docker exec e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f ssh-agent [2020-12-29T20:22:17.905Z] SSH_AUTH_SOCK=/tmp/ssh-baZ0JjTToKVf/agent.44 [2020-12-29T20:22:17.905Z] SSH_AGENT_PID=49 [2020-12-29T20:22:17.916Z] Running ssh-add (command line suppressed) [2020-12-29T20:22:18.102Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8850236983749131840.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8850236983749131840.key) [2020-12-29T20:22:18.210Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T20:22:18.623Z] + git semver init [2020-12-29T20:22:18.918Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T20:22:18.918Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-29T20:22:18.918Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-29T20:22:18.918Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T20:22:18.918Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T20:22:18.918Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T20:22:18.918Z] # $SEMVER_BRANCH = master [2020-12-29T20:22:18.918Z] # $SEMVER_TEMP = /tmp/semver-889687371 [2020-12-29T20:22:18.918Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-12-29T20:22:19.189Z] # '/tmp/semver-889687371' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-12-29T20:22:19.189Z] # -> Force: false [2020-12-29T20:22:19.189Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-12-29T20:22:19.217Z] $ docker exec --env ******** --env ******** e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f ssh-agent -k [2020-12-29T20:22:19.446Z] unset SSH_AUTH_SOCK; [2020-12-29T20:22:19.446Z] unset SSH_AGENT_PID; [2020-12-29T20:22:19.446Z] echo Agent pid 49 killed; [2020-12-29T20:22:19.582Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T20:22:20.128Z] + git semver [Pipeline] } [2020-12-29T20:22:20.472Z] $ docker stop --time=1 e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f [2020-12-29T20:22:22.172Z] $ docker rm -f e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T20:22:22.768Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-29T20:22:23.358Z] Stashed 1 file(s) [Pipeline] echo [2020-12-29T20:22:23.361Z] [edgeXSemver]: initialized semver on version 0.0.65 [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 [2020-12-29T20:22:38.900Z] Still waiting to schedule task [2020-12-29T20:22:38.900Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-29T20:22:38.902Z] Still waiting to schedule task [2020-12-29T20:22:38.903Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-29T20:24:28.432Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17646 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-12-29T20:24:28.495Z] Running in /w/workspace/go-mod-bootstrap/68 [Pipeline] { [Pipeline] checkout [2020-12-29T20:24:33.254Z] using credential edgex-jenkins-ssh [2020-12-29T20:24:33.374Z] Cloning the remote Git repository [2020-12-29T20:24:33.435Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T20:24:33.537Z] > git init /w/workspace/go-mod-bootstrap/68 # timeout=10 [2020-12-29T20:24:33.611Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T20:24:33.612Z] > git --version # timeout=10 [2020-12-29T20:24:33.629Z] > git --version # 'git version 2.17.1' [2020-12-29T20:24:33.630Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T20:24:33.674Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T20:24:34.431Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-29T20:24:34.452Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T20:24:34.475Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-29T20:24:34.508Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T20:24:34.509Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T20:24:34.523Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T20:24:34.997Z] Checking out Revision d92118ee404a2f02c274fe9fe93a66fd30d1d18b (master) [2020-12-29T20:24:35.009Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T20:24:35.028Z] > git checkout -f d92118ee404a2f02c274fe9fe93a66fd30d1d18b # timeout=10 [2020-12-29T20:24:39.336Z] Commit message: "refactor: Refactor to remove remote and file logging (#138)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T20:24:41.010Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-29T20:24:41.435Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T20:24:41.791Z] + sudo service docker restart [2020-12-29T20:24:41.791Z] + true [Pipeline] unstash [Pipeline] echo [2020-12-29T20:24:44.707Z] ========================================================= [2020-12-29T20:24:44.708Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-29T20:24:44.708Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:24:45.155Z] + 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 . [2020-12-29T20:24:46.138Z] Sending build context to Docker daemon 617.5kB [2020-12-29T20:24:46.138Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-29T20:24:46.138Z] Step 2/8 : FROM ${BASE} [2020-12-29T20:24:46.413Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-29T20:24:46.413Z] 5f621e34cdf4: Pulling fs layer [2020-12-29T20:24:46.413Z] a4357932f1b6: Pulling fs layer [2020-12-29T20:24:46.413Z] 18c013af1878: Pulling fs layer [2020-12-29T20:24:46.413Z] 00ac8860ef70: Pulling fs layer [2020-12-29T20:24:46.413Z] 63d7cb157983: Pulling fs layer [2020-12-29T20:24:46.413Z] b116817d02f9: Pulling fs layer [2020-12-29T20:24:46.413Z] 745a02a5169b: Pulling fs layer [2020-12-29T20:24:46.413Z] 00ac8860ef70: Waiting [2020-12-29T20:24:46.413Z] 63d7cb157983: Waiting [2020-12-29T20:24:46.413Z] b116817d02f9: Waiting [2020-12-29T20:24:46.413Z] 745a02a5169b: Waiting [2020-12-29T20:24:46.413Z] 18c013af1878: Verifying Checksum [2020-12-29T20:24:46.413Z] 18c013af1878: Download complete [2020-12-29T20:24:46.413Z] a4357932f1b6: Download complete [2020-12-29T20:24:46.413Z] 63d7cb157983: Verifying Checksum [2020-12-29T20:24:46.413Z] 63d7cb157983: Download complete [2020-12-29T20:24:47.009Z] b116817d02f9: Verifying Checksum [2020-12-29T20:24:47.009Z] b116817d02f9: Download complete [2020-12-29T20:24:47.009Z] 5f621e34cdf4: Download complete [2020-12-29T20:24:48.007Z] 5f621e34cdf4: Pull complete [2020-12-29T20:24:48.286Z] a4357932f1b6: Pull complete [2020-12-29T20:24:48.562Z] 18c013af1878: Pull complete [2020-12-29T20:24:49.545Z] 745a02a5169b: Verifying Checksum [2020-12-29T20:24:49.545Z] 745a02a5169b: Download complete [2020-12-29T20:24:50.976Z] 00ac8860ef70: Download complete [2020-12-29T20:25:01.181Z] 00ac8860ef70: Pull complete [2020-12-29T20:25:01.181Z] 63d7cb157983: Pull complete [2020-12-29T20:25:01.181Z] b116817d02f9: Pull complete [2020-12-29T20:25:05.514Z] 745a02a5169b: Pull complete [2020-12-29T20:25:05.514Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-29T20:25:05.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-29T20:25:05.514Z] ---> b7e6874047d6 [2020-12-29T20:25:05.514Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-29T20:25:08.127Z] ---> Running in 1d3f8de19317 [2020-12-29T20:25:08.127Z] Removing intermediate container 1d3f8de19317 [2020-12-29T20:25:08.127Z] ---> aa4f3db0bf0d [2020-12-29T20:25:08.127Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T20:25:08.127Z] ---> Running in 9d42ddd083c0 [2020-12-29T20:25:10.773Z] Removing intermediate container 9d42ddd083c0 [2020-12-29T20:25:10.773Z] ---> 601d1c06de6f [2020-12-29T20:25:10.773Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-12-29T20:25:10.773Z] ---> Running in 78ab2c2c5447 [2020-12-29T20:25:11.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T20:25:12.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T20:25:13.364Z] OK: 142 MiB in 39 packages [2020-12-29T20:25:14.358Z] Removing intermediate container 78ab2c2c5447 [2020-12-29T20:25:14.358Z] ---> d1df33ff569d [2020-12-29T20:25:14.358Z] Step 6/8 : WORKDIR /build [2020-12-29T20:25:14.358Z] ---> Running in 7ae2fa421f6a [2020-12-29T20:25:14.954Z] Removing intermediate container 7ae2fa421f6a [2020-12-29T20:25:14.954Z] ---> e4b15f3560f4 [2020-12-29T20:25:14.954Z] Step 7/8 : COPY go.mod . [2020-12-29T20:25:15.759Z] ---> ced85588261e [2020-12-29T20:25:15.759Z] Step 8/8 : RUN go mod download [2020-12-29T20:25:15.759Z] ---> Running in e7bf22e409b1 [2020-12-29T20:25:16.834Z] Running on prd-centos7-docker-4c-2g-17647 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-12-29T20:25:16.962Z] Running in /w/workspace/go-mod-bootstrap/68 [Pipeline] { [Pipeline] checkout [2020-12-29T20:25:23.494Z] using credential edgex-jenkins-ssh [2020-12-29T20:25:23.592Z] Cloning the remote Git repository [2020-12-29T20:25:23.671Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T20:25:23.799Z] > git init /w/workspace/go-mod-bootstrap/68 # timeout=10 [2020-12-29T20:25:23.908Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T20:25:23.908Z] > git --version # timeout=10 [2020-12-29T20:25:23.926Z] > git --version # 'git version 2.24.3' [2020-12-29T20:25:23.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T20:25:24.019Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T20:25:25.291Z] Checking out Revision d92118ee404a2f02c274fe9fe93a66fd30d1d18b (master) [2020-12-29T20:25:24.702Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-29T20:25:24.725Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T20:25:24.760Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-29T20:25:24.781Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T20:25:24.781Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T20:25:24.789Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T20:25:25.325Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T20:25:25.337Z] > git checkout -f d92118ee404a2f02c274fe9fe93a66fd30d1d18b # timeout=10 [2020-12-29T20:25:30.054Z] Commit message: "refactor: Refactor to remove remote and file logging (#138)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T20:25:31.508Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-29T20:25:31.974Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T20:25:32.319Z] + true [2020-12-29T20:25:32.319Z] + sudo service docker restart [2020-12-29T20:25:32.319Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-29T20:25:33.483Z] ========================================================= [2020-12-29T20:25:33.483Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-29T20:25:33.483Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:25:33.892Z] + 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 . [2020-12-29T20:25:34.492Z] Sending build context to Docker daemon 618.5kB [2020-12-29T20:25:34.492Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-29T20:25:34.492Z] Step 2/8 : FROM ${BASE} [2020-12-29T20:25:34.770Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-29T20:25:34.770Z] 188c0c94c7c5: Pulling fs layer [2020-12-29T20:25:34.770Z] 0ef7d3d256c8: Pulling fs layer [2020-12-29T20:25:34.770Z] de9db76c5a1d: Pulling fs layer [2020-12-29T20:25:34.770Z] bca2f99d35d6: Pulling fs layer [2020-12-29T20:25:34.770Z] 93359f2a8cfa: Pulling fs layer [2020-12-29T20:25:34.770Z] 7c6f9722023f: Pulling fs layer [2020-12-29T20:25:34.770Z] a35cf1a2eb13: Pulling fs layer [2020-12-29T20:25:34.770Z] bca2f99d35d6: Waiting [2020-12-29T20:25:34.770Z] 93359f2a8cfa: Waiting [2020-12-29T20:25:34.770Z] 7c6f9722023f: Waiting [2020-12-29T20:25:34.770Z] a35cf1a2eb13: Waiting [2020-12-29T20:25:34.770Z] de9db76c5a1d: Verifying Checksum [2020-12-29T20:25:34.770Z] de9db76c5a1d: Download complete [2020-12-29T20:25:34.770Z] 0ef7d3d256c8: Verifying Checksum [2020-12-29T20:25:34.770Z] 0ef7d3d256c8: Download complete [2020-12-29T20:25:34.770Z] 93359f2a8cfa: Verifying Checksum [2020-12-29T20:25:34.770Z] 93359f2a8cfa: Download complete [2020-12-29T20:25:34.770Z] 7c6f9722023f: Verifying Checksum [2020-12-29T20:25:34.770Z] 7c6f9722023f: Download complete [2020-12-29T20:25:34.770Z] 188c0c94c7c5: Verifying Checksum [2020-12-29T20:25:34.770Z] 188c0c94c7c5: Download complete [2020-12-29T20:25:35.377Z] 188c0c94c7c5: Pull complete [2020-12-29T20:25:35.665Z] 0ef7d3d256c8: Pull complete [2020-12-29T20:25:35.964Z] de9db76c5a1d: Pull complete [2020-12-29T20:25:37.925Z] Removing intermediate container e7bf22e409b1 [2020-12-29T20:25:37.925Z] ---> 65800be6e53b [2020-12-29T20:25:37.925Z] Successfully built 65800be6e53b [2020-12-29T20:25:37.925Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:25:38.263Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T20:25:38.263Z] . [Pipeline] withDockerContainer [2020-12-29T20:25:38.496Z] prd-ubuntu18.04-docker-arm64-4c-16g-17646 does not seem to be running inside a container [2020-12-29T20:25:38.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/68 -v /w/workspace/go-mod-bootstrap/68:/w/workspace/go-mod-bootstrap/68:rw,z -v /w/workspace/go-mod-bootstrap/68@tmp:/w/workspace/go-mod-bootstrap/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-29T20:25:39.471Z] a35cf1a2eb13: Verifying Checksum [2020-12-29T20:25:39.471Z] a35cf1a2eb13: Download complete [2020-12-29T20:25:40.017Z] $ docker top aa5354c89ad25d80b066730239ed141c764cf05b1f16e0ce314299a1e7da99d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T20:25:40.935Z] bca2f99d35d6: Download complete [2020-12-29T20:25:41.079Z] + go version [2020-12-29T20:25:41.079Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-29T20:25:41.099Z] $ docker stop --time=1 aa5354c89ad25d80b066730239ed141c764cf05b1f16e0ce314299a1e7da99d9 [2020-12-29T20:25:43.029Z] $ docker rm -f aa5354c89ad25d80b066730239ed141c764cf05b1f16e0ce314299a1e7da99d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:25:44.076Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T20:25:44.076Z] . [Pipeline] withDockerContainer [2020-12-29T20:25:44.344Z] prd-ubuntu18.04-docker-arm64-4c-16g-17646 does not seem to be running inside a container [2020-12-29T20:25:44.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/68 -v /w/workspace/go-mod-bootstrap/68:/w/workspace/go-mod-bootstrap/68:rw,z -v /w/workspace/go-mod-bootstrap/68@tmp:/w/workspace/go-mod-bootstrap/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-29T20:25:45.858Z] $ docker top 1be676ca2078ee695ad1915649d12d19560acd982865403d28bf53353386f870 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T20:25:46.866Z] + make test [2020-12-29T20:25:46.866Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-29T20:25:51.167Z] bca2f99d35d6: Pull complete [2020-12-29T20:25:51.168Z] 93359f2a8cfa: Pull complete [2020-12-29T20:25:51.168Z] 7c6f9722023f: Pull complete [2020-12-29T20:25:57.934Z] a35cf1a2eb13: Pull complete [2020-12-29T20:25:57.934Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-29T20:25:57.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-29T20:25:57.934Z] ---> a62c8e92a672 [2020-12-29T20:25:57.934Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-29T20:25:57.934Z] ---> Running in 9fb5786572b2 [2020-12-29T20:25:58.572Z] Removing intermediate container 9fb5786572b2 [2020-12-29T20:25:58.572Z] ---> 7891f81ed281 [2020-12-29T20:25:58.572Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T20:25:58.572Z] ---> Running in d668eaf7a9d5 [2020-12-29T20:26:00.665Z] Removing intermediate container d668eaf7a9d5 [2020-12-29T20:26:00.665Z] ---> a1d52e14ac85 [2020-12-29T20:26:00.665Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-12-29T20:26:00.665Z] ---> Running in d2bf4b5c498c [2020-12-29T20:26:01.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T20:26:01.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T20:26:02.557Z] OK: 166 MiB in 39 packages [2020-12-29T20:26:03.159Z] Removing intermediate container d2bf4b5c498c [2020-12-29T20:26:03.159Z] ---> a7558d8f6cc2 [2020-12-29T20:26:03.159Z] Step 6/8 : WORKDIR /build [2020-12-29T20:26:03.450Z] ---> Running in b9ae7bf72607 [2020-12-29T20:26:03.719Z] Removing intermediate container b9ae7bf72607 [2020-12-29T20:26:03.719Z] ---> bbbd05f8900c [2020-12-29T20:26:03.719Z] Step 7/8 : COPY go.mod . [2020-12-29T20:26:03.989Z] ---> 51ed6bcd44a4 [2020-12-29T20:26:03.989Z] Step 8/8 : RUN go mod download [2020-12-29T20:26:03.989Z] ---> Running in af7b8d9b57bb [2020-12-29T20:26:13.682Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-12-29T20:26:13.682Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.030s coverage: 8.4% of statements [2020-12-29T20:26:13.682Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-12-29T20:26:14.287Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.048s coverage: 95.1% of statements [2020-12-29T20:26:14.564Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.015s coverage: 87.8% of statements [2020-12-29T20:26:17.966Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.021s coverage: 36.2% of statements [2020-12-29T20:26:17.966Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-12-29T20:26:17.966Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2020-12-29T20:26:17.966Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.013s coverage: 48.9% of statements [2020-12-29T20:26:20.585Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.023s coverage: 95.3% of statements [2020-12-29T20:26:20.585Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-12-29T20:26:20.585Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-12-29T20:26:20.585Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.011s coverage: 91.3% of statements [2020-12-29T20:26:20.865Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-29T20:26:26.286Z] gofmt -l . [2020-12-29T20:26:26.286Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-29T20:26:26.306Z] $ docker stop --time=1 1be676ca2078ee695ad1915649d12d19560acd982865403d28bf53353386f870 [2020-12-29T20:26:28.504Z] $ docker rm -f 1be676ca2078ee695ad1915649d12d19560acd982865403d28bf53353386f870 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T20:26:29.337Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-29T20:26:30.134Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2020-12-29T20:26:31.254Z] Removing intermediate container af7b8d9b57bb [2020-12-29T20:26:31.254Z] ---> 2784c69ded9f [2020-12-29T20:26:31.254Z] Successfully built 2784c69ded9f [2020-12-29T20:26:31.254Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:26:31.839Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T20:26:32.118Z] . [Pipeline] withDockerContainer [2020-12-29T20:26:32.471Z] prd-centos7-docker-4c-2g-17647 does not seem to be running inside a container [2020-12-29T20:26:32.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/68 -v /w/workspace/go-mod-bootstrap/68:/w/workspace/go-mod-bootstrap/68:rw,z -v /w/workspace/go-mod-bootstrap/68@tmp:/w/workspace/go-mod-bootstrap/68@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 [2020-12-29T20:26:34.101Z] $ docker top c7641ae04f903a9f773c3b6035976be77ddd26b9569709a2c8723583f321d694 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T20:26:35.081Z] + go version [2020-12-29T20:26:35.081Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-29T20:26:35.140Z] $ docker stop --time=1 c7641ae04f903a9f773c3b6035976be77ddd26b9569709a2c8723583f321d694 [2020-12-29T20:26:36.727Z] $ docker rm -f c7641ae04f903a9f773c3b6035976be77ddd26b9569709a2c8723583f321d694 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:26:37.850Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T20:26:37.850Z] . [Pipeline] withDockerContainer [2020-12-29T20:26:38.023Z] prd-centos7-docker-4c-2g-17647 does not seem to be running inside a container [2020-12-29T20:26:38.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/68 -v /w/workspace/go-mod-bootstrap/68:/w/workspace/go-mod-bootstrap/68:rw,z -v /w/workspace/go-mod-bootstrap/68@tmp:/w/workspace/go-mod-bootstrap/68@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 [2020-12-29T20:26:39.109Z] $ docker top 81613c62cbfb9ad33adf23389083523d192c0d511a00fab75a45b15380c2332b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T20:26:39.688Z] + make test [2020-12-29T20:26:39.688Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-29T20:26:58.379Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-12-29T20:26:58.379Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.008s coverage: 8.4% of statements [2020-12-29T20:26:58.379Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-12-29T20:26:58.379Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.057s coverage: 95.1% of statements [2020-12-29T20:26:59.438Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.017s coverage: 87.8% of statements [2020-12-29T20:27:00.477Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.040s coverage: 36.2% of statements [2020-12-29T20:27:00.477Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-12-29T20:27:00.477Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2020-12-29T20:27:00.477Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.049s coverage: 48.9% of statements [2020-12-29T20:27:04.820Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.016s coverage: 95.3% of statements [2020-12-29T20:27:04.820Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-12-29T20:27:04.820Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-12-29T20:27:04.820Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.035s coverage: 91.3% of statements [2020-12-29T20:27:04.820Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-29T20:27:07.600Z] gofmt -l . [2020-12-29T20:27:07.600Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-29T20:27:07.630Z] $ docker stop --time=1 81613c62cbfb9ad33adf23389083523d192c0d511a00fab75a45b15380c2332b [2020-12-29T20:27:10.293Z] $ docker rm -f 81613c62cbfb9ad33adf23389083523d192c0d511a00fab75a45b15380c2332b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T20:27:11.168Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-29T20:27:11.237Z] Warning: overwriting stash ‘coverage-report’ [2020-12-29T20:27:11.716Z] 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 [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 [2020-12-29T20:27:13.824Z] provisioning config files... [2020-12-29T20:27:13.846Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7707024675150011095tmp [Pipeline] { [Pipeline] sh [2020-12-29T20:27:14.290Z] + set +x [2020-12-29T20:27:14.290Z] + curl -s https://codecov.io/bash [2020-12-29T20:27:14.290Z] + bash -s -- [2020-12-29T20:27:14.579Z] [2020-12-29T20:27:14.579Z] _____ _ [2020-12-29T20:27:14.579Z] / ____| | | [2020-12-29T20:27:14.579Z] | | ___ __| | ___ ___ _____ __ [2020-12-29T20:27:14.580Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-29T20:27:14.580Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-29T20:27:14.580Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-29T20:27:14.580Z] Bash-20201223-5ad85e3 [2020-12-29T20:27:14.580Z] [2020-12-29T20:27:14.580Z] [2020-12-29T20:27:14.580Z] ==> git version 2.24.3 found [2020-12-29T20:27:14.580Z] ==> 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 [2020-12-29T20:27:14.580Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-29T20:27:14.580Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-29T20:27:14.580Z] ==> Jenkins CI detected. [2020-12-29T20:27:14.580Z] project root: . [2020-12-29T20:27:14.580Z] --> token set from env [2020-12-29T20:27:14.580Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-29T20:27:14.898Z] ==> Running gcov in . (disable via -X gcov) [2020-12-29T20:27:14.899Z] ==> Python coveragepy not found [2020-12-29T20:27:14.899Z] ==> Searching for coverage reports in: [2020-12-29T20:27:14.899Z] + . [2020-12-29T20:27:14.899Z] -> Found 1 reports [2020-12-29T20:27:14.899Z] ==> Detecting git/mercurial file structure [2020-12-29T20:27:14.899Z] ==> Reading reports [2020-12-29T20:27:14.899Z] + ./coverage.out bytes=28797 [2020-12-29T20:27:14.899Z] ==> Appending adjustments [2020-12-29T20:27:14.899Z] https://docs.codecov.io/docs/fixing-reports [2020-12-29T20:27:15.242Z] + Found adjustments [2020-12-29T20:27:15.242Z] ==> Gzipping contents [2020-12-29T20:27:15.242Z] 8.0K /tmp/codecov.5c6WG2.gz [2020-12-29T20:27:15.242Z] ==> Uploading reports [2020-12-29T20:27:15.242Z] url: https://codecov.io [2020-12-29T20:27:15.242Z] query: branch=master&commit=d92118ee404a2f02c274fe9fe93a66fd30d1d18b&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F68%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-29T20:27:15.242Z] -> Pinging Codecov [2020-12-29T20:27:15.242Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=master&commit=d92118ee404a2f02c274fe9fe93a66fd30d1d18b&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F68%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-29T20:27:15.532Z] -> Uploading to [2020-12-29T20:27:15.532Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-29/833815588EE85121546D348822E98E2E/d92118ee404a2f02c274fe9fe93a66fd30d1d18b/da0c4480-2fb2-48d4-b1dc-6bdf6816fa7b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T202715Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d71481d71cec9edaa757aa9440d9420b4e04e613f58692c799f67db7ded103c9 [2020-12-29T20:27:15.532Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T20:27:15.532Z] Dload Upload Total Spent Left Speed [2020-12-29T20:27:16.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5378 0 0 100 5378 0 11260 --:--:-- --:--:-- --:--:-- 11251 [2020-12-29T20:27:16.079Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/d92118ee404a2f02c274fe9fe93a66fd30d1d18b [Pipeline] } [2020-12-29T20:27:16.102Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-29T20:27:17.144Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-29T20:27:17.204Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:27:17.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-29T20:27:17.890Z] [2020-12-29T20:27:17.890Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:27:18.267Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-29T20:27:18.267Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-29T20:27:18.267Z] 188c0c94c7c5: Pulling fs layer [2020-12-29T20:27:18.267Z] 0ef7d3d256c8: Pulling fs layer [2020-12-29T20:27:18.267Z] de9db76c5a1d: Pulling fs layer [2020-12-29T20:27:18.267Z] 0eba1c9be4d2: Pulling fs layer [2020-12-29T20:27:18.267Z] 0d57e429df01: Pulling fs layer [2020-12-29T20:27:18.267Z] 4e4be7b47b0d: Pulling fs layer [2020-12-29T20:27:18.267Z] e1f770b5df2f: Pulling fs layer [2020-12-29T20:27:18.267Z] 85a0685a4137: Pulling fs layer [2020-12-29T20:27:18.267Z] 0eba1c9be4d2: Waiting [2020-12-29T20:27:18.267Z] 0d57e429df01: Waiting [2020-12-29T20:27:18.267Z] 4e4be7b47b0d: Waiting [2020-12-29T20:27:18.267Z] e1f770b5df2f: Waiting [2020-12-29T20:27:18.267Z] 85a0685a4137: Waiting [2020-12-29T20:27:18.267Z] de9db76c5a1d: Verifying Checksum [2020-12-29T20:27:18.267Z] de9db76c5a1d: Download complete [2020-12-29T20:27:18.545Z] 0ef7d3d256c8: Verifying Checksum [2020-12-29T20:27:18.545Z] 0ef7d3d256c8: Download complete [2020-12-29T20:27:18.545Z] 0d57e429df01: Verifying Checksum [2020-12-29T20:27:18.545Z] 0d57e429df01: Download complete [2020-12-29T20:27:18.811Z] 4e4be7b47b0d: Verifying Checksum [2020-12-29T20:27:18.811Z] 4e4be7b47b0d: Download complete [2020-12-29T20:27:19.107Z] 188c0c94c7c5: Download complete [2020-12-29T20:27:19.737Z] 188c0c94c7c5: Pull complete [2020-12-29T20:27:20.360Z] 0ef7d3d256c8: Pull complete [2020-12-29T20:27:20.634Z] de9db76c5a1d: Pull complete [2020-12-29T20:27:20.930Z] e1f770b5df2f: Verifying Checksum [2020-12-29T20:27:20.930Z] e1f770b5df2f: Download complete [2020-12-29T20:27:25.249Z] 0eba1c9be4d2: Verifying Checksum [2020-12-29T20:27:25.249Z] 0eba1c9be4d2: Download complete [2020-12-29T20:27:26.271Z] 85a0685a4137: Verifying Checksum [2020-12-29T20:27:26.271Z] 85a0685a4137: Download complete [2020-12-29T20:27:36.565Z] 0eba1c9be4d2: Pull complete [2020-12-29T20:27:36.842Z] 0d57e429df01: Pull complete [2020-12-29T20:27:37.117Z] 4e4be7b47b0d: Pull complete [2020-12-29T20:27:39.765Z] e1f770b5df2f: Pull complete [2020-12-29T20:27:50.097Z] 85a0685a4137: Pull complete [2020-12-29T20:27:50.097Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-29T20:27:50.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-29T20:27:50.097Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-29T20:27:50.508Z] prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container [2020-12-29T20:27:50.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-29T20:27:52.352Z] $ docker top ec19bd3365b3d962a038575656e819036e741bc03a88c3b401e1abe7d02692c3 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-29T20:27:52.810Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-29T20:27:53.482Z] + set -o pipefail [2020-12-29T20:27:53.482Z] + snyk monitor '--org=edgex-jenkins' [2020-12-29T20:28:00.197Z] [2020-12-29T20:28:00.197Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-12-29T20:28:00.197Z] [2020-12-29T20:28:00.197Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/cdcfbfa6-175f-474f-b3a0-347be5515ad4 [2020-12-29T20:28:00.197Z] [2020-12-29T20:28:00.197Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-29T20:28:00.197Z] [2020-12-29T20:28:00.197Z] [Pipeline] } [2020-12-29T20:28:00.234Z] $ docker stop --time=1 ec19bd3365b3d962a038575656e819036e741bc03a88c3b401e1abe7d02692c3 [2020-12-29T20:28:02.589Z] $ docker rm -f ec19bd3365b3d962a038575656e819036e741bc03a88c3b401e1abe7d02692c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 [2020-12-29T20:28:05.099Z] + git log --format=format:%s -1 d92118ee404a2f02c274fe9fe93a66fd30d1d18b [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:28:05.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T20:28:05.431Z] . [Pipeline] withDockerContainer [2020-12-29T20:28:05.716Z] prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container [2020-12-29T20:28:05.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T20:28:07.170Z] $ docker top c223ecf15a7bdf55bb383cb0985638b583b82598599a90184584c86dbfb2ef36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T20:28:07.603Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T20:28:07.604Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T20:28:08.058Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T20:28:08.063Z] $ docker exec c223ecf15a7bdf55bb383cb0985638b583b82598599a90184584c86dbfb2ef36 ssh-agent [2020-12-29T20:28:08.356Z] SSH_AUTH_SOCK=/tmp/ssh-drjlnBUL14te/agent.12 [2020-12-29T20:28:08.356Z] SSH_AGENT_PID=18 [2020-12-29T20:28:08.381Z] Running ssh-add (command line suppressed) [2020-12-29T20:28:08.668Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5252429286578580268.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5252429286578580268.key) [2020-12-29T20:28:08.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T20:28:09.202Z] + git semver tag [2020-12-29T20:28:09.202Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T20:28:09.202Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-29T20:28:09.202Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-29T20:28:09.202Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T20:28:09.202Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T20:28:09.202Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T20:28:09.202Z] # $SEMVER_BRANCH = master [2020-12-29T20:28:09.202Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-12-29T20:28:09.202Z] # d92118ee404a2f02c274fe9fe93a66fd30d1d18b HEAD [2020-12-29T20:28:09.468Z] # -> Force: false [2020-12-29T20:28:09.468Z] # 53a91caeb6d4d5ed419a5ec87f3da0d0d0e1273d refs/tags/v0.0.65 [Pipeline] } [2020-12-29T20:28:09.485Z] $ docker exec --env ******** --env ******** c223ecf15a7bdf55bb383cb0985638b583b82598599a90184584c86dbfb2ef36 ssh-agent -k [2020-12-29T20:28:09.739Z] unset SSH_AUTH_SOCK; [2020-12-29T20:28:09.739Z] unset SSH_AGENT_PID; [2020-12-29T20:28:09.739Z] echo Agent pid 18 killed; [2020-12-29T20:28:09.910Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T20:28:10.410Z] + git semver [Pipeline] } [2020-12-29T20:28:10.443Z] $ docker stop --time=1 c223ecf15a7bdf55bb383cb0985638b583b82598599a90184584c86dbfb2ef36 [2020-12-29T20:28:12.145Z] $ docker rm -f c223ecf15a7bdf55bb383cb0985638b583b82598599a90184584c86dbfb2ef36 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:28:12.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-29T20:28:12.887Z] [2020-12-29T20:28:12.887Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:28:13.525Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-29T20:28:13.525Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-29T20:28:13.525Z] ab5ef0e58194: Pulling fs layer [2020-12-29T20:28:13.525Z] 9712f1f96733: Pulling fs layer [2020-12-29T20:28:13.525Z] 63f879dbbcfc: Pulling fs layer [2020-12-29T20:28:13.525Z] 0d9ebad4ef96: Pulling fs layer [2020-12-29T20:28:13.525Z] e9a5061849ea: Pulling fs layer [2020-12-29T20:28:13.525Z] d747dcd14b5f: Pulling fs layer [2020-12-29T20:28:13.525Z] 2de7ff778b66: Pulling fs layer [2020-12-29T20:28:13.525Z] e9a5061849ea: Waiting [2020-12-29T20:28:13.525Z] d747dcd14b5f: Waiting [2020-12-29T20:28:13.525Z] 2de7ff778b66: Waiting [2020-12-29T20:28:13.525Z] 0d9ebad4ef96: Waiting [2020-12-29T20:28:13.525Z] 9712f1f96733: Download complete [2020-12-29T20:28:16.512Z] 63f879dbbcfc: Verifying Checksum [2020-12-29T20:28:16.512Z] 63f879dbbcfc: Download complete [2020-12-29T20:28:17.117Z] e9a5061849ea: Verifying Checksum [2020-12-29T20:28:17.117Z] e9a5061849ea: Download complete [2020-12-29T20:28:17.117Z] d747dcd14b5f: Download complete [2020-12-29T20:28:17.399Z] 0d9ebad4ef96: Verifying Checksum [2020-12-29T20:28:17.399Z] 0d9ebad4ef96: Download complete [2020-12-29T20:28:17.672Z] 2de7ff778b66: Download complete [2020-12-29T20:28:18.678Z] ab5ef0e58194: Verifying Checksum [2020-12-29T20:28:18.678Z] ab5ef0e58194: Download complete [2020-12-29T20:28:27.052Z] ab5ef0e58194: Pull complete [2020-12-29T20:28:27.339Z] 9712f1f96733: Pull complete [2020-12-29T20:28:31.652Z] 63f879dbbcfc: Pull complete [2020-12-29T20:28:42.050Z] 0d9ebad4ef96: Pull complete [2020-12-29T20:28:43.074Z] e9a5061849ea: Pull complete [2020-12-29T20:28:43.345Z] d747dcd14b5f: Pull complete [2020-12-29T20:28:46.011Z] 2de7ff778b66: Pull complete [2020-12-29T20:28:46.011Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-29T20:28:46.011Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-29T20:28:46.011Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-29T20:28:46.340Z] prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container [2020-12-29T20:28:46.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-29T20:28:49.948Z] $ docker top 01729b069e533b4c73dd76a5aae7dfce733cb874a891b02deb3c7286bdf4eac2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-29T20:28:50.299Z] provisioning config files... [2020-12-29T20:28:50.312Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8264343261065811404tmp [2020-12-29T20:28:50.351Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1870605525893527793tmp [2020-12-29T20:28:50.397Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7492701069219373109tmp [Pipeline] { [Pipeline] echo [2020-12-29T20:28:50.474Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T20:28:51.151Z] ---> sigul-configuration.sh [2020-12-29T20:28:51.151Z] gpg: directory `/root/.gnupg' created [2020-12-29T20:28:51.151Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-29T20:28:51.151Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-29T20:28:51.151Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-29T20:28:51.151Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-29T20:28:51.151Z] gpg: CAST5 encrypted data [2020-12-29T20:28:51.151Z] gpg: encrypted with 1 passphrase [2020-12-29T20:28:51.151Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-29T20:28:51.761Z] + mkdir /home/jenkins [2020-12-29T20:28:51.761Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-29T20:28:52.437Z] + 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 [2020-12-29T20:28:52.454Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T20:28:52.803Z] ---> sigul-install.sh [2020-12-29T20:29:01.086Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-29T20:29:01.445Z] + git tag --list [2020-12-29T20:29:01.445Z] v0.0.1 [2020-12-29T20:29:01.445Z] v0.0.10 [2020-12-29T20:29:01.445Z] v0.0.11 [2020-12-29T20:29:01.445Z] v0.0.12 [2020-12-29T20:29:01.445Z] v0.0.13 [2020-12-29T20:29:01.445Z] v0.0.14 [2020-12-29T20:29:01.445Z] v0.0.15 [2020-12-29T20:29:01.445Z] v0.0.16 [2020-12-29T20:29:01.445Z] v0.0.17 [2020-12-29T20:29:01.445Z] v0.0.18 [2020-12-29T20:29:01.445Z] v0.0.19 [2020-12-29T20:29:01.445Z] v0.0.2 [2020-12-29T20:29:01.445Z] v0.0.20 [2020-12-29T20:29:01.445Z] v0.0.21 [2020-12-29T20:29:01.445Z] v0.0.22 [2020-12-29T20:29:01.445Z] v0.0.23 [2020-12-29T20:29:01.445Z] v0.0.24 [2020-12-29T20:29:01.445Z] v0.0.25 [2020-12-29T20:29:01.445Z] v0.0.26 [2020-12-29T20:29:01.445Z] v0.0.27 [2020-12-29T20:29:01.445Z] v0.0.28 [2020-12-29T20:29:01.445Z] v0.0.29 [2020-12-29T20:29:01.445Z] v0.0.3 [2020-12-29T20:29:01.445Z] v0.0.30 [2020-12-29T20:29:01.445Z] v0.0.31 [2020-12-29T20:29:01.445Z] v0.0.32 [2020-12-29T20:29:01.445Z] v0.0.33 [2020-12-29T20:29:01.445Z] v0.0.34 [2020-12-29T20:29:01.445Z] v0.0.35 [2020-12-29T20:29:01.445Z] v0.0.36 [2020-12-29T20:29:01.445Z] v0.0.37 [2020-12-29T20:29:01.445Z] v0.0.38 [2020-12-29T20:29:01.445Z] v0.0.39 [2020-12-29T20:29:01.445Z] v0.0.4 [2020-12-29T20:29:01.445Z] v0.0.40 [2020-12-29T20:29:01.445Z] v0.0.41 [2020-12-29T20:29:01.445Z] v0.0.42 [2020-12-29T20:29:01.445Z] v0.0.43 [2020-12-29T20:29:01.445Z] v0.0.44 [2020-12-29T20:29:01.445Z] v0.0.45 [2020-12-29T20:29:01.445Z] v0.0.46 [2020-12-29T20:29:01.445Z] v0.0.47 [2020-12-29T20:29:01.445Z] v0.0.48 [2020-12-29T20:29:01.445Z] v0.0.49 [2020-12-29T20:29:01.445Z] v0.0.5 [2020-12-29T20:29:01.445Z] v0.0.50 [2020-12-29T20:29:01.445Z] v0.0.51 [2020-12-29T20:29:01.445Z] v0.0.52 [2020-12-29T20:29:01.445Z] v0.0.53 [2020-12-29T20:29:01.445Z] v0.0.54 [2020-12-29T20:29:01.445Z] v0.0.55 [2020-12-29T20:29:01.445Z] v0.0.56 [2020-12-29T20:29:01.445Z] v0.0.57 [2020-12-29T20:29:01.445Z] v0.0.58 [2020-12-29T20:29:01.445Z] v0.0.59 [2020-12-29T20:29:01.445Z] v0.0.6 [2020-12-29T20:29:01.445Z] v0.0.60 [2020-12-29T20:29:01.445Z] v0.0.61 [2020-12-29T20:29:01.445Z] v0.0.62 [2020-12-29T20:29:01.445Z] v0.0.63 [2020-12-29T20:29:01.445Z] v0.0.64 [2020-12-29T20:29:01.445Z] v0.0.65 [2020-12-29T20:29:01.445Z] v0.0.7 [2020-12-29T20:29:01.445Z] v0.0.8 [2020-12-29T20:29:01.445Z] v0.0.9 [Pipeline] sh [2020-12-29T20:29:02.186Z] + lftools sign git-tag v0.0.65 [2020-12-29T20:29:04.135Z] Signing Git tag with Sigul... [2020-12-29T20:29:04.135Z] Signing v0.0.65 [Pipeline] echo [2020-12-29T20:29:05.114Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T20:29:05.781Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-29T20:29:05.794Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-29T20:29:05.908Z] $ docker stop --time=1 01729b069e533b4c73dd76a5aae7dfce733cb874a891b02deb3c7286bdf4eac2 [2020-12-29T20:29:07.803Z] $ docker rm -f 01729b069e533b4c73dd76a5aae7dfce733cb874a891b02deb3c7286bdf4eac2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:29:08.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T20:29:09.494Z] . [Pipeline] withDockerContainer [2020-12-29T20:29:09.710Z] prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container [2020-12-29T20:29:09.827Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T20:29:11.137Z] $ docker top 25dde4c8744836f1605481e00cc3351a06d3c103218f124d6be8a99ece59cbf9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T20:29:11.606Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T20:29:11.606Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T20:29:12.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T20:29:12.086Z] $ docker exec 25dde4c8744836f1605481e00cc3351a06d3c103218f124d6be8a99ece59cbf9 ssh-agent [2020-12-29T20:29:12.512Z] SSH_AUTH_SOCK=/tmp/ssh-Sx5PKk34E3SW/agent.11 [2020-12-29T20:29:12.513Z] SSH_AGENT_PID=17 [2020-12-29T20:29:12.525Z] Running ssh-add (command line suppressed) [2020-12-29T20:29:12.725Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4884818182399700360.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4884818182399700360.key) [2020-12-29T20:29:12.817Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T20:29:13.185Z] + git semver bump patch [2020-12-29T20:29:13.460Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T20:29:13.460Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-29T20:29:13.460Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-29T20:29:13.460Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T20:29:13.460Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T20:29:13.460Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T20:29:13.460Z] # $SEMVER_BRANCH = master [2020-12-29T20:29:13.460Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-12-29T20:29:13.460Z] 0.0.66 [Pipeline] } [2020-12-29T20:29:13.475Z] $ docker exec --env ******** --env ******** 25dde4c8744836f1605481e00cc3351a06d3c103218f124d6be8a99ece59cbf9 ssh-agent -k [2020-12-29T20:29:13.838Z] unset SSH_AUTH_SOCK; [2020-12-29T20:29:13.840Z] unset SSH_AGENT_PID; [2020-12-29T20:29:13.840Z] echo Agent pid 17 killed; [2020-12-29T20:29:13.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T20:29:14.561Z] + git semver [Pipeline] } [2020-12-29T20:29:14.866Z] $ docker stop --time=1 25dde4c8744836f1605481e00cc3351a06d3c103218f124d6be8a99ece59cbf9 [2020-12-29T20:29:16.555Z] $ docker rm -f 25dde4c8744836f1605481e00cc3351a06d3c103218f124d6be8a99ece59cbf9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:29:17.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T20:29:17.214Z] . [Pipeline] withDockerContainer [2020-12-29T20:29:17.425Z] prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container [2020-12-29T20:29:17.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T20:29:18.876Z] $ docker top 2f39e43f645a66ecc92ea35702657c73ab8533f749aaac843a716e510da00b96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T20:29:19.278Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T20:29:19.278Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T20:29:19.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T20:29:19.735Z] $ docker exec 2f39e43f645a66ecc92ea35702657c73ab8533f749aaac843a716e510da00b96 ssh-agent [2020-12-29T20:29:20.191Z] SSH_AUTH_SOCK=/tmp/ssh-JqqqSnPRm0Kj/agent.11 [2020-12-29T20:29:20.191Z] SSH_AGENT_PID=16 [2020-12-29T20:29:20.202Z] Running ssh-add (command line suppressed) [2020-12-29T20:29:20.565Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6090184392137160537.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6090184392137160537.key) [2020-12-29T20:29:20.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T20:29:21.058Z] + git semver push [2020-12-29T20:29:21.058Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T20:29:21.058Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-29T20:29:21.058Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-29T20:29:21.058Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T20:29:21.058Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T20:29:21.058Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T20:29:21.058Z] # $SEMVER_BRANCH = master [2020-12-29T20:29:21.058Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-12-29T20:29:27.841Z] $ docker exec --env ******** --env ******** 2f39e43f645a66ecc92ea35702657c73ab8533f749aaac843a716e510da00b96 ssh-agent -k [2020-12-29T20:29:28.254Z] unset SSH_AUTH_SOCK; [2020-12-29T20:29:28.255Z] unset SSH_AGENT_PID; [2020-12-29T20:29:28.255Z] echo Agent pid 16 killed; [2020-12-29T20:29:28.354Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T20:29:29.168Z] + git semver [Pipeline] } [2020-12-29T20:29:29.206Z] $ docker stop --time=1 2f39e43f645a66ecc92ea35702657c73ab8533f749aaac843a716e510da00b96 [2020-12-29T20:29:31.244Z] $ docker rm -f 2f39e43f645a66ecc92ea35702657c73ab8533f749aaac843a716e510da00b96 [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 [2020-12-29T20:29:33.161Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T20:29:33.759Z] ---> package-listing.sh [2020-12-29T20:29:33.759Z] ++ facter osfamily [2020-12-29T20:29:33.759Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-29T20:29:34.027Z] + OS_FAMILY=redhat [2020-12-29T20:29:34.027Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-29T20:29:34.027Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-29T20:29:34.027Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-29T20:29:34.027Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-29T20:29:34.027Z] + PACKAGES=/tmp/packages_start.txt [2020-12-29T20:29:34.027Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-12-29T20:29:34.027Z] + PACKAGES=/tmp/packages_end.txt [2020-12-29T20:29:34.027Z] + case "${OS_FAMILY}" in [2020-12-29T20:29:34.027Z] + rpm -qa [2020-12-29T20:29:34.027Z] + sort [2020-12-29T20:29:39.400Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-29T20:29:39.400Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-29T20:29:39.400Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-29T20:29:39.400Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-12-29T20:29:39.400Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-12-29T20:29:39.400Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2020-12-29T20:29:39.421Z] 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-29T20:29:39.761Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:29:40.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T20:29:40.640Z] [2020-12-29T20:29:40.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-29T20:29:41.017Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T20:29:41.017Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-29T20:29:41.017Z] df20fa9351a1: Pulling fs layer [2020-12-29T20:29:41.017Z] 36b3adc4ff6f: Pulling fs layer [2020-12-29T20:29:41.017Z] 8ad3a11d3b57: Pulling fs layer [2020-12-29T20:29:41.017Z] 46f8f816bc3b: Pulling fs layer [2020-12-29T20:29:41.017Z] 93b61091891f: Pulling fs layer [2020-12-29T20:29:41.017Z] 93b9cdb0e59b: Pulling fs layer [2020-12-29T20:29:41.017Z] 5e14af77c1be: Pulling fs layer [2020-12-29T20:29:41.017Z] 01666e4c0597: Pulling fs layer [2020-12-29T20:29:41.017Z] aa168da1d23b: Pulling fs layer [2020-12-29T20:29:41.017Z] 93b9cdb0e59b: Waiting [2020-12-29T20:29:41.017Z] 5e14af77c1be: Waiting [2020-12-29T20:29:41.017Z] 01666e4c0597: Waiting [2020-12-29T20:29:41.017Z] aa168da1d23b: Waiting [2020-12-29T20:29:41.017Z] 46f8f816bc3b: Waiting [2020-12-29T20:29:41.017Z] 93b61091891f: Waiting [2020-12-29T20:29:41.302Z] 36b3adc4ff6f: Verifying Checksum [2020-12-29T20:29:41.302Z] 36b3adc4ff6f: Download complete [2020-12-29T20:29:41.302Z] 46f8f816bc3b: Verifying Checksum [2020-12-29T20:29:41.302Z] 46f8f816bc3b: Download complete [2020-12-29T20:29:41.302Z] df20fa9351a1: Verifying Checksum [2020-12-29T20:29:41.302Z] df20fa9351a1: Download complete [2020-12-29T20:29:41.302Z] 93b9cdb0e59b: Verifying Checksum [2020-12-29T20:29:41.302Z] 93b9cdb0e59b: Download complete [2020-12-29T20:29:41.302Z] 93b61091891f: Verifying Checksum [2020-12-29T20:29:41.302Z] 93b61091891f: Download complete [2020-12-29T20:29:41.302Z] 5e14af77c1be: Download complete [2020-12-29T20:29:41.302Z] 01666e4c0597: Verifying Checksum [2020-12-29T20:29:41.302Z] 01666e4c0597: Download complete [2020-12-29T20:29:41.579Z] 8ad3a11d3b57: Verifying Checksum [2020-12-29T20:29:41.579Z] 8ad3a11d3b57: Download complete [2020-12-29T20:29:42.172Z] df20fa9351a1: Pull complete [2020-12-29T20:29:42.440Z] 36b3adc4ff6f: Pull complete [2020-12-29T20:29:44.466Z] 8ad3a11d3b57: Pull complete [2020-12-29T20:29:45.067Z] 46f8f816bc3b: Pull complete [2020-12-29T20:29:46.076Z] 93b61091891f: Pull complete [2020-12-29T20:29:46.076Z] aa168da1d23b: Verifying Checksum [2020-12-29T20:29:46.076Z] aa168da1d23b: Download complete [2020-12-29T20:29:46.076Z] 93b9cdb0e59b: Pull complete [2020-12-29T20:29:46.363Z] 5e14af77c1be: Pull complete [2020-12-29T20:29:46.633Z] 01666e4c0597: Pull complete [2020-12-29T20:30:01.831Z] aa168da1d23b: Pull complete [2020-12-29T20:30:01.831Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-29T20:30:01.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T20:30:01.831Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-29T20:30:02.338Z] prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container [2020-12-29T20:30:02.437Z] $ 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-29T20:30:06.148Z] $ docker top afcbce2f69581ac6764ce74f28c435a4c4c1f9d6afcaca39fc2a42fc01f93aeb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T20:30:07.521Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-29T20:30:08.252Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-29T20:30:08.988Z] + ls /var/log/sa-host [2020-12-29T20:30:08.988Z] + sadf -c /var/log/sa-host/sa23 [2020-12-29T20:30:08.988Z] file_magic: OK [2020-12-29T20:30:08.988Z] HZ: Using current value: 100 [2020-12-29T20:30:08.988Z] file_header: OK [2020-12-29T20:30:08.988Z] 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 [2020-12-29T20:30:08.988Z] Statistics: [2020-12-29T20:30:08.988Z] Hnuu...uuuununununu... [2020-12-29T20:30:08.988Z] File successfully converted to sysstat format version 12.2.1 [2020-12-29T20:30:08.988Z] + sadf -c /var/log/sa-host/sa29 [2020-12-29T20:30:08.988Z] file_magic: OK [2020-12-29T20:30:08.988Z] HZ: Using current value: 100 [2020-12-29T20:30:08.988Z] file_header: OK [2020-12-29T20:30:08.988Z] 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 [2020-12-29T20:30:08.988Z] Statistics: [2020-12-29T20:30:08.988Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-29T20:30:08.988Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-29T20:30:09.695Z] provisioning config files... [2020-12-29T20:30:09.720Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4490770070477022085tmp [Pipeline] { [Pipeline] echo [2020-12-29T20:30:09.790Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T20:30:10.153Z] ---> create-netrc.sh [Pipeline] } [2020-12-29T20:30:10.459Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-29T20:30:10.588Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T20:30:10.955Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-29T20:30:10.974Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T20:30:11.427Z] ---> sudo-logs.sh [2020-12-29T20:30:11.427Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-29T20:30:11.708Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T20:30:12.043Z] ---> job-cost.sh [2020-12-29T20:30:12.317Z] lf-activate-venv: SKIPPING [2020-12-29T20:30:12.317Z] INFO: No Stack... [2020-12-29T20:30:13.731Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-29T20:30:14.332Z] INFO: Archiving Costs [Pipeline] echo [2020-12-29T20:30:14.361Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T20:30:14.784Z] ---> logs-deploy.sh [2020-12-29T20:30:14.784Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/68 [2020-12-29T20:30:14.784Z] INFO: archiving workspace using pattern(s): [2020-12-29T20:30:17.622Z] Archives upload complete. [2020-12-29T20:30:17.622Z] INFO: archiving logs to Nexus