Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dff07894974aeac896634ee0b105b36e3d541f8a 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets 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-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21078’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21079 in /w/workspace/gexfoundry_go-mod-secrets_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-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision dff07894974aeac896634ee0b105b36e3d541f8a (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dff07894974aeac896634ee0b105b36e3d541f8a # timeout=10 Commit message: "Merge pull request #84 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.146" > git rev-list --no-walk 4c3c8919c2a915030aa42238d07aeb28434825d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T03:17:47.031Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T03:17:47.291Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T03:17:47.388Z] ========================================================= [2021-01-19T03:17:47.388Z] EdgeX Global Pipelines Version Info [2021-01-19T03:17:47.388Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:17:51.362Z] ------------------- [2021-01-19T03:17:51.362Z] stable info: [2021-01-19T03:17:51.362Z] ------------------- [2021-01-19T03:17:51.362Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T03:17:51.362Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T03:17:51.362Z] Message: update stable to v1.0.177 [2021-01-19T03:17:52.951Z] ------------------- [2021-01-19T03:17:52.951Z] experimental info: [2021-01-19T03:17:52.951Z] ------------------- [2021-01-19T03:17:52.951Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T03:17:52.951Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T03:17:52.951Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T03:17:53.417Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-01-19T03:17:53.511Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-01-19T03:17:53.606Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T03:17:53.719Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T03:17:53.807Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T03:17:53.900Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T03:17:53.990Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T03:17:54.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T03:17:54.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T03:17:54.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T03:17:54.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T03:17:54.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-01-19T03:17:54.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T03:17:54.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T03:17:54.742Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:17:54.828Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:17:54.914Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:17:55.011Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:17:55.092Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-19T03:17:55.175Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T03:17:55.264Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T03:17:55.375Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T03:17:55.462Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T03:17:55.547Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T03:17:55.651Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-19T03:17:55.741Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T03:17:55.823Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T03:17:55.913Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T03:17:55.999Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T03:17:56.083Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T03:17:56.166Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dff07894974aeac896634ee0b105b36e3d541f8a [Pipeline] echo [2021-01-19T03:17:56.250Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dff0789 [Pipeline] echo [2021-01-19T03:17:56.335Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:17:57.027Z] + git log --format=format:%s -1 dff07894974aeac896634ee0b105b36e3d541f8a [Pipeline] echo [2021-01-19T03:17:57.274Z] GIT_COMMIT: dff07894974aeac896634ee0b105b36e3d541f8a, Commit Message: Merge pull request #84 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.146 [Pipeline] echo [2021-01-19T03:17:57.326Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:17:58.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:17:59.080Z] [2021-01-19T03:17:59.080Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:17:59.637Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:17:59.949Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T03:17:59.950Z] 31603596830f: Pulling fs layer [2021-01-19T03:17:59.950Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T03:17:59.950Z] 6ca5941a6612: Pulling fs layer [2021-01-19T03:17:59.950Z] ecc8261a40a4: Pulling fs layer [2021-01-19T03:17:59.950Z] ecc8261a40a4: Waiting [2021-01-19T03:17:59.950Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T03:17:59.950Z] 2a8b12db71e7: Download complete [2021-01-19T03:18:00.259Z] 31603596830f: Verifying Checksum [2021-01-19T03:18:00.259Z] 31603596830f: Download complete [2021-01-19T03:18:00.951Z] ecc8261a40a4: Verifying Checksum [2021-01-19T03:18:00.951Z] ecc8261a40a4: Download complete [2021-01-19T03:18:01.314Z] 31603596830f: Pull complete [2021-01-19T03:18:01.620Z] 2a8b12db71e7: Pull complete [2021-01-19T03:18:01.620Z] 6ca5941a6612: Verifying Checksum [2021-01-19T03:18:01.620Z] 6ca5941a6612: Download complete [2021-01-19T03:18:04.858Z] 6ca5941a6612: Pull complete [2021-01-19T03:18:05.677Z] ecc8261a40a4: Pull complete [2021-01-19T03:18:05.677Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T03:18:05.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:18:05.677Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T03:18:06.131Z] prd-centos7-docker-4c-2g-21079 does not seem to be running inside a container [2021-01-19T03:18:06.433Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-19T03:18:10.212Z] $ docker top 3596779a3ce1443a052bacd71cb9c858d3bf22a41a619545ad26bd492e06bdc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:18:10.698Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:18:10.698Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:18:11.184Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:18:11.212Z] $ docker exec 3596779a3ce1443a052bacd71cb9c858d3bf22a41a619545ad26bd492e06bdc8 ssh-agent [2021-01-19T03:18:11.592Z] SSH_AUTH_SOCK=/tmp/ssh-WixDZw4srSIQ/agent.12 [2021-01-19T03:18:11.592Z] SSH_AGENT_PID=17 [2021-01-19T03:18:11.626Z] Running ssh-add (command line suppressed) [2021-01-19T03:18:12.105Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6285799152319438159.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6285799152319438159.key) [2021-01-19T03:18:12.296Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:18:13.081Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T03:18:13.143Z] $ docker exec --env ******** --env ******** 3596779a3ce1443a052bacd71cb9c858d3bf22a41a619545ad26bd492e06bdc8 ssh-agent -k [2021-01-19T03:18:13.555Z] unset SSH_AUTH_SOCK; [2021-01-19T03:18:13.561Z] unset SSH_AGENT_PID; [2021-01-19T03:18:13.561Z] echo Agent pid 17 killed; [2021-01-19T03:18:13.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T03:18:13.865Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:18:13.865Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:18:14.393Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:18:14.397Z] $ docker exec 3596779a3ce1443a052bacd71cb9c858d3bf22a41a619545ad26bd492e06bdc8 ssh-agent [2021-01-19T03:18:14.824Z] SSH_AUTH_SOCK=/tmp/ssh-4gbNg07lPKce/agent.45 [2021-01-19T03:18:14.824Z] SSH_AGENT_PID=50 [2021-01-19T03:18:14.870Z] Running ssh-add (command line suppressed) [2021-01-19T03:18:15.650Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7926126511754614501.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7926126511754614501.key) [2021-01-19T03:18:15.880Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:18:16.634Z] + git semver init [2021-01-19T03:18:16.634Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:18:16.634Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-19T03:18:16.634Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-19T03:18:16.634Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:18:16.634Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:18:16.634Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:18:16.634Z] # $SEMVER_BRANCH = master [2021-01-19T03:18:16.634Z] # $SEMVER_TEMP = /tmp/semver-492533109 [2021-01-19T03:18:16.634Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-01-19T03:18:17.646Z] # '/tmp/semver-492533109' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-01-19T03:18:17.646Z] # -> Force: false [2021-01-19T03:18:17.646Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-01-19T03:18:17.673Z] $ docker exec --env ******** --env ******** 3596779a3ce1443a052bacd71cb9c858d3bf22a41a619545ad26bd492e06bdc8 ssh-agent -k [2021-01-19T03:18:17.922Z] unset SSH_AUTH_SOCK; [2021-01-19T03:18:17.923Z] unset SSH_AGENT_PID; [2021-01-19T03:18:17.923Z] echo Agent pid 50 killed; [2021-01-19T03:18:18.030Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:18:18.656Z] + git semver [Pipeline] } [2021-01-19T03:18:19.028Z] $ docker stop --time=1 3596779a3ce1443a052bacd71cb9c858d3bf22a41a619545ad26bd492e06bdc8 [2021-01-19T03:18:21.285Z] $ docker rm -f 3596779a3ce1443a052bacd71cb9c858d3bf22a41a619545ad26bd492e06bdc8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:18:22.284Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T03:18:24.035Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T03:18:24.039Z] [edgeXSemver]: initialized semver on version 0.0.33 [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-01-19T03:18:39.737Z] Still waiting to schedule task [2021-01-19T03:18:39.738Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21074’ is offline; ‘prd-centos7-docker-4c-2g-21076’ is offline; ‘prd-centos7-docker-4c-2g-21084’ is offline; ‘prd-centos7-docker-4c-2g-21085’ is offline; ‘prd-centos7-docker-4c-2g-21088’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-19T03:18:39.744Z] Still waiting to schedule task [2021-01-19T03:18:39.744Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T03:20:07.832Z] Running on prd-centos7-docker-4c-2g-21092 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-01-19T03:20:07.884Z] Running in /w/workspace/go-mod-secrets/23 [Pipeline] { [Pipeline] checkout [2021-01-19T03:20:13.012Z] using credential edgex-jenkins-ssh [2021-01-19T03:20:13.064Z] Cloning the remote Git repository [2021-01-19T03:20:13.098Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:20:13.180Z] > git init /w/workspace/go-mod-secrets/23 # timeout=10 [2021-01-19T03:20:13.253Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:20:13.254Z] > git --version # timeout=10 [2021-01-19T03:20:13.263Z] > git --version # 'git version 2.24.3' [2021-01-19T03:20:13.264Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:20:13.296Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:20:14.086Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T03:20:14.095Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:20:14.111Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T03:20:14.127Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:20:14.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:20:14.132Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:20:14.503Z] Checking out Revision dff07894974aeac896634ee0b105b36e3d541f8a (master) [2021-01-19T03:20:14.522Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:20:14.529Z] > git checkout -f dff07894974aeac896634ee0b105b36e3d541f8a # timeout=10 [2021-01-19T03:20:18.462Z] Commit message: "Merge pull request #84 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.146" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:20:19.935Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:20:20.304Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:20:20.701Z] + sudo service docker restart [2021-01-19T03:20:20.701Z] + true [2021-01-19T03:20:20.701Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-19T03:20:22.349Z] ========================================================= [2021-01-19T03:20:22.349Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T03:20:22.349Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:20:22.727Z] + 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-01-19T03:20:23.326Z] Sending build context to Docker daemon 440.8kB [2021-01-19T03:20:23.326Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T03:20:23.326Z] Step 2/7 : FROM ${BASE} [2021-01-19T03:20:23.598Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T03:20:23.598Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T03:20:23.598Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T03:20:23.598Z] de9db76c5a1d: Pulling fs layer [2021-01-19T03:20:23.598Z] bca2f99d35d6: Pulling fs layer [2021-01-19T03:20:23.598Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T03:20:23.598Z] 7c6f9722023f: Pulling fs layer [2021-01-19T03:20:23.598Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T03:20:23.598Z] 93359f2a8cfa: Waiting [2021-01-19T03:20:23.598Z] bca2f99d35d6: Waiting [2021-01-19T03:20:23.598Z] 7c6f9722023f: Waiting [2021-01-19T03:20:23.598Z] a35cf1a2eb13: Waiting [2021-01-19T03:20:23.598Z] de9db76c5a1d: Verifying Checksum [2021-01-19T03:20:23.598Z] de9db76c5a1d: Download complete [2021-01-19T03:20:23.598Z] 0ef7d3d256c8: Download complete [2021-01-19T03:20:23.598Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T03:20:23.598Z] 93359f2a8cfa: Download complete [2021-01-19T03:20:23.598Z] 7c6f9722023f: Verifying Checksum [2021-01-19T03:20:23.598Z] 7c6f9722023f: Download complete [2021-01-19T03:20:23.598Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T03:20:23.598Z] 188c0c94c7c5: Download complete [2021-01-19T03:20:23.874Z] 188c0c94c7c5: Pull complete [2021-01-19T03:20:24.162Z] 0ef7d3d256c8: Pull complete [2021-01-19T03:20:24.162Z] de9db76c5a1d: Pull complete [2021-01-19T03:20:26.138Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T03:20:26.138Z] a35cf1a2eb13: Download complete [2021-01-19T03:20:26.406Z] bca2f99d35d6: Verifying Checksum [2021-01-19T03:20:26.406Z] bca2f99d35d6: Download complete [2021-01-19T03:20:33.097Z] bca2f99d35d6: Pull complete [2021-01-19T03:20:33.097Z] 93359f2a8cfa: Pull complete [2021-01-19T03:20:33.097Z] 7c6f9722023f: Pull complete [2021-01-19T03:20:38.499Z] a35cf1a2eb13: Pull complete [2021-01-19T03:20:38.499Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T03:20:38.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T03:20:38.499Z] ---> a62c8e92a672 [2021-01-19T03:20:38.499Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T03:20:38.770Z] ---> Running in 15c7e768bb10 [2021-01-19T03:20:39.043Z] Removing intermediate container 15c7e768bb10 [2021-01-19T03:20:39.043Z] ---> 961574e5be55 [2021-01-19T03:20:39.043Z] Step 4/7 : RUN apk add --update bash [2021-01-19T03:20:39.043Z] ---> Running in 5278a8577692 [2021-01-19T03:20:40.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:20:40.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:20:42.363Z] OK: 166 MiB in 39 packages [2021-01-19T03:20:42.635Z] Removing intermediate container 5278a8577692 [2021-01-19T03:20:42.635Z] ---> 9745bcbabab2 [2021-01-19T03:20:42.635Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T03:20:42.635Z] ---> Running in 817c24386277 [2021-01-19T03:20:42.900Z] Removing intermediate container 817c24386277 [2021-01-19T03:20:42.900Z] ---> 3809b8275af9 [2021-01-19T03:20:42.900Z] Step 6/7 : COPY go.mod . [2021-01-19T03:20:43.166Z] ---> 9f81449e23f4 [2021-01-19T03:20:43.166Z] Step 7/7 : RUN go mod download [2021-01-19T03:20:43.166Z] ---> Running in e60c3e9230c3 [2021-01-19T03:20:45.449Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21091 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-01-19T03:20:45.504Z] Running in /w/workspace/go-mod-secrets/23 [Pipeline] { [Pipeline] checkout [2021-01-19T03:20:50.641Z] using credential edgex-jenkins-ssh [2021-01-19T03:20:50.729Z] Cloning the remote Git repository [2021-01-19T03:20:50.799Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:20:50.940Z] > git init /w/workspace/go-mod-secrets/23 # timeout=10 [2021-01-19T03:20:51.030Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:20:51.031Z] > git --version # timeout=10 [2021-01-19T03:20:51.046Z] > git --version # 'git version 2.17.1' [2021-01-19T03:20:51.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:20:51.140Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:20:52.493Z] Checking out Revision dff07894974aeac896634ee0b105b36e3d541f8a (master) [2021-01-19T03:20:51.883Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T03:20:51.914Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:20:51.938Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T03:20:51.979Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:20:51.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:20:51.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:20:52.512Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:20:52.533Z] > git checkout -f dff07894974aeac896634ee0b105b36e3d541f8a # timeout=10 [2021-01-19T03:20:56.972Z] Commit message: "Merge pull request #84 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.146" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:20:58.178Z] Removing intermediate container e60c3e9230c3 [2021-01-19T03:20:58.178Z] ---> c7b37de96898 [2021-01-19T03:20:58.178Z] Successfully built c7b37de96898 [2021-01-19T03:20:58.178Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:20:58.531Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-19T03:20:58.575Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T03:20:58.576Z] . [Pipeline] withDockerContainer [2021-01-19T03:20:58.716Z] prd-centos7-docker-4c-2g-21092 does not seem to be running inside a container [2021-01-19T03:20:59.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/23 -v /w/workspace/go-mod-secrets/23:/w/workspace/go-mod-secrets/23:rw,z -v /w/workspace/go-mod-secrets/23@tmp:/w/workspace/go-mod-secrets/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T03:20:59.972Z] $ docker top 5d427da5dc4aaef8cea9083db449d7ec2afce4372533e6114995a7adc162df81 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-19T03:21:00.676Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:21:00.769Z] + go version [2021-01-19T03:21:00.770Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T03:21:00.817Z] $ docker stop --time=1 5d427da5dc4aaef8cea9083db449d7ec2afce4372533e6114995a7adc162df81 [2021-01-19T03:21:01.033Z] + sudo service docker restart [2021-01-19T03:21:01.033Z] + true [2021-01-19T03:21:02.287Z] $ docker rm -f 5d427da5dc4aaef8cea9083db449d7ec2afce4372533e6114995a7adc162df81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:21:03.176Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T03:21:03.176Z] . [Pipeline] withDockerContainer [2021-01-19T03:21:03.303Z] prd-centos7-docker-4c-2g-21092 does not seem to be running inside a container [2021-01-19T03:21:03.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/23 -v /w/workspace/go-mod-secrets/23:/w/workspace/go-mod-secrets/23:rw,z -v /w/workspace/go-mod-secrets/23@tmp:/w/workspace/go-mod-secrets/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T03:21:04.204Z] $ docker top 6d3733bcdd7cb26d261da1b14ff40e5a7f026a4f099bf5ed52f493e46a38e968 -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] echo [2021-01-19T03:21:04.676Z] ========================================================= [2021-01-19T03:21:04.676Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T03:21:04.676Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:21:04.762Z] + make test [2021-01-19T03:21:04.762Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-19T03:21:05.085Z] + 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-01-19T03:21:06.081Z] Sending build context to Docker daemon 439.8kB [2021-01-19T03:21:06.081Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T03:21:06.081Z] Step 2/7 : FROM ${BASE} [2021-01-19T03:21:06.356Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T03:21:06.356Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T03:21:06.356Z] a4357932f1b6: Pulling fs layer [2021-01-19T03:21:06.356Z] 18c013af1878: Pulling fs layer [2021-01-19T03:21:06.356Z] 00ac8860ef70: Pulling fs layer [2021-01-19T03:21:06.356Z] 63d7cb157983: Pulling fs layer [2021-01-19T03:21:06.356Z] b116817d02f9: Pulling fs layer [2021-01-19T03:21:06.356Z] 745a02a5169b: Pulling fs layer [2021-01-19T03:21:06.356Z] 63d7cb157983: Waiting [2021-01-19T03:21:06.356Z] b116817d02f9: Waiting [2021-01-19T03:21:06.356Z] 00ac8860ef70: Waiting [2021-01-19T03:21:06.356Z] 745a02a5169b: Waiting [2021-01-19T03:21:06.356Z] 18c013af1878: Verifying Checksum [2021-01-19T03:21:06.356Z] 18c013af1878: Download complete [2021-01-19T03:21:06.356Z] a4357932f1b6: Download complete [2021-01-19T03:21:06.356Z] 63d7cb157983: Verifying Checksum [2021-01-19T03:21:06.356Z] 63d7cb157983: Download complete [2021-01-19T03:21:06.356Z] b116817d02f9: Verifying Checksum [2021-01-19T03:21:06.356Z] b116817d02f9: Download complete [2021-01-19T03:21:06.636Z] 5f621e34cdf4: Download complete [2021-01-19T03:21:07.258Z] 5f621e34cdf4: Pull complete [2021-01-19T03:21:07.880Z] a4357932f1b6: Pull complete [2021-01-19T03:21:08.158Z] 18c013af1878: Pull complete [2021-01-19T03:21:09.649Z] 745a02a5169b: Verifying Checksum [2021-01-19T03:21:09.649Z] 745a02a5169b: Download complete [2021-01-19T03:21:10.657Z] 00ac8860ef70: Download complete [2021-01-19T03:21:13.097Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2021-01-19T03:21:13.097Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2021-01-19T03:21:20.875Z] 00ac8860ef70: Pull complete [2021-01-19T03:21:20.875Z] 63d7cb157983: Pull complete [2021-01-19T03:21:20.875Z] b116817d02f9: Pull complete [2021-01-19T03:21:23.217Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.013s coverage: 96.7% of statements [2021-01-19T03:21:23.217Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.019s coverage: 44.1% of statements [2021-01-19T03:21:23.217Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.009s coverage: 89.5% of statements [2021-01-19T03:21:23.217Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2021-01-19T03:21:23.217Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.013s coverage: 100.0% of statements [2021-01-19T03:21:23.217Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2021-01-19T03:21:23.217Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.012s coverage: 87.5% of statements [2021-01-19T03:21:24.306Z] 745a02a5169b: Pull complete [2021-01-19T03:21:24.307Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T03:21:24.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T03:21:24.307Z] ---> b7e6874047d6 [2021-01-19T03:21:24.307Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T03:21:27.725Z] ---> Running in 9afb86949088 [2021-01-19T03:21:27.725Z] Removing intermediate container 9afb86949088 [2021-01-19T03:21:27.725Z] ---> bb9f9277b5e2 [2021-01-19T03:21:27.725Z] Step 4/7 : RUN apk add --update bash [2021-01-19T03:21:28.004Z] ---> Running in ec4d27e7dfff [2021-01-19T03:21:29.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:21:31.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:21:31.456Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.013s coverage: 93.3% of statements [2021-01-19T03:21:31.456Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2021-01-19T03:21:31.456Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T03:21:31.456Z] gofmt -l . [2021-01-19T03:21:31.456Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T03:21:31.740Z] $ docker stop --time=1 6d3733bcdd7cb26d261da1b14ff40e5a7f026a4f099bf5ed52f493e46a38e968 [2021-01-19T03:21:33.671Z] OK: 142 MiB in 39 packages [2021-01-19T03:21:34.055Z] $ docker rm -f 6d3733bcdd7cb26d261da1b14ff40e5a7f026a4f099bf5ed52f493e46a38e968 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:21:34.656Z] + sudo chown -R jenkins:jenkins . [2021-01-19T03:21:34.663Z] Removing intermediate container ec4d27e7dfff [2021-01-19T03:21:34.663Z] ---> 0e797afbc316 [2021-01-19T03:21:34.663Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T03:21:34.663Z] ---> Running in e7b0f3fc7e04 [Pipeline] stash [2021-01-19T03:21:35.069Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-19T03:21:35.278Z] Removing intermediate container e7b0f3fc7e04 [2021-01-19T03:21:35.278Z] ---> 43b86d91b545 [2021-01-19T03:21:35.278Z] Step 6/7 : COPY go.mod . [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] } [2021-01-19T03:21:35.902Z] ---> fc9676b82891 [2021-01-19T03:21:35.902Z] Step 7/7 : RUN go mod download [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-19T03:21:36.189Z] ---> Running in 3d6e1a4e4523 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T03:21:51.495Z] Removing intermediate container 3d6e1a4e4523 [2021-01-19T03:21:51.495Z] ---> e3f391effe27 [2021-01-19T03:21:51.495Z] Successfully built e3f391effe27 [2021-01-19T03:21:51.495Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:21:51.850Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T03:21:51.850Z] . [Pipeline] withDockerContainer [2021-01-19T03:21:52.102Z] prd-ubuntu18.04-docker-arm64-4c-16g-21091 does not seem to be running inside a container [2021-01-19T03:21:52.196Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/23 -v /w/workspace/go-mod-secrets/23:/w/workspace/go-mod-secrets/23:rw,z -v /w/workspace/go-mod-secrets/23@tmp:/w/workspace/go-mod-secrets/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T03:21:53.621Z] $ docker top 25be2510c0659d31f256fa3f25eebc82ee11c7b67884992fb6a689f32eb4e509 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:21:54.641Z] + go version [2021-01-19T03:21:54.641Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T03:21:54.700Z] $ docker stop --time=1 25be2510c0659d31f256fa3f25eebc82ee11c7b67884992fb6a689f32eb4e509 [2021-01-19T03:21:56.705Z] $ docker rm -f 25be2510c0659d31f256fa3f25eebc82ee11c7b67884992fb6a689f32eb4e509 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:21:57.711Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T03:21:57.711Z] . [Pipeline] withDockerContainer [2021-01-19T03:21:57.934Z] prd-ubuntu18.04-docker-arm64-4c-16g-21091 does not seem to be running inside a container [2021-01-19T03:21:58.027Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/23 -v /w/workspace/go-mod-secrets/23:/w/workspace/go-mod-secrets/23:rw,z -v /w/workspace/go-mod-secrets/23@tmp:/w/workspace/go-mod-secrets/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T03:21:59.505Z] $ docker top 3fb51151b340e58104d87d803756380408c5ff9ee612b7a9a7af42c9062c4b99 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:22:00.569Z] + make test [2021-01-19T03:22:00.569Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-19T03:22:22.811Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2021-01-19T03:22:22.811Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2021-01-19T03:22:33.050Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.020s coverage: 96.7% of statements [2021-01-19T03:22:33.050Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.023s coverage: 44.1% of statements [2021-01-19T03:22:33.050Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.025s coverage: 89.5% of statements [2021-01-19T03:22:33.050Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2021-01-19T03:22:33.050Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.029s coverage: 100.0% of statements [2021-01-19T03:22:33.050Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2021-01-19T03:22:33.050Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.012s coverage: 87.5% of statements [2021-01-19T03:22:43.222Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.021s coverage: 93.3% of statements [2021-01-19T03:22:43.222Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2021-01-19T03:22:43.222Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T03:22:45.204Z] gofmt -l . [2021-01-19T03:22:45.204Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T03:22:45.509Z] $ docker stop --time=1 3fb51151b340e58104d87d803756380408c5ff9ee612b7a9a7af42c9062c4b99 [2021-01-19T03:22:47.688Z] $ docker rm -f 3fb51151b340e58104d87d803756380408c5ff9ee612b7a9a7af42c9062c4b99 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:22:48.525Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T03:22:48.545Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T03:22:49.353Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T03:22:51.227Z] provisioning config files... [2021-01-19T03:22:51.253Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3433063441463335278tmp [Pipeline] { [Pipeline] sh [2021-01-19T03:22:51.846Z] + set +x [2021-01-19T03:22:51.846Z] + curl -s https://codecov.io/bash [2021-01-19T03:22:51.846Z] + bash -s -- [2021-01-19T03:22:52.303Z] [2021-01-19T03:22:52.303Z] _____ _ [2021-01-19T03:22:52.303Z] / ____| | | [2021-01-19T03:22:52.303Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T03:22:52.303Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T03:22:52.303Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T03:22:52.303Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T03:22:52.303Z] Bash-20210115-cec3c92 [2021-01-19T03:22:52.303Z] [2021-01-19T03:22:52.303Z] [2021-01-19T03:22:52.303Z] ==> git version 2.24.3 found [2021-01-19T03:22:52.303Z] ==> 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-01-19T03:22:52.303Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T03:22:52.303Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T03:22:52.303Z] ==> Jenkins CI detected. [2021-01-19T03:22:52.303Z] project root: . [2021-01-19T03:22:52.303Z] --> token set from env [2021-01-19T03:22:52.303Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T03:22:52.614Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T03:22:52.614Z] ==> Python coveragepy not found [2021-01-19T03:22:52.614Z] ==> Searching for coverage reports in: [2021-01-19T03:22:52.614Z] + . [2021-01-19T03:22:52.614Z] -> Found 1 reports [2021-01-19T03:22:52.614Z] ==> Detecting git/mercurial file structure [2021-01-19T03:22:52.614Z] ==> Reading reports [2021-01-19T03:22:52.614Z] + ./coverage.out bytes=16629 [2021-01-19T03:22:52.921Z] ==> Appending adjustments [2021-01-19T03:22:52.921Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T03:22:53.381Z] + Found adjustments [2021-01-19T03:22:53.381Z] ==> Gzipping contents [2021-01-19T03:22:53.381Z] 4.0K /tmp/codecov.RSqn97.gz [2021-01-19T03:22:53.381Z] ==> Uploading reports [2021-01-19T03:22:53.381Z] url: https://codecov.io [2021-01-19T03:22:53.381Z] query: branch=master&commit=dff07894974aeac896634ee0b105b36e3d541f8a&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F23%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T03:22:53.381Z] -> Pinging Codecov [2021-01-19T03:22:53.381Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=dff07894974aeac896634ee0b105b36e3d541f8a&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F23%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T03:22:54.039Z] -> Uploading to [2021-01-19T03:22:54.039Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/D63849C06B6B67093493C71CE874ED06/dff07894974aeac896634ee0b105b36e3d541f8a/82baf897-a820-4fbe-b5bc-9c4c5579aa6a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T032253Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6dfeca8644fbe16cc9c8dfffeb5c4a373e1bbb636669a6ca141b6ec1821cd044 [2021-01-19T03:22:54.039Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T03:22:54.039Z] Dload Upload Total Spent Left Speed [2021-01-19T03:22:54.600Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3739 0 0 100 3739 0 6042 --:--:-- --:--:-- --:--:-- 6040 [2021-01-19T03:22:54.600Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/dff07894974aeac896634ee0b105b36e3d541f8a [Pipeline] } [2021-01-19T03:22:54.616Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-19T03:22:55.048Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T03:22:55.099Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:22:55.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T03:22:55.862Z] [2021-01-19T03:22:55.862Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:22:56.397Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T03:22:56.704Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T03:22:56.704Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T03:22:56.704Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T03:22:56.704Z] de9db76c5a1d: Pulling fs layer [2021-01-19T03:22:56.704Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T03:22:56.704Z] 0d57e429df01: Pulling fs layer [2021-01-19T03:22:56.704Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T03:22:56.704Z] e1f770b5df2f: Pulling fs layer [2021-01-19T03:22:56.704Z] 85a0685a4137: Pulling fs layer [2021-01-19T03:22:56.704Z] 0eba1c9be4d2: Waiting [2021-01-19T03:22:56.704Z] 0d57e429df01: Waiting [2021-01-19T03:22:56.704Z] 4e4be7b47b0d: Waiting [2021-01-19T03:22:56.704Z] e1f770b5df2f: Waiting [2021-01-19T03:22:57.148Z] de9db76c5a1d: Verifying Checksum [2021-01-19T03:22:57.148Z] de9db76c5a1d: Download complete [2021-01-19T03:22:57.148Z] 0ef7d3d256c8: Download complete [2021-01-19T03:22:57.148Z] 0d57e429df01: Verifying Checksum [2021-01-19T03:22:57.148Z] 0d57e429df01: Download complete [2021-01-19T03:22:57.148Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T03:22:57.148Z] 4e4be7b47b0d: Download complete [2021-01-19T03:22:57.797Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T03:22:57.797Z] 188c0c94c7c5: Download complete [2021-01-19T03:22:58.927Z] 188c0c94c7c5: Pull complete [2021-01-19T03:23:00.186Z] 0ef7d3d256c8: Pull complete [2021-01-19T03:23:00.683Z] e1f770b5df2f: Verifying Checksum [2021-01-19T03:23:00.684Z] e1f770b5df2f: Download complete [2021-01-19T03:23:00.684Z] de9db76c5a1d: Pull complete [2021-01-19T03:23:09.946Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T03:23:09.946Z] 0eba1c9be4d2: Download complete [2021-01-19T03:23:11.625Z] 85a0685a4137: Verifying Checksum [2021-01-19T03:23:11.625Z] 85a0685a4137: Download complete [2021-01-19T03:23:27.412Z] 0eba1c9be4d2: Pull complete [2021-01-19T03:23:27.412Z] 0d57e429df01: Pull complete [2021-01-19T03:23:27.782Z] 4e4be7b47b0d: Pull complete [2021-01-19T03:23:31.623Z] e1f770b5df2f: Pull complete [2021-01-19T03:23:47.309Z] 85a0685a4137: Pull complete [2021-01-19T03:23:47.309Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T03:23:47.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T03:23:47.309Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T03:23:47.839Z] prd-centos7-docker-4c-2g-21079 does not seem to be running inside a container [2021-01-19T03:23:48.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-19T03:23:50.081Z] $ docker top 0bf3c62a99ede6ff696d4c32db067fe0bdefcf747b1d2a2fa8eca951d8244eb8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T03:23:50.534Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T03:23:50.908Z] + set -o pipefail [2021-01-19T03:23:50.908Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T03:23:59.894Z] [2021-01-19T03:23:59.894Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... [2021-01-19T03:23:59.894Z] [2021-01-19T03:23:59.894Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/154ad7ef-678f-4724-9d7d-7363b91dc740 [2021-01-19T03:23:59.894Z] [2021-01-19T03:23:59.894Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T03:23:59.894Z] [2021-01-19T03:23:59.894Z] [Pipeline] } [2021-01-19T03:23:59.923Z] $ docker stop --time=1 0bf3c62a99ede6ff696d4c32db067fe0bdefcf747b1d2a2fa8eca951d8244eb8 [2021-01-19T03:24:03.786Z] $ docker rm -f 0bf3c62a99ede6ff696d4c32db067fe0bdefcf747b1d2a2fa8eca951d8244eb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-19T03:24:05.642Z] + git log --format=format:%s -1 dff07894974aeac896634ee0b105b36e3d541f8a [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:24:06.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:24:06.079Z] . [Pipeline] withDockerContainer [2021-01-19T03:24:06.391Z] prd-centos7-docker-4c-2g-21079 does not seem to be running inside a container [2021-01-19T03:24:06.532Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-19T03:24:08.267Z] $ docker top cd4656d0d0b61a90b52c2d5b05053487e9f65558f045765cd27174811e7618bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:24:08.625Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:24:08.625Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:24:09.224Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:24:09.241Z] $ docker exec cd4656d0d0b61a90b52c2d5b05053487e9f65558f045765cd27174811e7618bc ssh-agent [2021-01-19T03:24:10.023Z] SSH_AUTH_SOCK=/tmp/ssh-tidxCWYIDULD/agent.12 [2021-01-19T03:24:10.023Z] SSH_AGENT_PID=17 [2021-01-19T03:24:10.068Z] Running ssh-add (command line suppressed) [2021-01-19T03:24:10.775Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6555051616952705898.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6555051616952705898.key) [2021-01-19T03:24:10.975Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:24:12.036Z] + git semver tag [2021-01-19T03:24:12.036Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:24:12.036Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-19T03:24:12.036Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-19T03:24:12.036Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:24:12.036Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:24:12.036Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:24:12.036Z] # $SEMVER_BRANCH = master [2021-01-19T03:24:12.036Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-01-19T03:24:12.036Z] # dff07894974aeac896634ee0b105b36e3d541f8a HEAD [2021-01-19T03:24:12.036Z] # -> Force: false [2021-01-19T03:24:12.036Z] # 37af9befa98f48aa5f32975d2443d0a6e6c67a3b refs/tags/v0.0.33 [Pipeline] } [2021-01-19T03:24:12.110Z] $ docker exec --env ******** --env ******** cd4656d0d0b61a90b52c2d5b05053487e9f65558f045765cd27174811e7618bc ssh-agent -k [2021-01-19T03:24:12.600Z] unset SSH_AUTH_SOCK; [2021-01-19T03:24:12.605Z] unset SSH_AGENT_PID; [2021-01-19T03:24:12.605Z] echo Agent pid 17 killed; [2021-01-19T03:24:12.704Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:24:13.711Z] + git semver [Pipeline] } [2021-01-19T03:24:13.760Z] $ docker stop --time=1 cd4656d0d0b61a90b52c2d5b05053487e9f65558f045765cd27174811e7618bc [2021-01-19T03:24:16.070Z] $ docker rm -f cd4656d0d0b61a90b52c2d5b05053487e9f65558f045765cd27174811e7618bc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:24:16.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T03:24:16.982Z] [2021-01-19T03:24:16.982Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:24:17.434Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T03:24:17.434Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T03:24:17.434Z] ab5ef0e58194: Pulling fs layer [2021-01-19T03:24:17.434Z] 9712f1f96733: Pulling fs layer [2021-01-19T03:24:17.434Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T03:24:17.434Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T03:24:17.434Z] e9a5061849ea: Pulling fs layer [2021-01-19T03:24:17.434Z] d747dcd14b5f: Pulling fs layer [2021-01-19T03:24:17.434Z] 2de7ff778b66: Pulling fs layer [2021-01-19T03:24:17.434Z] e9a5061849ea: Waiting [2021-01-19T03:24:17.434Z] d747dcd14b5f: Waiting [2021-01-19T03:24:17.434Z] 2de7ff778b66: Waiting [2021-01-19T03:24:17.434Z] 0d9ebad4ef96: Waiting [2021-01-19T03:24:17.434Z] 9712f1f96733: Verifying Checksum [2021-01-19T03:24:17.434Z] 9712f1f96733: Download complete [2021-01-19T03:24:21.881Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T03:24:21.881Z] 63f879dbbcfc: Download complete [2021-01-19T03:24:21.881Z] e9a5061849ea: Verifying Checksum [2021-01-19T03:24:21.881Z] e9a5061849ea: Download complete [2021-01-19T03:24:21.881Z] d747dcd14b5f: Verifying Checksum [2021-01-19T03:24:21.881Z] d747dcd14b5f: Download complete [2021-01-19T03:24:22.494Z] 2de7ff778b66: Verifying Checksum [2021-01-19T03:24:22.494Z] 2de7ff778b66: Download complete [2021-01-19T03:24:24.565Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T03:24:24.565Z] 0d9ebad4ef96: Download complete [2021-01-19T03:24:24.862Z] ab5ef0e58194: Verifying Checksum [2021-01-19T03:24:24.862Z] ab5ef0e58194: Download complete [2021-01-19T03:24:35.245Z] ab5ef0e58194: Pull complete [2021-01-19T03:24:35.245Z] 9712f1f96733: Pull complete [2021-01-19T03:24:37.486Z] 63f879dbbcfc: Pull complete [2021-01-19T03:24:50.410Z] 0d9ebad4ef96: Pull complete [2021-01-19T03:24:52.464Z] e9a5061849ea: Pull complete [2021-01-19T03:24:52.806Z] d747dcd14b5f: Pull complete [2021-01-19T03:24:57.460Z] 2de7ff778b66: Pull complete [2021-01-19T03:24:57.460Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T03:24:57.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T03:24:57.460Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T03:24:57.731Z] prd-centos7-docker-4c-2g-21079 does not seem to be running inside a container [2021-01-19T03:24:57.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-19T03:25:02.529Z] $ docker top bff12b8b58078bf53b88653a696f3691f75eea215240e18ef633dd13bfc0034b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T03:25:03.055Z] provisioning config files... [2021-01-19T03:25:03.070Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5874036672669144962tmp [2021-01-19T03:25:03.172Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8671746716230139147tmp [2021-01-19T03:25:03.249Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1732079437040971587tmp [Pipeline] { [Pipeline] echo [2021-01-19T03:25:03.338Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:25:03.783Z] ---> sigul-configuration.sh [2021-01-19T03:25:03.784Z] gpg: directory `/root/.gnupg' created [2021-01-19T03:25:04.050Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T03:25:04.050Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T03:25:04.050Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T03:25:04.050Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T03:25:04.050Z] gpg: CAST5 encrypted data [2021-01-19T03:25:04.050Z] gpg: encrypted with 1 passphrase [2021-01-19T03:25:04.050Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T03:25:04.728Z] + mkdir /home/jenkins [2021-01-19T03:25:04.728Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T03:25:05.383Z] + 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-01-19T03:25:05.748Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:25:06.312Z] ---> sigul-install.sh [2021-01-19T03:25:16.732Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T03:25:17.381Z] + git tag --list [2021-01-19T03:25:17.381Z] v0.0.0 [2021-01-19T03:25:17.381Z] v0.0.1 [2021-01-19T03:25:17.381Z] v0.0.10 [2021-01-19T03:25:17.381Z] v0.0.11 [2021-01-19T03:25:17.381Z] v0.0.12 [2021-01-19T03:25:17.381Z] v0.0.13 [2021-01-19T03:25:17.381Z] v0.0.14 [2021-01-19T03:25:17.381Z] v0.0.15 [2021-01-19T03:25:17.381Z] v0.0.16 [2021-01-19T03:25:17.382Z] v0.0.17 [2021-01-19T03:25:17.382Z] v0.0.18 [2021-01-19T03:25:17.382Z] v0.0.19 [2021-01-19T03:25:17.382Z] v0.0.2 [2021-01-19T03:25:17.382Z] v0.0.20 [2021-01-19T03:25:17.382Z] v0.0.21 [2021-01-19T03:25:17.382Z] v0.0.22 [2021-01-19T03:25:17.382Z] v0.0.23 [2021-01-19T03:25:17.382Z] v0.0.24 [2021-01-19T03:25:17.382Z] v0.0.25 [2021-01-19T03:25:17.382Z] v0.0.26 [2021-01-19T03:25:17.382Z] v0.0.27 [2021-01-19T03:25:17.382Z] v0.0.28 [2021-01-19T03:25:17.382Z] v0.0.29 [2021-01-19T03:25:17.382Z] v0.0.3 [2021-01-19T03:25:17.382Z] v0.0.30 [2021-01-19T03:25:17.382Z] v0.0.31 [2021-01-19T03:25:17.382Z] v0.0.32 [2021-01-19T03:25:17.382Z] v0.0.33 [2021-01-19T03:25:17.382Z] v0.0.4 [2021-01-19T03:25:17.382Z] v0.0.5 [2021-01-19T03:25:17.382Z] v0.0.6 [2021-01-19T03:25:17.382Z] v0.0.7 [2021-01-19T03:25:17.382Z] v0.0.8 [2021-01-19T03:25:17.382Z] v0.0.9 [Pipeline] sh [2021-01-19T03:25:18.051Z] + lftools sign git-tag v0.0.33 [2021-01-19T03:25:20.047Z] Signing Git tag with Sigul... [2021-01-19T03:25:20.047Z] Signing v0.0.33 [Pipeline] echo [2021-01-19T03:25:21.059Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:25:21.839Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T03:25:21.858Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T03:25:22.040Z] $ docker stop --time=1 bff12b8b58078bf53b88653a696f3691f75eea215240e18ef633dd13bfc0034b [2021-01-19T03:25:24.654Z] $ docker rm -f bff12b8b58078bf53b88653a696f3691f75eea215240e18ef633dd13bfc0034b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:25.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:25:25.833Z] . [Pipeline] withDockerContainer [2021-01-19T03:25:26.105Z] prd-centos7-docker-4c-2g-21079 does not seem to be running inside a container [2021-01-19T03:25:26.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-19T03:25:27.323Z] $ docker top 78a32eb26675604affa0c249ac0d8301cf947de8daf5f36d7a9a63b7214b7d45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:25:27.800Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:25:27.800Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:25:28.273Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:25:28.301Z] $ docker exec 78a32eb26675604affa0c249ac0d8301cf947de8daf5f36d7a9a63b7214b7d45 ssh-agent [2021-01-19T03:25:28.655Z] SSH_AUTH_SOCK=/tmp/ssh-CWsshFro1jvs/agent.11 [2021-01-19T03:25:28.655Z] SSH_AGENT_PID=16 [2021-01-19T03:25:28.678Z] Running ssh-add (command line suppressed) [2021-01-19T03:25:28.919Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_9031965914276852407.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_9031965914276852407.key) [2021-01-19T03:25:29.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:25:29.770Z] + git semver bump patch [2021-01-19T03:25:29.771Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:25:29.771Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-19T03:25:29.771Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-19T03:25:29.771Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:25:29.771Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:25:29.771Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:25:29.771Z] # $SEMVER_BRANCH = master [2021-01-19T03:25:29.771Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-01-19T03:25:29.771Z] 0.0.34 [Pipeline] } [2021-01-19T03:25:29.786Z] $ docker exec --env ******** --env ******** 78a32eb26675604affa0c249ac0d8301cf947de8daf5f36d7a9a63b7214b7d45 ssh-agent -k [2021-01-19T03:25:30.000Z] unset SSH_AUTH_SOCK; [2021-01-19T03:25:30.000Z] unset SSH_AGENT_PID; [2021-01-19T03:25:30.001Z] echo Agent pid 16 killed; [2021-01-19T03:25:30.095Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:25:30.983Z] + git semver [Pipeline] } [2021-01-19T03:25:31.056Z] $ docker stop --time=1 78a32eb26675604affa0c249ac0d8301cf947de8daf5f36d7a9a63b7214b7d45 [2021-01-19T03:25:32.608Z] $ docker rm -f 78a32eb26675604affa0c249ac0d8301cf947de8daf5f36d7a9a63b7214b7d45 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:33.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:25:33.251Z] . [Pipeline] withDockerContainer [2021-01-19T03:25:33.506Z] prd-centos7-docker-4c-2g-21079 does not seem to be running inside a container [2021-01-19T03:25:33.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-19T03:25:34.940Z] $ docker top 0d583f44ef1592d1b442474c2e4ab9dacbd286b30b9d17203317af84a713de99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:25:35.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:25:35.344Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:25:36.008Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:25:36.010Z] $ docker exec 0d583f44ef1592d1b442474c2e4ab9dacbd286b30b9d17203317af84a713de99 ssh-agent [2021-01-19T03:25:36.569Z] SSH_AUTH_SOCK=/tmp/ssh-L1KzuwnwpptW/agent.12 [2021-01-19T03:25:36.569Z] SSH_AGENT_PID=17 [2021-01-19T03:25:36.584Z] Running ssh-add (command line suppressed) [2021-01-19T03:25:37.196Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_9129274891815467010.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_9129274891815467010.key) [2021-01-19T03:25:37.383Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:25:38.317Z] + git semver push [2021-01-19T03:25:38.317Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:25:38.317Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-19T03:25:38.317Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-19T03:25:38.317Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:25:38.317Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:25:38.317Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:25:38.317Z] # $SEMVER_BRANCH = master [2021-01-19T03:25:38.317Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-01-19T03:25:45.167Z] $ docker exec --env ******** --env ******** 0d583f44ef1592d1b442474c2e4ab9dacbd286b30b9d17203317af84a713de99 ssh-agent -k [2021-01-19T03:25:45.528Z] unset SSH_AUTH_SOCK; [2021-01-19T03:25:45.532Z] unset SSH_AGENT_PID; [2021-01-19T03:25:45.533Z] echo Agent pid 17 killed; [2021-01-19T03:25:45.641Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:25:46.437Z] + git semver [Pipeline] } [2021-01-19T03:25:46.467Z] $ docker stop --time=1 0d583f44ef1592d1b442474c2e4ab9dacbd286b30b9d17203317af84a713de99 [2021-01-19T03:25:48.332Z] $ docker rm -f 0d583f44ef1592d1b442474c2e4ab9dacbd286b30b9d17203317af84a713de99 [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-01-19T03:25:49.745Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:25:51.039Z] ---> package-listing.sh [2021-01-19T03:25:51.039Z] ++ facter osfamily [2021-01-19T03:25:51.039Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T03:25:51.302Z] + OS_FAMILY=redhat [2021-01-19T03:25:51.302Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-01-19T03:25:51.302Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T03:25:51.302Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T03:25:51.302Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T03:25:51.302Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T03:25:51.302Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-01-19T03:25:51.302Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T03:25:51.302Z] + case "${OS_FAMILY}" in [2021-01-19T03:25:51.302Z] + rpm -qa [2021-01-19T03:25:51.302Z] + sort [2021-01-19T03:25:58.019Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T03:25:58.019Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T03:25:58.019Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T03:25:58.019Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-01-19T03:25:58.019Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-01-19T03:25:58.019Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo [2021-01-19T03:25:58.040Z] 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/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T03:25:58.373Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:59.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:25:59.032Z] [2021-01-19T03:25:59.032Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:59.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:25:59.684Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T03:25:59.684Z] df20fa9351a1: Pulling fs layer [2021-01-19T03:25:59.684Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T03:25:59.684Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T03:25:59.684Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T03:25:59.684Z] 93b61091891f: Pulling fs layer [2021-01-19T03:25:59.684Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T03:25:59.684Z] 5e14af77c1be: Pulling fs layer [2021-01-19T03:25:59.684Z] 01666e4c0597: Pulling fs layer [2021-01-19T03:25:59.684Z] aa168da1d23b: Pulling fs layer [2021-01-19T03:25:59.684Z] 93b9cdb0e59b: Waiting [2021-01-19T03:25:59.684Z] 5e14af77c1be: Waiting [2021-01-19T03:25:59.684Z] 46f8f816bc3b: Waiting [2021-01-19T03:25:59.684Z] 93b61091891f: Waiting [2021-01-19T03:25:59.684Z] 01666e4c0597: Waiting [2021-01-19T03:25:59.684Z] aa168da1d23b: Waiting [2021-01-19T03:26:00.054Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T03:26:00.054Z] 36b3adc4ff6f: Download complete [2021-01-19T03:26:00.054Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T03:26:00.054Z] 46f8f816bc3b: Download complete [2021-01-19T03:26:00.054Z] df20fa9351a1: Verifying Checksum [2021-01-19T03:26:00.054Z] df20fa9351a1: Download complete [2021-01-19T03:26:00.337Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T03:26:00.337Z] 93b9cdb0e59b: Download complete [2021-01-19T03:26:00.337Z] 5e14af77c1be: Verifying Checksum [2021-01-19T03:26:00.337Z] 5e14af77c1be: Download complete [2021-01-19T03:26:00.337Z] 01666e4c0597: Verifying Checksum [2021-01-19T03:26:00.337Z] 01666e4c0597: Download complete [2021-01-19T03:26:00.337Z] 93b61091891f: Verifying Checksum [2021-01-19T03:26:00.337Z] 93b61091891f: Download complete [2021-01-19T03:26:01.089Z] df20fa9351a1: Pull complete [2021-01-19T03:26:01.089Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T03:26:01.089Z] 8ad3a11d3b57: Download complete [2021-01-19T03:26:02.248Z] 36b3adc4ff6f: Pull complete [2021-01-19T03:26:04.531Z] 8ad3a11d3b57: Pull complete [2021-01-19T03:26:04.883Z] 46f8f816bc3b: Pull complete [2021-01-19T03:26:06.424Z] 93b61091891f: Pull complete [2021-01-19T03:26:07.058Z] 93b9cdb0e59b: Pull complete [2021-01-19T03:26:07.387Z] 5e14af77c1be: Pull complete [2021-01-19T03:26:07.658Z] 01666e4c0597: Pull complete [2021-01-19T03:26:09.138Z] aa168da1d23b: Verifying Checksum [2021-01-19T03:26:09.138Z] aa168da1d23b: Download complete [2021-01-19T03:26:21.827Z] aa168da1d23b: Pull complete [2021-01-19T03:26:21.827Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T03:26:21.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:26:21.827Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T03:26:22.201Z] prd-centos7-docker-4c-2g-21079 does not seem to be running inside a container [2021-01-19T03:26:22.324Z] $ 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/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-19T03:26:25.169Z] $ docker top 4ce96b092bb45f760ad97dec01a87ac71422e87d19615e9f2848bcdac36f03f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:26:26.099Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T03:26:26.788Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T03:26:27.489Z] + ls /var/log/sa-host [2021-01-19T03:26:27.489Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T03:26:27.489Z] file_magic: OK [2021-01-19T03:26:27.489Z] HZ: Using current value: 100 [2021-01-19T03:26:27.489Z] file_header: OK [2021-01-19T03:26:27.489Z] 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-01-19T03:26:27.489Z] Statistics: [2021-01-19T03:26:27.489Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T03:26:27.489Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T03:26:27.489Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T03:26:27.489Z] file_magic: OK [2021-01-19T03:26:27.489Z] HZ: Using current value: 100 [2021-01-19T03:26:27.489Z] file_header: OK [2021-01-19T03:26:27.489Z] 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-01-19T03:26:27.489Z] Statistics: [2021-01-19T03:26:27.489Z] Hnuu...uuuununununu... [2021-01-19T03:26:27.489Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T03:26:27.853Z] provisioning config files... [2021-01-19T03:26:27.872Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7594465609941768262tmp [Pipeline] { [Pipeline] echo [2021-01-19T03:26:27.942Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:28.273Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T03:26:28.298Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T03:26:28.390Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:28.719Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T03:26:28.739Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:29.080Z] ---> sudo-logs.sh [2021-01-19T03:26:29.080Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T03:26:29.103Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:29.762Z] ---> job-cost.sh [2021-01-19T03:26:29.762Z] lf-activate-venv: SKIPPING [2021-01-19T03:26:29.762Z] INFO: No Stack... [2021-01-19T03:26:31.191Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T03:26:31.468Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T03:26:31.486Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:31.839Z] ---> logs-deploy.sh [2021-01-19T03:26:31.839Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/23 [2021-01-19T03:26:31.839Z] INFO: archiving workspace using pattern(s): [2021-01-19T03:26:33.941Z] Archives upload complete. [2021-01-19T03:26:34.303Z] INFO: archiving logs to Nexus