Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d53ee3f53debcc6874c45d7868efa4b338f9164c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31004 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 d53ee3f53debcc6874c45d7868efa4b338f9164c (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 d53ee3f53debcc6874c45d7868efa4b338f9164c # timeout=10 Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.54" > git rev-list --no-walk 5315645361e9f2a26ab3732444c7229dd8814c47 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-23T02:55:26.841Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-23T02:55:27.107Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-23T02:55:27.214Z] ========================================================= [2021-03-23T02:55:27.214Z] EdgeX Global Pipelines Version Info [2021-03-23T02:55:27.214Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:55:28.684Z] ------------------- [2021-03-23T02:55:28.684Z] stable info: [2021-03-23T02:55:28.684Z] ------------------- [2021-03-23T02:55:28.684Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-23T02:55:28.684Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T02:55:28.684Z] Message: update stable to v1.0.186 [2021-03-23T02:55:29.630Z] ------------------- [2021-03-23T02:55:29.630Z] experimental info: [2021-03-23T02:55:29.630Z] ------------------- [2021-03-23T02:55:29.630Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-23T02:55:29.630Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T02:55:29.630Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-23T02:55:29.922Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-03-23T02:55:30.018Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-03-23T02:55:30.122Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-23T02:55:30.221Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-23T02:55:30.343Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-23T02:55:30.442Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-23T02:55:30.557Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-23T02:55:30.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-23T02:55:30.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-23T02:55:30.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-23T02:55:30.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-23T02:55:31.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-03-23T02:55:31.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-23T02:55:31.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-23T02:55:31.339Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T02:55:31.428Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T02:55:31.535Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T02:55:31.634Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T02:55:31.745Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-23T02:55:31.837Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-23T02:55:31.925Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-23T02:55:32.017Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-23T02:55:32.105Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-23T02:55:32.192Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-23T02:55:32.279Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-23T02:55:32.368Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-23T02:55:32.454Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-23T02:55:32.539Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-23T02:55:32.626Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-23T02:55:32.730Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d53ee3f53debcc6874c45d7868efa4b338f9164c [Pipeline] echo [2021-03-23T02:55:32.818Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d53ee3f [Pipeline] echo [2021-03-23T02:55:32.905Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T02:55:33.728Z] + git log --format=format:%s -1 d53ee3f53debcc6874c45d7868efa4b338f9164c [Pipeline] echo [2021-03-23T02:55:33.794Z] GIT_COMMIT: d53ee3f53debcc6874c45d7868efa4b338f9164c, Commit Message: Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.54 [Pipeline] echo [2021-03-23T02:55:33.857Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:55:34.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T02:55:35.143Z] [2021-03-23T02:55:35.143Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:55:35.489Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T02:55:35.489Z] latest: Pulling from edgex-devops/git-semver [2021-03-23T02:55:35.489Z] 31603596830f: Pulling fs layer [2021-03-23T02:55:35.489Z] 2a8b12db71e7: Pulling fs layer [2021-03-23T02:55:35.489Z] 6ca5941a6612: Pulling fs layer [2021-03-23T02:55:35.489Z] ecc8261a40a4: Pulling fs layer [2021-03-23T02:55:35.489Z] ecc8261a40a4: Waiting [2021-03-23T02:55:35.489Z] 2a8b12db71e7: Verifying Checksum [2021-03-23T02:55:35.489Z] 2a8b12db71e7: Download complete [2021-03-23T02:55:35.757Z] 31603596830f: Verifying Checksum [2021-03-23T02:55:35.757Z] 31603596830f: Download complete [2021-03-23T02:55:35.757Z] ecc8261a40a4: Verifying Checksum [2021-03-23T02:55:35.757Z] ecc8261a40a4: Download complete [2021-03-23T02:55:36.020Z] 6ca5941a6612: Verifying Checksum [2021-03-23T02:55:36.020Z] 6ca5941a6612: Download complete [2021-03-23T02:55:36.020Z] 31603596830f: Pull complete [2021-03-23T02:55:36.286Z] 2a8b12db71e7: Pull complete [2021-03-23T02:55:37.241Z] 6ca5941a6612: Pull complete [2021-03-23T02:55:37.241Z] ecc8261a40a4: Pull complete [2021-03-23T02:55:37.241Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-23T02:55:37.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T02:55:37.504Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-23T02:55:37.642Z] prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container [2021-03-23T02:55:37.695Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T02:55:40.113Z] $ docker top 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T02:55:40.626Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T02:55:40.626Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T02:55:40.863Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T02:55:40.868Z] $ docker exec 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca ssh-agent [2021-03-23T02:55:41.043Z] SSH_AUTH_SOCK=/tmp/ssh-SM15H4pIHb3R/agent.11 [2021-03-23T02:55:41.043Z] SSH_AGENT_PID=16 [2021-03-23T02:55:41.059Z] Running ssh-add (command line suppressed) [2021-03-23T02:55:41.183Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4567863435336483287.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4567863435336483287.key) [2021-03-23T02:55:41.234Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T02:55:41.571Z] + git tag --points-at HEAD [Pipeline] } [2021-03-23T02:55:41.594Z] $ docker exec --env ******** --env ******** 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca ssh-agent -k [2021-03-23T02:55:41.757Z] unset SSH_AUTH_SOCK; [2021-03-23T02:55:41.758Z] unset SSH_AGENT_PID; [2021-03-23T02:55:41.758Z] echo Agent pid 16 killed; [2021-03-23T02:55:41.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-23T02:55:41.953Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T02:55:41.953Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T02:55:42.123Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T02:55:42.128Z] $ docker exec 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca ssh-agent [2021-03-23T02:55:42.303Z] SSH_AUTH_SOCK=/tmp/ssh-xDCjxoj5TGeu/agent.44 [2021-03-23T02:55:42.303Z] SSH_AGENT_PID=49 [2021-03-23T02:55:42.310Z] Running ssh-add (command line suppressed) [2021-03-23T02:55:42.435Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1868881911044176829.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1868881911044176829.key) [2021-03-23T02:55:42.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T02:55:42.837Z] + git semver init [2021-03-23T02:55:42.837Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T02:55:42.837Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-23T02:55:42.837Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T02:55:42.837Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T02:55:42.837Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T02:55:42.837Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T02:55:42.837Z] # $SEMVER_BRANCH = master [2021-03-23T02:55:42.837Z] # $SEMVER_TEMP = /tmp/semver-839872590 [2021-03-23T02:55:42.837Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-03-23T02:55:43.414Z] # '/tmp/semver-839872590' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2021-03-23T02:55:43.414Z] # -> Force: false [2021-03-23T02:55:43.414Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-03-23T02:55:43.436Z] $ docker exec --env ******** --env ******** 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca ssh-agent -k [2021-03-23T02:55:43.550Z] unset SSH_AUTH_SOCK; [2021-03-23T02:55:43.551Z] unset SSH_AGENT_PID; [2021-03-23T02:55:43.551Z] echo Agent pid 49 killed; [2021-03-23T02:55:43.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T02:55:44.076Z] + git semver [Pipeline] } [2021-03-23T02:55:44.098Z] $ docker stop --time=1 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca [2021-03-23T02:55:45.887Z] $ docker rm -f 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T02:55:46.363Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-23T02:55:46.781Z] Stashed 1 file(s) [Pipeline] echo [2021-03-23T02:55:46.783Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.20 [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 [2021-03-23T02:56:02.307Z] Still waiting to schedule task [2021-03-23T02:56:02.307Z] ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-31005’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-23T02:56:02.310Z] Still waiting to schedule task [2021-03-23T02:56:02.310Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-23T02:57:38.694Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31006 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-03-23T02:57:38.754Z] Running in /w/workspace/go-mod-bootstrap/96 [Pipeline] { [Pipeline] checkout [2021-03-23T02:57:44.085Z] using credential edgex-jenkins-ssh [2021-03-23T02:57:44.150Z] Cloning the remote Git repository [2021-03-23T02:57:44.214Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T02:57:44.322Z] > git init /w/workspace/go-mod-bootstrap/96 # timeout=10 [2021-03-23T02:57:44.397Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T02:57:44.398Z] > git --version # timeout=10 [2021-03-23T02:57:44.421Z] > git --version # 'git version 2.17.1' [2021-03-23T02:57:44.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T02:57:44.520Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T02:57:45.998Z] Checking out Revision d53ee3f53debcc6874c45d7868efa4b338f9164c (master) [2021-03-23T02:57:45.385Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-23T02:57:45.406Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T02:57:45.432Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-23T02:57:45.473Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T02:57:45.473Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T02:57:45.488Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T02:57:46.023Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T02:57:46.048Z] > git checkout -f d53ee3f53debcc6874c45d7868efa4b338f9164c # timeout=10 [2021-03-23T02:57:50.564Z] Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.54" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T02:57:52.045Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-23T02:57:52.444Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T02:57:52.795Z] + true [2021-03-23T02:57:52.795Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-03-23T02:57:55.931Z] ========================================================= [2021-03-23T02:57:55.931Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-23T02:57:55.931Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:57:56.328Z] + 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 . [2021-03-23T02:57:57.329Z] Sending build context to Docker daemon 734.2kB [2021-03-23T02:57:57.329Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-03-23T02:57:57.329Z] Step 2/8 : FROM ${BASE} [2021-03-23T02:57:57.608Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-23T02:57:57.608Z] 5f621e34cdf4: Pulling fs layer [2021-03-23T02:57:57.608Z] a4357932f1b6: Pulling fs layer [2021-03-23T02:57:57.608Z] 18c013af1878: Pulling fs layer [2021-03-23T02:57:57.608Z] 00ac8860ef70: Pulling fs layer [2021-03-23T02:57:57.608Z] 63d7cb157983: Pulling fs layer [2021-03-23T02:57:57.608Z] b116817d02f9: Pulling fs layer [2021-03-23T02:57:57.608Z] 745a02a5169b: Pulling fs layer [2021-03-23T02:57:57.608Z] 00ac8860ef70: Waiting [2021-03-23T02:57:57.608Z] 63d7cb157983: Waiting [2021-03-23T02:57:57.608Z] b116817d02f9: Waiting [2021-03-23T02:57:57.608Z] 745a02a5169b: Waiting [2021-03-23T02:57:57.608Z] 18c013af1878: Download complete [2021-03-23T02:57:57.608Z] a4357932f1b6: Verifying Checksum [2021-03-23T02:57:57.608Z] 63d7cb157983: Verifying Checksum [2021-03-23T02:57:57.608Z] 63d7cb157983: Download complete [2021-03-23T02:57:57.608Z] b116817d02f9: Verifying Checksum [2021-03-23T02:57:57.608Z] b116817d02f9: Download complete [2021-03-23T02:57:57.608Z] 5f621e34cdf4: Verifying Checksum [2021-03-23T02:57:57.608Z] 5f621e34cdf4: Download complete [2021-03-23T02:57:58.601Z] 5f621e34cdf4: Pull complete [2021-03-23T02:57:58.898Z] a4357932f1b6: Pull complete [2021-03-23T02:57:59.497Z] 18c013af1878: Pull complete [2021-03-23T02:58:00.103Z] 745a02a5169b: Verifying Checksum [2021-03-23T02:58:00.103Z] 745a02a5169b: Download complete [2021-03-23T02:58:01.546Z] 00ac8860ef70: Verifying Checksum [2021-03-23T02:58:01.546Z] 00ac8860ef70: Download complete [2021-03-23T02:58:08.283Z] Running on prd-centos7-docker-4c-2g-31007 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-03-23T02:58:08.351Z] Running in /w/workspace/go-mod-bootstrap/96 [Pipeline] { [Pipeline] checkout [2021-03-23T02:58:10.616Z] using credential edgex-jenkins-ssh [2021-03-23T02:58:10.677Z] Cloning the remote Git repository [2021-03-23T02:58:10.588Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T02:58:10.654Z] > git init /w/workspace/go-mod-bootstrap/96 # timeout=10 [2021-03-23T02:58:10.720Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T02:58:10.720Z] > git --version # timeout=10 [2021-03-23T02:58:10.731Z] > git --version # 'git version 2.24.3' [2021-03-23T02:58:10.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T02:58:10.759Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T02:58:11.380Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-23T02:58:11.388Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T02:58:11.403Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-23T02:58:11.415Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T02:58:11.415Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T02:58:11.419Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T02:58:11.771Z] 00ac8860ef70: Pull complete [2021-03-23T02:58:11.771Z] 63d7cb157983: Pull complete [2021-03-23T02:58:11.823Z] Checking out Revision d53ee3f53debcc6874c45d7868efa4b338f9164c (master) [2021-03-23T02:58:12.046Z] b116817d02f9: Pull complete [2021-03-23T02:58:11.818Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T02:58:11.822Z] > git checkout -f d53ee3f53debcc6874c45d7868efa4b338f9164c # timeout=10 [2021-03-23T02:58:15.482Z] Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.54" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T02:58:16.395Z] 745a02a5169b: Pull complete [2021-03-23T02:58:16.395Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-23T02:58:16.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-23T02:58:16.395Z] ---> b7e6874047d6 [2021-03-23T02:58:16.395Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-23T02:58:16.835Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-23T02:58:17.158Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T02:58:17.451Z] + sudo service docker restart [2021-03-23T02:58:17.451Z] + true [2021-03-23T02:58:17.451Z] Redirecting to /bin/systemctl restart docker.service [2021-03-23T02:58:18.395Z] ---> Running in 24dc267250d7 [Pipeline] unstash [2021-03-23T02:58:18.993Z] Removing intermediate container 24dc267250d7 [2021-03-23T02:58:18.993Z] ---> 8fbe89d5da2a [2021-03-23T02:58:18.993Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T02:58:18.993Z] ---> Running in 215f0afa2718 [Pipeline] echo [2021-03-23T02:58:19.051Z] ========================================================= [2021-03-23T02:58:19.051Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-23T02:58:19.051Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:58:19.410Z] + 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 . [2021-03-23T02:58:19.675Z] Sending build context to Docker daemon 733.2kB [2021-03-23T02:58:19.675Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-03-23T02:58:19.675Z] Step 2/8 : FROM ${BASE} [2021-03-23T02:58:19.675Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-23T02:58:19.675Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T02:58:19.675Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T02:58:19.675Z] de9db76c5a1d: Pulling fs layer [2021-03-23T02:58:19.675Z] bca2f99d35d6: Pulling fs layer [2021-03-23T02:58:19.675Z] 93359f2a8cfa: Pulling fs layer [2021-03-23T02:58:19.675Z] 7c6f9722023f: Pulling fs layer [2021-03-23T02:58:19.675Z] a35cf1a2eb13: Pulling fs layer [2021-03-23T02:58:19.675Z] 93359f2a8cfa: Waiting [2021-03-23T02:58:19.675Z] 7c6f9722023f: Waiting [2021-03-23T02:58:19.675Z] a35cf1a2eb13: Waiting [2021-03-23T02:58:19.675Z] bca2f99d35d6: Waiting [2021-03-23T02:58:19.675Z] de9db76c5a1d: Verifying Checksum [2021-03-23T02:58:19.675Z] de9db76c5a1d: Download complete [2021-03-23T02:58:19.675Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T02:58:19.675Z] 0ef7d3d256c8: Download complete [2021-03-23T02:58:19.675Z] 93359f2a8cfa: Verifying Checksum [2021-03-23T02:58:19.675Z] 93359f2a8cfa: Download complete [2021-03-23T02:58:19.950Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T02:58:19.950Z] 7c6f9722023f: Verifying Checksum [2021-03-23T02:58:19.950Z] 7c6f9722023f: Download complete [2021-03-23T02:58:19.950Z] 188c0c94c7c5: Pull complete [2021-03-23T02:58:20.215Z] 0ef7d3d256c8: Pull complete [2021-03-23T02:58:20.481Z] de9db76c5a1d: Pull complete [2021-03-23T02:58:21.646Z] Removing intermediate container 215f0afa2718 [2021-03-23T02:58:21.646Z] ---> 6ddf88a03df4 [2021-03-23T02:58:21.646Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-03-23T02:58:21.646Z] ---> Running in 888534cade4e [2021-03-23T02:58:21.876Z] a35cf1a2eb13: Verifying Checksum [2021-03-23T02:58:21.876Z] a35cf1a2eb13: Download complete [2021-03-23T02:58:22.451Z] bca2f99d35d6: Verifying Checksum [2021-03-23T02:58:22.451Z] bca2f99d35d6: Download complete [2021-03-23T02:58:22.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T02:58:23.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T02:58:25.039Z] OK: 142 MiB in 39 packages [2021-03-23T02:58:26.019Z] Removing intermediate container 888534cade4e [2021-03-23T02:58:26.019Z] ---> e8c16aa9b15a [2021-03-23T02:58:26.019Z] Step 6/8 : WORKDIR /build [2021-03-23T02:58:26.293Z] ---> Running in ecb7581fe5b1 [2021-03-23T02:58:26.569Z] Removing intermediate container ecb7581fe5b1 [2021-03-23T02:58:26.569Z] ---> 4db35aa9031c [2021-03-23T02:58:26.569Z] Step 7/8 : COPY go.mod . [2021-03-23T02:58:27.561Z] ---> 9d2859caf445 [2021-03-23T02:58:27.561Z] Step 8/8 : RUN go mod download [2021-03-23T02:58:27.561Z] ---> Running in ac7a54647186 [2021-03-23T02:58:27.801Z] bca2f99d35d6: Pull complete [2021-03-23T02:58:27.801Z] 93359f2a8cfa: Pull complete [2021-03-23T02:58:27.801Z] 7c6f9722023f: Pull complete [2021-03-23T02:58:36.037Z] a35cf1a2eb13: Pull complete [2021-03-23T02:58:36.037Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-23T02:58:36.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-23T02:58:36.037Z] ---> a62c8e92a672 [2021-03-23T02:58:36.037Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-23T02:58:36.037Z] ---> Running in 95f2f3caa7a4 [2021-03-23T02:58:36.037Z] Removing intermediate container 95f2f3caa7a4 [2021-03-23T02:58:36.037Z] ---> b5426369a28a [2021-03-23T02:58:36.037Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T02:58:36.037Z] ---> Running in b35d81014c38 [2021-03-23T02:58:36.997Z] Removing intermediate container b35d81014c38 [2021-03-23T02:58:36.997Z] ---> 0a2946e9bca3 [2021-03-23T02:58:36.997Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-03-23T02:58:36.997Z] ---> Running in e6929fb9307e [2021-03-23T02:58:37.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T02:58:38.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T02:58:39.101Z] OK: 166 MiB in 39 packages [2021-03-23T02:58:39.677Z] Removing intermediate container e6929fb9307e [2021-03-23T02:58:39.677Z] ---> 998bff9963f8 [2021-03-23T02:58:39.677Z] Step 6/8 : WORKDIR /build [2021-03-23T02:58:39.677Z] ---> Running in 4a6afd10e3ec [2021-03-23T02:58:39.941Z] Removing intermediate container 4a6afd10e3ec [2021-03-23T02:58:39.941Z] ---> f2084281900a [2021-03-23T02:58:39.941Z] Step 7/8 : COPY go.mod . [2021-03-23T02:58:40.204Z] ---> 56c3105f2970 [2021-03-23T02:58:40.204Z] Step 8/8 : RUN go mod download [2021-03-23T02:58:40.204Z] ---> Running in f2292ea47380 [2021-03-23T02:58:49.784Z] Removing intermediate container ac7a54647186 [2021-03-23T02:58:49.785Z] ---> 4795d0b05d47 [2021-03-23T02:58:49.785Z] Successfully built 4795d0b05d47 [2021-03-23T02:58:49.785Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:58:50.141Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T02:58:50.141Z] . [Pipeline] withDockerContainer [2021-03-23T02:58:50.391Z] prd-ubuntu18.04-docker-arm64-4c-16g-31006 does not seem to be running inside a container [2021-03-23T02:58:50.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/96 -v /w/workspace/go-mod-bootstrap/96:/w/workspace/go-mod-bootstrap/96:rw,z -v /w/workspace/go-mod-bootstrap/96@tmp:/w/workspace/go-mod-bootstrap/96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-23T02:58:51.856Z] $ docker top adc554044fc0c43f2201cb3cfe964f78083b413f03f5389e64119737f27c406b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T02:58:52.873Z] + go version [2021-03-23T02:58:52.873Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-23T02:58:52.905Z] $ docker stop --time=1 adc554044fc0c43f2201cb3cfe964f78083b413f03f5389e64119737f27c406b [2021-03-23T02:58:54.817Z] $ docker rm -f adc554044fc0c43f2201cb3cfe964f78083b413f03f5389e64119737f27c406b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:58:55.862Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T02:58:55.862Z] . [Pipeline] withDockerContainer [2021-03-23T02:58:56.128Z] prd-ubuntu18.04-docker-arm64-4c-16g-31006 does not seem to be running inside a container [2021-03-23T02:58:56.210Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/96 -v /w/workspace/go-mod-bootstrap/96:/w/workspace/go-mod-bootstrap/96:rw,z -v /w/workspace/go-mod-bootstrap/96@tmp:/w/workspace/go-mod-bootstrap/96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-23T02:58:57.673Z] $ docker top 58f504877db2df7ad71619206d207471ba0d87fb79430f6727d113a4765d99e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T02:58:58.428Z] Removing intermediate container f2292ea47380 [2021-03-23T02:58:58.428Z] ---> 5a7a7619e76d [2021-03-23T02:58:58.429Z] Successfully built 5a7a7619e76d [2021-03-23T02:58:58.429Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:58:58.719Z] + make test [2021-03-23T02:58:58.719Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-23T02:58:58.744Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T02:58:58.744Z] . [Pipeline] withDockerContainer [2021-03-23T02:58:58.853Z] prd-centos7-docker-4c-2g-31007 does not seem to be running inside a container [2021-03-23T02:58:58.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/96 -v /w/workspace/go-mod-bootstrap/96:/w/workspace/go-mod-bootstrap/96:rw,z -v /w/workspace/go-mod-bootstrap/96@tmp:/w/workspace/go-mod-bootstrap/96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-23T02:58:59.545Z] $ docker top a9a3af5b696878c2405659ceb1437d2bbb80c9ec7b54bd91bd62fdb6158695c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T02:59:00.171Z] + go version [2021-03-23T02:59:00.171Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-23T02:59:00.187Z] $ docker stop --time=1 a9a3af5b696878c2405659ceb1437d2bbb80c9ec7b54bd91bd62fdb6158695c4 [2021-03-23T02:59:01.514Z] $ docker rm -f a9a3af5b696878c2405659ceb1437d2bbb80c9ec7b54bd91bd62fdb6158695c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:59:02.366Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T02:59:02.366Z] . [Pipeline] withDockerContainer [2021-03-23T02:59:02.465Z] prd-centos7-docker-4c-2g-31007 does not seem to be running inside a container [2021-03-23T02:59:02.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/96 -v /w/workspace/go-mod-bootstrap/96:/w/workspace/go-mod-bootstrap/96:rw,z -v /w/workspace/go-mod-bootstrap/96@tmp:/w/workspace/go-mod-bootstrap/96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-23T02:59:03.106Z] $ docker top 4ae959fb6999479a9642596442686eae1424d8414a237924db46a17dc58e664e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T02:59:03.643Z] + make test [2021-03-23T02:59:03.643Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-23T02:59:13.732Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-03-23T02:59:14.008Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.007s coverage: 5.7% of statements [2021-03-23T02:59:14.008Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-03-23T02:59:14.008Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.007s coverage: 92.2% of statements [2021-03-23T02:59:14.008Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.022s coverage: 85.3% of statements [2021-03-23T02:59:14.968Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.012s coverage: 34.3% of statements [2021-03-23T02:59:14.968Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-03-23T02:59:14.968Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-03-23T02:59:14.968Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.006s coverage: 18.2% of statements [2021-03-23T02:59:18.287Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.007s coverage: 95.3% of statements [2021-03-23T02:59:18.287Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-03-23T02:59:18.287Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-03-23T02:59:18.287Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.016s coverage: 91.3% of statements [2021-03-23T02:59:18.287Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-03-23T02:59:18.287Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-23T02:59:20.892Z] gofmt -l . [2021-03-23T02:59:20.892Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-23T02:59:20.909Z] $ docker stop --time=1 4ae959fb6999479a9642596442686eae1424d8414a237924db46a17dc58e664e [2021-03-23T02:59:23.293Z] $ docker rm -f 4ae959fb6999479a9642596442686eae1424d8414a237924db46a17dc58e664e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T02:59:23.923Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-23T02:59:24.343Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:59:25.806Z] ---> job-cost.sh [2021-03-23T02:59:25.806Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NYxU [2021-03-23T02:59:31.091Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-03-23T02:59:31.091Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.017s coverage: 5.7% of statements [2021-03-23T02:59:31.091Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-03-23T02:59:31.091Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.039s coverage: 92.2% of statements [2021-03-23T02:59:31.091Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.020s coverage: 85.3% of statements [2021-03-23T02:59:32.551Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.035s coverage: 34.3% of statements [2021-03-23T02:59:32.551Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-03-23T02:59:32.551Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-03-23T02:59:32.551Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.011s coverage: 18.2% of statements [2021-03-23T02:59:35.970Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.033s coverage: 95.3% of statements [2021-03-23T02:59:35.970Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-03-23T02:59:35.970Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-03-23T02:59:35.970Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.010s coverage: 91.3% of statements [2021-03-23T02:59:35.970Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-03-23T02:59:36.249Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-23T02:59:40.779Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T02:59:43.028Z] gofmt -l . [2021-03-23T02:59:43.028Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-23T02:59:43.049Z] $ docker stop --time=1 58f504877db2df7ad71619206d207471ba0d87fb79430f6727d113a4765d99e8 [2021-03-23T02:59:45.301Z] $ docker rm -f 58f504877db2df7ad71619206d207471ba0d87fb79430f6727d113a4765d99e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T02:59:46.180Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-23T02:59:46.245Z] Warning: overwriting stash ‘coverage-report’ [2021-03-23T02:59:46.985Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:59:47.980Z] ---> job-cost.sh [2021-03-23T02:59:47.980Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tnsY [2021-03-23T03:00:07.450Z] lf-activate-venv(): INFO: Adding /tmp/venv-NYxU/bin to PATH [2021-03-23T03:00:07.450Z] INFO: No Stack... [2021-03-23T03:00:07.450Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T03:00:07.450Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T03:00:07.759Z] + cat /w/workspace/go-mod-bootstrap/96/archives/cost.csv [2021-03-23T03:00:07.759Z] + cut -d, -f6 [Pipeline] lock [2021-03-23T03:00:07.846Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] [2021-03-23T03:00:07.860Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] did not exist. Created. [2021-03-23T03:00:07.860Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T03:00:08.255Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-23T03:00:08.380Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T03:00:08.388Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-23T03:00:26.984Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T03:01:48.709Z] lf-activate-venv(): INFO: Adding /tmp/venv-tnsY/bin to PATH [2021-03-23T03:01:48.709Z] INFO: No Stack... [2021-03-23T03:01:48.981Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-23T03:01:49.575Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T03:01:49.913Z] + cat /w/workspace/go-mod-bootstrap/96/archives/cost.csv [2021-03-23T03:01:49.913Z] + cut -d, -f6 [Pipeline] lock [2021-03-23T03:01:50.022Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] [2021-03-23T03:01:50.030Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] did not exist. Created. [2021-03-23T03:01:50.030Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T03:01:50.500Z] /w/workspace/go-mod-bootstrap/96@tmp/durable-19db4a59/script.sh: 1: /w/workspace/go-mod-bootstrap/96@tmp/durable-19db4a59/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-23T03:01:50.843Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-23T03:01:50.911Z] Warning: overwriting stash ‘stack-cost’ [2021-03-23T03:01:51.066Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T03:01:51.078Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-23T03:01:52.511Z] provisioning config files... [2021-03-23T03:01:52.526Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4242002007192023824tmp [Pipeline] { [Pipeline] sh [2021-03-23T03:01:52.959Z] + set +x [2021-03-23T03:01:52.959Z] + curl -s https://codecov.io/bash [2021-03-23T03:01:52.959Z] + bash -s -- [2021-03-23T03:01:53.223Z] [2021-03-23T03:01:53.223Z] _____ _ [2021-03-23T03:01:53.223Z] / ____| | | [2021-03-23T03:01:53.223Z] | | ___ __| | ___ ___ _____ __ [2021-03-23T03:01:53.223Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-23T03:01:53.223Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-23T03:01:53.223Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-23T03:01:53.223Z] Bash-20210309-2b87ace [2021-03-23T03:01:53.223Z] [2021-03-23T03:01:53.223Z] [2021-03-23T03:01:53.223Z] ==> git version 2.24.3 found [2021-03-23T03:01:53.223Z] ==> 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 [2021-03-23T03:01:53.223Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-23T03:01:53.223Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-23T03:01:53.223Z] ==> Jenkins CI detected. [2021-03-23T03:01:53.223Z] project root: . [2021-03-23T03:01:53.223Z] --> token set from env [2021-03-23T03:01:53.223Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-23T03:01:53.223Z] ==> Running gcov in . (disable via -X gcov) [2021-03-23T03:01:53.223Z] ==> Python coveragepy not found [2021-03-23T03:01:53.223Z] ==> Searching for coverage reports in: [2021-03-23T03:01:53.223Z] + . [2021-03-23T03:01:53.223Z] -> Found 1 reports [2021-03-23T03:01:53.223Z] ==> Detecting git/mercurial file structure [2021-03-23T03:01:53.223Z] ==> Reading reports [2021-03-23T03:01:53.223Z] + ./coverage.out bytes=30254 [2021-03-23T03:01:53.223Z] ==> Appending adjustments [2021-03-23T03:01:53.223Z] https://docs.codecov.io/docs/fixing-reports [2021-03-23T03:01:53.486Z] + Found adjustments [2021-03-23T03:01:53.486Z] ==> Gzipping contents [2021-03-23T03:01:53.486Z] 8.0K /tmp/codecov.63oyY0.gz [2021-03-23T03:01:53.486Z] ==> Uploading reports [2021-03-23T03:01:53.486Z] url: https://codecov.io [2021-03-23T03:01:53.486Z] query: branch=master&commit=d53ee3f53debcc6874c45d7868efa4b338f9164c&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T03:01:53.486Z] -> Pinging Codecov [2021-03-23T03:01:53.486Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=d53ee3f53debcc6874c45d7868efa4b338f9164c&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T03:01:54.060Z] -> Uploading to [2021-03-23T03:01:54.060Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-23/833815588EE85121546D348822E98E2E/d53ee3f53debcc6874c45d7868efa4b338f9164c/430d8d67-7fec-4b48-a65b-81ef2506fcf1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T030153Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ce807633daef10e4a7fcaea95fbab47baabeebd904dfd61bea25c59ea66b2394 [2021-03-23T03:01:54.060Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T03:01:54.060Z] Dload Upload Total Spent Left Speed [2021-03-23T03:01:54.321Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5614 0 0 100 5614 0 13929 --:--:-- --:--:-- --:--:-- 13965 [2021-03-23T03:01:54.321Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/d53ee3f53debcc6874c45d7868efa4b338f9164c [Pipeline] } [2021-03-23T03:01:54.331Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-23T03:01:55.182Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-23T03:01:55.242Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:01:55.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T03:01:55.582Z] [2021-03-23T03:01:55.582Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:01:55.935Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T03:01:55.935Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-23T03:01:55.935Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T03:01:55.935Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T03:01:55.935Z] de9db76c5a1d: Pulling fs layer [2021-03-23T03:01:55.935Z] 0eba1c9be4d2: Pulling fs layer [2021-03-23T03:01:55.935Z] 0d57e429df01: Pulling fs layer [2021-03-23T03:01:55.935Z] 4e4be7b47b0d: Pulling fs layer [2021-03-23T03:01:55.935Z] e1f770b5df2f: Pulling fs layer [2021-03-23T03:01:55.935Z] 85a0685a4137: Pulling fs layer [2021-03-23T03:01:55.935Z] 0eba1c9be4d2: Waiting [2021-03-23T03:01:55.935Z] 0d57e429df01: Waiting [2021-03-23T03:01:55.935Z] 4e4be7b47b0d: Waiting [2021-03-23T03:01:55.935Z] e1f770b5df2f: Waiting [2021-03-23T03:01:55.935Z] de9db76c5a1d: Verifying Checksum [2021-03-23T03:01:55.935Z] de9db76c5a1d: Download complete [2021-03-23T03:01:55.935Z] 0ef7d3d256c8: Download complete [2021-03-23T03:01:55.935Z] 0d57e429df01: Verifying Checksum [2021-03-23T03:01:55.935Z] 0d57e429df01: Download complete [2021-03-23T03:01:55.935Z] 4e4be7b47b0d: Verifying Checksum [2021-03-23T03:01:55.935Z] 4e4be7b47b0d: Download complete [2021-03-23T03:01:56.201Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T03:01:56.467Z] 188c0c94c7c5: Pull complete [2021-03-23T03:01:56.731Z] 0ef7d3d256c8: Pull complete [2021-03-23T03:01:56.994Z] de9db76c5a1d: Pull complete [2021-03-23T03:01:57.957Z] e1f770b5df2f: Verifying Checksum [2021-03-23T03:01:57.957Z] e1f770b5df2f: Download complete [2021-03-23T03:01:59.918Z] 0eba1c9be4d2: Verifying Checksum [2021-03-23T03:01:59.918Z] 0eba1c9be4d2: Download complete [2021-03-23T03:02:00.502Z] 85a0685a4137: Verifying Checksum [2021-03-23T03:02:00.502Z] 85a0685a4137: Download complete [2021-03-23T03:02:04.740Z] 0eba1c9be4d2: Pull complete [2021-03-23T03:02:05.002Z] 0d57e429df01: Pull complete [2021-03-23T03:02:05.002Z] 4e4be7b47b0d: Pull complete [2021-03-23T03:02:07.577Z] e1f770b5df2f: Pull complete [2021-03-23T03:02:15.809Z] 85a0685a4137: Pull complete [2021-03-23T03:02:15.809Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-23T03:02:15.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T03:02:15.809Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-23T03:02:16.034Z] prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container [2021-03-23T03:02:16.084Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-23T03:02:17.138Z] $ docker top 432ec0043cadd3056e3dc73efe5cedda1dd701bac4f10af3dc6944280afc1c94 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T03:02:17.356Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-23T03:02:17.652Z] + set -o pipefail [2021-03-23T03:02:17.652Z] + snyk monitor '--org=edgex-jenkins' [2021-03-23T03:02:24.263Z] [2021-03-23T03:02:24.263Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... [2021-03-23T03:02:24.263Z] [2021-03-23T03:02:24.263Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/df2532b3-93da-4ec2-88de-885d7a135014 [2021-03-23T03:02:24.263Z] [2021-03-23T03:02:24.263Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-23T03:02:24.263Z] [2021-03-23T03:02:24.263Z] [Pipeline] } [2021-03-23T03:02:24.278Z] $ docker stop --time=1 432ec0043cadd3056e3dc73efe5cedda1dd701bac4f10af3dc6944280afc1c94 [2021-03-23T03:02:26.965Z] $ docker rm -f 432ec0043cadd3056e3dc73efe5cedda1dd701bac4f10af3dc6944280afc1c94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T03:02:28.761Z] + git log --format=format:%s -1 d53ee3f53debcc6874c45d7868efa4b338f9164c [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:02:29.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T03:02:29.071Z] . [Pipeline] withDockerContainer [2021-03-23T03:02:29.176Z] prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container [2021-03-23T03:02:29.224Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T03:02:30.130Z] $ docker top 75148ebdb724ae3f87f52be06c8ea1de5232262c18870a8cdb337a4d2b02f2d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T03:02:30.511Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T03:02:30.511Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T03:02:30.786Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T03:02:30.791Z] $ docker exec 75148ebdb724ae3f87f52be06c8ea1de5232262c18870a8cdb337a4d2b02f2d2 ssh-agent [2021-03-23T03:02:30.980Z] SSH_AUTH_SOCK=/tmp/ssh-aesIP31J4ldg/agent.11 [2021-03-23T03:02:30.980Z] SSH_AGENT_PID=16 [2021-03-23T03:02:30.987Z] Running ssh-add (command line suppressed) [2021-03-23T03:02:31.133Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4850376061144412136.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4850376061144412136.key) [2021-03-23T03:02:31.202Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T03:02:31.539Z] + git semver tag [2021-03-23T03:02:31.539Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T03:02:31.540Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-23T03:02:31.540Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T03:02:31.540Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T03:02:31.540Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T03:02:31.540Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T03:02:31.540Z] # $SEMVER_BRANCH = master [2021-03-23T03:02:31.540Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-03-23T03:02:31.540Z] # d53ee3f53debcc6874c45d7868efa4b338f9164c HEAD [2021-03-23T03:02:31.803Z] # -> Force: false [2021-03-23T03:02:31.803Z] # 08b651ae4ba9f2d239f4d36ea98441f471477983 refs/tags/v2.0.0-dev.20 [Pipeline] } [2021-03-23T03:02:31.818Z] $ docker exec --env ******** --env ******** 75148ebdb724ae3f87f52be06c8ea1de5232262c18870a8cdb337a4d2b02f2d2 ssh-agent -k [2021-03-23T03:02:31.952Z] unset SSH_AUTH_SOCK; [2021-03-23T03:02:31.952Z] unset SSH_AGENT_PID; [2021-03-23T03:02:31.952Z] echo Agent pid 16 killed; [2021-03-23T03:02:32.005Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T03:02:32.499Z] + git semver [Pipeline] } [2021-03-23T03:02:32.518Z] $ docker stop --time=1 75148ebdb724ae3f87f52be06c8ea1de5232262c18870a8cdb337a4d2b02f2d2 [2021-03-23T03:02:33.896Z] $ docker rm -f 75148ebdb724ae3f87f52be06c8ea1de5232262c18870a8cdb337a4d2b02f2d2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:02:34.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T03:02:34.595Z] [2021-03-23T03:02:34.595Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:02:34.954Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T03:02:34.954Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-23T03:02:34.954Z] ab5ef0e58194: Pulling fs layer [2021-03-23T03:02:34.954Z] 9712f1f96733: Pulling fs layer [2021-03-23T03:02:34.954Z] 63f879dbbcfc: Pulling fs layer [2021-03-23T03:02:34.954Z] 0d9ebad4ef96: Pulling fs layer [2021-03-23T03:02:34.954Z] e9a5061849ea: Pulling fs layer [2021-03-23T03:02:34.954Z] d747dcd14b5f: Pulling fs layer [2021-03-23T03:02:34.954Z] 2de7ff778b66: Pulling fs layer [2021-03-23T03:02:34.954Z] e9a5061849ea: Waiting [2021-03-23T03:02:34.954Z] d747dcd14b5f: Waiting [2021-03-23T03:02:34.954Z] 2de7ff778b66: Waiting [2021-03-23T03:02:34.954Z] 0d9ebad4ef96: Waiting [2021-03-23T03:02:34.954Z] 9712f1f96733: Verifying Checksum [2021-03-23T03:02:34.954Z] 9712f1f96733: Download complete [2021-03-23T03:02:37.517Z] 63f879dbbcfc: Verifying Checksum [2021-03-23T03:02:37.517Z] 63f879dbbcfc: Download complete [2021-03-23T03:02:38.095Z] e9a5061849ea: Verifying Checksum [2021-03-23T03:02:38.095Z] e9a5061849ea: Download complete [2021-03-23T03:02:38.095Z] d747dcd14b5f: Verifying Checksum [2021-03-23T03:02:38.095Z] d747dcd14b5f: Download complete [2021-03-23T03:02:38.095Z] 0d9ebad4ef96: Verifying Checksum [2021-03-23T03:02:38.095Z] 0d9ebad4ef96: Download complete [2021-03-23T03:02:38.358Z] 2de7ff778b66: Verifying Checksum [2021-03-23T03:02:38.358Z] 2de7ff778b66: Download complete [2021-03-23T03:02:38.621Z] ab5ef0e58194: Verifying Checksum [2021-03-23T03:02:38.621Z] ab5ef0e58194: Download complete [2021-03-23T03:02:44.070Z] ab5ef0e58194: Pull complete [2021-03-23T03:02:44.070Z] 9712f1f96733: Pull complete [2021-03-23T03:02:46.014Z] 63f879dbbcfc: Pull complete [2021-03-23T03:02:52.642Z] 0d9ebad4ef96: Pull complete [2021-03-23T03:02:54.035Z] e9a5061849ea: Pull complete [2021-03-23T03:02:54.035Z] d747dcd14b5f: Pull complete [2021-03-23T03:02:56.601Z] 2de7ff778b66: Pull complete [2021-03-23T03:02:56.601Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-23T03:02:56.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T03:02:56.601Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-23T03:02:56.818Z] prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container [2021-03-23T03:02:56.867Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-23T03:03:01.091Z] $ docker top d632768c7b0f6b439340b96d8a23ec086fa414be23b4c454539f895d15b7af8c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-23T03:03:01.369Z] provisioning config files... [2021-03-23T03:03:01.381Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7072165812468926749tmp [2021-03-23T03:03:01.399Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3429907955468834434tmp [2021-03-23T03:03:01.420Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5702867457058004954tmp [Pipeline] { [Pipeline] echo [2021-03-23T03:03:01.475Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:03:01.780Z] ---> sigul-configuration.sh [2021-03-23T03:03:01.780Z] gpg: directory `/root/.gnupg' created [2021-03-23T03:03:01.780Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-23T03:03:01.780Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-23T03:03:01.780Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-23T03:03:01.780Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-23T03:03:01.780Z] gpg: CAST5 encrypted data [2021-03-23T03:03:02.044Z] gpg: encrypted with 1 passphrase [2021-03-23T03:03:02.044Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-23T03:03:02.353Z] + mkdir /home/jenkins [2021-03-23T03:03:02.353Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-23T03:03:02.658Z] + 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 [2021-03-23T03:03:02.670Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:03:02.966Z] ---> sigul-install.sh [2021-03-23T03:03:09.582Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-23T03:03:09.893Z] + git tag --list [2021-03-23T03:03:09.893Z] v0.0.1 [2021-03-23T03:03:09.893Z] v0.0.10 [2021-03-23T03:03:09.893Z] v0.0.11 [2021-03-23T03:03:09.893Z] v0.0.12 [2021-03-23T03:03:09.893Z] v0.0.13 [2021-03-23T03:03:09.893Z] v0.0.14 [2021-03-23T03:03:09.893Z] v0.0.15 [2021-03-23T03:03:09.893Z] v0.0.16 [2021-03-23T03:03:09.893Z] v0.0.17 [2021-03-23T03:03:09.893Z] v0.0.18 [2021-03-23T03:03:09.893Z] v0.0.19 [2021-03-23T03:03:09.893Z] v0.0.2 [2021-03-23T03:03:09.893Z] v0.0.20 [2021-03-23T03:03:09.893Z] v0.0.21 [2021-03-23T03:03:09.893Z] v0.0.22 [2021-03-23T03:03:09.893Z] v0.0.23 [2021-03-23T03:03:09.893Z] v0.0.24 [2021-03-23T03:03:09.893Z] v0.0.25 [2021-03-23T03:03:09.893Z] v0.0.26 [2021-03-23T03:03:09.893Z] v0.0.27 [2021-03-23T03:03:09.893Z] v0.0.28 [2021-03-23T03:03:09.893Z] v0.0.29 [2021-03-23T03:03:09.893Z] v0.0.3 [2021-03-23T03:03:09.893Z] v0.0.30 [2021-03-23T03:03:09.893Z] v0.0.31 [2021-03-23T03:03:09.893Z] v0.0.32 [2021-03-23T03:03:09.893Z] v0.0.33 [2021-03-23T03:03:09.893Z] v0.0.34 [2021-03-23T03:03:09.893Z] v0.0.35 [2021-03-23T03:03:09.893Z] v0.0.36 [2021-03-23T03:03:09.893Z] v0.0.37 [2021-03-23T03:03:09.893Z] v0.0.38 [2021-03-23T03:03:09.893Z] v0.0.39 [2021-03-23T03:03:09.893Z] v0.0.4 [2021-03-23T03:03:09.893Z] v0.0.40 [2021-03-23T03:03:09.893Z] v0.0.41 [2021-03-23T03:03:09.893Z] v0.0.42 [2021-03-23T03:03:09.893Z] v0.0.43 [2021-03-23T03:03:09.893Z] v0.0.44 [2021-03-23T03:03:09.893Z] v0.0.45 [2021-03-23T03:03:09.893Z] v0.0.46 [2021-03-23T03:03:09.893Z] v0.0.47 [2021-03-23T03:03:09.893Z] v0.0.48 [2021-03-23T03:03:09.893Z] v0.0.49 [2021-03-23T03:03:09.893Z] v0.0.5 [2021-03-23T03:03:09.893Z] v0.0.50 [2021-03-23T03:03:09.893Z] v0.0.51 [2021-03-23T03:03:09.893Z] v0.0.52 [2021-03-23T03:03:09.893Z] v0.0.53 [2021-03-23T03:03:09.893Z] v0.0.54 [2021-03-23T03:03:09.893Z] v0.0.55 [2021-03-23T03:03:09.893Z] v0.0.56 [2021-03-23T03:03:09.893Z] v0.0.57 [2021-03-23T03:03:09.893Z] v0.0.58 [2021-03-23T03:03:09.893Z] v0.0.59 [2021-03-23T03:03:09.893Z] v0.0.6 [2021-03-23T03:03:09.893Z] v0.0.60 [2021-03-23T03:03:09.893Z] v0.0.61 [2021-03-23T03:03:09.893Z] v0.0.62 [2021-03-23T03:03:09.893Z] v0.0.63 [2021-03-23T03:03:09.893Z] v0.0.64 [2021-03-23T03:03:09.893Z] v0.0.65 [2021-03-23T03:03:09.893Z] v0.0.66 [2021-03-23T03:03:09.893Z] v0.0.67 [2021-03-23T03:03:09.893Z] v0.0.68 [2021-03-23T03:03:09.893Z] v0.0.69 [2021-03-23T03:03:09.893Z] v0.0.7 [2021-03-23T03:03:09.893Z] v0.0.70 [2021-03-23T03:03:09.893Z] v0.0.71 [2021-03-23T03:03:09.893Z] v0.0.72 [2021-03-23T03:03:09.893Z] v0.0.8 [2021-03-23T03:03:09.893Z] v0.0.9 [2021-03-23T03:03:09.893Z] v2.0.0-dev.1 [2021-03-23T03:03:09.893Z] v2.0.0-dev.10 [2021-03-23T03:03:09.893Z] v2.0.0-dev.11 [2021-03-23T03:03:09.893Z] v2.0.0-dev.12 [2021-03-23T03:03:09.893Z] v2.0.0-dev.13 [2021-03-23T03:03:09.893Z] v2.0.0-dev.14 [2021-03-23T03:03:09.893Z] v2.0.0-dev.15 [2021-03-23T03:03:09.893Z] v2.0.0-dev.16 [2021-03-23T03:03:09.893Z] v2.0.0-dev.17 [2021-03-23T03:03:09.893Z] v2.0.0-dev.18 [2021-03-23T03:03:09.893Z] v2.0.0-dev.19 [2021-03-23T03:03:09.893Z] v2.0.0-dev.2 [2021-03-23T03:03:09.893Z] v2.0.0-dev.20 [2021-03-23T03:03:09.893Z] v2.0.0-dev.3 [2021-03-23T03:03:09.893Z] v2.0.0-dev.4 [2021-03-23T03:03:09.893Z] v2.0.0-dev.5 [2021-03-23T03:03:09.893Z] v2.0.0-dev.6 [2021-03-23T03:03:09.893Z] v2.0.0-dev.7 [2021-03-23T03:03:09.893Z] v2.0.0-dev.8 [2021-03-23T03:03:09.893Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-23T03:03:10.200Z] + lftools sign git-tag v2.0.0-dev.20 [2021-03-23T03:03:11.591Z] Signing Git tag with Sigul... [2021-03-23T03:03:11.591Z] Signing v2.0.0-dev.20 [Pipeline] echo [2021-03-23T03:03:12.552Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:03:12.853Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-23T03:03:12.865Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-23T03:03:12.960Z] $ docker stop --time=1 d632768c7b0f6b439340b96d8a23ec086fa414be23b4c454539f895d15b7af8c [2021-03-23T03:03:14.949Z] $ docker rm -f d632768c7b0f6b439340b96d8a23ec086fa414be23b4c454539f895d15b7af8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:03:15.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T03:03:15.885Z] . [Pipeline] withDockerContainer [2021-03-23T03:03:15.997Z] prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container [2021-03-23T03:03:16.047Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T03:03:16.757Z] $ docker top f95cf6b53bc7ebb9f41e718cea7c7dbeb50863269291de9b3b8850016953eada -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T03:03:17.129Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T03:03:17.129Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T03:03:17.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T03:03:17.331Z] $ docker exec f95cf6b53bc7ebb9f41e718cea7c7dbeb50863269291de9b3b8850016953eada ssh-agent [2021-03-23T03:03:17.517Z] SSH_AUTH_SOCK=/tmp/ssh-In76CIjTUZgS/agent.12 [2021-03-23T03:03:17.517Z] SSH_AGENT_PID=17 [2021-03-23T03:03:17.523Z] Running ssh-add (command line suppressed) [2021-03-23T03:03:17.651Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7611365245684605124.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7611365245684605124.key) [2021-03-23T03:03:17.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T03:03:18.042Z] + git semver bump pre [2021-03-23T03:03:18.042Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T03:03:18.042Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-23T03:03:18.042Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T03:03:18.042Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T03:03:18.042Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T03:03:18.042Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T03:03:18.042Z] # $SEMVER_BRANCH = master [2021-03-23T03:03:18.042Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-03-23T03:03:18.042Z] 2.0.0-dev.21 [Pipeline] } [2021-03-23T03:03:18.055Z] $ docker exec --env ******** --env ******** f95cf6b53bc7ebb9f41e718cea7c7dbeb50863269291de9b3b8850016953eada ssh-agent -k [2021-03-23T03:03:18.178Z] unset SSH_AUTH_SOCK; [2021-03-23T03:03:18.178Z] unset SSH_AGENT_PID; [2021-03-23T03:03:18.179Z] echo Agent pid 17 killed; [2021-03-23T03:03:18.236Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T03:03:18.705Z] + git semver [Pipeline] } [2021-03-23T03:03:18.723Z] $ docker stop --time=1 f95cf6b53bc7ebb9f41e718cea7c7dbeb50863269291de9b3b8850016953eada [2021-03-23T03:03:20.103Z] $ docker rm -f f95cf6b53bc7ebb9f41e718cea7c7dbeb50863269291de9b3b8850016953eada [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:03:20.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T03:03:20.714Z] . [Pipeline] withDockerContainer [2021-03-23T03:03:20.829Z] prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container [2021-03-23T03:03:20.880Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T03:03:21.649Z] $ docker top b3a919316ad2de557dc9e28090c2675a4b5ab80dba4d762ce71ae996ab7687e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T03:03:22.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T03:03:22.002Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T03:03:22.232Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T03:03:22.235Z] $ docker exec b3a919316ad2de557dc9e28090c2675a4b5ab80dba4d762ce71ae996ab7687e1 ssh-agent [2021-03-23T03:03:22.426Z] SSH_AUTH_SOCK=/tmp/ssh-oGLsSbjWwqxG/agent.12 [2021-03-23T03:03:22.426Z] SSH_AGENT_PID=17 [2021-03-23T03:03:22.434Z] Running ssh-add (command line suppressed) [2021-03-23T03:03:22.568Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7176999609270740189.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7176999609270740189.key) [2021-03-23T03:03:22.626Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T03:03:22.969Z] + git semver push [2021-03-23T03:03:22.969Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T03:03:22.969Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-23T03:03:22.969Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T03:03:22.969Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T03:03:22.969Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T03:03:22.969Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T03:03:22.969Z] # $SEMVER_BRANCH = master [2021-03-23T03:03:22.969Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-03-23T03:03:26.295Z] $ docker exec --env ******** --env ******** b3a919316ad2de557dc9e28090c2675a4b5ab80dba4d762ce71ae996ab7687e1 ssh-agent -k [2021-03-23T03:03:26.426Z] unset SSH_AUTH_SOCK; [2021-03-23T03:03:26.428Z] unset SSH_AGENT_PID; [2021-03-23T03:03:26.428Z] echo Agent pid 17 killed; [2021-03-23T03:03:26.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T03:03:26.958Z] + git semver [Pipeline] } [2021-03-23T03:03:26.977Z] $ docker stop --time=1 b3a919316ad2de557dc9e28090c2675a4b5ab80dba4d762ce71ae996ab7687e1 [2021-03-23T03:03:28.384Z] $ docker rm -f b3a919316ad2de557dc9e28090c2675a4b5ab80dba4d762ce71ae996ab7687e1 [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 [2021-03-23T03:03:29.938Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:03:30.515Z] ---> package-listing.sh [2021-03-23T03:03:30.515Z] ++ facter osfamily [2021-03-23T03:03:30.515Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-23T03:03:30.515Z] + OS_FAMILY=redhat [2021-03-23T03:03:30.515Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T03:03:30.515Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-23T03:03:30.515Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-23T03:03:30.515Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-23T03:03:30.515Z] + PACKAGES=/tmp/packages_start.txt [2021-03-23T03:03:30.515Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-03-23T03:03:30.515Z] + PACKAGES=/tmp/packages_end.txt [2021-03-23T03:03:30.515Z] + case "${OS_FAMILY}" in [2021-03-23T03:03:30.515Z] + rpm -qa [2021-03-23T03:03:30.515Z] + sort [2021-03-23T03:03:35.825Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-23T03:03:35.825Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-23T03:03:35.825Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-23T03:03:35.825Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-03-23T03:03:35.825Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2021-03-23T03:03:35.825Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2021-03-23T03:03:35.840Z] 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 [2021-03-23T03:03:36.172Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:03:36.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T03:03:36.550Z] [2021-03-23T03:03:36.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-23T03:03:36.985Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T03:03:36.985Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-23T03:03:36.985Z] df20fa9351a1: Pulling fs layer [2021-03-23T03:03:36.985Z] 36b3adc4ff6f: Pulling fs layer [2021-03-23T03:03:36.985Z] 8ad3a11d3b57: Pulling fs layer [2021-03-23T03:03:36.985Z] 46f8f816bc3b: Pulling fs layer [2021-03-23T03:03:36.985Z] 93b61091891f: Pulling fs layer [2021-03-23T03:03:36.985Z] 93b9cdb0e59b: Pulling fs layer [2021-03-23T03:03:36.985Z] 5e14af77c1be: Pulling fs layer [2021-03-23T03:03:36.985Z] 01666e4c0597: Pulling fs layer [2021-03-23T03:03:36.985Z] aa168da1d23b: Pulling fs layer [2021-03-23T03:03:36.985Z] 93b9cdb0e59b: Waiting [2021-03-23T03:03:36.985Z] 5e14af77c1be: Waiting [2021-03-23T03:03:36.985Z] 01666e4c0597: Waiting [2021-03-23T03:03:36.985Z] aa168da1d23b: Waiting [2021-03-23T03:03:36.985Z] 46f8f816bc3b: Waiting [2021-03-23T03:03:36.985Z] 93b61091891f: Waiting [2021-03-23T03:03:36.985Z] 36b3adc4ff6f: Verifying Checksum [2021-03-23T03:03:36.985Z] 36b3adc4ff6f: Download complete [2021-03-23T03:03:36.985Z] 46f8f816bc3b: Verifying Checksum [2021-03-23T03:03:36.985Z] 46f8f816bc3b: Download complete [2021-03-23T03:03:36.985Z] df20fa9351a1: Verifying Checksum [2021-03-23T03:03:36.985Z] df20fa9351a1: Download complete [2021-03-23T03:03:36.985Z] 93b9cdb0e59b: Verifying Checksum [2021-03-23T03:03:36.985Z] 93b9cdb0e59b: Download complete [2021-03-23T03:03:37.249Z] 93b61091891f: Verifying Checksum [2021-03-23T03:03:37.249Z] 93b61091891f: Download complete [2021-03-23T03:03:37.249Z] 5e14af77c1be: Download complete [2021-03-23T03:03:37.249Z] 01666e4c0597: Verifying Checksum [2021-03-23T03:03:37.249Z] 01666e4c0597: Download complete [2021-03-23T03:03:37.517Z] 8ad3a11d3b57: Verifying Checksum [2021-03-23T03:03:37.517Z] 8ad3a11d3b57: Download complete [2021-03-23T03:03:37.517Z] df20fa9351a1: Pull complete [2021-03-23T03:03:37.786Z] 36b3adc4ff6f: Pull complete [2021-03-23T03:03:38.740Z] 8ad3a11d3b57: Pull complete [2021-03-23T03:03:39.008Z] 46f8f816bc3b: Pull complete [2021-03-23T03:03:39.599Z] aa168da1d23b: Verifying Checksum [2021-03-23T03:03:39.599Z] aa168da1d23b: Download complete [2021-03-23T03:03:39.599Z] 93b61091891f: Pull complete [2021-03-23T03:03:39.599Z] 93b9cdb0e59b: Pull complete [2021-03-23T03:03:39.866Z] 5e14af77c1be: Pull complete [2021-03-23T03:03:39.866Z] 01666e4c0597: Pull complete [2021-03-23T03:03:48.047Z] aa168da1d23b: Pull complete [2021-03-23T03:03:48.047Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-23T03:03:48.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T03:03:48.047Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-23T03:03:48.228Z] prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container [2021-03-23T03:03:48.277Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-23T03:03:50.716Z] $ docker top 4c99fec209818e8ff84bcf6afa219535ee7f3d9c07d1c31ef37e21081352f3f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T03:03:51.286Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-23T03:03:51.588Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-23T03:03:51.886Z] + ls /var/log/sa-host [2021-03-23T03:03:51.886Z] + sadf -c /var/log/sa-host/sa23 [2021-03-23T03:03:51.886Z] file_magic: OK [2021-03-23T03:03:51.886Z] HZ: Using current value: 100 [2021-03-23T03:03:51.886Z] file_header: OK [2021-03-23T03:03:51.886Z] 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 [2021-03-23T03:03:51.886Z] Statistics: [2021-03-23T03:03:51.886Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-23T03:03:51.886Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-23T03:03:52.512Z] provisioning config files... [2021-03-23T03:03:52.527Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8179864541915174675tmp [Pipeline] { [Pipeline] echo [2021-03-23T03:03:52.641Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:03:52.941Z] ---> create-netrc.sh [Pipeline] } [2021-03-23T03:03:52.950Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-23T03:03:53.036Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:03:53.332Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-23T03:03:53.343Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:03:53.643Z] ---> sudo-logs.sh [2021-03-23T03:03:53.643Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-23T03:03:53.711Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:03:54.008Z] ---> job-cost.sh [2021-03-23T03:03:54.009Z] lf-activate-venv: SKIPPING [2021-03-23T03:03:54.009Z] DEBUG: total: 0.20999999344348907 [2021-03-23T03:03:54.009Z] INFO: Retrieving Stack Cost... [2021-03-23T03:03:54.955Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T03:03:55.907Z] INFO: Archiving Costs [Pipeline] echo [2021-03-23T03:03:55.922Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T03:03:56.219Z] ---> logs-deploy.sh [2021-03-23T03:03:56.219Z] lf-activate-venv: SKIPPING [2021-03-23T03:03:56.219Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/96 [2021-03-23T03:03:56.219Z] INFO: archiving workspace using pattern(s): [2021-03-23T03:03:58.144Z] Archives upload complete. [2021-03-23T03:03:58.144Z] INFO: archiving logs to Nexus